-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
339 lines (336 loc) Β· 12.5 KB
/
Index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="./Images/logo.png" type="image/png" />
<title>Landmarks of Saudi Arabia</title>
</head>
<body>
<header class="header">
<div class="logo">
<a href="#Hero">
<img src="./Images/logo.png" alt="Logo" style="cursor: pointer;" />
</a>
</div>
<nav>
<ul class="nav-links">
<li>
<a href="#Hero">Home</a>
</li>
<li>
<a href="#Landmarks">Landmarks</a>
</li>
<li>
<a href="#reviews">Review</a>
</li>
<li>
<a href="#FAQ">FAQ</a>
</li>
<li>
<a href="#Contact">Contact Us</a>
</li>
</ul>
</nav>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</header>
<main>
<section id="Hero">
<div>
<h1>Discover the Majestic Landmarks of Saudi Arabia</h1>
<p>
Journey through time to witness the beauty and significance of this
great Kingdom
</p>
<button>
<a href="#Landmarks" aria-label="Explore Landmarks">Explore Now</a>
</button>
</div>
<video aria-label="Scenic view of landmarks in Saudi Arabia" autoplay muted loop playsinline class="hero-video"
disablePictureInPicture>
<source src="videos\KSA2.webm" type="video/mp4" />
Your browser does not support the video tag.
</video>
</section>
<section id="Landmarks">
<div class="container">
<div class="card">
<img src="./Images/A'arifFort.jpg" alt="A'arif Fort" />
<h3>A'arif Fort</h3>
<div class="description">
A historical fort located in the city of Hail, A'arif Fort offers
stunning views from its mountain peak, featuring solid mud-brick
walls and impressive wooden doors, making it an ideal destination
for history enthusiasts and photographers alike.
</div>
</div>
<div class="card">
<img src="./Images/Al Malad Castle.jpg" alt="Al Malad Castle" />
<h3>Al Malad Castle</h3>
<div class="description">
Nestled in the mountains of Saudi Arabia, Al Malad Castle is a
historical site built for military observation and food storage,
showcasing impressive architecture and ancient trade routes that
offer visitors a fascinating glimpse into the past.
</div>
</div>
<div class="card">
<img src="./Images/Craftsmen market in Al-Ahsa.jpg" alt="Craftsmen Market in Al-Ahsa" />
<h3>Craftsmen Market in Al-Ahsa</h3>
<div class="description">
The Craftsmen Market in Al-Ahsa is a lively marketplace
celebrating traditional crafts, showcasing the region's rich
heritage and artisanal skills for visitors to explore.
</div>
</div>
<div class="card">
<img src="./Images/Edge of the World.jpg" alt="Edge of the World" />
<h3>Edge of the World</h3>
<div class="description">
The Edge of the World is an awe-inspiring destination near Riyadh,
offering dramatic cliffs and stunning vistas of the surrounding
wilderness, perfect for adventure seekers and nature enthusiasts
alike.
</div>
</div>
<div class="card">
<img src="./Images/Face Rock formation in AlUla.jpg" alt="Face Rock" />
<h3>Face Rock</h3>
<div class="description">
Nestled in the ancient city of AlUla, Face Rock is a striking
natural formation resembling a human profile, captivating visitors
with its distinctive shape and stunning desert backdrop.
</div>
</div>
<div class="card">
<img src="./Images/MadianSaleh.JPG" alt="Madain Saleh" />
<h3>Madain Saleh</h3>
<div class="description">
Recognized as Saudi Arabia's most significant historical site,
Madain Saleh is a UNESCO World Heritage Site located in Al-Ula.
This remarkable area showcases the rich legacy of the Nabateans
and their impressive rock-cut architecture, reflecting centuries
of human history and cultural heritage.
</div>
</div>
<div class="card">
<img src="./Images/OldJeddah.jpg" alt="Jeddah Historic District" />
<h3>Jeddah Historic District</h3>
<div class="description">
The Jeddah Historic District is a vibrant UNESCO World Heritage
Site known for its striking coral buildings, lively markets, and
deep-rooted history as a former trading hub, providing visitors
with a unique glimpse into the cityβs rich cultural legacy.
</div>
</div>
<div class="card">
<img src="./Images/Pharaonic Tayma inscription.jpg" alt="Pharaonic Tayma Inscriptio" />
<h3>Pharaonic Tayma Inscriptio</h3>
<div class="description">
The Pharaonic Tayma inscription is a significant archaeological
find located in the Tayma region, originating from the twelfth
century B.C. This ancient artifact reveals fascinating details
about the trade routes and interactions between ancient Egypt and
the Arabian Peninsula.
</div>
</div>
<div class="card">
<img src="./Images/the Kaaba in al-Masjid al-Haram.jpg" alt="The Kaaba" />
<h3>The Kaaba</h3>
<div class="description">
Situated in Mecca's Grand Mosque, the Kaaba is revered as Islam's
most sacred structure, representing the spiritual heart of the
Muslim faith and the direction of prayer (Qiblah) for millions
globally.
</div>
</div>
<div class="card">
<img src="./Images/Turaif.jpg" alt="At-Turaif" />
<h3>At-Turaif</h3>
<div class="description">
Nestled in the lush Wadi Hanifah, At-Turaif is a UNESCO World
Heritage Site celebrated for its stunning Najdi architecture, once
serving as the vibrant center of the Emirate of Diriyah and
playing a significant role in the history of Saudi Arabia.
</div>
</div>
</div>
</section>
<section id="reviews">
<div class="reviews-container">
<div class="review-box">
<span class="icon">π</span>
<p>
"Visiting A'arif Fort was like stepping back in time. The views
are breathtaking!" - Sarah M.
</p>
</div>
<div class="review-box">
<span class="icon">π</span>
<p>
"The architecture of Al Malad Castle is simply stunning!" - Ahmed
S.
</p>
</div>
<div class="review-box">
<span class="icon">π¨</span>
<p>
"A vibrant experience! The Craftsmen Market is a treasure trove of
traditional crafts!" - Fatima R.
</p>
</div>
<div class="review-box">
<span class="icon">π</span>
<p>
"The views at the Edge of the World are absolutely breathtaking!"
- John D.
</p>
</div>
<div class="review-box">
<span class="icon">πͺ¨</span>
<p>"Face Rock is a true marvel of nature!" - Lisa K.</p>
</div>
<div class="review-box">
<span class="icon">ποΈ</span>
<p>"Madain Saleh is a historical wonder!" - Omar A.</p>
</div>
<div class="review-box">
<span class="icon">ποΈ</span>
<p>"Exploring Old Jeddah was an absolute delight!" - Emily T.</p>
</div>
<div class="review-box">
<span class="icon">π</span>
<p>
"The Tayma inscription is a fascinating glimpse into the past!" -
Noura M.
</p>
</div>
<div class="review-box">
<span class="icon">π</span>
<p>
"Visiting the Kaaba was a deeply spiritual experience!" - Ahmad F.
</p>
</div>
<div class="review-box">
<span class="icon">π°</span>
<p>"At-Turaif is a hidden gem!" - Layla B.</p>
</div>
</div>
</section>
<section id="newsletter">
<div class="newsletter-container">
<h2>Subscribe to Our Newsletter</h2>
<p>
Stay updated with the latest news and landmarks in Saudi Arabia.
</p>
<form action="#" method="post" class="newsletter-form">
<input type="email" name="email" placeholder="Enter your email address" required />
<button type="submit">Subscribe</button>
</form>
</div>
</section>
<section id="FAQ">
<div class="faq-container">
<h2>Frequently Asked Questions</h2>
<div class="faq">
<button class="faq-question" aria-expanded="false">
What is the best time to visit Saudi Arabia?
</button>
<div class="faq-answer">
<p>
The best time to visit Saudi Arabia is during the cooler months, from
November to February, when temperatures are more comfortable for
outdoor activities.
</p>
</div>
</div>
<div class="faq">
<button class="faq-question" aria-expanded="false">
What are the visa requirements for visiting Saudi Arabia?
</button>
<div class="faq-answer">
<p>
You can apply for a tourist visa online through the official Saudi
tourism website. Citizens from certain countries can obtain a visa on
arrival.
</p>
</div>
</div>
<div class="faq">
<button class="faq-question" aria-expanded="false">
Are there guided tours available for landmarks?
</button>
<div class="faq-answer">
<p>
Yes, guided tours are available for many popular landmarks. You can
book tours online or at tourist centers in major cities.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="footer-logo">
<img src="./Images/logo.png" alt="Company Logo" />
</div>
<div class="footer-links">
<ul>
<li><a href="#Hero">Home</a></li>
<li><a href="#Landmarks">Landmarks</a></li>
<li><a href="#reviews">Review</a></li>
<li><a href="#FAQ">FAQ</a></li>
<li><a href="#Contact">Contact Us </a></li>
</ul>
</div>
<div id="Contact" class="footer-contact">
<p>
Email:
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>Phone: <a href="tel:+2030">2030</a></p>
</div>
<div class="footer-social">
<a href="#" aria-label="Facebook"><img src="./Images/facebook.png" alt="Facebook" /></a>
<a href="#" aria-label="X"><img src="./Images/twitter.png" alt="X" /></a>
<a href="#" aria-label="Instagram"><img src="./Images/instagram.png" alt="Instagram" /></a>
</div>
</div>
<div class="footer-bottom">
© 2024 Your Company Name. All Rights Reserved.
</div>
</footer>
</main>
</body>
<script>
document.addEventListener('DOMContentLoaded', () => {
const hamburger = document.querySelector('.hamburger')
const navLinks = document.querySelector('.nav-links')
const navItems = document.querySelectorAll('.nav-links li')
hamburger.addEventListener('click', () => {
navLinks.classList.toggle('nav-active')
hamburger.classList.toggle('toggle')
});
navItems.forEach(item => {
item.addEventListener('click', () => {
navLinks.classList.remove('nav-active')
hamburger.classList.remove('toggle')
});
});
});
document.addEventListener('DOMContentLoaded', () => {
const faqQuestions = document.querySelectorAll('.faq-question');
faqQuestions.forEach((button) => {
button.addEventListener('click', () => {
const expanded = button.getAttribute('aria-expanded') === 'true';
button.setAttribute('aria-expanded', !expanded);
});
});
});
</script>
</html>