This commit is contained in:
Georgia Koutsodima 2022-12-12 08:56:58 +01:00
commit cbfd73cab4
10 changed files with 18 additions and 17 deletions

View file

@ -51,13 +51,11 @@
<article> <article>
<p id = "Byzantine"><b>Byzantine Greece</b></p> <p id = "Byzantine"><b>Byzantine Greece</b></p>
<p>The Great Emperor Justinian reigned from 527-565. In that time Romans' influence grew smaller and the Greeks' grew stronger. </p> <p>The Great Emperor Justinian reigned from 527-565. In that time Romans' influence grew smaller and the Greeks' grew stronger. </p>
</article> </article>
<article> <article>
<p id = "Greece"><b>New Greece</b></p> <p id = "Greece"><b>New Greece</b></p>
<p></p> <p>Britain, France and Russia wanted Greece to become a monarchy as well. They sent a prince that became the king of Greece in 1833. </p>
<p>Greece became a republic in 1924. In 1940, the Italians invaded Greece but they were quickly pushed back.</p>
</article> </article>
</section> </section>

View file

@ -26,7 +26,7 @@
<h1>The Islands</h1> <h1>The Islands</h1>
<article> <article>
<h2>Santorini</h2> <h2>Santorini</h2>
<img src="../santorini.jpg" <img src="./photos/santorini.jpg"
width="400" width="400"
height="200"> 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> <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>
@ -34,31 +34,33 @@
</article> </article>
<article> <article>
<h2>Mykonos</h2> <h2>Mykonos</h2>
<img src="../mykonos.jpg" <img src="./photos/mykonos.jpg"
width="400" width="400"
height="300"> 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>
<article> <article>
<h2>Paros</h2> <h2>Paros</h2>
<img src="../paros.jpg" <img src="./photos/paros.jpg"
width="400" width="400"
height="300"> 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>
<article> <article>
<h2>Naxos</h2> <h2>Naxos</h2>
<img src="../naxos.jpg" <img src="./photos/naxos.jpg"
width="400" width="400"
height="250"> 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>
<article> <article>
<h2>Chios</h2> <h2>Chios</h2>
<img src="../chios.jpg" <img src="./photos/chios.jpg"
width="400" width="400"
height="250"> 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> </article>
</section> </section>
</main> </main>

View file

@ -9,11 +9,11 @@
<header> <header>
<nav class="B"> <nav class="B">
<a href>Main Page</a> <a href = "main.html">Main Page</a>
<a href>Where To Go</a> <a href = "where_to_go.html">Where To Go</a>
<a href>History</a> <a href = "history_mythology.html">History</a>
<a href>Food and Lifestyle</a> <a href>Food and Lifestyle</a>
<a href>Frequently Asked Questions</a> <a href = "faq.html">Frequently Asked Questions</a>
</nav> </nav>
</header> </header>
<main> <main>

View file

@ -25,7 +25,8 @@
<h1>The Mainland</h1> <h1>The Mainland</h1>
<article> <article>
<img src="athens.jpg"> <img src="athens.jpg">
<h2>Athens</h2> <h2>Attica</h2>
<p></p>
</article> </article>
</section> </section>
</main> </main>

BIN
photos/athens1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

BIN
photos/chios.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

BIN
photos/mykonos.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
photos/naxos.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

BIN
photos/paros.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
photos/santorini.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB