No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mainland.html 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="css/text.css">
  5. <title>Mainland</title>
  6. </head>
  7. <body>
  8. <header>
  9. <nav class="B">
  10. <a href = "main.html">Main Page</a>
  11. <a href = "where_to_go.html">Where To Go</a>
  12. <a href = "history_mythology.html">History and Mythology</a>
  13. <a href = "food_lifestyle.html">Food and Lifestyle</a>
  14. <a href = "faq.html">Frequently Asked Questions</a>
  15. </nav>
  16. </header>
  17. <hr>
  18. <main>
  19. <section>
  20. <article>
  21. <a href="islands.html">Islands</a>
  22. <a href="mainland.html">Mainland</a>
  23. </article>
  24. </section>
  25. <section>
  26. <h1>The Mainland</h1>
  27. <article>
  28. <h2>Attica</h2>
  29. <img src= "photos/attica.png"
  30. width="400"
  31. height="300">
  32. <p>Attica contains some of the world’s most important museums and archaeological sites, testimony to its very important role in world history. It is where Athens, the capital of Greece and busiest city of the country where lies the famous Acropolis, is situated. Attica offers a chance to visit renowned monuments and masterpieces of art of antiquity and the Middle Ages</p>
  33. </article>
  34. <article>
  35. <h2>Central Greece</h2>
  36. <img src= "photos/Central_Greece.png"
  37. width="400"
  38. height="300">
  39. <p>Also known as Roumeli, Central Greece is a part of Greek mainland that has been inhabited since antiquity. You can visit the archaeological site of Delphi, the Oracle of Apollo, the towns of Galaxidi and Itea, as well as beautiful Nafpaktos of great historical importance. </p>
  40. </article>
  41. <article>
  42. <h2>Peloponnese</h2>
  43. <img src= "photos/peloponese.png"
  44. width="400"
  45. height="350">
  46. <p> In Peloponnese, you will find monuments from every period of the eventful history, great archeological sites; ancient Olympia, Epidaurus, Mycenae and Tiryns, the Temple of Apollo Epicurius, Byzantine churches and Monasteries.</p>
  47. </article>
  48. <article>
  49. <h2>Thelassy</h2>
  50. <img src="photos/thelassy.png"
  51. width="400"
  52. height="350">
  53. <p>This region is home to beautiful mountains, rivers, beaches and the popular Plastira Lake. Archeological areas, Byzantine monasteries and churches complete the natural beauty of Thessaly.</p>
  54. </article>
  55. </section>
  56. </main>
  57. <hr>
  58. <footer>
  59. <p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
  60. </footer>
  61. </body>
  62. </html>