-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (74 loc) · 5.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VacationVoyage - Homepage</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<header>
<h1>VacationVoyage</h1>
</header>
<nav style="animation: enlarge 1s;">
<ul></ul>
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="./about.html">ABOUT</a></li>
<li><a href="./travel.html">DESTINATIONS</a></li>
<li><a href="./stories.html">TOP SPOTS</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</nav>
<section class="StarterFrame">
<aside class="ProvinceFrame">
<article class="Holder">
<div><img src="./images/province1.jpg" style="object-position: right;" alt=""></div>
<div><img src="./images/province2.jfif" style="object-position: center" alt=""></div>
<div><img src="./images/province3.jpeg" alt=""></div>
<div><img src="./images/province4.jpg" alt=""></div>
</article>
</aside>
<aside class="TextFrame">
<article class="Text_Holder">
<h1>Explore Pakistan!</h1>
<p>Pakistan, a land of stunning landscapes, rich history, and diverse cultures, offers a unique and unforgettable experience for travelers. From the towering peaks of the Himalayas to the serene beaches of the Arabian Sea, Pakistan's natural beauty is unparalleled.</p>
<p><span>Discover the North</span><br><br>
The northern regions of Pakistan, including Gilgit-Baltistan and Khyber Pakhtunkhwa, are a paradise for adventure seekers and nature lovers. The breathtaking Karakoram Range, home to some of the world's highest peaks, including K2, beckons mountaineers from around the globe. The lush valleys of Hunza, Swat, and Kaghan are adorned with verdant meadows, sparkling rivers, and crystal-clear lakes, making them ideal for trekking, hiking, and camping.</p>
<p><span>Cultural Riches in the Heartland</span><br><br>
In the heart of Pakistan, the provinces of Punjab and Sindh offer a deep dive into the country's rich cultural heritage. Lahore, the cultural capital, is renowned for its Mughal architecture, including the iconic Badshahi Mosque and Lahore Fort. The bustling bazaars, vibrant festivals, and delectable cuisine of Lahore provide a sensory feast for visitors. Sindh, with its historical treasures like the ancient ruins of Mohenjo-Daro and the majestic shrines of Thatta, showcases Pakistan's diverse and storied past.</p>
</div>
</article>
</aside>
</section>
<section class="StarterFrame2">
<aside class="TextFrame">
<article class="Text_Holder">
<p><span>Serene Southern Escapes</span><br><br>
The southern province of Balochistan, often overlooked by tourists, is a hidden gem waiting to be explored. Its rugged terrain, vast deserts, and stunning coastal areas, such as Gwadar and Ormara, offer a unique blend of adventure and tranquility. The Makran Coastal Highway, with its breathtaking views of the Arabian Sea, is a must-visit for road trip enthusiasts.</p>
<p><span>Unwind by the Sea</span><br><br>
For those seeking a beachside retreat, Pakistan's coastal cities of Karachi and Gwadar provide the perfect escape. Karachi, the bustling metropolis, boasts sandy beaches like Clifton and Hawke's Bay, where visitors can relax, swim, and indulge in water sports. The pristine beaches of Gwadar, with their azure waters and golden sands, offer a serene and picturesque setting for unwinding.</p>
<p><span>A Warm Welcome Awaits</span><br><br>
One of Pakistan's greatest assets is its people. Known for their warmth, hospitality, and generosity, Pakistanis welcome visitors with open arms. Whether you are exploring the vibrant cities or the remote countryside, you will find friendly faces and a genuine eagerness to share the beauty and culture of their homeland.</p>
</article>
</aside>
<aside class="ProvinceFrame">
<article class="Holder">
<div><img src="./images/city1.jpg" style="object-position: right;" alt=""></div>
<div><img src="./images/city2.webp" style="object-position: center" alt=""></div>
<div><img src="./images/city3.jpeg" alt=""></div>
<div><img src="./images/city4.jpg" alt=""></div>
</article>
</aside>
</section>
<footer>
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="./about.html">ABOUT</a></li>
<li><a href="./travel.html">DESTINATIONS</a></li>
<li><a href="./stories.html">TOP SPOTS</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</footer>
</body>
</html>