-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.html
119 lines (105 loc) · 6.69 KB
/
content.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Content Page</title>
<link rel="stylesheet" href="contentPage_Geo.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="navbar.css"
</head>
<body>
<header>
<a href="" class="logo">Synerger</a>
<nav class="navbar">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="AboutUs.html">About</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="sitemap.html">SiteMap</a></li>
<li><a href="products.html">Shop</a></li>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="User_Profile.html">User Profile</a></li>
</ul>
</nav>
</header>
<div class="heading">
<div class="headingText">
<h1>CONTENT PAGE</h1>
<h2> Geothermal Energy</h2>
</div>
</div>
<div class="data">
<div class="about">
<h3><b>Energy:</b> Powering Our Future</h3>
<br>
<img id="imgContents1" src="images_Stu1/image2.png">
<p id="des1">Geothermal energy harnesses the heat generated by the Earth's core to produce clean and sustainable electricity. This page delves into the world of geothermal energy, exploring its technology, benefits, considerations, and exciting future potential..</p>
</div>
<br>
<br>
<br>
<br>
<div class="howItWorks">
<h3><b>How Does Geothermal Energy Work?</b></h3>
<br>
<img id="imgContents2" src="images_Stu1/image1.png">
<p id="des2">The process of harnessing geothermal energy involves tapping into the natural heat of the Earth's interior. Here's a breakdown of the process:
<br>
<br><b>1. Heat Source:</b> Wind, generated by the unequal heating of the Earth's surface by the sun, blows across the blades of a wind turbine.
<br><b>2. Heat Extraction:</b> The wind exerts force on the blades, causing them to rotate. This rotation creates kinetic energy.
<br><b>3. Steam Production:</b> The rotating blades are connected to a shaft that spins a generator.
<br><b>4. Turbine Rotation:</b> The spinning generator converts the kinetic energy of the shaft rotation into electricity through electromagnetic induction.
<br><b>5. Electricity Generation:</b>The generated electricity travels through a network of cables to transformers, ultimately reaching homes and businesses.
<br><b>6. Power Distribution: </b>The generated electricity is transmitted through power lines to homes, businesses, and industries.
<br><br> Geothermal power plants can vary in design depending on the type of geothermal resource available, whether it's steam-dominated, hot water-dominated, or enhanced geothermal systems.</p>
</div>
<div class="benefits">
<h3><b>The Advantages of Geothermal Energy</b></h3>
<br>
<img id="imgContents3" src="images_Stu1/image2.png">
<p id="des3">Geothermal energy offers a compelling solution to our energy needs with its numerous advantages:
<br>
<br><b> • Clean and Sustainable::</b> Geothermal power plants produce minimal greenhouse gas emissions and have a small environmental footprint.
<br><b> • Constant Energy Supply:</b> Unlike solar or wind energy, geothermal power is available 24/7, providing a reliable source of electricity.
<br><b> • Localized Resource:</b>Geothermal power plants can be built near areas of high heat flow, reducing transmission losses and costs.
<br><b> • Longevity:</b> Geothermal reservoirs can sustain power production for decades or even centuries with proper management.
<br><b> • Co-Production:</b> Some geothermal plants can extract valuable minerals or direct-use heat alongside electricity generation.</p>
</div>
<div class="considerations">
<h3><b>Considerations for Geothermal Energy</b></h3>
<br>
<img id="imgContents4" src="images_Stu1/image6.png">
<p id="des4">While geothermal energy has many benefits, there are also considerations to take into account:
<br>
<br><b> • Resource Limitations:</b> Not all regions have suitable geothermal resources for power generation, limiting its widespread adoption.
<br><b> • Environmental Impact:</b> Drilling and fluid injection processes can cause seismic activity and may have local environmental consequences.
<br><b> • Technology Challenges: </b>Enhanced geothermal systems (EGS) still face technological and logistical challenges for widespread deployment. <br><b> </b> </p>
</div>
<div class="future">
<h3><b>The Future of Geothermal Energy</b></h3>
<br>
<img id="imgContents5" src="images_Stu1/image3.png">
<P id="des5">Geothermal energy holds great promise for the future of sustainable power generation:
<br>
<br><b>• Technological Advancements</b> Ongoing research aims to improve drilling techniques, increase reservoir efficiency, and develop new power plant designs.
<br><b>• Enhanced Geothermal Systems:</b> EGS technologies offer the potential to unlock geothermal resources in areas previously considered unsuitable.
<br><b>• Co-Production Opportunities:</b>Innovations in binary cycle technology and mineral extraction could enhance the economic viability of geothermal projects.
<br><br>By addressing challenges and capitalizing on opportunities, geothermal energy can play a significant role in the transition to a sustainable energy future, providing clean and reliable power for generations to come.</P>
</div>
</div>
<footer>
<div class="footer-content">
<a href="pageEditor_Stu1.html"> Page Editor : Disandu Perera</a>
<ul class="footer-links">
<li><a href="home.html">Home</a></li>
<li><a href="aboutUs.html">About</a></li>
<li><a href="sitemap.html">Site Map</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
<p class="copyright">© 2024 Synerger. All rights reserved.</p>
</div>
</footer>
<script src="navbar.js"></script>
</body>
</html>