progWeb/islands.html
2022-12-22 13:58:16 +01:00

73 line
No EOL
3.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="css/text.css">
<title>Islands</title>
</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 and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<hr>
<main>
<section>
<article>
<a href="islands.html">Islands</a>
<a href="mainland.html">Mainland</a>
</article>
</section>
<section>
<h1>The Islands</h1>
<article>
<h2>Santorini</h2>
<img src="./photos/santorini.jpg"
width="400"
height="200">
<p>One of the most well know islands in Greece, Santorini is in the middle of the Aegean sea. It is very touristy as it is know buy the whole world, but it is still rated as one of the best places to visit in Greece, with its white houses and turquoise beaches.</p>
</article>
<article>
<h2>Mykonos</h2>
<img src="./photos/mykonos.jpg"
width="400"
height="300">
<p>As popular as Santorini, Mykonos is also a very touristy island, part of the Cyclades (a group of Greek islands in the Aegean sea). If you have the money, it is a great place to go to go to the beach during the day, then go party during the night.</p>
</article>
<article>
<h2>Paros</h2>
<img src="./photos/paros.jpg"
width="400"
height="300">
<p>Known for its marble quarries during the Antiquity, some of the masterpieces of ancient Greek sculpture were made with 'Parian marble'.If you visit this island, you will come across typical villages with idyllic nature, and crystal-clear beaches.</p>
</article>
<article>
<h2>Naxos</h2>
<img src="./photos/naxos.jpg"
width="400"
height="250">
<p>Naxos is the largest island of the Cyclades island group. It is large enough to need a vehicle to get around it. It dominated commerce in the Cyclades during the 8th and 7th centuries BC.</p>
</article>
<article>
<h2>Chios</h2>
<img src="./photos/chios.jpg"
width="400"
height="250">
<p>Not part of the Cyclades this time, Chios is a hidden treasure in the Aegean, waiting to be discovered. It is the fifth largest Greek island, with a coastline of 213 kilometers. It is a mountainous island, with picturesque landscapes.</p>
</article>
</section>
</main>
<hr>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body>
</html>