-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimpacts.html
More file actions
52 lines (43 loc) · 2.17 KB
/
impacts.html
File metadata and controls
52 lines (43 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="impacts.css">
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet'>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impacts of Food Waste</title>
</head>
<body>
<div class="header">
<p>
<a href="home.html">
<img src="assets/leftoversLogo.png" alt="Logo" style= "width: 10%" >
</a>
</p>
</div>
<div class="topnav" style = "font-family: din-round,sans-serif;">
<a href="contact.html"> Contact </a>
<a href="impacts.html"> Impacts of Food Waste</a>
<a href="info-type.html"> Nutritional Information</a>
<a href="login.html" style="font-weight: bold; float: right;">Log in</a>
</div>
<h1>Impacts of Food Waste</h1>
<p>Food waste is often overlooked as a cause of climate change, but its role should not be overlooked as it makes up 8% of total emissions. Every year in the United States, food wasted is:</p>
<br>
<ul>
<li>Enough to feed more than <strong>150 million</strong> people per year</li>
<br>
<li>Grown on an area the size of <strong>California</strong> and <strong>New York</strong> combined</li>
<br>
<li>Produced by enough power and water for more than <strong>50 million</strong> American homes</li>
<br>
<li>Grown by over <strong>750 million</strong> pounds of pesticides</li>
</ul>
<br>
<img id="waste" src="assets/foodWaste.jpeg" alt="Food Waste">
<br>
<p>One third of all food produced in the U.S. goes uneaten, and it is largely caused by the disposal of leftovers. Research has shown that leftover food is statistically not likely to be eaten and will make it into the garbage. One of the major reasons is people simply forget about the food before it spoils. Our tool is designed to help remind people of their leftover food so it does not go to waste.</p>
</body>
</html>