-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacts.html
65 lines (53 loc) · 2.86 KB
/
facts.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
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Final Facts Page</title>
<!--Remy Sharp Shim -->
<!--[if lte IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" type="text/javascript" >
</script>
<![endif]-->
<link rel="stylesheet" href="css/styles.css">
</head>
<body class="facts">
<div id=main>
<nav>
<ul>
<li class="logo"><a href="index.html"><img src="images/vegan-logo.png" alt="vegan-logo"></a></li>
<li><a href="index.html">HOME</a></li>
<li><a href="recipes.html">RECIPES</a></li>
<li><a href="facts.html">FACTS</a></li>
<li><a href="changes.html">CHANGES</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<table>
<tr>
<td><img src="images/vegan-burger.jpg" alt="vegan burger">
<figure>Vegan Burger (No Nuts. Black Bean Burger with Veggies and soy-based cheese)</figure></td>
<td class="no-border"><h1>VS</h1></td>
<td><img src="images/beef-burger.jpeg" alt="beef burger">
<figure class="right">Beef burger (Dairy cheese and Veggies)</figure></td>
</tr>
</table>
<h3 class="special">See any big difference?</h3>
<p class="special">Both tastes good and looks same. But there is a huge difference behind the scene.</p>
<main class="chart">
<h3> A single-plate of beef causes five times more greenhouse gas emissions than one plate of any vegan dish.</h3>
<img src="images/food-energy.png" alt="food energy chart">
<p>Beef requires 28 times more land, six times more fertilizer and 11 times more water compared to those other food sources. That adds up to about five times more greenhouse gas emissions. Greenhouse gas emission is one of the primary reasons for the global warming. Globally, 14.5% of all greenhouse gas pollution can be attributed to livestock, according to the U.N. Food and Agriculture Organization, the most reputable authority on this topic. And a huge hunk of the livestock industry's role -- 65% -- comes from raising beef and dairy cattle.</p>
<p class="special"> "0.61 pounds of the beef serving equals burning enough fuel to drive an average American car 70 miles, or 113 kilometers." By John D. Sutter, CNN, Nov 24 2015</p>
<h3 class="special"> Tastes same with more love to the planet!</h3>
</main>
<footer>
<ul>
<li>Copyright 2018 ©</li>
<li>All Rights Reserved</li>
<li><a href="../index.html">Web Design by Oyunomin</a></li>
<li><a href="https://validator.w3.org/check?uri=referer"><img src="images/html5-logo.png" alt="html5"></a></li>
</ul>
</footer>
</div>
</body>
</html>