-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
388 lines (360 loc) · 20.5 KB
/
service.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ROYAL CARS - Car Rental HTML Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Rubik&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid bg-dark py-3 px-lg-5 d-none d-lg-block">
<div class="row">
<div class="col-md-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<a class="text-body pr-3" href=""><i class="fa fa-phone-alt mr-2"></i>+012 345 6789</a>
<span class="text-body">|</span>
<a class="text-body px-3" href=""><i class="fa fa-envelope mr-2"></i>[email protected]</a>
</div>
</div>
<div class="col-md-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-body px-3" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-body px-3" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-body px-3" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-body px-3" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-body pl-3" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid position-relative nav-bar p-0">
<div class="position-relative px-lg-5" style="z-index: 9;">
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark py-3 py-lg-0 pl-3 pl-lg-5">
<a href="" class="navbar-brand">
<h1 class="text-uppercase text-primary mb-1">Royal Cars</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-3" id="navbarCollapse">
<div class="navbar-nav ml-auto py-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link active">Service</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Cars</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="car.html" class="dropdown-item">Car Listing</a>
<a href="detail.html" class="dropdown-item">Car Detail</a>
<a href="booking.html" class="dropdown-item">Car Booking</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="team.html" class="dropdown-item">The Team</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Search Start -->
<div class="container-fluid bg-white pt-3 px-lg-5">
<div class="row mx-n2">
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<select class="custom-select px-4 mb-3" style="height: 50px;">
<option selected>Pickup Location</option>
<option value="1">Location 1</option>
<option value="2">Location 2</option>
<option value="3">Location 3</option>
</select>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<select class="custom-select px-4 mb-3" style="height: 50px;">
<option selected>Drop Location</option>
<option value="1">Location 1</option>
<option value="2">Location 2</option>
<option value="3">Location 3</option>
</select>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<div class="date mb-3" id="date" data-target-input="nearest">
<input type="text" class="form-control p-4 datetimepicker-input" placeholder="Pickup Date"
data-target="#date" data-toggle="datetimepicker" />
</div>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<div class="time mb-3" id="time" data-target-input="nearest">
<input type="text" class="form-control p-4 datetimepicker-input" placeholder="Pickup Time"
data-target="#time" data-toggle="datetimepicker" />
</div>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<select class="custom-select px-4 mb-3" style="height: 50px;">
<option selected>Select A Car</option>
<option value="1">Car 1</option>
<option value="2">Car 1</option>
<option value="3">Car 1</option>
</select>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<button class="btn btn-primary btn-block mb-3" type="submit" style="height: 50px;">Search</button>
</div>
</div>
</div>
<!-- Search End -->
<!-- Page Header Start -->
<div class="container-fluid page-header">
<h1 class="display-3 text-uppercase text-white mb-3">Service</h1>
<div class="d-inline-flex text-white">
<h6 class="text-uppercase m-0"><a class="text-white" href="">Home</a></h6>
<h6 class="text-body m-0 px-3">/</h6>
<h6 class="text-uppercase text-body m-0">Service</h6>
</div>
</div>
<!-- Page Header Start -->
<!-- Services Start -->
<div class="container-fluid py-5">
<div class="container pt-5 pb-3">
<h1 class="display-4 text-uppercase text-center mb-5">Our Services</h1>
<div class="row">
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-taxi text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">01</h1>
</div>
<h4 class="text-uppercase mb-3">Car Rental</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item active d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-money-check-alt text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">02</h1>
</div>
<h4 class="text-uppercase mb-3">Car Financing</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-car text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">03</h1>
</div>
<h4 class="text-uppercase mb-3">Car Inspection</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-cogs text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">04</h1>
</div>
<h4 class="text-uppercase mb-3">Auto Repairing</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-spray-can text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">05</h1>
</div>
<h4 class="text-uppercase mb-3">Auto Painting</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-pump-soap text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">06</h1>
</div>
<h4 class="text-uppercase mb-3">Auto Cleaning</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Banner Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="bg-banner py-5 px-4 text-center">
<div class="py-5">
<h1 class="display-1 text-uppercase text-primary mb-4">50% OFF</h1>
<h1 class="text-uppercase text-light mb-4">Special Offer For New Members</h1>
<p class="mb-4">Only for Sunday from 1st Jan to 30th Jan 2045</p>
<a class="btn btn-primary mt-2 py-3 px-5" href="">Register Now</a>
</div>
</div>
</div>
</div>
<!-- Banner End -->
<!-- Vendor Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="owl-carousel vendor-carousel">
<div class="bg-light p-4">
<img src="img/vendor-1.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-2.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-3.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-4.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-5.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-6.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-7.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-8.png" alt="">
</div>
</div>
</div>
</div>
<!-- Vendor End -->
<!-- Footer Start -->
<div class="container-fluid bg-secondary py-5 px-sm-3 px-md-5" style="margin-top: 90px;">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Get In Touch</h4>
<p class="mb-2"><i class="fa fa-map-marker-alt text-white mr-3"></i>123 Street, New York, USA</p>
<p class="mb-2"><i class="fa fa-phone-alt text-white mr-3"></i>+012 345 67890</p>
<p><i class="fa fa-envelope text-white mr-3"></i>[email protected]</p>
<h6 class="text-uppercase text-white py-2">Follow Us</h6>
<div class="d-flex justify-content-start">
<a class="btn btn-lg btn-dark btn-lg-square mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-dark btn-lg-square mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-dark btn-lg-square mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-dark btn-lg-square" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Usefull Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Private Policy</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Term & Conditions</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>New Member Registration</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Affiliate Programme</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Return & Refund</a>
<a class="text-body" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Help & FQAs</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Car Gallery</h4>
<div class="row mx-n1">
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-1.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-2.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-3.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-4.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-5.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-6.jpg" alt=""></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Newsletter</h4>
<p class="mb-4">Volup amet magna clita tempor. Tempor sea eos vero ipsum. Lorem lorem sit sed elitr sed kasd et</p>
<div class="w-100 mb-3">
<div class="input-group">
<input type="text" class="form-control bg-dark border-dark" style="padding: 25px;" placeholder="Your Email">
<div class="input-group-append">
<button class="btn btn-primary text-uppercase px-3">Sign Up</button>
</div>
</div>
</div>
<i>Lorem sit sed elitr sed kasd et</i>
</div>
</div>
</div>
<div class="container-fluid bg-dark py-4 px-sm-3 px-md-5">
<p class="mb-2 text-center text-body">© <a href="#">Your Site Name</a>. All Rights Reserved.</p>
<p class="m-0 text-center text-body">Designed by <a href="https://htmlcodex.com">HTML Codex</a></p>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>