-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rishikesh.html
270 lines (261 loc) · 15.4 KB
/
Rishikesh.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
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rishikesh</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/Hotel_Aqua_Vibes.jpg" class="card-img-top" alt="Food Item 1">
<div class="card-body">
<h5 class="card-title">Hotel Aqua Vibes</h5>
<p class="card-text">Hotel Aqua Vibe in Rishikesh offers a serene retreat with its riverside charm, blending modern amenities with the spiritual essence.</p>
<a href="https://maps.app.goo.gl/dvNXugS55crf3KAa7">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/Kothli_Hills.jpg" class="card-img-top" alt="Food Item 2">
<div class="card-body">
<h5 class="card-title">Kothli Hills Restaurant</h5>
<p class="card-text">Perched on the serene Kothli Hills in Rishikesh, Kothli Hills Restaurant offers a delightful blend of local cuisine and panoramic views.</p>
<a href="https://maps.app.goo.gl/hWmaaVbfz5W9quRv7">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/Bedzzz.jpg" class="card-img-top" alt="Food Item 2">
<div class="card-body">
<h5 class="card-title">Bedzzz Cafe</h5>
<p class="card-text">Nestled along the banks of the Ganges River, Bedzzz Cafe in Rishikesh offers cozy retreat where travelers and locals can savor organic delights.</p>
<a href="https://maps.app.goo.gl/mbcq36WD4Eck19Tx5">
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_Natraj.jpg" class="card-img-top" alt="Food Item 4">
<div class="card-body">
<h5 class="card-title">Hotel Natraj</h5>
<p class="card-text">Hotel Natraj in Rishikesh blends comfort with spiritual charm, offering a peaceful retreat near the banks of the holy Ganges River.</p>
<a href="https://maps.app.goo.gl/pwiLKXcGfhrKZLUbA">
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/EllBee_Ganga_View.jpg" class="card-img-top" alt="Food Item 5">
<div class="card-body">
<h5 class="card-title">Hotel EllBee Ganga View</h5>
<p class="card-text">Hotel EllBee Ganga View in Rishikesh offers a serene riverside retreat, where guests can unwind while enjoying breathtaking views of the sacred Ganges River.</p>
<a href="https://maps.app.goo.gl/jGaefsKBcitkrxCV6">
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/Chopta.jpg" class="card-img-top" alt="Place 3">
<div class="card-body">
<h5 class="card-title">Chopta</h5>
<p class="card-text">Chopta in Rishikesh, is a serene haven nestled amidst the Garhwal Himalayas, renowned for its breathtaking vistas, spiritual aura, and opportunities for trekking and meditation.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Bhadrinath.jpg" class="card-img-top" alt="Place 2">
<div class="card-body">
<h5 class="card-title">Bhadrinath</h5>
<p class="card-text">Bhadrinath in Rishikesh is a revered spiritual retreat nestled along the banks of the sacred Ganges, where seekers find solace amidst the serene Himalayan foothills.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Kunjaouri_Campus.jpg" class="card-img-top" alt="Place 1">
<div class="card-body">
<h5 class="card-title">Kunjaouri Campus</h5>
<p class="card-text">Nestled along the banks of the holy Ganges, Kunjaouri Campus in Rishikesh blends spiritual tranquility with academic excellence, offering a serene environment conducive</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Kedarnath_Mandir.jpg" class="card-img-top" alt="Place 4">
<div class="card-body">
<h5 class="card-title">Kedarnath Mandir</h5>
<p class="card-text">Kedarnath Mandir in Rishikesh, nestled along the sacred banks of the Ganges, beckons devotees and seekers alike with its spiritual aura and timeless devotion to Lord Shiva.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Ram_Jhula.jpeg" class="card-img-top" alt="Place 5">
<div class="card-body">
<h5 class="card-title">Ram Jhula</h5>
<p class="card-text">Ram Jhula in Rishikesh spans the Ganges River, an iconic suspension bridge that connects devotees to spiritual ashrams and scenic views of the sacred river flowing through the Himalayan foothills.</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/Spices_1.jpg" class="card-img-top" alt="Product 1">
<div class="card-body">
<h5 class="card-title">Spices</h5>
<p class="card-text">Spices in Rishikesh offers a culinary journey through the heart of the Himalayas, blending local flavors with a modern twist, all set against the serene backdrop of the Ganges River.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Wooden_Handicrafts.jpg" class="card-img-top" alt="Product 2">
<div class="card-body">
<h5 class="card-title">Wooden Handicrafts</h5>
<p class="card-text">In Rishikesh, the art of Wooden Handicrafts flourishes, showcasing skilled craftsmanship that reflects the town's spiritual essence and natural beauty along the banks of the holy Ganges River.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Aipan_1.jpg" class="card-img-top" alt="Product 3">
<div class="card-body">
<h5 class="card-title">Aipan</h5>
<p class="card-text">Aipan in Rishikesh is a traditional art form that adorns homes and temples with intricate geometric patterns, reflecting the spiritual essence and cultural richness of the region.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Ringaal_HandCraft.jpg" class="card-img-top" alt="Product 4">
<div class="card-body">
<h5 class="card-title">Ringaal HandCraft</h5>
<p class="card-text">Ringaal HandCraft in Rishikesh showcases exquisite handmade treasures, reflecting the region's rich cultural heritage and artisanal craftsmanship.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card shadow-custom">
<img src="./images/Woolen_Clothing.jpeg" class="card-img-top" alt="Product 5">
<div class="card-body">
<h5 class="card-title">Woolen Clothing</h5>
<p class="card-text">In Rishikesh, Woolen Clothing shops cater to both locals and spiritual seekers, providing warmth and comfort amidst the cool Himalayan breeze.</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/Nirmal_Hospital.jpg" class="card-img-top" alt="Place 1">
<div class="card-body">
<h5 class="card-title">Nirmal Ashram Hospital</h5>
<p class="card-text">Nirmal Ashram Hospital in Rishikesh blends spiritual tranquility with advanced medical care, providing a healing sanctuary nestled along the banks of the holy Ganges River.</p>
<a href="https://maps.app.goo.gl/wfxDFnibuWye81sG8">
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/Max_SuperSpecality.jpg" class="card-img-top" alt="Place 4">
<div class="card-body">
<h5 class="card-title">Max SuperSpecality Hospital</h5>
<p class="card-text">Max SuperSpecialty Hospital in Rishikesh stands as a beacon of advanced healthcare in the spiritual heartland of Rishikesh, blending cutting-edge medical facilities.</p>
<a href="https://maps.app.goo.gl/YUvNugeDidL9HSBRA">
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/Arihant_Hospital.jpg" class="card-img-top" alt="Place 5">
<div class="card-body">
<h5 class="card-title">Arihant Hospital</h5>
<p class="card-text">Arihant Hospital in Rishikesh is renowned for its holistic approach to healthcare, nestled amidst the spiritual serenity of the Ganges River.</p>
<a href="https://maps.app.goo.gl/CMoVJK9Pw7GSrNmD9">
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/Synergy.jpg" class="card-img-top" alt="Place 2">
<div class="card-body">
<h5 class="card-title">Synergy Hospital</h5>
<p class="card-text">Synergy Hospital in Rishikesh blends advanced healthcare services with the spiritual serenity of Rishikesh, known as the Yoga Capital of the World, providing holistic healing.</p>
<a href="https://maps.app.goo.gl/29FbDg9EAwoygxNL8">
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/Medicare_Hospital.jpg" class="card-img-top" alt="Place 3">
<div class="card-body">
<h5 class="card-title">Medicare Hospital</h5>
<p class="card-text">Nestled in the spiritual heart of Rishikesh, Medicare Hospital blends advanced healthcare services with the serene ambiance of the Ganges River, providing holistic care.</p>
<a href="https://maps.app.goo.gl/kr7gcC74WXYeDtV68">
Location <i class="fa-solid fa-location-dot"></i>
</a>
</div>
</div>
</div>
</div>
</section>a