86 lines
No EOL
3.4 KiB
HTML
86 lines
No EOL
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Food and Lifestyle</title>
|
|
<link rel="stylesheet" href="css/text.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav class="B">
|
|
<a href = "main.html">Main Page</a>
|
|
<a href = "where_to_go.html">Where To Go</a>
|
|
<a href = "history_mythology.html">History</a>
|
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
|
<a href = "faq.html">Frequently Asked Questions</a>
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
<main>
|
|
<section>
|
|
<h1>Savoury Options</h1>
|
|
<ul>
|
|
<li>
|
|
<h3>Greek dips</h3>
|
|
<ul>
|
|
<li><h4>Taramosalata</h4></li>
|
|
<li><h4>Melitzanosalata</h4></li>
|
|
<li><h4>Tzatziki</h4></li>
|
|
<img src="photos/dips.jpg">
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<h3>Dolmades</h3>
|
|
<p>Dolmades refers to Greek dishes made with either cabbage or grape leaves, stuffed with a delicious rice mix, shaped into rolls and boiled until wonderfully tender. </p>
|
|
<img src="photos/dolmadesjpg"
|
|
width="250"
|
|
height="350">
|
|
</li>
|
|
<li>
|
|
<h3>Pastitsio</h3>
|
|
<p>Pastitsio (Greek: παστίτσιο, pastítsio) is a Greek dish made with pasta, ground meat and béchamel sauce, with variations of the dish found in other countries of the Mediterranean Sea. </p>
|
|
<img src="photos/pastitsio.jpg"
|
|
width="300"
|
|
height="350">
|
|
</li>
|
|
</ul>
|
|
<h1>Sweet Options</h1>
|
|
<ul>
|
|
<li>
|
|
<h3>Vegan</h3>
|
|
<ul>
|
|
<li><h4>Tahinopita</h4></li>
|
|
<p>Tahinopita is a Greek cake flavoured with sesame paste. We can find variations on the recipe, like quickbread versions with chemical leaveners (such as baking soda or baking powder), yeasted versions, and phyllo layer versions. As most varieties contain no dairy, eggs, or oil, they are popular during Lent and can be considered vegan </p>
|
|
<li><h4>Almond Cookies</h4></li>
|
|
<img src="photos/almond.jpg"
|
|
width="400"
|
|
height="350">
|
|
</ul>
|
|
<h3>Non Vegan</h3>
|
|
<ul>
|
|
<li><h4>Baklava</h4></li>
|
|
<img src="photos/baklava.jpeg"
|
|
width="480"
|
|
height="350">
|
|
<li><h4>Rizogalo</h4></li>
|
|
<img src="photos/rizogalo.jpg"
|
|
width="450"
|
|
height="350">
|
|
<li><h4>Galaktoboureko</h4></li>
|
|
<img src="photos/Galaktoboureko.jpg"
|
|
width="450"
|
|
height="350">
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
</body>
|
|
</html> |