This commit is contained in:
Georgia Koutsodima 2022-12-12 10:46:38 +01:00
parent af9d3ac41e
commit ea5ba80975
9 changed files with 76 additions and 4 deletions

View file

@ -5,6 +5,7 @@
<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>
@ -16,6 +17,77 @@
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<table>
<tbody>
<tr>
<td><img src="photos/dips.jpg"></td>
<td style="width:200px;">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.</td>
</tr>
</tbody>
</table>
<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>

BIN
photos/Galaktoboureko.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
photos/almond.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
photos/baklava.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

BIN
photos/dips.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

BIN
photos/dolmadesjpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

BIN
photos/pastitsio.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
photos/rizogalo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

View file

@ -10,10 +10,10 @@
<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 and Lifestyle</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</nav>
</header>
<hr>
<main>