fg
|
@ -5,6 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Food and Lifestyle</title>
|
<title>Food and Lifestyle</title>
|
||||||
|
<link rel="stylesheet" href="css/text.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -17,5 +18,76 @@
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
BIN
photos/Galaktoboureko.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
photos/almond.jpg
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
photos/baklava.jpeg
Normal file
After Width: | Height: | Size: 346 KiB |
BIN
photos/dips.jpg
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
photos/dolmadesjpg
Normal file
After Width: | Height: | Size: 308 KiB |
BIN
photos/pastitsio.jpg
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
photos/rizogalo.jpg
Normal file
After Width: | Height: | Size: 292 KiB |
|
@ -10,10 +10,10 @@
|
||||||
<nav class="B">
|
<nav class="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
<a href>Food and Lifestyle</a>
|
<a href = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<hr>
|
<hr>
|
||||||
<main>
|
<main>
|
||||||
|
|