-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomePage.html
More file actions
111 lines (87 loc) · 4.4 KB
/
HomePage.html
File metadata and controls
111 lines (87 loc) · 4.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
<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="styles.css" rel="stylesheet" />
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="developers.js"></script>
<title>Click To Make A Change! </title>
</head>
<body>
<img class="energy" src="http://i.huffpost.com/gen/2785670/images/o-RENEWABLE-ENERGY-facebook.jpg" />
<div class="energy-container">
<div>
<div class="gy"><h1>Renewable Energy!</h1></div>
<P class="paragraph-1-2">Renewable energy is generally defined as energy that is collected from resources which are naturally replenished on a human timescale, such as sunlight, wind, rain, tides, waves, and geothermal energy. Renewable energy often provides energy in four important areas: electricity generation, air and water heating/cooling, transportation, and rural (off-grid) energy services. The United States currently relies heavily on coal, oil, and natural gas for its energy. Fossil fuels are nonrenewable, that is, they draw on finite resources that will eventually dwindle, becoming too expensive or too environmentally damaging to retrieve. In contrast,
renewable energy resources—such as wind and solar energy—are constantly replenished and will never run out.</P>
</div>
<h3 id="fossil-fuels">Fossil Fuels</h3>
<P class="paragraph-1-2">
Fossil fuels are created from the remains of organisms from millions of years ago being pressurized and dehydrated and eventually turning them into coal, petroleum, oil, and natural gas. These substances when burned produce steam which spins turbines, producing electricity. Being made from the remains of organisms from an earlier time,the supply of fossil fuels is limited and will eventually run dry.
</P>
<h3 id="nonvsre">Nonrenewable Vs. Renewable </h3>
<div class="pros-cons">
<span class="pccontent">
<ul>
<li>
Burning fossil fuels emits a number of harmful pollutants into the atmosphere, destroying the ozone layer.
</li>
<li>
It is estimated that our coal deposits will be depleted by 2088
</li>
<li>
Burning coal is the leading cause for smog, acid rain, and toxic air pollution.
</li>
</ul>
<img id="c02graph" src="c02graph.jpg">
</span>
<span class="pccontent">
<ul>
<li>
Unlimited source
</li>
<li>
Does not contribute to pollution.
</li>
<li>
Prevents ozone holes from expanding.
</li>
</ul>
<img class="polluted" src="clearsky.jpg">
</span>
</div>
<div class="pros-cons">
<span class="pccontent">
<img class= "polluted" src= "acidified-trees.jpg">
</span>
<span class="pccontent">
<img class= "clean-energy" src= "wind-turbines.jpg">
</span>
</div>
<!--<div class="pros-cons">-->
<!-- <span class="pccontent">-->
<!-- test-->
<!-- </span>-->
<!-- <span class="pccontent">-->
<!-- test2-->
<!-- </span>-->
<!-- </div>-->
<div class="pros-cons">
<span class="pccontent">
"Acid rain describes any form of precipitation with high levels of nitric and sulfric acids. It can also occur in the form of snow, fog, and tiny bits of dry material that fall to Earth."
<a target='blank' href= "http://environment.nationalgeographic.com/environment/global-warming/acid-rain-overview/">Read More</a>
</span>
<span class="pccontent">
"Looking at countries like Germany and Denmark that are successfully moving towards 100% renewable energy, we see that high citizen participation and regional value creation from decentralised renewable energy production are the KEY SUCCESS FACTORS."
<a target='blank' href= "http://www.theenergycollective.com/annaleidreiter/168311/100-renewable-energy-only-way-forward">Read More</a>
</span>
</div>
<section id="donation_page">
<a href="DonatePage.html">Donation Page</a>
</section>
</div>
</body>
</html>