Skip to content

Commit 300158f

Browse files
committed
Done
1 parent 0c769a9 commit 300158f

62 files changed

Lines changed: 69753 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Our Menu</title>
8+
<link rel="stylesheet" href="css(old)/bootstrap.min.css">
9+
<link rel="stylesheet" href="styles.css">
10+
</head>
11+
<body>
12+
<header>
13+
<nav id="header-nav" class="navbar navbar-default">
14+
<div class="container">
15+
<div class="navbar-header">
16+
<div class="navbar-brand">
17+
<a href="index.html"><h1>FOOD.LLC</h1></a>
18+
</div>
19+
20+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapsable-nav" aria-expanded="false">
21+
<span class="sr-only">Toggle navigation</span>
22+
<span class="icon-bar"></span>
23+
<span class="icon-bar"></span>
24+
<span class="icon-bar"></span>
25+
</button>
26+
</div>
27+
28+
<div id="collapsable-nav" class="collapse navbar-collapse">
29+
<ul id="nav-list" class="nav navbar-nav navbar-right visible-xs">
30+
<li>
31+
<a href="index.html"><span id="chicken">Chicken</span></a>
32+
</li>
33+
<hr>
34+
<li class="active">
35+
<a href="beef.html"><span id="beef">Beef</span></a>
36+
</li>
37+
<hr>
38+
<li>
39+
<a href="sushi.html"><span id="sushi">Sushi</span></a>
40+
</li>
41+
</ul><!-- #nav-list -->
42+
</div><!-- .collapse .navbar-collapse -->
43+
</div><!-- .container -->
44+
</nav><!-- #header-nav -->
45+
</header>
46+
47+
<h1>Our Menu</h1>
48+
49+
<div id="main-content" class="container">
50+
<div class="row">
51+
<div class="col-md-12">
52+
<div id="menu-tile"><span>Beef</span>
53+
<p>Beef is the culinary name for meat from cattle (Bos taurus). Beef can be prepared in various ways; cuts are often used for steak, which can be cooked to varying degrees of doneness, while trimmings are often ground or minced, as found in most hamburgers. Beef contains protein, iron, and vitamin B12. Along with other kinds of red meat, high consumption is associated with an increased risk of colorectal cancer and coronary heart disease, especially when processed. Beef has a high environmental impact, being a primary driver of deforestation with the highest greenhouse gas emissions of any agricultural product.</p>
54+
<p>In prehistoric times, humans hunted aurochs and later domesticated them. Since that time, numerous breeds of cattle have been bred specifically for the quality or quantity of their meat. Today, beef is the third most widely consumed meat in the world, after pork and poultry. As of 2018, the United States, Brazil, and China were the largest producers of beef.</p>
55+
<p>Some religions and cultures prohibit beef consumption, especially Indian religions like Hinduism. Buddhists are also against animal slaughtering, but they do not have a wrongful eating doctrine.</p>
56+
<p>People have eaten the flesh of bovines since prehistoric times. The aurochs, the ancestor of modern domestic cattle, is known to have been hunted and consumed by Neanderthals. Some of the earliest known cave paintings, such as those of Lascaux, show aurochs in hunting scenes. People domesticated cattle to provide ready access to beef, milk, and leather. Cattle have been domesticated at least twice over the course of evolutionary history. The first domestication event occurred around 10,500 years ago with the evolution of Bos taurus. The second was more recent, around 7,000 years ago, with the evolution of Bos indicus in the Indian subcontinent. There is a possible third domestication event 8,500 years ago, with a potential third species Bos africanus arising in Africa.</p>
57+
</div>
58+
</div>
59+
</div>
60+
</div>
61+
62+
63+
<!-- jQuery (Bootstrap JS plugins depend on it) -->
64+
<script src="js(old)/jquery-2.1.4.min.js"></script>
65+
<script src="js(old)/bootstrap.min.js"></script>
66+
<script src="js(old)/script.js"></script>
67+
</body>
68+
</html>

0 commit comments

Comments
 (0)