-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
95 lines (86 loc) · 4.45 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<nav>
<div class="logo-container">
<h1 class="logo">Pakistan </h1>
</div>
<ul>
<li><button href="#">HOME</button ></li>
<li><button href="#">ABOUT</button ></li>
<li><button href="#">GALLERY</button ></li>
<li><button href="#">CONTACT</button ></li>
</ul>
</nav>
<!--Header-->
<main>
<section class="content-container">
<h1>Places Of Heaven</h1>
<p class="info">
Pakistan boasts a remarkable array of stunning landscapes, from the towering peaks of the Himalayas, Karakoram, and Hindu Kush ranges to the vast deserts of Thar and Cholistan. The country's natural beauty encompasses breathtaking valleys like Hunza, Swat, and Kaghan, alongside enchanting lakes such as Saif-ul-Muluk and Attabad. With diverse ecosystems, including lush forests, pristine beaches along the Makran Coast, and the unique biodiversity of its national parks like Deosai and Hingol, Pakistan's beauty is truly unrivaled. While rankings vary, Pakistan's natural wonders consistently earn global recognition for their awe-inspiring beauty and cultural significance.
</p>
<button class="cta">Learn More</button>
</section>
</main>
<!-- background-->
<section class="card">
<div class="card-content">
<h1>Hunza</h1>
<p>
In the heart of the Karakoram Range, Hunza Valley unfolds its splendor with majestic peaks, including the iconic Rakaposhi and Ultar Sar, while the ancient Baltit and Altit forts stand as testaments to its rich history and culture. Trekking through apricot orchards and terraced fields, and soaking in the breathtaking vistas of Attabad Lake, Hunza offers a timeless escape into nature's embrace.
</p>
<a href="#">Learn More</a>
</div>
<img src="1stjpg.jpg" alt="Hunza" class="card-img">
</section>
<section class="card">
<div class="card-content">
<h1>Attabad Lake Hunza</h1>
<p>One of the Queen of beautiful places of hunza is "Attabad" Lake in Hunza mesmerizes with its vivid turquoise waters, framed by rugged mountains, creating a picturesque oasis amidst the Karakoram Range, inviting travelers to immerse in its tranquil allure. Reflecting the surrounding splendor, Attabad Lake captivates with its serene ambiance, offering a serene escape into nature's pristine embrace.
Their are some more palces feels like Heaven listed below!
</p>
<ol>
<li><a href="#">Baltit Fort</a></li>
<li><a href="#">Altit Fort</a></li>
<li><a href="#">Ultar Sar</a></li>
<li><a href="#">Lady Finger</a></li>
<li><a href="#">Skardu</a></li>
<li><a href="#">Kashmir</a></li>
</ol>
</div>
<img src="2ndjpg.jpg"class="card-img" title="Attabad Lake Hunza">
</section>
<section class="gallery">
<h1>"MORE HEAVENLY PLACES ARE IN THIS GALLERY"</h1>
<div class="img">
<img src="2jpg.jpg" class="gallery-img" title="Hunza Valley">
<img src="1jpg.jpg" class="gallery-img" title="Altit Fort">
<img src="3jpgs.jpg.png" class="gallery-img" title="Baltit Fort">
<img src="4jpg.png" title="Hunza Peak">
<img src="5jpg.jpg" class="gallery-img" title="Naran Valley">
<img src="6jpg.jpg" class="gallery-img" title=" Saif-ul-Maluk Lake">
<img src="chambahouse.png" class="gallery-img" title="Chamba House Lahore">
<img src="princess-of-hope-stone-sculpture-tripako.jpeg" class="gallery-img" title="Princess Of Hope Balochistan">
<img src="8jpg.jpg" class="gallery-img" title="Bhit Khori Beach Karachi">
<img src="9jpg.png" title="Sapat Beach Balochistan">
</div>
</section>
<footer>
<form>
<div class="name-email">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
</div>
<textarea>Some text here....</textarea>
<button>Send Message</button>
</form>
</footer>
</body>
</html>