-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworks.html
48 lines (48 loc) · 3.12 KB
/
works.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href='oceans.png'>
<link rel="stylesheet" href="oceanstyles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<title>How Water Power Works</title>
<meta name="viewport" content="height=device-height width=device-width, initial-scale=1.0">
</head>
<body>
<div id="header"><h1>How Water Power Works</h1></div>
<div id="sidebar">
<span class="material-symbols-outlined md-36">expand_more</span>
<h1 style="margin-right: 2vw">Menu</h1>
<a href="home.html"><div id="sidebarpiece">
<p>Home</p>
</div></a>
<a href="history.html"><div id="sidebarpiece">
<p>History</p>
</div></a>
<a href="modern.html"><div id="sidebarpiece">
<p>Modern Use</p>
</div></a>
<a href="climate.html"><div id="sidebarpiece">
<p>Problems</p>
</div></a>
<a href="works.html"><div id="sidebarpiece">
<p>How It Works</p>
</div></a>
</div>
<div id="content" style="padding-right: 0; width: 77vw; height: 110.5vh">
<p>Water power heavily relies on moving water to harness energy. Water power is controlled using two main methods, dams and the current of a river.</p>
<br><p>Both techniques harness water's energy using a turbine and a generator. The turbine gets spun by the flow and spins the generator creating energy.</p>
<br><p>Like this, but more complicated:</p>
<br><img id="imgworks" src="image_processing20200410-19194-181rmec.png" style="height: 30vh; margin-left: 1vw;">
<p>In a dam, the stored water on the top gets released, turning the turbine and later powers the generator. Some even have a lower reservoir to store water and pump it back up.</p>
<br><p>The river strategy relies on natural forces. The people put a turbine in the middle of the river, and the same happens. People use other methods, but these two methods are the most common.</p>
<br><p>In conclusion, water power can be created in different ways by different forces.</p>
</div>
<img src="kentucky-dam-main.jpg" style="width: 19vw; height: 21vh; float: right; margin-top: 2.5vh; margin-right: 1vw;">
<img src="download.jpg" style="width: 19vw; float: right; height: 25vh; margin-top: 2.5vh; margin-right: 1vw;">
<div id="header" style="margin-top: 115vh"><pre><p><span style="font-size: 125%;">Vocabulary:</span> <a href="https://www.merriam-webster.com/dictionary/turbine">Turbine</a>, <a href="https://www.merriam-webster.com/dictionary/generator">Generator</a>, <a href="https://www.merriam-webster.com/dictionary/reservoir">Reservoir</a></p></pre></div>
<div id="footer" style="margin-top: 2.5vh">
<p style="color:rgb(46, 218, 138); margin-left: 1.5vw;">Copyright Adam Haspel & Hee-Seo Yang 2022. All Rights Reserved.<br><a href="citations.html" style="color:rgb(46, 218, 138)">Click me to see citations & copyright.</a></p>
</div>
<div id="filler"></div>
</body>
</html>