Compare commits

...

3 commits

Author SHA1 Message Date
b6edc2f643 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb 2022-12-12 10:50:54 +01:00
9007650229 fgdfg 2022-12-12 10:50:47 +01:00
ea5ba80975 fg 2022-12-12 10:46:38 +01:00
9 changed files with 78 additions and 2 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,14 @@
<nav class="B">
<a href = "main.html">Main Page</a>
<a href = "where_to_go.html">Where To Go</a>
<<<<<<< HEAD
<a href = "history_mythology.html">History and Mythology</a>
=======
<a href = "history_mythology.html">History</a>
>>>>>>> 7b55c056e680e35408f53eb448d6cd0881856a11
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</nav>
</header>
<main>
<section>