-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecatalysts.html
More file actions
25 lines (24 loc) · 983 Bytes
/
codecatalysts.html
File metadata and controls
25 lines (24 loc) · 983 Bytes
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
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="header">
<img src="https://i.pinimg.com/564x/71/33/c6/7133c6908092bfff31e5d73f4db3cfc9.jpg" height="10%" width="10%">
<b>MAA ANAPURNA</b>
<br><br><br><br><br><br><br>
</div>
<div class="content">
<h2>FOOD WASTE REDUCTION AND DONATION:A RESPONSE FOR CHANGE</h2><br><br><br><br>
<h3>Roughly one-third of the food produced that is intended for human consumption every
year- around 1.3 billion tons and valued at USD$1 trillion- is wasted or lost. <br>
Lets save food and together build a nation worth it.
We are here to connect you with the peoples who need food .<br>
Feel free to donate food anytime and anywhere from tour city.<br>
Click here to Donate.</h3>
<h4><input type="button" onclick="window.location.href='donate.html'" id="donation" value="Donate"></h4>
</div>
</div>
</body>
</html>