commit 59f1cf4a8bbe966c54999f05fd0c51e1af674ada Author: yourname Date: Fri Jun 5 16:42:47 2026 +0300 Added egypt diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/egypt/.DS_Store b/egypt/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/egypt/.DS_Store differ diff --git a/egypt/Egypt-Valley-of-the-kings.jpg b/egypt/Egypt-Valley-of-the-kings.jpg new file mode 100644 index 0000000..cbad0b3 Binary files /dev/null and b/egypt/Egypt-Valley-of-the-kings.jpg differ diff --git a/egypt/Explore.css b/egypt/Explore.css new file mode 100644 index 0000000..7f08672 --- /dev/null +++ b/egypt/Explore.css @@ -0,0 +1,197 @@ +*{ + margin: 0; + padding: 0; + font-family: 'Roboto', sans-serif; +} + +html{ +background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(background.jpg) no-repeat center center fixed; +} + +.container{ + width: 100%; + height: auto; + padding-left: 8%; + padding-right: 8%; + box-sizing: border-box; + +} + + +.navbar{ +height: 12%; +display: flex; +align-items: center; +} + +.logo{ +width: 50px; +cursor: pointer; +color: white; +font-size: 20px; +} + +.navbar i{ +width: 30px; +cursor: pointer; +margin-left: 40px; +} + +nav{ +flex: 1; +text-align: right; +} + +nav ul li{ +list-style: none; +display: inline-block; +margin-left: 60px; +color: white; +font-size: 13px; +} + +/* Information boxes */ + +.wrapper{ +display: grid; +margin: 200px 90px auto; +grid-gap: 20px; +grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); +} +@media (max-width: 700px) { +.wrapper{ + margin: 200px auto; +} +} +.wrapper .box{ +width: 350px; +margin: 0 auto; +position: relative; +perspective: 1000px; +border: #000000; +border-radius: 2px; +-webkit-border-radius: 2px; +-moz-border-radius: 2px; +-ms-border-radius: 2px; +-o-border-radius: 2px; +padding-bottom: 75px; +padding-right: 75px; +} +.wrapper .box .front-face{ +background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(background.jpg); +background-size: cover; +height: 220px; +width: 100%; +display: flex; +flex-direction: column; +justify-content: center; +border-radius: 2px; +border-color: #000000; +box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1); +transition: all 0.5s ease; +-webkit-border-radius: 2px; +-moz-border-radius: 2px; +-ms-border-radius: 2px; +-o-border-radius: 2px; +} + +.box .front-face span, +.box .back-face span{ +font-size: 22px; +font-weight: 600; +text-transform: uppercase; +} + +.box .front-face span{ +background: linear-gradient(-135deg, #000000, #000000); +-webkit-background-clip: text; +-webkit-text-fill-color: transparent; +text-align: center; +} + + +.box .back-face{ +position: absolute; +top: 0; +left: 0; +z-index: 1; +height: 220px; +width: 100%; +padding: 30px; +color: #fff; +opacity: 0; +transform-style: preserve-3d; +backface-visibility: hidden; +background: linear-gradient(-135deg, #000000, #000000); +transform: translateY(110px) rotateX(-90deg); +box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1); +transition: all 0.5s ease; +} + +.box .back-face p{ +margin-top: 10px; +text-align: justify; +} + +.box:hover .back-face{ +opacity: 1; +transform: rotateX(0deg); +} + +.box:hover .front-face{ +opacity: 0; +transform: translateY(-110px) rotateX(90deg); +} + + +/*Boxes Backgrounds*/ + +.box .front-face.face1{ + background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Egypt-Valley-of-the-kings.jpg); + } + + .box .front-face.face2{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(egypt-mosque-cairo.jpg); + } + + .box .front-face.face3{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(egypt-temples.jpg); + } + + .box .front-face.face4{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(gouna.jpg); + } + + .box .front-face.face5{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(sharm.jpg); + } + + .box .front-face.face6{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(saint-catherines-monastery.jpg); + } + + .box .front-face.face7{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(alexandria-egypt-library.jpg); + } + + .box .front-face.face{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(flag.jpg); + } + + .box .back-face button{ + height: 60px; + width: 100%; + margin-top: 55px; + background-color: rgb(52, 52, 255); + border-radius: 30px; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + -ms-border-radius: 30px; + -o-border-radius: 30px; + text-align: center; + font-size: xx-large; +} + +.box .back-face a{ + text-decoration: none; +} \ No newline at end of file diff --git a/egypt/Explore.html b/egypt/Explore.html new file mode 100644 index 0000000..6a46844 --- /dev/null +++ b/egypt/Explore.html @@ -0,0 +1,116 @@ + + + + + + + Explore Egypt + + + +
+ +
+
+
+ Valley of the Kings +
+
+ Valley of the Kings +

+ 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 Pharaoh’s 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. +

+
+
+
+
+ Islamic Cairo +
+
+ Islamic Cairo +

+ 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. +

+
+
+
+
+ Egyptian Museum +
+
+ Egyptian Museum +

+ 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. +

+
+
+
+
+ El Gouna +
+
+ El Gouna +

+ For a luxury escape in Egypt, El Gouna is a popular holiday destination. It’s popular spot for diving in the Red Sea, chilling out at the beach, and dolphin spotting. +

+
+
+
+
+ Sharm El Sheik +
+
+ Sharm El Sheik +

+ Sharm El Sheik is Egypt’s 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 +

+
+
+
+
+ Saint Catherine’s Monastery +
+
+ Saint Catherine’s Monastery +

+ Located at the foot of Mount Sinai, a visit to Saint Catherine’s 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. +

+
+
+
+
+ Alexandria +
+
+ Alexandria +

+ 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. +

+
+
+
+
+ Visit Egyptian Ministry of tourism +
+
+ Visit Egyptian Ministry of tourism + +
+
+
+
+ + + \ No newline at end of file diff --git a/egypt/History.css b/egypt/History.css new file mode 100644 index 0000000..5c7a641 --- /dev/null +++ b/egypt/History.css @@ -0,0 +1,166 @@ +*{ + margin: 0; + padding: 0; + font-family: 'Roboto', sans-serif; + } + +html{ + background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(background.jpg) no-repeat center center fixed; +} + +.container{ + width: 100%; + height: auto; + padding-left: 8%; + padding-right: 8%; + box-sizing: border-box; + +} + + +.navbar{ + height: 12%; + display: flex; + align-items: center; +} + +.logo{ + width: 50px; + cursor: pointer; + color: white; + font-size: 20px; +} + +.navbar i{ + width: 30px; + cursor: pointer; + margin-left: 40px; +} + +nav{ + flex: 1; + text-align: right; +} + +nav ul li{ + list-style: none; + display: inline-block; + margin-left: 60px; + color: white; + font-size: 13px; +} + +/* Information boxes */ + +.wrapper{ + display: grid; + margin: 200px 90px auto; + grid-gap: 20px; + grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); +} +@media (max-width: 700px) { + .wrapper{ + margin: 200px auto; + } +} +.wrapper .box{ + width: 350px; + margin: 0 auto; + position: relative; + perspective: 1000px; + border: #000000; + border-radius: 2px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + padding-bottom: 75px; + padding-right: 75px; +} +.wrapper .box .front-face{ + background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(background.jpg); + background-size: cover; + height: 220px; + width: 100%; + display: flex; + flex-direction: column; + justify-content: center; + border-radius: 2px; + border-color: #000000; + box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1); + transition: all 0.5s ease; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; +} + +.box .front-face span, +.box .back-face span{ + font-size: 22px; + font-weight: 600; + text-transform: uppercase; +} + +.box .front-face span{ + background: linear-gradient(-135deg, #000000, #000000); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + text-align: center; +} + + +.box .back-face{ + position: absolute; + top: 0; + left: 0; + z-index: 1; + height: 220px; + width: 100%; + padding: 30px; + color: #fff; + opacity: 0; + transform-style: preserve-3d; + backface-visibility: hidden; + background: linear-gradient(-135deg, #000000, #000000); + transform: translateY(110px) rotateX(-90deg); + box-shadow: 0px 5px 20px 0px rgba(0, 81, 250, 0.1); + transition: all 0.5s ease; +} + +.box .back-face p{ + margin-top: 10px; + text-align: justify; +} + +.box:hover .back-face{ + opacity: 1; + transform: rotateX(0deg); +} + +.box:hover .front-face{ + opacity: 0; + transform: translateY(-110px) rotateX(90deg); +} + +/*Boxes Backgrounds*/ + +.box .front-face.face1{ + background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(info-box1.jpg); +} + +.box .front-face.face2{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(info-box2.jpg); +} + +.box .front-face.face3{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(info-box3.jpg); +} + +.box .front-face.face4{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(info-box4.jpg); +} + +.box .front-face.face5{ + background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(flag.jpg); +} \ No newline at end of file diff --git a/egypt/History.html b/egypt/History.html new file mode 100644 index 0000000..f282b1d --- /dev/null +++ b/egypt/History.html @@ -0,0 +1,85 @@ + + + + + + + Egypt's History + + + +
+ +
+
+
+ Ancient Egypt +
+
+ Ancient Egypt +

+ Ancient Egypt is divided into three “kingdom” periods—Old, Middle, and New—with shorter intermediate periods separating the kingdoms. Even before the Old Kingdom period, the foundations of Egyptian civilization were being laid for thousands of years, as people living near the Nile increasingly focused on sedentary agriculture, which led to urbanization and specialized, non-agricultural economic activity. +

+
+
+
+
+ OLD Ancient Egypt Kingdom +
+
+ OLD Ancient Egypt Kingdom +

+ Evidence of human habitation in Egypt stretches back tens of thousands of years. It was only in about 6000 BCE, however, that widespread settlement began in the region. Around this time, the Sahara Desert expanded. Some scientists think this expansion was caused by a slight shift in the tilt of the Earth. Others have explored changing rainfall patterns, but the specific causes are not entirely clear.
The most important result of this expansion of the Sahara for human civilization was that it pushed humans closer to the Nile River in search of reliable water sources. +

+
+
+
+
+ MIDDLE Ancient Egypt Kingdom +
+
+ MIDDLE Ancient Egypt Kingdom +

+ The Middle Kingdom saw Egypt unified again as kings found ways to take back power from regional governors. From the Middle Kingdom era forward, Egyptian kings often kept well-trained standing armies. The ability of the Egyptian state to create and maintain a standing military force and to build fortifications showed that it had regained control of substantial resources. + Political fragmentation led to the Second Intermediate Period. The precise dates are unclear; even though writing allowed for more events to be recorded, most things still were not, and many more records have been lost or destroyed. +

+
+
+
+
+ NEW Ancient Egypt Kingdom +
+
+ NEW Ancient Egypt Kingdom +

+ Around 1550 BCE, the New Kingdom period of Egyptian history began with the expulsion of the Hyksos from Egypt and the restoration of centralized political control. This period was Egypt's most prosperous time and marked the peak of its power. + Also in this period, Hatshepsut, Egypt’s most famous female ruler, established trade networks that helped build the wealth of Egypt and commissioned hundreds of construction projects and pieces of statuary, as well as an impressive mortuary temple at Deir el-Bahri. She also ordered repairs to temples that had been neglected or damaged during the period of Hyksos rule. +

+
+
+
+
+ Egypt now +
+
+ Egypt now +

+ Nowadays Egypt's currency, people, goverment, land changed & Egypt became one of the important countries in Africa & the middle east, Now Egypt is ruled by military ruling, Islam became the major religion after christianity, Egypt’s capital is now Cairo but goverment is trying to change it to the New Administrative Capital +

+
+
+
+
+ + + diff --git a/egypt/alexandria-egypt-library.jpg b/egypt/alexandria-egypt-library.jpg new file mode 100644 index 0000000..719f0a4 Binary files /dev/null and b/egypt/alexandria-egypt-library.jpg differ diff --git a/egypt/background.jpg b/egypt/background.jpg new file mode 100644 index 0000000..6dcf3d1 Binary files /dev/null and b/egypt/background.jpg differ diff --git a/egypt/card1.jpg b/egypt/card1.jpg new file mode 100644 index 0000000..ceed5b4 Binary files /dev/null and b/egypt/card1.jpg differ diff --git a/egypt/card2.jpg b/egypt/card2.jpg new file mode 100644 index 0000000..51a3043 Binary files /dev/null and b/egypt/card2.jpg differ diff --git a/egypt/card3.jpg b/egypt/card3.jpg new file mode 100644 index 0000000..39ac3b2 Binary files /dev/null and b/egypt/card3.jpg differ diff --git a/egypt/card4.jpg b/egypt/card4.jpg new file mode 100644 index 0000000..44b112e Binary files /dev/null and b/egypt/card4.jpg differ diff --git a/egypt/egypt-mosque-cairo.jpg b/egypt/egypt-mosque-cairo.jpg new file mode 100644 index 0000000..2b67623 Binary files /dev/null and b/egypt/egypt-mosque-cairo.jpg differ diff --git a/egypt/egypt-temples.jpg b/egypt/egypt-temples.jpg new file mode 100644 index 0000000..890c6ee Binary files /dev/null and b/egypt/egypt-temples.jpg differ diff --git a/egypt/flag.jpg b/egypt/flag.jpg new file mode 100644 index 0000000..cf78620 Binary files /dev/null and b/egypt/flag.jpg differ diff --git a/egypt/gouna.jpg b/egypt/gouna.jpg new file mode 100644 index 0000000..c219f9b Binary files /dev/null and b/egypt/gouna.jpg differ diff --git a/egypt/index.html b/egypt/index.html new file mode 100644 index 0000000..73c7f39 --- /dev/null +++ b/egypt/index.html @@ -0,0 +1,53 @@ + + + + + + + Document + + + + + +
+ +
+
+

Egypt

+

The Mother of the world & the start Civilization

+ +
+
+
+
Abu Simbel
+

Abu Simbel is an archaeological site comprising two massive rock-cut temples in southern Egypt on the western bank of Lake Nasser. The twin temples were originally carved out of the mountainside during the reign of Pharaoh Ramesses The Great in the 13th century BC

+
+
+
Siwa Oasis
+

Siwa Oasis is one of Egypt’s isolated settlements,Located on an old date trade route, Siwa was an oasis vital to the trade route, as the natural springs and shade giving palm trees gave travelers respite from the desert.

+
+
+
Giza Necropolis
+

The Pyramids of Giza, situated in the immediate vicinity of the southwestern suburbs of Cairo are the undisputable top attractions in Egypt. The pyramids at Giza were built over the span of three generations by Khufu, his second reigning son Khafre, and Menkaure

+
+
+
Red Sea Reef
+

The Red Sea, off the coast of Egypt, is one of the most beautiful places in the world to go diving. The waters of the Red Sea are renowned for their spectacular visibility and features some of the most exotic seascapes. With its wide expanse of coral formation on the reefs, it is home to thousands of different sea creatures.

+
+
+
+
+ + + diff --git a/egypt/info-box1.jpg b/egypt/info-box1.jpg new file mode 100644 index 0000000..1bc8198 Binary files /dev/null and b/egypt/info-box1.jpg differ diff --git a/egypt/info-box2.jpg b/egypt/info-box2.jpg new file mode 100644 index 0000000..c21fae3 Binary files /dev/null and b/egypt/info-box2.jpg differ diff --git a/egypt/info-box3.jpg b/egypt/info-box3.jpg new file mode 100644 index 0000000..5393868 Binary files /dev/null and b/egypt/info-box3.jpg differ diff --git a/egypt/info-box4.jpg b/egypt/info-box4.jpg new file mode 100644 index 0000000..1c69ef2 Binary files /dev/null and b/egypt/info-box4.jpg differ diff --git a/egypt/saint-catherines-monastery.jpg b/egypt/saint-catherines-monastery.jpg new file mode 100644 index 0000000..6fae854 Binary files /dev/null and b/egypt/saint-catherines-monastery.jpg differ diff --git a/egypt/script.js b/egypt/script.js new file mode 100644 index 0000000..aa459ec --- /dev/null +++ b/egypt/script.js @@ -0,0 +1,32 @@ +//Nav li +var button = document.getElementById("li1"); + +button.addEventListener("click", function(){ + document.location.href = 'index.html'; +}); + +var button = document.getElementById("li2"); + +button.addEventListener("click", function(){ + document.location.href = 'History.html'; +}); + +var button = document.getElementById("li3"); + +button.addEventListener("click", function(){ + document.location.href = 'Explore.html'; +}); + + +//btns +var button = document.getElementById("btn1"); + +button.addEventListener("click", function(){ + document.location.href = '/Explore.html'; +}); + +var button = document.getElementById("btn2"); + +button.addEventListener("click", function(){ + document.location.href = "www.google.com/maps/place/Egypt"; +}); \ No newline at end of file diff --git a/egypt/sharm.jpg b/egypt/sharm.jpg new file mode 100644 index 0000000..065f801 Binary files /dev/null and b/egypt/sharm.jpg differ diff --git a/egypt/style.css b/egypt/style.css new file mode 100644 index 0000000..bc6dd62 --- /dev/null +++ b/egypt/style.css @@ -0,0 +1,122 @@ +*{ + margin: 0; + padding: 0; + font-family: 'Roboto', sans-serif; +} + +.container{ + width: 100%; + height: 100vh; + background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(background.jpg); + background-position: center; + background-size: cover; + padding-left: 8%; + padding-right: 8%; + box-sizing: border-box; +} + +.navbar{ + height: 12%; + display: flex; + align-items: center; +} + +.logo{ + width: 50px; + cursor: pointer; + color: white; + font-size: 20px; +} + +.navbar i{ + width: 30px; + cursor: pointer; + margin-left: 40px; +} + +nav{ + flex: 1; + text-align: right; +} + +nav ul li{ + list-style: none; + display: inline-block; + margin-left: 60px; + color: white; + font-size: 13px; +} + +.row{ + display: flex; + height: 88%; + align-items: center; +} + +.col { + flex-basis: 50%; +} + +h1{ + color: white; + font-size: 100px; +} + +p{ + color: white; + font-size: 11px; + line-height: 15px; +} + +button{ + width: 180px; + color: #000; + font-size: 12px; + padding: 12px 0; + background: whitesmoke; + border: 0; + border-radius: 20px; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + -ms-border-radius: 20px; + -o-border-radius: 20px; + outline: none; + margin-top: 30px; +} + +.card { + width: 200px; + height: 230px; + display: inline-block; + border-radius: 10px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + -ms-border-radius: 10px; + -o-border-radius: 10px; + padding: 15px 25px; + box-sizing: border-box; + margin: 10px 15px; + background-position: center; + background-size: cover; +} + +.card h5{ + color: white; + text-decoration: bold; +} + +.card1{ + background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(card1.jpg); +} + +.card2{ + background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(card2.jpg); +} + +.card3{ + background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(card3.jpg); +} + +.card4{ + background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(card4.jpg); +} \ No newline at end of file