-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gulmarg.html
272 lines (267 loc) · 15.1 KB
/
Gulmarg.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gulmarg</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="places.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-custom">
<!-- <a class="navbar-brand" href="#">My Website</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#restaurants">Restaurants</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#places">Places</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#hospitals">Hospitals</a>
</li>
</ul>
</div>
</nav>
<!-- Food Items Section -->
<section id="restaurants" class="container my-5">
<h2>Restaurants</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/HOTEL_NEDOU's.jpg" class="card-img-top" alt="Food Item 1">
<div class="card-body">
<h5 class="card-title">Nedou's Hotel</h5>
<p class="card-text">Nedou's Hotel in Gulmarg, a historic and elegant retreat nestled in the scenic beauty of Kashmir, offers guests a luxurious blend of heritage and modern comforts.</p>
<a href="https://maps.app.goo.gl/q7tC5fXrNNGeDqba6">Location <i class="fa-solid fa-location-dot"></i></a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Hotel_HeavenRetreat.jpg" class="card-img-top" alt="Food Item 2">
<div class="card-body">
<h5 class="card-title">Hotel Heaven Retreat</h5>
<p class="card-text">Hotel Heaven Retreat in Gulmarg offers a serene mountain getaway with stunning views, luxurious amenities, and warm hospitality.</p>
<a href="https://maps.app.goo.gl/mgYPH2sa58pQnvDn6">Location <i class="fa-solid fa-location-dot"></i></a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/HOTEL_THE_ROSEWOOD.jpg" class="card-img-top" alt="Food Item 3">
<div class="card-body">
<h5 class="card-title">The RoseWood Hotel</h5>
<p class="card-text">The RoseWood Hotel in Gulmarg offers a blend of luxury and comfort with stunning views of the Himalayan mountains.</p>
<a href="https://maps.app.goo.gl/onM4qvq49uVMtUhz9">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/HOTEL_THE_VINTAGE_GULMARG.jpg" class="card-img-top" alt="Food Item 4">
<div class="card-body">
<h5 class="card-title">The Vintage Gulmarg Restaurant</h5>
<p class="card-text">"The Vintage Gulmarg Restaurant in Gulmarg offers a delightful blend of Kashmiri cuisine amidst stunning mountain views."</p>
<a href="https://maps.app.goo.gl/Wz4v9FpAY1ZuSZDKA">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Hotel_HillTop.jpg" class="card-img-top" alt="Food Item 5">
<div class="card-body">
<h5 class="card-title">Hotel Hill Top</h5>
<p class="card-text">Hotel Hill Top in Gulmarg offers panoramic views of the surrounding snow-capped mountains, combining comfort with a picturesque location for a memorable stay.</p>
<a href="https://maps.app.goo.gl/6HUEPiYQHYMhuTGX7">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Places Section -->
<section id="places" class="container my-5">
<h2>Places</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/St.Mary's Church.jpg" class="card-img-top" alt="Place 1">
<div class="card-body">
<h5 class="card-title">St.Mary's Church</h5>
<p class="card-text">St. Mary's Church in Gulmarg is a serene sanctuary nestled amidst the picturesque Himalayan mountains, offering a peaceful retreat for visitors.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Outer_Circle_Walk.jpg" class="card-img-top" alt="Place 2">
<div class="card-body">
<h5 class="card-title">Outer Circle Walk</h5>
<p class="card-text">The Outer Circle Walk offers breathtaking views of snow-capped mountains and serene landscapes, making it a picturesque trekking experience in the Himalayas.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Kongdori.jpg" class="card-img-top" alt="Place 3">
<div class="card-body">
<h5 class="card-title">Kongdori</h5>
<p class="card-text">
Kongdori in Gulmarg offers breathtaking panoramic views, making it a sought-after destination for skiing enthusiasts seeking thrilling adventures.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Rani_Temple.jpg" class="card-img-top" alt="Place 4">
<div class="card-body">
<h5 class="card-title">Rani Temple</h5>
<p class="card-text">The Rani Temple is a serene, historic site nestled amidst the picturesque Himalayan landscape, revered for its architectural beauty and cultural significance.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Gulmarg_BackCountry.jpg" class="card-img-top" alt="Place 5">
<div class="card-body">
<h5 class="card-title">Gulmarg BackCountry</h5>
<p class="card-text">Gulmarg BackCountry in Gulmarg offers pristine wilderness and challenging terrain for adventurous skiers seeking off-piste thrills amidst stunning Himalayan vistas.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Products Section -->
<section id="products" class="container my-5">
<h2>Products</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Noon_Tea.jpg" class="card-img-top" alt="Product 1">
<div class="card-body">
<h5 class="card-title">Noon Tea</h5>
<p class="card-text">Noon Tea is serene ritual where crisp mountain air mingles with aroma of freshly brewed tea, offering a tranquil respite amidst breathtaking Himalayan vistas.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Paper_Mache.jpg" class="card-img-top" alt="Product 2">
<div class="card-body">
<h5 class="card-title">Paper Mache</h5>
<p class="card-text">"Paper Mache is a delicate craft blending Kashmiri tradition with artistic finesse amidst the serene backdrop of the Himalayas."</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Silverware_items.jpg" class="card-img-top" alt="Product 3">
<div class="card-body">
<h5 class="card-title">Silverware Items</h5>
<p class="card-text">Gulmarg offers an array of silverware items, blending Kashmiri craftsmanship with intricate designs, perfect for collectors and enthusiasts alike.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Saffron.jpg" class="card-img-top" alt="Product 4">
<div class="card-body">
<h5 class="card-title">Saffron</h5>
<p class="card-text">
Saffron in Gulmarg paints fields in a golden embrace, embodying Kashmir's rich heritage with its hues of royalty and cultural significance.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Shawls.jpg" class="card-img-top" alt="Product 5">
<div class="card-body">
<h5 class="card-title">Shawls</h5>
<p class="card-text">Shawls are hand-woven masterpieces embodying Kashmiri craftsmanship, renowned for their intricate patterns and luxurious warmth.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Hospitals Section -->
<section id="hospitals" class="container my-5">
<h2>Hospitals</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Guru_Hosp.webp" class="card-img-top" alt="Place 1">
<div class="card-body">
<h5 class="card-title">Guru Hospital</h5>
<p class="card-text">
Guru Hospital in Gulmarg is renowned for its advanced medical care and compassionate patient service, ensuring top-tier treatment in a caring environment.</p>
<a href="https://maps.app.goo.gl/mE3inzpZBrFAJaMD9">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Hosp_St.Joseph.jpg" class="card-img-top" alt="Place 2">
<div class="card-body">
<h5 class="card-title">St.Joseph Hospital</h5>
<p class="card-text">St. Joseph Hospital in Gulmarg is renowned for its compassionate care and advanced medical services amidst the serene backdrop of the Himalayas.</p>
<a href="https://maps.app.goo.gl/VaRHpZdvypRanhoH7">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/HOSPITAL_HAKIM.jpg" class="card-img-top" alt="Place 3">
<div class="card-body">
<h5 class="card-title">Hakim Sanaullah Specialist Hospital and Cancer Centre</h5>
<p class="card-text">Hakim Sanaullah Specialist Hospital offers advanced medical care specializing in cancer treatment and healthcare services.</p>
<a href="https://maps.app.goo.gl/Lm1WiYZdPovbNKLDA">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Hosp_Noora.jpg" class="card-img-top" alt="Place 4">
<div class="card-body">
<h5 class="card-title">Noora Hospital</h5>
<p class="card-text">Noora Hospital in Gulmarg provides comprehensive medical care with a focus on community health and specialized treatments.</p>
<a href="https://maps.app.goo.gl/hrWRuSUU28VSQdhPA">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/hosp_Shri_Mata.png" class="card-img-top" alt="Place 5">
<div class="card-body">
<h5 class="card-title">Shri Mata Vaishnodevi Narayana Hospital</h5>
<p class="card-text">Shri Mata Vaishno Devi Narayana Superspeciality Hospital is renowned for its advanced medical facilities.</p>
<a href="https://maps.app.goo.gl/vKLwCTTt7ZoX3mrKA">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
</div>
</section>