forked from Ishaan0132/WaterFootprint-Calaculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtfa.html
49 lines (39 loc) · 1.65 KB
/
tfa.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resources</title>
<link rel="stylesheet" href="styles\tfa.css">
</head>
<body>
<header>
<img src="WaterFootprint-Calaculator\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="tfa"> <h1> Time For Action </h1> <br>
<h3> What Can Consumers Do?</h3> <br>
<p>Take a look at our footprint calculators to find out what in your daily life most affects your water footprint. <br>
Making just a few changes can significantly reduce your water footprint- </p> <br>
<div id="tips">
<ul>
<li>Taking a bath with a bucket will lead to less usage of water as compared to a shower.</li>
<li>Using front load washing machine would result in less usage of water as compared to top-load or washing clothes with hands </li>
<li> Using a dishwasher consumes 5 times less water than washing it manually(with hands).</li>
<li> A regular car wash using a hose consumes 150 litres of water in a single use. Using a bucket consumes much less water</li>
<li>Using the half flush in the toilet can help reduce your water footprint by 4 litres for every time you flush </li>
</ul><br><br>
</div>
</div>
</main>
<footer>
This website is not available for public use
<div id="foot"> Developers <br>
About Aquameter
</div>
</footer>
</body>
</html>