-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
465 lines (399 loc) · 16.5 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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<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" />
<title>Alcazar</title>
</head>
<body>
<!-- Aishu -->
<div class="Anavbar-div">
<video autoplay loop muted plays-inline class="back-video">
<source src="Image/video.mp4" type="video/mp4">
</video>
<div class="Abox-wrapper">
<img class="Alogoo" src="Image/logo.png" alt="Logo">
<br>
<img id="ham" src="Image/list_2099043.png" alt="ham">
<div class="Alinkss">
<a href="#footer" class="Anav-link" id="AboutUs">About Us</a>
<a href="#" class="Anav-link" id="tourr">Tours</a>
<a href="#" class="Anav-link">My Booking</a>
<a href="#" class="Anav-link">Download App</a>
<a href="#" class="Anav-link">Installment</a>
<div class="button-container">
<button class="Anav_buttonn" id="signupButton">Sign Up</button>
<button class="Anav_buttonn" id="loginButton">Login</button>
</div>
<!-- <div class="Anhiddenmenu">
<img src="Image/menu.png" alt="" />
</div> -->
</div>
</div>
<div class="Ahead-section">
<div class="AheadingAA">
<h1>Travel around the world</h1>
</div>
<div class="AheadingAB">
<h4>Trusted by 80 million Travelers, Aalcazar is the world's most competitive travel, flight</h4>
<h4>and accommodation provider, very easy to access on your smart tree and desktop</h4>
</div>
</div>
<div class="Acontainer">
<div class="Asearch-bar">
<form id="form" onsubmit="handleOnSubmit(event)">
<i class="fa-solid fa-location-dot"></i>
<input id="search" type="text" placeholder="City, destination, or hotel name">
<input id="Acheckin" type="date" placeholder="Add date">
<input id="Aguest" type="number" placeholder="Add Guest">
<div class="input-group" id="As-btn">
<input type="submit" value="Search"/>
</div>
</form>
</div>
</div>
</div>
<!-- Sekhar -->
<div class="First-part">
<div class="vacation">
Guides for your next location
</div>
<div class="small-p-tag">
Check out this week's selection of popular products that might catch your eye. and don't
</div>
<div class="sorting-buttons">
<button onclick="filterData()" id="blue-btn" class="button">
All
</button>
<button onclick="Trendingbutton()" id="trending" class="button">
Trending
</button>
<button onclick="Popularbutton()" id="popular" class="button">
Popular
</button>
<button onclick="Featuresbutton()" id="features" class="button">
Features
</button>
<button onclick="Recommendbutton()" id="recommend" class="button">
Recommend
</button>
<button onclick="Premiumbutton()" id="premium" class="button">
Premium
</button>
</div>
</div>
<div id="data-list-wrapperr">
<!-- ... (your existing content) ... -->
</div>
<div id="paginationwrapper">
<!-- ... (your existing content) ... -->
</div>
<!-- Praveen -->
<div class="mid_section">
<div class="grid-container">
<div class="grid-item">
<div class="PImageDiv">
<img src="./Image/photo1.png" alt="" class="image"/>
</div>
</div>
<div class="grid-item">
<div class="text-content">
<h1>Safely Saved Lists</h1>
<p>Neatly arranged for your ease of access. Go to saved at the top navigation bar, where we save your saved items. We group them based on category. Just a few clicks away from starting your journey! When you want to make a purchase from saved.</p>
<button class="cta-button">Read More</button>
</div>
</div>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="text-content">
<h1>Flight Price Alert</h1>
<p>Instant Notifications! You will get alerted as soon as the flight's prices match your budget, so you will be able to book the right flight at the right time. You only need to fill in the details of your desired flight, such as the time of departure.</p>
<button class="cta-button">Find It Here</button>
</div>
</div>
<div class="grid-item">
<div class="PImageDiv">
<img src="./Image/photo2.png" alt="" class="image"/>
</div>
</div>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="PImageDiv">
<img src="./Image/photo3.png" alt="" class="image"/>
</div>
</div>
<div class="grid-item">
<div class="text-content">
<h1>Passenger Quick Pick</h1>
<p>Fill the passenger details now, pick passengers quickly later. Passenger Quick Pick saves you the hassle of entering the same passenger details every time you book.</p>
<button class="cta-button">Check It Out</button>
</div>
</div>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="text-content">
<h1>Easy Reschedule</h1>
<p>No more chasing after the airline. Changing your flight is only a matter of a few clicks. Easy Reschedule ultimately saves your time! Open your e-ticket. Through My Booking, open the e-ticket of the flight you want to reschedule.</p>
<button class="cta-button">Read More</button>
</div>
</div>
<div class="grid-item">
<div class="PImageDiv">
<img src="./Image/photo4.png" alt="" class="image"/>
</div>
</div>
</div>
<div class="grid-container">
<div class="grid-item">
<div class="PImageDiv">
<img src="./Image/photo5.png" alt="" class="image"/>
</div>
</div>
<div class="grid-item">
<div class="text-content">
<h1>Stay Guarantee</h1>
<p>How to Claim Stay Guarantee with ease? Follow the 4 steps below. Open your Traveloka App (minimum version 2.9), On the homepage, tap the My Booking menu at the bottom of the page. View your ...</p>
<button class="cta-button">Read More</button>
</div>
</div>
</div>
</div>
<!-- Deepak -->
<div id="above-above-footer">
<!-- heading -->
<div id="dhead">
<div><img class="dArrowsImage" src="./Image/arrowLeft.png" alt="" /></div>
<div>
<h1>Satisfied Customers Are Our Best Ads</h1>
</div>
<div><img class="dArrowsImage" src="./Image/arrowRight.png" alt="" /></div>
</div>
<div>
<!-- Review cards -->
<div id="reviewCards">
<div class="reviewcard">
<div class="card_head">
<div class="rightPartOfCard">
<span>
<img src="./Image/Harshal.jpeg" alt="profile" />
</span>
<div>
<h1>Harshal Sawant</h1>
<p>Indonesia traveller</p>
</div>
</div>
<div class="leftPartOfCard">
<img class="star-icon" src="./Image/star.avif" alt="star" />
<h1>4.5</h1>
</div>
</div>
<hr />
<div class="review-detail">
<div>
<p>
When I need material for my work blog tourist destinations, my
mind goes straight on Alcazar which is the best service provider
travel needs.
</p>
</div>
</div>
</div>
<div class="reviewcard">
<div class="card_head">
<div class="rightPartOfCard">
<span>
<img src="./Image/pavan.jpeg" alt="profile" />
</span>
<div>
<h1>Pavan Ambulkar</h1>
<p>Indian tourists</p>
</div>
</div>
<div class="leftPartOfCard">
<img class="star-icon" src="./Image/star.avif" alt="star" />
<h1>4.8</h1>
</div>
</div>
<hr />
<div class="review-detail">
<div>
<p>
I really like the service offered Alcazar in organizing my
travels, services that are easy to understand and very fast can
solve various kinds of problems.
</p>
</div>
</div>
</div>
<div class="reviewcard">
<div class="card_head">
<div class="rightPartOfCard">
<span>
<img src="./Image/Arushi.jpeg" alt="profile" />
</span>
<div>
<h1>Arushi Nagar</h1>
<p>Blogger immediately</p>
</div>
</div>
<div class="leftPartOfCard">
<img class="star-icon" src="./Image/star.avif" alt="star" />
<h1>4.2</h1>
</div>
</div>
<hr />
<div class="review-detail">
<div>
<p>
The services offered by Alcazar are very complete, that's why I
think Alcazar is always reliable when travellin to tourist
attractions around the world.
</p>
</div>
</div>
</div>
<div class="reviewcard">
<div class="card_head">
<div class="rightPartOfCard">
<span>
<img src="./Image/vivekSir.jpeg" alt="profile" />
</span>
<div>
<h1>Vivek Aggarwal</h1>
<p>Brunie tourist</p>
</div>
</div>
<div class="leftPartOfCard">
<img class="star-icon" src="./Image/star.avif" alt="star" />
<h1>4.4</h1>
</div>
</div>
<hr />
<div class="review-detail">
<div>
<p>
I feel the ease when making choices tourist destination that I
will choose when using Alcazar and I can very easily determine
it.
</p>
</div>
</div>
</div>
<div class="reviewcard">
<div class="card_head">
<div class="rightPartOfCard">
<span>
<img src="./Image/Isha.jpeg" alt="profile" />
</span>
<div>
<h1>Isha Kataria</h1>
<p>Blogger immediately</p>
</div>
</div>
<div class="leftPartOfCard">
<img class="star-icon" src="./Image/star.avif" alt="star" />
<h1>4.3</h1>
</div>
</div>
<hr />
<div class="review-detail">
<div>
<p>
It's a shame I'm a new tourist who uses Alcazar. I feel the ease
of access to travelling during the news I don't have any
confusion at all.
</p>
</div>
</div>
</div>
<div class="reviewcard">
<div class="card_head">
<div class="rightPartOfCard">
<span>
<img src="./Image/YogeshBhatt.jpeg" alt="profile" />
</span>
<div>
<h1>Yogesh Bhatt</h1>
<p>Part-time traveller</p>
</div>
</div>
<div class="leftPartOfCard">
<img class="star-icon" src="./Image/star.avif" alt="star" />
<h1>4.2</h1>
</div>
</div>
<hr />
<div class="review-detail">
<div>
<p>
It is very rare that there are applications or services provider
like this, that's why I feel helped by the presence of Alcazar.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="above-footer">
<div id="footer-IMG">
<img src="./Image/AboveFooter.png" alt="">
</div>
</div>
</div>
<!-- Shashank -->
<footer id="footer">
<div id="noo">
<div id="no">
<div id="alca">
<img src="Image/logo.png" alt="Alcazar" />
<!-- <h2>Alcazar</h2> -->
</div>
<p>
Convenience is our priority to satisfy our <br>
Customers and we provide all the <br>
features you can use easily and quickly.
</p>
</div>
<div id="yess">
<div class="yes">
<h3>About</h3>
<p>How to Book</p>
<p>Contact Us</p>
<p>Help Center</p>
</div>
<div class="yes">
<h3>Products</h3>
<p>Destination</p>
<p>Flight</p>
<p>lodging</p>
</div>
<div class="yes">
<h3>Social</h3>
<p>Facebook</p>
<p>Twitter</p>
<p>Instagram</p>
</div>
</div>
</div>
<hr>
<div id="end">
<p>Privacy Policy</p>
<p2>Copyright © 2022 Alcazar</p2>
</div>
</footer>
<script src="search.js"></script>
<script src="script.js"></script>
</body>
</html>