This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ion-header> | |
| <ion-navbar> | |
| <ion-buttons start> | |
| <button menuToggle ion-button icon-only style="color:white"> | |
| <ion-icon name="ios-menu"></ion-icon> | |
| </button> | |
| </ion-buttons> | |
| <ion-title>AIR POLLUTION</ion-title> | |
| <ion-buttons end> | |
| <button ion-button icon-only style="color:white" (click)="reload()"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| page-home { | |
| text-align: center; | |
| .scroll-content { | |
| margin-top: 0 !important; | |
| } | |
| .has-refresher > .scroll-content { | |
| border-top: 0; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $product-font-path: $font-path !default; | |
| @font-face { | |
| font-family: "Product Sans"; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: local("Product Sans"), local("Product-Sans-Regular"), url("#{$product-font-path}/ProductRegular.ttf") format("truetype"); | |
| } | |
| @font-face { | |
| font-family: "Product Sans"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Component } from '@angular/core'; | |
| import { NavController } from 'ionic-angular'; | |
| import { Http } from '@angular/http'; | |
| import 'rxjs/add/operator/toPromise'; | |
| import { LoadingController } from 'ionic-angular'; | |
| @Component({ | |
| selector: 'page-home', | |
| templateUrl: 'home.html' | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ion-header> | |
| <ion-navbar> | |
| <ion-buttons start> | |
| <button menuToggle ion-button icon-only style="color:white"> | |
| <ion-icon name="ios-menu"></ion-icon> | |
| </button> | |
| </ion-buttons> | |
| <ion-title>AIR POLLUTION</ion-title> | |
| <ion-buttons end> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.apuravchauhan.web.controller; | |
| import javax.servlet.http.HttpServletRequest; | |
| import org.springframework.stereotype.Controller; | |
| import org.springframework.web.bind.annotation.RequestMapping; | |
| import org.springframework.web.servlet.ModelAndView; | |
| /** | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . | |
| . | |
| . | |
| server { | |
| listen 443 ssl http2; | |
| server_name localhost; | |
| ssl_certificate /etc/ssl/certs/myssl.crt; | |
| ssl_certificate_key /etc/ssl/private/myssl.key; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . | |
| . | |
| . | |
| . | |
| <Engine defaultHost="localhost" name="Catalina"> | |
| <Valve className="org.apache.catalina.valves.RemoteIpValve" | |
| internalProxies="127\.0\.[0-1]\.1" | |
| remoteIpHeader="x-forwarded-for" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 1HuewHgGzkuuLVvWHLNN1hCVEeX9Lekf5u https://explorer.blockstack.org/address/1HuewHgGzkuuLVvWHLNN1hCVEeX9Lekf5u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "gur": "ਦਯਿ ਵਿਗੋਏ, ਫਿਰਹਿ ਵਿਗੁਤੇ; ਫਿਟਾ, ਵਤੈ ਗਲਾ ॥", | |
| "eng": "Ruined by the Merciful Lord, they wander around in disgrace, and their entire troop is contaminated." | |
| }, { | |
| "gur": "ਜੀਆ ਮਾਰਿ ਜੀਵਾਲੇ ਸੋਈ; ਅਵਰੁ ਨ ਕੋਈ ਰਖੈ ॥", | |
| "eng": "The Lord alone kills and restores to life; no one else can protect anyone from Him." | |
| }, { | |
| "gur": "ਦਾਨਹੁ ਤੈ ਇਸਨਾਨਹੁ ਵੰਜੇ; ਭਸੁ ਪਈ ਸਿਰਿ ਖੁਥੈ ॥", | |
| "eng": "They go without giving alms or any cleansing baths; their shaven heads become covered with dust." |
OlderNewer