forked from apu52/Travel_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cultural_Exp.html
439 lines (379 loc) · 14.3 KB
/
Cultural_Exp.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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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" />
<style>
.top-btn {
display: none;
width: 50px;
height: 50px;
position: fixed;
bottom: 10px;
right: 0px;
background-color: #ab45e7;
color: #fff;
padding: 2px;
border: none;
margin-right: 36px;
border-radius: 50%;
cursor: pointer;
}
.top-btn:hover {
background-color: #0056b3;
}
.reveal {
position: relative;
opacity: 0;
}
.reveal.active {
opacity: 1;
}
.active.fade-bottom {
animation: fade-bottom 0.5s ease-in-out;
}
.active.fade-left {
animation: fade-left 0.5s ease-in-out;
}
.active.fade-right {
animation: fade-right 0.5s ease-in-out;
}
@keyframes fade-bottom {
0% {
transform: translateY(50px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes fade-left {
0% {
transform: translateX(-100px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@keyframes fade-right {
0% {
transform: translateX(100px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
</style>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="./Image-Gallery/style.css">
<title>Arpan Codes | Tourguide</title>
<!-- adding a fav-icon -->
<link rel="icon"
href="img/A T logo with a white background and a square shape, connected to nature for a travel company.png"
type="image/x-icon" />
<script src="index.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init("WB9rAyWwwLZube-er");
})();
</script>
<style>
html {
scroll-behavior: smooth;
}
</style>
</head>
<body>
<!-- <nav>
<div class="nav__logo">Tourguide<span>.</span></div>
<ul class="nav__links">
<li class="link"><a href="./index.html">Home</a></li>
<li class="link"><a href="/index.html" >AboutUs</a></li>
<li class="link"><a href="./index.html">Destinations</a></li>
<li class="link"><a href="/index.html">Pricing</a></li>
<li class="link"><a href="/index.html">Testimonials</a></li>
<li class="link"><a href="/index.html">Reviews</a></li>
<li class="link"><a href="login.html">Login</a></li>
</ul>
<a href="/index.html"><button class="btn">Contact Us</button></a>
</nav> -->
<div class="nav-container">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<ul class="navLinks">
<li class="link" data-aos="fade-down"><a href="./index.html#Home">Home</a></li>
<li class="link" data-aos="fade-down"><a href="./index.html#AboutUs">AboutUs</a></li>
<li class="link" data-aos="fade-down"><a href="./index.html#Destinations">Destinations</a></li>
<li class="link" data-aos="fade-down"><a href="./index.html#trip">Pricing</a></li>
<li class="link" data-aos="fade-down"><a href="./index.html#testimonials">Testimonials</a></li>
<li class="link" data-aos="fade-down"><a href="./index.html#ReviewGallery">Reviews</a></li>
<li class="link" data-aos="fade-down"><a href="./feedback.html">Rate Us?</a></li>
<li class="link" data-aos="fade-down"><a href="./login.html">Login</a></li>
</ul>
<a href="./index.html#contact" class="contact-btn"><button class="btn" id="btn-style" style="margin: 0;"
data-aos="fade-down">Contact Us</button></a>
<div class="hamburger" data-aos="fade-down">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</nav>
</div>
<section class="trip" id="trip">
<div class="section__container trip__container">
<h2 class="section__title">Cultural Experiences</h2>
<p class="section__subtitle">
Discover the rich tapestry of cultural heritage at our curated list of must-visit cultural sites, where history, art, and tradition come alive."
</p>
</b></h2>
<div class="trip__grid">
<div class="trip__card">
<img src="https://www.holidify.com/images/bgImages/HAMPI.jpg" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Hampi</p>
<div class="rating"><i class="ri-star-fill"></i> 4.2</div>
<div class="booking__price">
<div class="price"><span>From</span> $700</div>
<a href="./dedicated destinations/Hampi/hampi.html"><button class="book__now">Book
Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="https://149349246.v2.pressablecdn.com/wp-content/uploads/2019/04/monument_evening-106-1024x576.jpg" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Akshardham Temple,Delhi</p>
<div class="rating"><i class="ri-star-fill"></i> 4.5</div>
<div class="booking__price">
<div class="price"><span>From</span> $400</div>
<a href="./dedicated destinations/Akshardham/Akshardham.html"><button class="book__now">Book
Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="https://vajiram-prod.s3.ap-south-1.amazonaws.com/Buddhist_Monuments_at_Sanchi_6c6b65cf9f.png" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Sanchi,Raisen District (State of Madhya Pradesh)</p>
<div class="rating"><i class="ri-star-fill"></i> 4.7</div>
<div class="booking__price">
<div class="price"><span>From</span> $300</div>
<a href="./dedicated destinations/sanchi/sanchi.html"><button
class="book__now">Book Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="https://t2.gstatic.com/licensed-image?q=tbn:ANd9GcTFnV6sjgqd1sRo5uW6RU8jUZ0N503m-XVXjUUeqAuWvEuqR718HUAG_Pah_P0dDoiZ" alt="trip" height="250" width="45" />
<div class="trip__details">
<p> Elephanta Caves</p>
<div class="rating"><i class="ri-star-fill"></i> 4.2</div>
<div class="booking__price">
<div class="price"><span>From</span> $250</div>
<a href="./dedicated destinations/elephanta/ele.html"><button class="book__now">Book Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/A_collage_of_Great_living_Chola_temples_UNESCO_heritage_site.jpg/1200px-A_collage_of_Great_living_Chola_temples_UNESCO_heritage_site.jpg" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Chola Temples,Tamil Nadu</p>
<div class="rating"><i class="ri-star-fill"></i> 4.5</div>
<div class="booking__price">
<div class="price"><span>From</span> $450</div>
<a href="./dedicated destinations/chola/chola.html"><button class="book__now">Book Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="./img/jovyn-chamb-iWMfiInivp4-unsplash.jpg" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Taj Mahal</p>
<div class="rating"><i class="ri-star-fill"></i> 4.7</div>
<div class="booking__price">
<div class="price"><span>From</span> $400</div>
<a href="./dedicated destinations/Taj_Mahal/Taj.html"><button class="book__now">Book Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="./img/goldentemple.jpg" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Golden Temple</p>
<div class="rating"><i class="ri-star-fill"></i> 4.2</div>
<div class="booking__price">
<div class="price"><span>From</span> $300</div>
<a href="./dedicated destinations/Golden_Temple/Gold.html"><button class="book__now">Book Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="./img/swapnil-deshpandey-nHTj_6Boxdg-unsplash.jpg" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Red Fort</p>
<div class="rating"><i class="ri-star-fill"></i> 4.5</div>
<div class="booking__price">
<div class="price"><span>From</span> $450</div>
<a href="./dedicated destinations/Red_Fort/red.html"><button class="book__now">Book Now</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="./img/fuu-j-O2Eb1TZGX9E-unsplash.jpg" alt="trip" height="250" width="45" />
<div class="trip__details">
<p>Agra Fort</p>
<div class="rating"><i class="ri-star-fill"></i> 4.7</div>
<div class="booking__price">
<div class="price"><span>From</span> $400</div>
<a href="./dedicated destinations/Agra_Fort/agra.html"><button class="book__now">Book Now</button></a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>Tourguide<span>.</span></h3>
<p>
Explore your suitable and dream places around the world. Here you
can find your right destination.
</p>
</div>
<div class="footer__col">
<h4>Support</h4>
<p><a href="./faq.html">FAQs</a></p>
<p><a href="./tnc.html">Terms & Conditions</a></p>
<p><a href="./privacy.html">Privacy Policy</a></p>
<p>Contact Us</p>
</div>
<div class="footer__col">
<h4>Address</h4>
<p>
<span>Address:</span> 3/2 Wellington Street, Kolkata , West Bengal , India
</p>
<p><span>Email:</span> [email protected]</p>
<p><span>Phone:</span> +91 8562145852</p>
</div>
</div>
<div class="footer__bar">
Copyright © 2023 Arpan Chowdhury. All rights reserved.
</div>
</footer>
<button class="top-btn" id="goToTopBtn" onclick="goToTop()"><i class="fa-solid fa-chevron-up"
style="color: #ffffff;"></i></button>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"
integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
var tl = gsap.timeline();
tl.from("nav", {
opacity: 0,
y: -20,
duration: 1,
delay: 0.5,
})
tl.from(".nav__logo", {
opacity: 0,
x: -20,
duration: 0.3,
})
tl.from(".link, .contact-btn", {
opacity: 0,
duration: 0.5,
stagger: 0.1,
})
tl.from(".trip", {
opacity: 0,
})
tl.from(".section__title,.section__subtitle", {
opacity: 0,
y: 15,
duration: 0.7,
})
tl.from(".footer", {
opacity: 0,
x:-50,
duration: 0.7,
})
</script>
<script>
let cards = document.querySelectorAll(".trip__card");
let footer = document.querySelector(".footer");
Array.from(cards).forEach((e) => {
e.classList.add("reveal");
})
function reveal() {
var reveals = document.querySelectorAll(".reveal");
for (var i = 0; i < reveals.length; i++) {
var windowHeight = window.innerHeight;
var elementTop = reveals[i].getBoundingClientRect().top;
var elementVisible = 150;
if (elementTop < windowHeight - elementVisible) {
reveals[i].classList.add("active");
} else {
reveals[i].classList.remove("active");
}
}
}
window.addEventListener("scroll", reveal);
</script>
<script>
// Get the button
var mybutton = document.getElementById("goToTopBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function goToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
<script>
let hamburger = document.querySelector('.hamburger');
hamburger.addEventListener('click', () => {
let list = document.querySelector('.navLinks');
list.classList.toggle('activeHamburger');
})
</script>
<script>
function replaceDivs() {
// Get references to the original and new divs
var originalDiv = document.getElementById("originalDiv");
var newDiv = document.getElementById("newDiv");
// Check if the original div exists
if (originalDiv) {
// Hide the original div
originalDiv.style.display = "none";
// Show the new div
newDiv.style.display = "block";
}
}
</script>
<script src="./Image-Gallery/script.js"></script>
</html>