forked from PriyaGhosal/BuddyTrail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
servicespage.html
458 lines (418 loc) · 16.4 KB
/
servicespage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travel Services</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="service.css" rel="stylesheet">
<!-- <link rel="stylesheet" href= "style.css" /> -->
<link
rel= "stylesheet"
href= "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity= "sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin= "anonymous"
referrerpolicy= "no-referrer"
/>
</head>
<style>
/* Footer Styles */
footer {
background-color: #232323;
color: #ffffff;
text-align: center;
}
.footer-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px;
max-width: 1200px;
margin: auto;
}
.footer-column {
flex: 1;
min-width: 200px;
margin: 10px;
}
.footer-column p {
color: white;
}
.footer-column a {
font-size: 16px;
line-height: 2;
}
#footer-contact-us {
display: flex;
flex-direction: column;
}
.footer-column h3 {
margin-bottom: 5px;
font-size: 18px;
color: #f39c12;
}
.footer-column p,
.footer-column ul {
font-size: 14px;
line-height: 1.5;
}
.footer-column ul {
list-style: none;
padding: 0;
}
.footer-column ul li a {
color: #ffffff;
text-decoration: none;
transition: color 0.3s;
}
.footer-column ul li a:hover {
color: #f39c12;
text-decoration: underline;
}
.social-icons a {
margin: 0 10px;
color: #ffffff;
font-size: 20px;
transition: color 0.3s;
}
.social-icons a:hover {
color: #f39c12;
}
.footer-bottom {
font-size: 14px;
}
.footer-bottom .copyright-b{
color: #fffcfc;
font-size: 1.1rem;
margin-bottom: 1.2rem;
}
/* for facebook */
.social-icons .fa-discord {
transition: color 0.3s ease, transform 0.3s ease;
}
.social-icons .fa-discord:hover {
color: #4267b2;
transform: scale(1.1);
transform: scale(1.2) translateY(-5px);
}
/* for twitter */
.social-icons .fa-x-twitter {
transition: color 0.3s ease, transform 0.3s ease;
}
.social-icons .fa-x-twitter:hover {
color: black;
transform: scale(1.1);
transform: scale(1.2) translateY(-5px);
}
/* for instagram */
.social-icons .fa-github {
transition: color 0.3s ease, transform 0.3s ease;
}
.social-icons .fa-github:hover {
color: #c32aa3;
transform: scale(1.1);
transform: scale(1.2) translateY(-5px);
}
/* for instagram */
.social-icons .fa-linkedin-in {
transition: color 0.3s ease, transform 0.3s ease;
}
.social-icons .fa-linkedin-in:hover {
color: #0a66c2;
transform: scale(1.1);
transform: scale(1.2) translateY(-5px);
}
/**** MEDIA QUERY ****/
@media screen and (max-width: 932px) {
html {
font-size: 45%;
}
nav ul {
text-align: center;
}
.cloud {
height: 40rem;
pointer-events: none;
}
.locations-head h3 {
background: rgba(19, 28, 39, 0.8);
-webkit-text-fill-color: white;
padding: 2rem;
text-align: start;
}
.form-wrapper {
width: 100%;
}
footer {
text-align: center;
}
footer h5 {
padding-bottom: 3rem;
}
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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="#hotels">Hotels</a></li>
<li class="nav-item"><a class="nav-link" href="#flights">Flights</a></li>
<li class="nav-item"><a class="nav-link" href="#cars">Car Rentals</a></li>
</ul>
</div>
</div>
</nav>
<main class="container my-5">
<div class="row mb-4">
<div class="col-md-6">
<select class="form-select" aria-label="Sort services">
<option selected>Sort by</option>
<option value="1">Price: Low to High</option>
<option value="2">Price: High to Low</option>
<option value="3">Rating</option>
</select>
</div>
<div class="col-md-6">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search services" aria-label="Search services">
<button class="btn btn-outline-secondary" type="button">Search</button>
</div>
</div>
</div>
<section id="hotels" class="mb-5">
<h2 class="mb-4">Hotel Bookings</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 service-card">
<img src="https://images.unsplash.com/photo-1566073771259-6a8506099945" class="card-img-top" alt="Luxury hotel room">
<div class="card-body">
<h5 class="card-title">Luxury Hotels</h5>
<p class="card-text">Experience unparalleled comfort in our handpicked luxury hotels.</p>
<a href="#" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 service-card">
<img src="https://images.unsplash.com/photo-1520250497591-112f2f40a3f4" class="card-img-top" alt="Budget hotel room">
<div class="card-body">
<h5 class="card-title">Budget Stays</h5>
<p class="card-text">Comfortable accommodations that don't break the bank.</p>
<a href="#" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 service-card">
<img src="https://images.unsplash.com/photo-1610641818989-c2051b5e2cfd" class="card-img-top" alt="Boutique hotel lobby">
<div class="card-body">
<h5 class="card-title">Boutique Hotels</h5>
<p class="card-text">Unique and stylish accommodations for the discerning traveler.</p>
<a href="#" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<section id="flights" class="mb-5">
<h2 class="mb-4">Flight Reservations</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 service-card">
<img src="https://images.unsplash.com/photo-1436491865332-7a61a109cc05" class="card-img-top" alt="Airplane wing view">
<div class="card-body">
<h5 class="card-title">International Flights</h5>
<p class="card-text">Connect to destinations around the world with our international flight options.</p>
<a href="#" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 service-card">
<img src="/img/df1.jpg" class="card-img-top" alt="Domestic flight">
<div class="card-body">
<h5 class="card-title">Domestic Flights</h5>
<p class="card-text">Explore your country with our extensive network of domestic flights.</p>
<a href="#" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 service-card">
<img src="https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad" class="card-img-top" alt="Private jet">
<div class="card-body">
<h5 class="card-title">Private Charters</h5>
<p class="card-text">Experience luxury and convenience with our private jet charter services.</p>
<a href="#" class="btn btn-primary">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<section id="cars" class="mb-5">
<h2 class="mb-4">Car Rentals</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 service-card">
<img src="https://images.unsplash.com/photo-1546614042-7df3c24c9e5d" class="card-img-top" alt="Economy car">
<div class="card-body">
<h5 class="card-title">Economy Cars</h5>
<p class="card-text">Affordable and fuel-efficient options for budget-conscious travelers.</p>
<a href="#" class="btn btn-primary">Rent Now</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 service-card">
<img src="https://images.unsplash.com/photo-1550355291-bbee04a92027" class="card-img-top" alt="Luxury car">
<div class="card-body">
<h5 class="card-title">Luxury Vehicles</h5>
<p class="card-text">Travel in style with our premium and luxury car rental options.</p>
<a href="#" class="btn btn-primary">Rent Now</a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 service-card">
<img src="img/df2.jpg" class="card-img-top" alt="SUV">
<div class="card-body">
<h5 class="card-title">SUVs & Vans</h5>
<p class="card-text">Perfect for group travel or those needing extra space.</p>
<a href="#" class="btn btn-primary">Rent Now</a>
</div>
</div>
</div>
</div>
</section>
<section id="booking-form" class="bg-light p-4 rounded">
<h2 class="mb-4">Quick Booking</h2>
<form>
<div class="row mb-3">
<div class="col-md-6">
<label for="service-type" class="form-label">Service Type</label>
<select id="service-type" class="form-select" required>
<option value="" selected disabled>Choose a service</option>
<option value="hotel">Hotel</option>
<option value="flight">Flight</option>
<option value="car">Car Rental</option>
</select>
</div>
<div class="col-md-6">
<label for="destination" class="form-label">Destination</label>
<input type="text" class="form-control" id="destination" required>
</div>
</div>
<div class="row mb-3">
<div class="col-md-6">
<label for="check-in" class="form-label">Check-in / Start Date</label>
<input type="date" class="form-control" id="check-in" required>
</div>
<div class="col-md-6">
<label for="check-out" class="form-label">Check-out / End Date</label>
<input type="date" class="form-control" id="check-out" required>
</div>
</div>
<div class="mb-3">
<label for="guests" class="form-label">Number of Guests / Passengers</label>
<input type="number" class="form-control" id="guests" min="1" required>
</div>
<button type="submit" class="btn btn-primary">Search Availability</button>
</form>
</section>
</main>
<footer id="footer">
<div class="footer-container">
<!-- About Us Section -->
<div class="footer-column">
<h3>About Us</h3>
<p>Discover and plan affordable trips with BuddyTrail's travel companion tools.</p>
</div>
<!-- Quick Links Section -->
<div class="footer-column">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html" class="faq-link">FAQs</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contributor/contributor.html">Our Contributor</a></li>
</ul>
</div>
<!-- Legal Links Section -->
<div class="footer-column">
<h3>Legal Links</h3>
<ul>
<li><a href="terms_of_service.html">Terms of Service</a></li>
<li><a href="privacypolicy.html">Privacy Policy</a></li>
<li><a href="copyright.html">Copyright Notice</a></li>
<li><a href="disclaimer.html">Disclaimer</a></li>
<li><a href="cookie_policy.html">Cookie Policy</a></li>
</ul>
</div>
<!-- Contact Us Section -->
<div class="footer-column">
<h3>Contact Us</h3>
<p>Email: <a href="mailto:info@example.com">info@example.com</a></p>
<p>Phone: <a href="tel:+1234567890">+123 456 7890</a></p>
</div>
<!-- Follow Us Section -->
<div class="footer-column">
<h3>Follow Us</h3>
<div class="social-icons">
<a href="https://discord.com/invite/priyaghosal"><i class="fab fa-discord"></i></a>
<a href="https://x.com/https://twitter.com/PriyaGhosa39968"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://github.com/PriyaGhosal/BuddyTrail"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/priya-ghosal-785771286/"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<!-- Newsletter Form Section -->
<style>
.footer-column.newsletter {
max-width: 300px;
margin: 0 auto;
text-align: center;
}
#newsletter-form {
display: flex;
flex-direction: column;
align-items: center;
}
#email {
width: 100%;
margin-bottom: 10px;
padding: 8px;
box-sizing: border-box;
}
button[type="submit"] {
width: 100px;
padding: 6px;
font-size: 14px;
}
#subscription-message {
font-size: 14px;
margin-top: 10px;
}
</style>
<div class="footer-column newsletter" id="newsletter">
<h3>Subscribe to Our Newsletter</h3>
<form id="newsletter-form">
<input type="email" id="email" placeholder="Enter your email" required />
<button type="submit">Subscribe</button>
</form>
<p id="subscription-message"></p>
</div>
</div>
<!-- Footer Bottom Section -->
<div class="footer-bottom">
<p class="copyright-b">© 2024 BuddyTrail. All rights reserved.</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>