-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
415 lines (395 loc) · 16.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code-Symphony-4398</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- sourav -->
<div class="socialSideBar">
<a href="https://www.facebook.com/" target="_blank"><i class="fa-brands fa-facebook-f"></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class="fa-brands fa-square-instagram"></i></a>
<a href="https://twitter.com/i/flow/login" target="_blank"><i class="fa-brands fa-twitter"></i></a>
</div>
<a href="#" id="seemorepost"><i class="fa-solid fa-arrow-down fa-xl"></i></a>
<div class="frontHeader">
<div class="frontNavbar">
<a href="index.html" class="logo"><img style="width: 130px"
src="/public/Pink_Minimal_Typography_Logo___2_-removebg-preview - Copy.png" alt="Travel" /></a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="destination.html">Discover</a></li>
<li><a href="booking1.html">Bookings</a></li>
<li><a href="aboutUs.html">About Us</a></li>
<li><a href="contact1.html">Support</a></li>
<li>
<div class="profile-icon">👤</div>
</li>
<li>
<div class="search-icon">🔍</div>
</li>
<li>
<a href="/signup/sign-in.html" onclick="openHalfWindow(); return false;">
<button id="signup" class="signup-btn">Sign Up</button>
</a>
</li>
</ul>
</div>
<div class="headerMidSection">
<h2 style="color: white; font-size: 40px">
FEEL THE REAL BEAUTY OF NATURE
</h2>
<div class="bookingdetails">
<select name="DestinationHeader" id="idfordestination">
<option value="Destination">Destination</option>
<option value="Italy">Italy</option>
<option value="Scotland">Scotland</option>
<option value="Vanice">Vanice</option>
<option value="India">India</option>
<option value="India">Other</option>
</select>
<input type="date" name="Check-in" id="idfordate" />
<select name="Adults" id="idforadults">
<option value="Adults">Adults</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3+">3 or more</option>
</select>
<input type="text" name="" id="idforsearchbar" placeholder="Search" />
</div>
<div class="discountCountdown">
<h3 style="color: rgba(255, 255, 255, 0.795)">
Discount on new bookings
</h3>
<h4 id="discounttimeleft" style="text-align: center; color: rgba(255, 255, 255, 0.509)">
3<span style="font-size: smaller; font-weight: 400">hrs</span>
32<span style="font-size: smaller; font-weight: 400">Min</span>
07<span style="font-size: smaller; font-weight: 400">Sec</span>
</h4>
</div>
</div>
<!-- <div class="blurbottom"></div> -->
<div class="headerBottomSection">
<div class="headerbottompost1">
<div class="post1image"></div>
<div class="post1text">
<h5>HUNDREDS OF GUIDES</h5>
<p style="font-size: small">
New High-Quality Guides Added Each week
</p>
</div>
</div>
<div class="headerbottompost2">
<div class="post2image"></div>
<div class="post2text">
<h5>LOCAL EXPERTS</h5>
<p style="font-size: small">
The largest network of local guides worldwide
</p>
</div>
</div>
</div>
</div>
<!-- vishnu -->
<div id="card-container" class="card-container">
<div class="column column1">
<!-- <div class="uniquerow" style="border:solid;"> -->
<div class="title-landing-page">
<h1 style="margin:0px;">Popular places to visit</h1>
<!-- </div> -->
</div>
<!-- <div class="row"> -->
<div class="destination-card" style="height:55%; margin-top:35px;">
<div class="destination-image" style="height:94%;">
<img src="./public/masandaran.jpg" />
<div class="bookmark-icon">
<img src="./public/494568.png" />
</div>
</div>
<div class="card-description-bar">
<div class="left-description">
<h3 class="country-name">Italy</h3>
<div class="destination-info">
<img class="navigation-icon" src="./public/location-icon.jpg" alt="Navigation Icon" />
<span class="destination-name"> Mazandaran</span>
</div>
</div>
<div class="right-description">
<div class="rating-container" id="rating-container">
4.5
</div>
<span class="days">1 day </span>
</div>
</div>
</div>
<!-- </div> -->
</div>
<div class="column column2">
<div class="destination-card">
<div class="destination-image" style="height:81%">
<img src="./public/mountperu.jpg" />
<div class="bookmark-icon">
<img src="./public/494568.png" />
</div>
</div>
<div class="card-description-bar">
<div class="left-description">
<h3 class="country-name">Scottland</h3>
<div class="destination-info">
<img class="navigation-icon" src="./public/location-icon.jpg" alt="Navigation Icon" />
<span class="destination-name"> peterland</span>
</div>
</div>
<div class="right-description">
<div class="rating-container" id="rating-container">
4.0
</div>
<span class="days">3 days</span>
</div>
</div>
</div>
</div>
<div class="column column3">
<!-- <div class="row"> -->
<div class="destination-card" style=" height:45%;">
<div class="destination-image" style="height:70%">
<img src="./public/womenonriverside.webp" />
<div class="bookmark-icon">
<img src="./public/494568.png" />
</div>
</div>
<div class="card-description-bar" style="height:30%">
<div class="left-description">
<p class="country-name">India</p>
<div class="destination-info">
<!-- <img class="navigation-icon" src="./public/location-icon.jpg" alt="Navigation Icon" /> -->
<!-- <span class="destination-name"> Mizoram</span> -->
</div>
</div>
<div class="right-description">
<div class="rating-container" id="rating-container">
4.5
</div>
<!-- <span class="days">5 days</span> -->
</div>
</div>
</div>
<!-- </div> -->
<!-- <div class="row"> -->
<div class="destination-card" style="height:48%; margin-top:10%">
<div class="destination-image" style="height:60%">
<img src="./public/venice.jpg" />
<div class="bookmark-icon">
<img src="./public/494568.png" />
</div>
</div>
<div class="card-description-bar" style="height:15%">
<div class="left-description">
<h3 class="country-name">Venice</h3>
<div class="destination-info">
<img class="navigation-icon" src="./public/location-icon.jpg" alt="Navigation Icon" />
<span class="destination-name"> Marcoh</span>
</div>
</div>
<div class="right-description">
<div class="rating-container" id="rating-container">
5.0
</div>
<span class="days">2 days</span>
</div>
</div>
</div>
<!-- </div> -->
</div>
</div>
<div class="button-container" style="height:0px;">
<a href="destination.html" class="see-more-button" style="padding:10px;">See More ></a>
</div>
<!-- yogesh -->
<div class="summerspecial">
<div class="leftsummer"></div>
<div class="rightsummer">
<h4>Summer Special</h4>
<h2>UPTO 25% OFF</h2>
<h4>Spend the best vacation with us</h4>
<h3>THE NIGHTS OF THIALAND</h3>
<button class="booknowbuttonsummer">BOOK NOW</button>
</div>
</div>
<!-- caraousel -->
<h2 style="text-align: center; margin-top: 60px">Perfect Holiday Plan</h2>
<div id="caraouselcontainer"></div>
<button id="caraouselbutton">see more</button>
<!-- /utkarsh -->
<h1 class="headingU">Testimonials</h1>
<div class="container">
<div class="classu class1">
<div class="photo">
<!-- <img src="" alt="profile" /> -->
</div>
<div class="details">
<p style="color: black; padding: 20px">
I must emphasize the importance of embracing the unexpected, for
within those twists and turns, lies the beauty of growth and
understanding.
</p>
<h4 style="
color: rgb(55, 165, 255);
text-align: end;
padding-right: 40px;
">
-Shalomi
</h4>
</div>
</div>
<div class="classu class2">
<div class="photo1">
<!-- <img src="" alt="profile" /> -->
</div>
<div class="details">
<p style="padding: 20px; color: black">
In this narrative of self-discovery, I've found joy in unexpected
places and lessons in moments that might have seemed daunting at
first glance.
</p>
<h4 style="
color: rgb(55, 165, 255);
text-align: end;
padding-right: 40px;
">
-Johnson
</h4>
</div>
</div>
<div class="classu class3">
<div class="photo2"></div>
<div class="details">
<p style="padding: 20px; color: black">
I feel compelled to share my journey and experiences because, much
like the misconception of denouncing pleasure and praising pain.
</p>
<h4 style="
color: rgb(55, 165, 255);
text-align: end;
padding-right: 40px;
">
-Charlie
</h4>
</div>
</div>
</div>
<div class="recent">
<h1 style="margin-top:80px; text-align: center">Our Recent Activities</h1>
<div class="container2">
<div class="childu child1">
<img src="/public/1.jpg" alt="photo" />
<h3 style="text-align: center">Last Summer Memories</h3>
</div>
<div class="childu child2">
<img src="/public/2.jpg" alt="photo" />
<h3 style="text-align: center">Road trips with friends</h3>
</div>
<div class="childu child3">
<img src="/public/3.jpg" alt="photo" />
<h3 style="text-align: center">Solo Trips</h3>
</div>
</div>
</div>
<!-- utkarsh -->
<!-- nidhi -->
<div class="footer">
<p class="subscribe">Subscribe Our Newsletter</p>
<input type="email" placeholder="Enter your Email id" class="email" />
<input type="text" placeholder="Subscribe" class="sub" />
<div class="box">
<!-- TRAVELLER -->
<div class="Traveller">
<h2 class="trav">TRAVELLER</h2>
<div class="location" style="display: flex; margin-bottom: 10px;gap:20px;">
<span class="material-symbols-outlined"> location_on </span>
<p style="text-align: left;">
Lakshmipuram road, Guntur <br />
Andhra Pradesh, India.
</p>
</div>
<div class="phone" style="display: flex; margin-bottom: 10px; gap:20px;">
<span class="material-symbols-outlined"> call </span>
<p>0863 - 222000</p>
</div>
<div class="email" style="display: flex;gap:20px;">
<span class="material-symbols-outlined"> mail </span>
<p>Yourmailid@gmail.com</p>
</div>
</div>
<!-- MYACCOUNT -->
<div class="myAccount">
<h2>MY ACCOUNT</h2>
<!-- <ul>
<li>Search Items</li>
<li>Advanced serach</li>
<li>Orders & Returns</li>
<li>Helps & FAQ</li>
<li>Store Location</li>
</ul> -->
<p>Search Items</p>
<p>Advanced serach</p>
<p>Orders & Returns</p>
<p>Helps & FAQ</p>
<p>Store Locations</p>
</div>
<!-- INFORMATION -->
<div class="info">
<h2>INFORMATION</h2>
<p>News</p>
<p>FAQ</p>
<p>Refunds & Returns</p>
<p>Delivery</p>
<p>
Privacy Policy & <br />
Terms & Conditions
</p>
</div>
<div class="info2">
<h2>INFORMATION</h2>
<p>Rock climbing Gears</p>
<p>Solar Powered helmet</p>
<p>pull Rope Rubber</p>
<p>Pairing knife</p>
<p>Ladder Golf</p>
</div>
</div>
<hr />
<div class="social">
<p>FOLLOW US ON</p>
<a href="https://www.facebook.com/"><svg width="9" height="18" viewBox="0 0 9 18" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path id="Path" opacity="0.31829" fill-rule="evenodd" clip-rule="evenodd"
d="M2.25 6H0V9H2.25V18H6V9H8.7315L9 6H6V4.74975C6 4.0335 6.144 3.75 6.83625 3.75H9V0H6.144C3.447 0 2.25 1.18725 2.25 3.46125V6Z"
fill="black" />
</svg>
</a>
<a href="https://www.instagram.com/"><svg width="18" height="18" viewBox="0 0 18 18" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path id="Shape" opacity="0.31829" fill-rule="evenodd" clip-rule="evenodd"
d="M9 0C6.55575 0 6.24975 0.0105 5.28975 0.054C2.02125 0.204 0.20475 2.0175 0.05475 5.289C0.0105 6.24975 0 6.55575 0 9C0 11.4443 0.0105 11.751 0.054 12.711C0.204 15.9795 2.0175 17.796 5.289 17.946C6.24975 17.9895 6.55575 18 9 18C11.4443 18 11.751 17.9895 12.711 17.946C15.9765 17.796 17.7975 15.9825 17.9452 12.711C17.9895 11.751 18 11.4443 18 9C18 6.55575 17.9895 6.24975 17.946 5.28975C17.799 2.02425 15.9832 0.20475 12.7118 0.05475C11.751 0.0105 11.4443 0 9 0ZM9 1.62225C11.403 1.62225 11.688 1.63125 12.6375 1.67475C15.0765 1.78575 16.2157 2.943 16.3267 5.364C16.3703 6.31275 16.3785 6.59775 16.3785 9.00075C16.3785 11.4045 16.3695 11.6888 16.3267 12.6375C16.215 15.0563 15.0787 16.2157 12.6375 16.3267C11.688 16.3703 11.4045 16.3792 9 16.3792C6.597 16.3792 6.312 16.3703 5.36325 16.3267C2.91825 16.215 1.785 15.0525 1.674 12.6367C1.6305 11.688 1.6215 11.4037 1.6215 9C1.6215 6.597 1.63125 6.31275 1.674 5.36325C1.78575 2.943 2.922 1.785 5.36325 1.674C6.31275 1.63125 6.597 1.62225 9 1.62225ZM4.3785 9C4.3785 6.44775 6.44775 4.3785 9 4.3785C11.5522 4.3785 13.6215 6.44775 13.6215 9C13.6215 11.553 11.5522 13.6222 9 13.6222C6.44775 13.6222 4.3785 11.5522 4.3785 9ZM9 12C7.34325 12 6 10.6575 6 9C6 7.34325 7.34325 6 9 6C10.6567 6 12 7.34325 12 9C12 10.6575 10.6567 12 9 12ZM12.7238 4.19625C12.7238 3.6 13.2075 3.11625 13.8045 3.11625C14.4008 3.11625 14.8837 3.6 14.8837 4.19625C14.8837 4.7925 14.4008 5.27625 13.8045 5.27625C13.2075 5.27625 12.7238 4.7925 12.7238 4.19625Z"
fill="black" />
</svg>
</a>
<a href="https://twitter.com/">
<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Path" opacity="0.31829" fill-rule="evenodd" clip-rule="evenodd"
d="M18 1.77579C17.3377 2.07727 16.626 2.2803 15.879 2.37182C16.6418 1.90346 17.2275 1.1613 17.5028 0.276866C16.7895 0.710624 15.999 1.02594 15.1575 1.19591C14.4848 0.459906 13.524 0 12.462 0C10.0778 0 8.32575 2.28107 8.86425 4.64905C5.796 4.49139 3.075 2.984 1.25325 0.692935C0.28575 2.39489 0.7515 4.62136 2.3955 5.74882C1.791 5.72883 1.221 5.55886 0.72375 5.27507C0.68325 7.02933 1.9095 8.67053 3.6855 9.03584C3.16575 9.18042 2.5965 9.21426 2.0175 9.10044C2.487 10.6047 3.8505 11.6991 5.4675 11.7299C3.915 12.9781 1.959 13.5357 0 13.2988C1.63425 14.3732 3.576 15 5.661 15C12.5175 15 16.3912 9.06199 16.1572 3.73616C16.8787 3.20165 17.505 2.53486 18 1.77579Z"
fill="black" />
</svg>
</a>
</div>
</div>
<script src="https://kit.fontawesome.com/e2cab26559.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>