help
This commit is contained in:
parent
3515552f89
commit
47e0bce5fc
3 changed files with 106 additions and 1 deletions
69
islands.html
Normal file
69
islands.html
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
<!DOCTYPE HTML>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Islands</title>
|
||||||
|
</head>
|
||||||
|
<body class="A">
|
||||||
|
<header class="B">
|
||||||
|
<nav>
|
||||||
|
<a href>Main Page</a>
|
||||||
|
<a href>Where To Go</a>
|
||||||
|
<a href>History</a>
|
||||||
|
<a href>Food and Lifestile</a>
|
||||||
|
<a href>Frequently Asked Questions</a>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<hr>
|
||||||
|
<main class="B">
|
||||||
|
<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="../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="../mykonos.jpg"
|
||||||
|
width="400"
|
||||||
|
height="300">
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<article>
|
||||||
|
<h2>Paros</h2>
|
||||||
|
<img src="../paros.jpg"
|
||||||
|
width="400"
|
||||||
|
height="300">
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<article>
|
||||||
|
<h2>Naxos</h2>
|
||||||
|
<img src="../naxos.jpg"
|
||||||
|
width="400"
|
||||||
|
height="250">
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<article>
|
||||||
|
<h2>Chios</h2>
|
||||||
|
<img src="../chios.jpg"
|
||||||
|
width="400"
|
||||||
|
height="250">
|
||||||
|
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
<hr>
|
||||||
|
<footer class="B">
|
||||||
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
37
mainland.html
Normal file
37
mainland.html
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<!DOCTYPE HTML>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Mainland</title>
|
||||||
|
</head>
|
||||||
|
<body class="A">
|
||||||
|
<header class="B">
|
||||||
|
<nav>
|
||||||
|
<a href>Main Page</a>
|
||||||
|
<a href>Where To Go</a>
|
||||||
|
<a href>History</a>
|
||||||
|
<a href>Food and Lifestile</a>
|
||||||
|
<a href>Frequently Asked Questions</a>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<hr>
|
||||||
|
<main class="B">
|
||||||
|
<section>
|
||||||
|
<article>
|
||||||
|
<a href="islands.html">Islands</a>
|
||||||
|
<a href="mainland.html">Mainland</a>
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h1>The Mainland</h1>
|
||||||
|
<article>
|
||||||
|
<img src="athens.jpg">
|
||||||
|
<h2>Athens</h2>
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
<hr>
|
||||||
|
<footer class="B">
|
||||||
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -2,7 +2,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Where To Go?</title>
|
<title>Where To Go?</title>
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
|
|
||||||
<body class="A">
|
<body class="A">
|
||||||
<header class="B">
|
<header class="B">
|
||||||
<nav>
|
<nav>
|
||||||
|
|
Loading…
Reference in a new issue