-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwave.html
More file actions
62 lines (59 loc) · 3.04 KB
/
wave.html
File metadata and controls
62 lines (59 loc) · 3.04 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
<!DOCTYPE html>
<html>
<head>
<title>Wave Energy</title>
<link rel="stylesheet" type="text/css" href="information.css">
<link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
<style>
button {
background-color: magenta; /* Green */
border: none;
border-bottom:2px solid black;
color: black;
padding: 15px 32px;
margin-bottom:10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
</style>
</head>
<body>
<div id="wave">
<h2 class="content">Wave Energy</h2>
<img src="we.jpg" class="img1">
<p>The topic of renewable energy is an evergreen subject, especially, in a world dominated by fossil fuels. Renewable energy is widely talked about in the contemporary world because it is unlimited, which means it’s sustainable and does not emit greenhouse gasses that are detrimental to the environment and human health. A classic example of renewable energy is wave energy.
The pursuit of wave energy dates all the way back in 1799 when Girard and his sons filed a patent to utilize wave energy in Paris. The modern pursuit of wave energy went all the way to the Empire of Japan in 1940 when it was developed by Yoshio Masuda, a former Japanese naval commander, who was regarded as the father of modern wave energy technology. Wave energy only gained popularity after the 1963 oil crisis when Professor Stephen Hugh Salter invented the eponymous Salter duck wave energy device that was able to convert 90% of wave motion into electricity, generating 80% efficiency.
</p>
<div>
<h2>Advantages of Wave Energy</h2>
<ul type="i">
<li>Renewable Energy Source</li>
<li>Environment Friendly</li>
<li>Abundant and Widely Available</li>
<li>Variety of Ways To Harness</li>
<li>Easily Predictable</li>
</ul>
</div>
<div>
<h2>Disadvantages of Wave Energy</h2>
<ul type="i">
<li>Suitable to Certain Locations<li>
<li> Effect on marine Ecosystem</li>
<li>Source of Disturbance for Private and Commercial Vessels</li>
<li>Wavelength</li>
<li> Weak Performance in Rough Weather</li>
</ul>
</div>
<div>
<h2>Uses of Wave Energy</h2>
<p>Wave power is the capture of energy of wind waves to do useful work – for example, electricity generation, water desalination, or pumping water. A machine that exploits wave power is a wave energy converter (WEC).
Wave power is distinct from tidal power, which captures the energy of the current caused by the gravitational pull of the Sun and Moon. Waves and tides are also distinct from ocean currents which are caused by other forces including breaking waves, wind, the Coriolis effect, cabbeling, and differences in temperature and salinity.
</p>
<button id='b1' >toggle theme</button></div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="color_theme.js"></script>
</body>
</html>