-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ladakh.html
273 lines (268 loc) · 17.3 KB
/
Ladakh.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ladakh</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="places.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.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/tsas_by_dolkhar.jpg" class="card-img-top" alt="Food Item 1">
<div class="card-body">
<h5 class="card-title">Tsas By Dolkhar</h5>
<p class="card-text">Tsas By Dolkhar in Ladakh offers a serene retreat amidst the rugged beauty of the Himalayas, where guests can immerse themselves in Ladakhi culture</p>
<a href="https://www.google.com/maps/dir//Tsas+by+Dolkhar,+Lower+Tukcha+Rd,+Leh,+Ladakh+194101/@34.1642433,77.5698015,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38fdeb99c2401eb9:0x7af43c9d4739e2e9!2m2!1d77.5723764!2d34.1642433?entry=ttu">
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/3_wise_monkeys_cafe.jpg" class="card-img-top" alt="Food Item 2">
<div class="card-body">
<h5 class="card-title">3 Wise Monkey's Cafe</h5>
<p class="card-text">Nestled in the rugged beauty of Ladakh, 3 Wise Monkeys Cafe offers a cozy retreat where travelers can unwind with delicious fare amidst stunning Himalayan vistas.</p>
<a href="https://www.google.com/maps/dir//3+Wise+Monkeys'+Caf%C3%A9,+LBA+Shagaran+Complex,+Ladakh+194101/@34.163115,77.5813639,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38fdebefd72162a3:0x8c7d159f77f15271!2m2!1d77.5839143!2d34.1631192?entry=ttu">
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/sky_wok.jfif" class="card-img-top" alt="Food Item 4">
<div class="card-body">
<h5 class="card-title">Sky Wok Restaurant</h5>
<p class="card-text">Sky Wok Restaurant in Ladakh offers a unique dining experience where delicious flavors meet breathtaking views of the Himalayan peaks.</p>
<a href="https://www.google.com/maps/dir//SKY+WOK+RESTAURANT,+Main+Bazaar+Rd,+near+SBI,+Leh,+194101/@34.1648291,77.5824118,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38fdeb44c524764b:0xee595cf9df461461!2m2!1d77.5849867!2d34.1648291?entry=ttu">
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/bon_appetit.jfif" class="card-img-top" alt="Food Item 3">
<div class="card-body">
<h5 class="card-title">Bon Appetit Restaurant</h5>
<p class="card-text">Nestled in the rugged landscapes of Ladakh, Bon Appetit Restaurant offers a delightful fusion of local flavors and international cuisine.</p>
<a href="https://www.google.com/maps/dir//Bon+Appetit,+Changspa+Road+Lane+opposite+Moravian+Mission+school,+Leh,+Ladakh+194101/@34.1651928,77.5792953,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38fdeb3efb44c643:0x7a233b75a5e9496a!2m2!1d77.5813894!2d34.1662076?entry=ttu">
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/syah_ladakh.jpg" class="card-img-top" alt="Food Item 5">
<div class="card-body">
<h5 class="card-title">Syah Ladakh</h5>
<p class="card-text">Syah Ladakh in Ladakh captivates with its stark beauty and rugged landscapes, offering a glimpse into the region's rich cultural heritage.</p>
<a href="https://www.google.com/maps/dir//Saboo+Resorts,+Saboo+Village+Rd,+Leh,+Saboo,+Ladakh+194101/@34.1284785,77.6258077,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38fdecf557cd27d9:0xb47631de0245c901!2m2!1d77.6283826!2d34.1284741?entry=ttu">
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/shanti_stupa.jfif" class="card-img-top" alt="Place 1">
<div class="card-body">
<h5 class="card-title">Shanti Stupa</h5>
<p class="card-text">Shanthi Stupa in Ladakh stands as a symbol of peace and harmony, nestled amidst the rugged beauty of the Himalayas, offering visitors a serene spot.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/thiksey_monastery.jfif" class="card-img-top" alt="Place 2">
<div class="card-body">
<h5 class="card-title">Thiksey Monastery</h5>
<p class="card-text">Nestled amidst the rugged landscapes of Ladakh, Thiksey Monastery stands as a magnificent testament to Tibetan Buddhist architecture and spirituality.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/pangong_tsa.jfif" class="card-img-top" alt="Place 3">
<div class="card-body">
<h5 class="card-title">Pangong Tsa</h5>
<p class="card-text">Pangong Tso in Ladakh captivates with its azure waters stretching into the distant mountains, creating a mesmerizing landscape.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/nubra_valley.jpg" class="card-img-top" alt="Place 4">
<div class="card-body">
<h5 class="card-title">Nubra Valley</h5>
<p class="card-text">Nubra Valley in Ladakh captivates with its stark beauty, where the Shyok River winds through towering sand dunes and ancient monasteries, creating a surreal landscape.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/magnetic_hill.webp" class="card-img-top" alt="Place 5">
<div class="card-body">
<h5 class="card-title">Magnetic Hill</h5>
<p class="card-text">Magnetic Hill in Ladakh is a natural wonder where the laws of gravity seem suspended, as vehicles appear to roll uphill against the backdrop of Ladakh's stark.</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/himalayan_pashmina_shawls.webp" class="card-img-top" alt="Product 1">
<div class="card-body">
<h5 class="card-title">Pashmina Shawls</h5>
<p class="card-text">Pashmina shawls in Ladakh are renowned for their exquisite craftsmanship and unparalleled warmth, handwoven with fine Pashmina wool.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/kashmiri_carpet.jfif" class="card-img-top" alt="Product 5">
<div class="card-body">
<h5 class="card-title">Kashmiri Carpet</h5>
<p class="card-text">In Ladakh, Kashmiri Carpets weave tales of exquisite craftsmanship and cultural heritage, adding warmth and artistry to the rugged landscapes of the Himalayas.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/apricot_jam.png" class="card-img-top" alt="Product 2">
<div class="card-body">
<h5 class="card-title">Apricot Jam</h5>
<p class="card-text">Apricot Jam in Ladakh captures the essence of the region's high-altitude orchards, blending the sweet tanginess of apricots with the crisp mountain air.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/tibetan_handicraft.webp" class="card-img-top" alt="Product 3">
<div class="card-body">
<h5 class="card-title">Tibetan Handicraft</h5>
<p class="card-text">Tibetan Handicraft in Ladakh showcases centuries-old craftsmanship, reflecting the region's rich cultural heritage through intricate designs and vibrant colors.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/woolen_handicrafts.webp" class="card-img-top" alt="Product 4">
<div class="card-body">
<h5 class="card-title">Woolen Handicrafts</h5>
<p class="card-text">Woolen handicrafts in Ladakh reflect the region's rich cultural heritage, crafted with intricate designs and vibrant colors that showcase the skill.</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/snm_hsptl.jpg" class="card-img-top" alt="Place 1">
<div class="card-body">
<h5 class="card-title">SNM Hospital</h5>
<p class="card-text">SNM Hospital in Ladakh stands as a vital healthcare hub amidst the rugged beauty of the Himalayas, providing essential medical services with resilience and dedication.</p>
<a href="https://www.google.com/maps/dir//5H3J%2B97R+Sonam+Norboo+Memorial+Hospital,+Old+Leh+Rd,+Leh,+Jammu+and+Kashmir+194101/@34.1536366,77.5778504,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38fdeb433fe31c9b:0x801ab5d8d7f22e41!2m2!1d77.5806417!2d34.1534782?entry=ttu">
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/mahabodhi_karuna_hsptl.jfif" class="card-img-top" alt="Place 4">
<div class="card-body">
<h5 class="card-title">Mahabodhi Karuna Charitable Hospital</h5>
<p class="card-text">Mahabodhi Karuna Charitable Hospital in Ladakh serves as a beacon of compassion and healing amidst the rugged beauty of the Himalayas.</p>
<a href="https://www.google.com/maps/dir//4J46%2B2VG+Mahabodhi+Karuna+Charitable+Hospital,+Devachan,+Leh,+Ladakh,+194101/@34.105065,77.6096429,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38fdec54166fb317:0xc7684e045cd07f68!2m2!1d77.6122178!2d34.105065?entry=ttu">
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/super_spec_hsptl.jfif" class="card-img-top" alt="Place 5">
<div class="card-body">
<h5 class="card-title">Super Speciality Hospital</h5>
<p class="card-text">Super Speciality Hospital in Ladakh stands as a beacon of advanced healthcare amidst the rugged beauty of the Himalayas, ensuring medical excellence for all the patients.</p>
<a href="https://www.google.com/maps/dir//Super+Speciality+Hospital,+Srinagar,+Shireen+Bagh,+Karan+Nagar,+Srinagar,+Jammu+and+Kashmir+190010/@33.4079653,74.1684619,9z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38e1855ed466b7ad:0xb83bac72f4b39b5c!2m2!1d74.7984711!2d34.088631?entry=ttu">
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/plus_medicare_hsptl.jfif" class="card-img-top" alt="Place 2">
<div class="card-body">
<h5 class="card-title">Plus Medicare Hospital</h5>
<p class="card-text">Plus Medicare Hospital stands as a vital healthcare oasis amidst the rugged beauty of Himalayas, providing essential medical services with a commitment to quality care.</p>
<a href="https://www.google.com/maps/dir//Health+plus+Medical+Centre,+01+First+Floor+Dr+Ali+Jan+Complex,+MA+Road,+Srinagar,+Jammu+and+Kashmir/@20.9920685,65.2159716,5z/data=!4m11!1m2!2m1!1splus+medicare+hospital+kashmir!4m7!1m0!1m5!1m1!1s0x38e18fa0e621ad19:0xb3eed82a502c75c4!2m2!1d74.8185832!2d34.0736399?entry=ttu">
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/jk_medcity.jfif" class="card-img-top" alt="Place 3">
<div class="card-body">
<h5 class="card-title">JK Medcity Hospital</h5>
<p class="card-text">JK Medcity Hospital in Ladakh stands as a beacon of healthcare excellence amidst the awe-inspiring landscapes of the Himalayas, providing advanced medical services </p>
<a href="https://www.google.com/maps/dir//Jk+Medicity+Hospital+Pvt+Ltd,+Nh-1,+Narwal+Bye+Pass+Road,+Jammu,+Jammu+and+Kashmir+180015/@32.6991295,74.8976176,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x38e3039845f6356d:0xcd780c7fb87f5fae!2m2!1d74.9001925!2d32.6991295?entry=ttu">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
</div>
</section>