-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 2.05 KB
/
Copy pathindex.html
File metadata and controls
30 lines (27 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Odin Project - Recipes</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap" rel="stylesheet">
</head>
<body>
<h2 id="title" class="container"><img src="images/odin_project.png" alt="A head of Odin next to the words: The Odin Project" class="project"/><br>Resumes</h2>
<div id="menu">
<ul>
<li class="side container"><a href="pages/garlic_chicken.html"><h3>Garlic Fried Chicken</h3></a><br></h3>
<i>Chicken drenched in crispy breadcrumbs, vivid garlic powder, and rich eggs, then fried to perfection</i></li>
<li class="side container"><a href="pages/fried_rice.html"><h3>Fried Rice</h3></a><br>
<i>A traditional Chinese preparation of cooked rice, vegetables, protein, soy sauce, and aromatics</i></li>
<li class="side container"><a href="pages/collard_greens.html"><h3>Collard Greens</h3></a><br><i>Collards are smooth and hearty in texture with broad, dark green leaves, and light-colored veins and stems.</i></li>
<li class="side container"><a href="pages/cornbread.html"><h3>Golden Cornbread</h3></a><br><i>Cornbread is a quick bread made with cornmeal, associated with the cuisine of the Southern United States, with origins in Native American cuisine</i></li>
<li class="side container"><a href="pages/strawberry_lemonade.html"><h3>Strawberry Lemonade</h3></a><br><i>A refreshing drink made with sugar, water, lemon juice, strawberries and mint</i></li>
<li><img src="images/odin_logo.png" alt="head of Odin" class="logo design" height=50 width="50"/></li>
</ul>
</div>
</body>
</html>