-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Culture Recipes</title>
</head>
<body>
<h1 id='header'>culture Recipes!</h1>
<img src='images/culture.png' alt="Perhaps you know someone in your school or community from a different country. Ask them how their food is served and how their table is set. Take notes and make sketches! If you do not know anyone, research a different country’s cuisine and table setting. Research another. You may find both the food and the presentation of the food fascinating! Make a poster with at least three different settings. Label the pieces and show a world map where the countries are located."
<h3 id='image label'>A collection of Recipes from all the culture</h3>
<div>
<ul>
<li><a href='./recipes/A-traditional-menu-for-hanukkah.html'>A-traditional-menu-for-hanukkah</a></li>
<li><a href="./recipes/Pepper-chicken-Breast.html">Pepper-chicken-Breast</a></li>
<li><a href="./recipes/lasagna.html">lasagna</a></li>
</ul>
</div>
<a href="#header">Return to top</a>
</body>
</html>