forked from Ishaan0132/WaterFootprint-Calaculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
43 lines (34 loc) · 1.36 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
<!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>
<header>
<img src="images\aquameter logo.jpg">
<a id="1" href="index.html">Home</a>
<a href="aboutus.html"> About Us </a>
<a href="tfa.html">Time For Action</a>
</header>
<main>
<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>
</main>
<footer>
This website is not available for public use
<div id="foot"> Developers <br>
About Aquameter
</div>
</footer>
</body>
</html>