-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
344 lines (323 loc) · 18.7 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
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ExploreAway</title>
<link rel="stylesheet" href="style.css" class="rel">
<link rel="icon" href="assests/logo.png" class="icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" class="rel">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.csshttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" class="re">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">ExploreAway</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<!-- <li class="nav-item">
<a class="nav-link disabled" aria-disabled="true">Disabled</a>
</li> -->
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<section>
<div id="carouselExample" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assests/Taj.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assests/gujrat.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assests/mubai.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assests/goa.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assests/katchrann.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assests/kr.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assests/rajas.jpg" class="d-block w-100" alt="...">
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<br><br><br>
<div>
<h1 class="west">Embark on Unforgettable Journeys</h1>
</div>
<p class="top">Tourism in India is a significant and diverse industry that attracts millions of visitors from around the world each year. India's rich cultural heritage, historical landmarks, diverse landscapes, and vibrant traditions make it a popular destination for tourists seeking a wide range of experiences</p>
<section class="few">
<h2 class="heading">Our Trending Loactions</h2>
<p class="pheading">Best tour Packages offers for you</p>
<div class="SmallImage">
<div id="pop">
<img src="assests/gateway.jpg" class="gate" alt="...">
</div>
<p class="gateway"><b>The Gateway of India</b> is a monumental arch located in Mumbai (formerly known as Bombay), Maharashtra, India. It is one of Mumbai's most famous landmarks and a significant historical site.The Gateway of India was built during the British colonial period in India and was completed in 1924. It was designed to commemorate the landing of King George V and Queen Mary in Mumbai in 1911, as well as to symbolize the grandeur of the British Empire.The architectural style of the Gateway of India is Indo-Saracenic, which blends elements of Indian and Islamic architecture with European styles.</p>
<!-- </div> -->
<img src="assests/horah.jpg" class="how" alt="...">
<p class="howrah"><b>The Howrah Bridge</b> also known as Rabindra Setu, is an iconic bridge in Kolkata, India. It's a marvel of engineering that spans the Hooghly River, connecting Kolkata with Howrah. The bridge has a unique design with no piers in the water, allowing smooth navigation. It's made of strong steel and was built without nuts and bolts, using rivets.The Howrah Bridge is not just a means of transportation but a symbol of Kolkata's identity. It's famous for its pedestrian walkways on both sides, offering stunning views of the river and the city. The bridge has appeared in movies and art, making it a cultural landmark.</p>
<img src="assests/keralabackwater.jpeg" class="kb" alt="...">
<p class="karbac"><b>The Kerala Backwaters</b> are a network of serene waterways, canals, lakes, and lagoons that meander through the southwestern state of Kerala, India. This unique and tranquil landscape is often referred to as the "Venice of the East." The backwaters are an integral part of Kerala's culture and are known for their breathtaking beauty and peaceful ambiance.
The backwaters offer a distinct travel experience, allowing visitors to explore the lush greenery, coconut groves, paddy fields, and small villages that dot the water's edge.</p>
<img src="assests/Ladakh.jpg" class="lad" alt="...">
<p class="Ladakh"><b>Ladakh</b> is a region located in the northernmost part of India, nestled amidst the towering peaks of the Himalayas and the Karakoram Range. Often referred to as the "Land of High Passes," Ladakh is known for its breathtaking landscapes, ancient monasteries, and unique cultural heritage.Iconic natural attractions in Ladakh include Pangong Lake, a shimmering blue lake surrounded by barren mountains; Nubra Valley, known for its sand dunes and double-humped Bactrian camels; and the Khardung La Pass, one of the highest motorable passes in the world.</p>
</div>
</div>
</div>
</section>
<!-- part two -->
<div class="major-list">
<section>
<h1 class="heading">Our Various Destinations</h1>
<p class="pheading">Notable Attractions of India</p><br><br>
<div class="card-group">
<div class="card">
<div style="overflow: hidden;"><img src="assests/Victoria.webp" class="card-img-top" alt="..."></div>
<div class="card-body">
<h5 class="card-title">Victoria Memorial, Kolkata</h5>
<p class="card-text">The Victoria Memorial ✨🏛️ A majestic ode to Queen Victoria's legacy, this iconic monument stands tall in Kolkata, India. Its exquisite architecture and lush gardens offer a glimpse into history's embrace</p>
<button class="btn btn-outline-success">Explore</button>
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/ooty.webp" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Ooty, Kerala</h5>
<p class="card-text">Nature's Paradise 🌄🍃 A serene hill station nestled in the Nilgiri Hills of India, Ooty enchants with its misty mountains, lush tea gardens, and charming colonial vibe.</p>
</div>
</div>
<div class="card">
<div class="card-group-img"><img src="assests/qutub.webp" class="card-img-top" alt="..."></div>
<div class="card-body">
<h5 class="card-title">Qutub Minar, Delhi</h5>
<p class="card-text">Qutub Minar: Echoes of History 🕌✨ Standing tall in Delhi, India, the Qutub Minar is a UNESCO World Heritage Site and a masterpiece of Indo-Islamic architecture.</p>
</div>
</div>
</div>
</section>
<section>
<div class="card-group">
<div class="card">
<div class="card-group-img">
<img src="assests/golden.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Golden Temple, Punjab</h5>
<p class="card-text">The Golden Temple, also known as Sri Harmandir Sahib, is a renowned Sikh place of worship located in Amritsar, Punjab, India. It is the most significant and holiest Gurdwara (Sikh temple) for Sikhs worldwide</p>
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/ellora.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Ellora Caves</h5>
<p class="card-text">
The Ellora Caves are authentic in terms of the forms and designs, materials and substance, and locations and setting of paintings, rock-cut architecture, sculptures for Buddhism, Brahmanism, and Jainism</p>
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/unity.jpeg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Statue of Unity, Gujrat</h5>
<p class="card-text">Standing tall against the horizon, the Statue of Unity is a monumental tribute to Sardar Vallabhbhai Patel, India's visionary leader. This colossal masterpiece not only honors his pivotal role in shaping the nation but also celebrates unity in diversity. Set against the backdrop of the Narmada River</p>
</div>
</div>
</div>
</section>
<section>
<div class="card-group">
<div class="card">
<div class="card-group-img">
<img src="assests/kashmir.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Srinagar Mountain View, kashmir</h5>
<p class="card-text">Gaze Upon Nature's Grandeur in Srinagar which offers a breathtaking panorama of snow-capped peaks that touch the sky. The towering mountains, adorned with a dusting of glistening snow, create a stunning contrast against the serene Dal Lake</p>
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/varnasi.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Varanasi, Uttar Pradesh</h5>
<p class="card-text">Varanasi is a city on the Ganges river in northern India that has a central place in the traditions of pilgrimage, death, and mourning in the Hindu world.</p>
<!-- <button class="btn btn-outline-success">Explore</button> -->
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/hawa-mahal.webp" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Hawa-Mahal, Rajasthan</h5>
<p class="card-text">Hawa Mahal is a palace built from red and pink sandstone and lies in Jaipur’s Pink City.It has a curved architecture that leans at an 87 degree angle, and a pyramidal shape which has helped it stay erect for centuries.
</div>
</div>
</div>
</section>
<section>
<div class="card-group">
<div class="card">
<div class="card-group-img">
<img src="assests/Lotus.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Lotus Temple, Delhi</h5>
<p class="card-text">The Lotus Temple, located in Delhi, India, is a Bahá'í House of Worship that was dedicated in December 1986, costing $10 million. Notable for its flowerlike shape, it has become a prominent attraction in the city</p>
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/charminar.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Charminar, Hyderbad</h5>
<p class="card-text">Charminar is an iconic building with four minarets. It stands at the intersection of the four main streets in Hyderabad. It is an old lime-mortar and granite structure, still intact to the faith of the people.</p>
<!-- <button class="btn btn-outline-success">Explore</button> -->
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/redfort.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Red Fort, Delhi</h5>
<p class="card-text">The Red Fort has been a symbol of power since the reign of Shah Jahan, has witnessed the change in Indian history to British rule, and was the place where Indian independence was first celebrated, and is still celebrated today
</div>
</div>
</div>
</section>
<section>
<div class="card-group">
<div class="card">
<div class="card-group-img">
<img src="assests/temple.jpeg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Shiva Temple, South India</h5>
<p class="card-text">Vadakkunnathan Temple is a very popular Shiva temple of South India, located in the state of Kerala. Lord Shiva is recognized as Vadakkunnathan here. It is said that Vadakkunnathan Temple is the first temple to be constructed by Lord Parshurama</p>
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/jamamasjid.jpg" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Jama Masjid, Delhi</h5>
<p class="card-text">Jama Masjid is Delhi's principal mosque, the place where the city's Muslims traditionally gather for Friday communal prayer.The Jama Masjid was regarded as a symbolic gesture of Islamic power across India, well into the colonial era.</p>
</div>
</div>
<div class="card">
<div class="card-group-img">
<img src="assests/buddh.webp" class="card-img-top" alt="...">
</div>
<div class="card-body">
<h5 class="card-title">Buddha Temple, Varanas</h5>
<p class="card-text">Buddhism is one of the most-loved religions in the world won’t be incorrect. India, of course, is the proud home to Bodh Gaya, where Lord Buddha attained enlightenment in the 5th century and gave his first preaching in Saranth, Varanasi.
</div>
</div>
</div>
</section>
</div>
<br><br><br>
<div class="email-section">
<section>
<div class="email">
<label for="exampleFormControlInput1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com">
</div>
<div class="email">
<label for="exampleFormControlTextarea1" class="form-label">Your Suggestion</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
</section>
<section>
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-center">
<li class="page-item disabled">
<a class="page-link">Previous</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<!-- <li class="page-item"><a class="page-link" href="#">2</a></li> -->
<!-- <li class="page-item"><a class="page-link" href="#">3</a></li> -->
<li class="page-item">
<a class="page-link" href="#">Next</a>
</li>
</ul>
</nav>
</section>
</div>
<footer>
<div class="footer-content">
<div class="footer-logo">ExploreAway - Your Ultimate Tourist Companion</div>
<nav>
<ul class="footer-nav">
<li><a href="#">Home</a></li>
<li><a href="#">Attractions</a></li>
<li><a href="#">Destinations</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="footer-social">
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
<button onclick="scrollToTop()" class="topfun"><i class="fa-solid fa-arrow-up"></i></button>
</div>
<p style="margin-top: 24px;">© 2023 ExploreAway - Your Ultimate Tourist Companion. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
<script src="script.js"></script>
</body>
</html>