Files
travel-website/egypt/Explore.html
2026-06-05 16:42:47 +03:00

116 lines
4.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Explore Egypt</title>
<link rel="stylesheet" href="Explore.css">
</head>
<body>
<div class="container">
<div class="navbar">
<h2 class="logo">EGYPT</h2>
<nav>
<ul>
<li id="li1">Home</li>
<li id="li2">History</li>
<li id="li3">Explore</li>
</ul>
</nav>
<i class="fa-solid fa-bars"></i>
</div>
<div class="wrapper">
<div class="box">
<div class="front-face face1">
<span> Valley of the Kings</span>
</div>
<div class="back-face">
<span> Valley of the Kings</span>
<p>
We all know about King Tut and it is here that you can visit his tomb. In fact, you can visit all of the Kings of the Pharaohs tombs. Ramses, I-V, and everyone in between was entombed in extravagant tombs filled with riches and jewels on the West Bank of the Nile.
</p>
</div>
</div>
<div class="box">
<div class="front-face face2">
<span>Islamic Cairo</span>
</div>
<div class="back-face">
<span>Islamic Cairo</span>
<p>
Islamic Cairo is known as the “City of Citadels” with many mosques to visit including the Sultan Hussan Mosque and the Alabaster Mosque aka, The Mosque of Muhammad Ali. It is the most visited mosque in all of Egypt and with good reason.
</p>
</div>
</div>
<div class="box">
<div class="front-face face3">
<span>Egyptian Museum</span>
</div>
<div class="back-face">
<span>Egyptian Museum</span>
<p>
Other museums around the world have Egyptian artifacts but this takes it to the next level.
It is worth touring the museum because when visiting the temples of Egypt, there is nothing inside they have all been moved to the safety of the museum where you can see them with your own eyes.
</p>
</div>
</div>
<div class="box">
<div class="front-face face4">
<span>El Gouna</span>
</div>
<div class="back-face">
<span>El Gouna</span>
<p>
For a luxury escape in Egypt, El Gouna is a popular holiday destination. Its popular spot for diving in the Red Sea, chilling out at the beach, and dolphin spotting.
</p>
</div>
</div>
<div class="box">
<div class="front-face face5">
<span>Sharm El Sheik</span>
</div>
<div class="back-face">
<span>Sharm El Sheik</span>
<p>
Sharm El Sheik is Egypts most popular resort destinations located on the Sinai Peninsula. It is yet another excellent spot for scuba diving, but with its convenient location, it is also a great spot for adventure. You can climb Mount Sinai or take a trip to the desert to experience one of the Bedouin camps
</p>
</div>
</div>
<div class="box">
<div class="front-face face6">
<span>Saint Catherines Monastery</span>
</div>
<div class="back-face">
<span>Saint Catherines Monastery</span>
<p>
Located at the foot of Mount Sinai, a visit to Saint Catherines Monastery is a must visit when in the Sinai Peninsula. It is the very place where God spoke to Moses as a burning bush. Dating back to the 500s AD, this is the oldest continuously working Christian monastery in the world.
</p>
</div>
</div>
<div class="box">
<div class="front-face face7">
<span>Alexandria</span>
</div>
<div class="back-face">
<span>Alexandria</span>
<p>
Located on the Mediterranean Sea, Alexandria is where East meets West. Alexandrea was founded by Alexander the Great and housed one of the seven ancient wonders of the world, the Alexandria Lighthouse. Psst: The Great Pyramids are another ancient wonder.
</p>
</div>
</div>
<div class="box">
<div class="front-face face">
<span>Visit Egyptian Ministry of tourism</span>
</div>
<div class="back-face">
<span>Visit Egyptian Ministry of tourism</span>
<a href="https://egypt.travel/"><button>Ministry of tourism</button></a>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>