progWeb/history_mythology.html
2022-12-12 10:28:39 +01:00

166 lines
No EOL
5.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>History</title>
</head>
<body class="A">
<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</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<hr>
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="400px" style="float:right;"/>
<article >
<ul style = "border-width:3px;border-style:solid; border-color:black; padding: 1em; width: 12%;">
<li><a href="#History">History</a></li>
<ul>
<li><a href="#Ancient_Greece">Ancient Greece</a></li>
<li><a href="#Byzantine">Byzantine Greece</a></li>
<li><a href="#Greece">New Greece</a></li>
</ul>
<li><a href="#Mythology">Mythology</a></li>
<ul>
<li> <a href="#Gods">Gods and Goddesses</a></li>
</ul>
</ul>
</article>
<section>
<h1 id = "History">History</h1>
<article>
<p id = "Ancient_Greece"><b>Ancient Greece</b></p>
<p>From 7000 BC farmers used to live there. By 1950 BC, they knew how to write using hieroglyphS. Around 1600 BC civilization spread to the Greek mainland. They are called the Myceneans and they had city-states.</p>
</article>
<article>
<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>
</article>
<article>
<p id = "Greece"><b>New Greece</b></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>
</section>
<section>
<h1 id = "Mythology">Mythology</h1>
<article>
<p id = "Gods"><b>Gods and Goddesses</b></p>
<table border="1">
<thead>
<tr>
<th rowspan="2">Category</th>
<th rowspan="2">Name</th>
<th colspan="2">Characteristics</th>
</tr>
<tr>
<th>Gender</th>
<th>Activity</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="12">Olympian Gods</td>
<td>Zeus</td>
<td>Male</td>
<td>God of the Gods</td>
</tr>
<tr>
<td>Poseidon</td>
<td>Male</td>
<td>Sea, Horses</td>
</tr>
<tr>
<td>Hades</td>
<td>Male</td>
<td>Underworld</td>
</tr>
<tr>
<td>Ares</td>
<td>Male</td>
<td>War, Weapons</td>
</tr>
<tr>
<td>Hera</td>
<td>Female</td>
<td>Marriage, Women, Family</td>
</tr>
<tr>
<td>Apollo</td>
<td>Male</td>
<td>Sun, Music, Poetry, Healing</td>
</tr>
<tr>
<td>Artemis</td>
<td>Female</td>
<td>Hunt, Wilderness</td>
</tr>
<tr>
<td>Athena</td>
<td>Female</td>
<td>Wisdom, Military Victory</td>
</tr>
<tr>
<td>Aphrodite</td>
<td>Female</td>
<td>Beauty, Love</td>
</tr>
<tr>
<td>Hephaestus</td>
<td>Male</td>
<td>Fire, Blacksmiths, Crafstmen </td>
</tr>
<tr>
<td>Hermes</td>
<td>Male</td>
<td>Herald of the Gods, Proctector of Thieves, Orators and Travellers</td>
</tr>
<tr>
<td>Dionysus</td>
<td>Male</td>
<td>Wine, Insanity</td>
</tr>
<tr>
<td rowspan="3">Other Major Gods</td>
<td>Demeter</td>
<td>Female</td>
<td>Agriculture</td>
</tr>
<tr>
<td>Hestia</td>
<td>Female</td>
<td>Home, Hearth</td>
</tr>
<tr>
<td>Persephone</td>
<td>Female</td>
<td>Spring, Queen of Underworld</td>
</tr>
</tbody>
</table>
</article>
</section>
<hr>
</body>
</html>