-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
54 lines (48 loc) · 2.09 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>About us</title>
<link rel="stylesheet" href="./styles/aboutus.css" </head>
<body>
<div class="nav">
<div class="logo">
Aqua meter
</div>
<ul class="nav-list">
<li><a href="index.html" class="nav-links">Home</a></li>
<li><a href="aboutus.html" class="nav-links">About</a></li>
<li><a href="tfa.html" class="nav-links">Save yourself</a></li>
</ul>
</div>
<section>
<div id="abt">
<h1> About Us </h1>
<p> Welcome to Water Footprint, a website that helps you understand how much water you use and how you can reduce
your impact on the environment. Water is a vital resource for life, but it is also scarce and unevenly
distributed around the world. Many of the goods and services we consume require a lot of water to produce, and
some of them come from places where water is already scarce or polluted. By calculating your water footprint,
you can learn how much water you use directly and indirectly, and where it comes from. You can also compare your
water footprint with the global average and see how you can make more sustainable choices.</p>
</div>
</section>
<footer>
<div class="about">
<h2>About</h2>
<p>The water footprint is a measure of human beings' appropriation of fresh water in volumes of water consumed
and/or polluted.We aim to create a society where freshwater is fairly shared among all human communities as
well as nature’s diversity.We address the issue of water scarcity in India and promote proper utilization and
less waste of water through technology and education.</p>
</div>
<div id="links">
<h2>Quick Links</h2>
<ul class="quicklinks">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="tfa.html">Save yourself</a></li>
</ul>
</div>
</footer>
</body>
</html>