-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 1.94 KB
/
Copy pathindex.html
File metadata and controls
50 lines (46 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Water Smarter</title>
<link rel="stylesheet" href="The easy part/STYLESHEET.CSS">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap" rel="stylesheet">
<link rel="icon" href="pictures/logo (1).ico" type="image/ico">
<body>
<div class="navlinks">
<ul>
<a href="index.html">
<li> Home </li>
</a>
<a href="index copy.html">
<li> It's the law! </li>
</a>
<a href="interactive.html">
<li> Water Calendar </li>
</a>
</ul>
</div>
<div class="imagebanner">
<h2> Why is water important and why should we save it?</h2>
<h4>Water is the basis of life. We should save it because....</h4>
</div>
<div class="intro"></div>
<div class="HelloWorld">
<div class="Hi">
<img src="pictures/yasss.jpg" alt="Lake mead water levels as of late 2024.">
<p> According to reasearch, Lake Mead only fills 30% of its actual full capacity.</p>
</div>
<div class="Hi">
<img src="pictures/North_Lake_Tahoe_Aerial_photo_Don_Ramey_Logan.jpg" alt="Photograph by Don Ramey Logan, CC BY 4.0, https://commons.wikimedia.org/w/index.php?curid=37903141">
<p>According to reasearch, Lake Tahoe only fills 30% of its actual full capacity.</p>
</div>
<div class="Hi">
<img src="pictures/Mountain_Bluebird.jpg" alt="By Elaine R. Wilson - NaturesPicsOnline, CC BY-SA 2.5, https://commons.wikimedia.org/w/index.php?curid=989201">
<p> Water conservation can help save Nevada's diverse and delicate ecosystem.</p>
</div>
</div>
</body>
</head>
</html>