forked from itscodenation/hackathon-19-20
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathair.html
More file actions
55 lines (48 loc) · 3.16 KB
/
air.html
File metadata and controls
55 lines (48 loc) · 3.16 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
<head>
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Your CSS Linked Below-->
<link rel="stylesheet" href="css/air.css">
<!-- jQuery Linked Below-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Bootstrap Javascript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Your Javascript Linked Below-->
<script src="js/script.js" defer></script>
</head>
<body>
<div id= "heading">
<div id="air"> </div>
<div>
<h1> Air Pollution </h1>
<p id="quest"> The sky looks darker and foggier than normal today and it is not supposed to rain today? </p>
<p> Air pollution is a mix of particles and gases that can reach harmful concentrations both outside and indoors. Its effects can range from higher disease risks to rising temperatures. Air pollutants cause less-direct health effects when they contribute to climate change. Heat waves, extreme weather, food supply disruptions, and other effects related to increased greenhouse gases can have negative impacts on human health.
Most air pollution comes from very populated cities, such as New York City. The dependency of public transportation and cars affects the air, impacting the health of not only people but animals as well.
</p>
<p> Learn more at <a href="https://www.nationalgeographic.com/environment/global-warming/pollution/"> National Geographic </a> and the <a href="https://www.niehs.nih.gov/health/topics/agents/air-pollution/index.cfm">National Institute of Environmental Health Sciences </a>.</p>
<h1> How to Help </h1>
<p>
<ul>
<li> Conserve energy (turn off any electronic appliances or others that are plugged in when not in use). </li>
<li> Walk or ride your bike to your destination instead of using public transportation or your own. </li>
<li> Don’t burn wood or trash! </li>
<li> Recycle and reuse items. </li>
<li> Plant trees! Not only they provide oxygen but they help combat deforestation as well! </li>
</ul>
</p>
<h1> Volunteering/Donating </h1>
<p>
<ul>
<li> <a href="https://secure.earthjustice.org/site/Advocacy?cmd=display&page=UserAction&id=1568&_ga=2.39193574.472423477.1553355388-930153756.1553355388"> The Fight for Clean Air </a> </li>
<li> <a href="http://www.pollutionprobe.org/donation/environmental-protection-team/"> Pollution Probe </a> </li>
</ul>
</p>
<p>
<a href="page-one.html"> <img id="arrow" src="https://www.pinclipart.com/picdir/middle/129-1292750_arrow-pointing-14-buy-clip-art-white-arrow.png"> </a>
</p>
</body>