-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathThePollutionReview.html
More file actions
266 lines (226 loc) · 11.4 KB
/
ThePollutionReview.html
File metadata and controls
266 lines (226 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html>
<title>The Pollution Review</title>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<link type="text/css" rel="stylesheet" href="next.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link type="text/css" rel="stylesheet" href="jqueryui/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="jqueryui/jquery-ui.structure.css">
<link type="text/css" rel="stylesheet" href="jqueryui/jquery-ui.theme.css">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#myModal").modal('show');
});
</script>
<h1></h1>
<nav class="navbar navbar-custom navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navCollapse">
</button>
<font-size="10">
<div id="navbar">
<a class="navbar-brand" href="#">rk</a>
</div>
<div class="collapse navbar-collapse" id="navCollapse">
<ul class="nav navbar-nav" data-hover="dropdown">
<li class ="active"><a href="#">The Pollution Review</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Place<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="a1.html">Durgapura</a></li>
<li><a class="dropdown-item" href="a2.html">Khatipura</a></li>
<li><a class="dropdown-item" href="a3.html">Sanganer</a></li>
<li><a class="dropdown-item" href="a4.html">Malviya Nagar</a></li>
<li><a class="dropdown-item" href="a5.html">Jhotwara</a></li>
<li><a class="dropdown-item" href="a6.html">Sitapura</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" >AQI<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#some">What is AQI</a></li>
<li><a class="dropdown-item" href="#none">How It Works</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" >Global Warming<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#bomb">What is Global Warming</a></li>
<li><a class="dropdown-item" href="#lomb">How It Effects</a></li>
</ul>
</li>
<li><a href="#"><span class="glyphicon glyphicon-envelope"></span> contact </a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> login</a></li>
       
<form class="navbar-form navbar-right">
<div class="form-group">
<input type="text" class="form-control " placeholder="search">
</div>
<button type="submit" class="btn btn-default">submit</button>
</form>
</font>
</div>
</div>
</font>
</ul>
</div>
</nav>
<div class="container">
<button class="btn">Profile</button>
</div>
<p></p>
<img class="nature" src="qwe.jpg" width="100%">
<img class="nature" src="f3.jpg" width="100%">
<img class="nature" src="f4.jpg" width="100%">
<img class="nature" src="f5.jpg" width="100%">
<img class="nature" src="f6.jpg" width="100%">
<img class="nature" src="f7.jpg" width="100%">
<script>
w3.slideshow(".nature", 2000);
</script>
<script>
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Bootstrap Dropdown Hover CSS -->
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/bootstrap-dropdownhover.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<div id="myModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Subscribe our Newsletter</h4>
</div>
<div class="modal-body">
<p>Subscribe to our mailing list to get the latest updates straight in your inbox.</p>
<form>
<div class="form-group">
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email Address">
</div>
<button type="submit" class="btn btn-success" data-dismiss="modal" aria-hidden="true">Save & close </button>
</form>
</div>
</div>
</div>
</div>
<h1><a class="g">Select Your Area</a></h1>
<div class="container">
<h2></h2>
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<a href="a1.html" target="_blank">
<img src="durgapura.png" alt="Lights" style="width:100%">
<div class="caption">
<p></p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<a href="a2.html" target="_blank">
<img src="khatipura.png" alt="Nature" style="width:100%">
<div class="caption">
<p></p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<a href="a3.html" target="_blank">
<img src="sanga.png" alt="Fjords" style="width:100%">
<div class="caption">
<p></p>
</div>
</a>
</div>
</div>
</div>
</div>                                
                               
                                               
                               
                               
                               
             
<li><a class="button" href="viewall.html" class="btn btn-success">view all</a></li>
</br> <!--<div id="left">
<div id="panels">
<h2>Left Content Area</h2>
<div>This area will contain the left content area.
We will populate this area with images and text.
</div>
<h2>i am about past<h2>
<div>
here you see how i lived in my past
</div>
<h2> this is my present</h2>
<div>present is moment in which i a leaving past andv going to future
</div>
<h2>this is about my future </h2>
<div>i decide my future or it is predecided
</div>
</div>
</div>-->
</br></br></br></br>
<a name="some"><h1>What is the AQI?</h1>
<p>The AQI is an index for reporting daily air quality.
It tells you how clean or unhealthy your air is, and what associated health effects might be a concern.
The AQI focuses on health effects you may experience within a few hours or days after breathing unhealthy air. The AQI is calculated for four major air pollutants regulated by the Clean Air Act: ground level ozone, particle pollution, carbon monoxide, and sulfur dioxide. For each of these pollutants, EPA has established national air quality standards to protect public health. EPA is currently reviewing the national air quality standard for nitrogen dioxide. If the standard is revised, the AQI will be revised as well.
</br></br></br></br></br>
</p>
</a> </font></p>
<a name="none"><h1>How does the AQI work?</h1></a>
<p>
Think of the AQI as a yardstick that runs from 0 to 500.
The higher the AQI value, the greater the level of air pollution and the greater the health concern.
For example, an AQI value of 50 represents good air quality with little or no potential to affect public health, while an AQI value over 300 represents air quality so hazardous that everyone may experience serious effects.
An AQI value of 100 generally corresponds to the national air quality standard for the pollutant,
which is the level EPA has set to protect public health. AQI values at or below 100 are generally thought of as satisfactory.
When AQI values are above 100, air quality is considered to be unhealthy—at first for certain sensitive groups of people, then for everyone as AQI values increase.
</p></a></font></p>
</br></br></br>
<a name="bomb"><h1>What is Global warming?</h1>
<p>
Global warming, also referred to as climate change, is the observed century-scale rise in the average temperature of the Earth's climate system and its related effects.
Multiple lines of scientific evidence show that the climate system is warming.</br>
Many of the observed changes since the 1950s are unprecedented in the instrumental temperature record, which extends back to the mid-19th century,
and in paleoclimate proxy records of climate change over thousands of years</br>
In 2013, the Intergovernmental Panel on Climate Change (IPCC) Fifth Assessment Report concluded, "It is extremely likely that human influence
has been the dominant cause of the observed warming since the mid-20th century."
</p></br>
</br>
<a name="lomb"><h1>How It Effect</h1>
<p>Global warming is the term used to describe a gradual increase
in the average temperature of the Earth's atmosphere and its oceans,
a change that is believed to be permanently changing the Earth’s climate. </br>
There is great debate among many people, and sometimes in the news, on whether
global warming is real (some call it a hoax). But climate scientists looking at the data and facts agree the planet is warming. While many view the effects of global warming to be more substantial and more rapidly occurring than others do, the scientific consensus on climatic changes related to global warming is that the average temperature of the Earth has risen between 0.4 and 0.8 °C over the past 100 years. The increased volumes of carbon dioxide and other greenhouse gases released by the burning of fossil fuels, land clearing, agriculture, and other human activities, are believed to be the primary sources of the global warming that has occurred over the past 50 years. Scientists from the Intergovernmental Panel on Climate carrying out global warming research have recently predicted that average global temperatures could increase between 1.4 and 5.8 °C by the year 2100. Changes resulting from global warming may include rising sea levels due to the melting of the polar ice caps, as well as an increase
in occurrence and severity of storms and other severe weather events.
</p>
<script>
$(document).ready(function(){
$("#panels").accordion({event: "mouseover"});
$("#panels").accordion({animate:110},{heightStyle: "content"});
//$("#t").fadeOut(2500).fadeIn(2500);
//$("#t").replaceWith("img2.jpg");
});
</script>
<script src="jquery-1.11.3.js"></script>
<script src="jqueryui/jquery-ui.js"></script>
</script>
</body>
</html>