-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
468 lines (418 loc) · 23.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
466
467
468
<!DOCTYPE html>
<html lang="en" id="top">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" type="image/ico" href="./img/favicon.ico">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/magnific-popup.css">
<link rel="stylesheet" href="./css/main.css">
<title>Jaguar Dealership</title>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset='86'>
<!-- Preloader -->
<!-- <div class="preloader d-flex justify-content-center align-items-center">
<img data-src="./img/loader.gif" alt="">
</div> -->
<!-- NavBar -->
<nav class="navbar navbar-expand-lg px-3 fixed-top" id="navBar">
<a href="#" class="navbar-brand">
<img src="img/logo2.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle='collapse' data-target='#myNav' aria-label="Navigation Bar Button">
<span class="navbar-icon">
<i class="fas fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="myNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item mx-1">
<a href="#top" class="nav-link active" id="nav-home">Home</a>
</li>
<li class="nav-item mx-1">
<a href="#skills" class="nav-link " id="nav-benefits">Benefits</a>
</li>
<li class="nav-item mx-1">
<a href="#inventory" class="nav-link " id="nav-inventory">Inventory</a>
</li>
<li class="nav-item mx-1">
<a href="#featured" class="nav-link " id="nav-featured">Featured</a>
</li>
<li class="nav-item mx-1">
<a href="#gallery" class="nav-link " id="nav-gallery">Gallery</a>
</li>
<li class="nav-item mx-1">
<a href="#services" class="nav-link " id="nav-services">Services</a>
</li>
<li class="nav-item mx-1">
<a href="#reviews" class="nav-link " id="nav-reviews">Reviews</a>
</li>
</ul>
<!-- Social Icons -->
<div class="nav-icons d-none d-xl-block">
<a href="#!" class="nav-icon">
<i class="fab fa-facebook fa-2x"></i>
</a>
<a href="#!" class="nav-icon">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="#!" class="nav-icon">
<i class="fab fa-instagram fa-2x"></i>
</a>
</div>
</div>
</nav>
<!-- Header Section -->
<header class="header watch-me" id="header">
<div class="container-fluid">
<div class="row height-max align-items-center">
<div class="col col-md-9 ml-auto text-right pr-5 header-text">
<h5 class="title-heading d-inline-block p2 text-uppercase">The All New</h5>
<h2 class="text-uppercase my-2 title">Jaguar 2019</h2>
<h3 class="text-uppercase">XK-3000</h3>
<h6 class="text-capitalize">starts from</h6>
<h2>$80,000 <a class="title-icon d-inline-block mx-2" href="javascript:void(0);" aria-label="Price Button"><i class="fas fa-play"></i></a> </h2>
</div>
</div>
</div>
</header>
<!-- Skill Section -->
<section class="skills py-5 watch-me" id="skills">
<div class="container">
<!-- title -->
<div class="row mb-5">
<div class="col d-flex flex-wrap text-uppercase justify-content-center">
<h1 class="font-weight-bold align-self-center mx-1 sectionTitle ">Why Choose our</h1>
<h1 class="section-title--special mx-1 text-uppercase ">car dealer</h1>
</div>
</div>
<!-- skills -->
<div class="row">
<!-- Single Skill -->
<div class="col-sm-6 col-lg-3 text-center my-3 ">
<a href="javascript:void(0);" class="skills-icon p-2 rounded-circle" aria-label="Inventory icon">
<i class="fas fa-car fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">All Types</h6>
<div class="skills-underline"></div>
<p class="w-75 mx-auto text-muted">We carry all types of Jaguars, and if we dont have the one you
want we can order one special for you.</p>
</div>
<div class="col-sm-6 col-lg-3 text-center my-3 ">
<a href="javascript:void(0);" class="skills-icon p-2 rounded-circle" aria-label="Skills Icon">
<i class="fas fa-comments fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">Free Support</h6>
<div class="skills-underline"></div>
<p class="w-75 mx-auto text-muted">We provide 24/7 support for your car</p>
</div>
<div class="col-sm-6 col-lg-3 text-center my-3 ">
<a href="javascript:void(0);" class="skills-icon p-2 rounded-circle" aria-label="Services Icon">
<i class="fas fa-people-carry fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">Caring</h6>
<div class="skills-underline"></div>
<p class="w-75 mx-auto text-muted">We will deliver your car to you withing 24 hours.</p>
</div>
<div class="col-sm-6 col-lg-3 text-center my-3 ">
<a href="javascript:void(0);" class="skills-icon p-2 rounded-circle" aria-label="Low Prices Icon">
<i class="fas fa-wallet fa-fw"></i>
</a>
<h6 class="text-uppercase font-weight-bold my-3">Affordable</h6>
<div class="skills-underline"></div>
<p class="w-75 mx-auto text-muted">Get a jaguar for the most competitive price around</p>
</div>
</div>
</div>
</section>
<!-- Inventory -->
<section class="inventory py-5 watch-me" id="inventory">
<div class="container ">
<!-- title -->
<div class="row mb-5">
<div class="col d-flex flex-wrap text-uppercase justify-content-center">
<h1 class="font-weight-bold align-self-center mx-1 yellow ">Our</h1>
<h1 class="section-title--special mx-1 text-uppercase ">Inventory</h1>
</div>
</div>
<div class="row mb-5 ">
<div class="col-10 mx-auto col-md-12 d-flex justify-content-center button-group filter-button-group py-2"
data-filter-group="type">
<button class="btn btn-outline-secondary text-uppercase mx-1" data-filter='*'
id="btn-all">All</button>
<button class="btn btn-outline-secondary text-uppercase mx-1" data-filter='.manual'>Manual</button>
<button class="btn btn-outline-secondary text-uppercase mx-1" data-filter='.auto'>Auto</button>
</div>
</div>
<!-- Cars Inventory -->
<div class="row gridCars inventory-container ">
<!-- Single Car -->
<!-- end -->
</div>
</div>
</section>
<!-- Questions -->
<section class="question py-5" id="question">
<div class="container">
<div class="row">
<!-- Single question -->
<div class="col-10 mx-auto my-2 col-md-6 d-flex justify-content-between question-grey p-4 ">
<!-- 1st child -->
<a href="javascript:void(0);" class="question-icon mr-3" aria-label="Looking to buy a car icon">
<i class="fas fa-search fa-fw"></i>
</a>
<div class="question-text w-75">
<h4 class="question-title text-capitalize font-weight-bold">are you looking to buy a car</h4>
<p class="question-info">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Explicabo,
perferendis.</p>
</div>
</div>
<!-- 2nd question -->
<div class="col-10 mx-auto my-2 col-md-6 d-flex justify-content-between question-yellow p-4 ">
<!-- 1st child -->
<a href="javascript:void(0);" class="question-icon mr-3" aria-label="Want to sell a car icon">
<i class="fas fa-dollar-sign fa-fw"></i>
</a>
<div class="question-text w-75">
<h4 class="question-title text-capitalize font-weight-bold">Do you want to sell a car</h4>
<p class="question-info">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Explicabo,
perferendis.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Cars Section -->
<section class="featured py-5 watch-me" id="featured">
<div class="container">
<!-- Title -->
<div class="row mb-5">
<div class="col d-flex flex-wrap text-uppercase justify-content-center">
<h1 class="font-weight-bold align-self-center mx-1 ">Featured</h1>
<h1 class="section-title--special mx-1 text-uppercase ">cars</h1>
</div>
</div>
<!-- -->
<div class="row">
<!-- Info -->
<div class="col-10 mx-auto col-lg-6 featured-info my-3 ">
</div>
<!-- img -->
<div class="col-10 mx-auto col-lg-6 featured-img my-3 align-self-center ">
<!-- img container -->
<div class="img-container special-car-img">
<img src="img/special1935.jpg" alt="img/special1935" class="img-fluid featured-photo" id="picture">
<a href="#!" class="featured-link" aria-label="Zoom in to image icon"><i class="fas fa-search"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery -->
<section class="gallery py-5 watch-me" id="gallery">
<div class="container gallery-container">
<div class="row mb-5">
<div class="col d-flex flex-wrap text-uppercase justify-content-center">
<h1 class="font-weight-bold align-self-center mx-1 yellow ">Our</h1>
<h1 class="section-title--special mx-1 text-uppercase ">Gallery</h1>
</div>
</div>
<div class="row">
<div class="col-sm-6 ">
<div class="gallery-item my-1">
<a href="img/testjag.jpg"><img data-src="img/testjag.jpg" alt="img"
class="img-fluid gallery-img test-popup-link lazy" data-srcset="img/testjag.jpg 1920w, img/testjag-1500.jpg 1500w, img/testjag-1000.jpg 1000w, img/testjag-500.jpg 500w"></a>
</div>
</div>
<!-- 2nd column -->
<div class="col-sm-6 d-flex flex-column justify-content-between ">
<div class="row ">
<!-- 1st item -->
<div class="col-sm-6">
<div class="gallery-item my-1">
<a href="img/special1935.jpg">
<img data-src="img/special1935.jpg" alt="img" class="img-fluid gallery-img lazy" data-srcset="img/special1935.jpg 1920w, img/special1935-1500.jpg 1500w, img/special1935-1000.jpg 1000w, img/special1935-500.jpg 500w">
</a>
</div>
</div>
<!-- 2nd item -->
<div class="col-sm-6">
<div class="gallery-item my-1">
<a href="img/special1949.jpg">
<img data-src="img/special1949.jpg" alt="img" class="img-fluid gallery-img lazy" data-srcset="img/special1949.jpg 1920w, img/special1949-1500.jpg 1500w, img/special1949-1000.jpg 1000w, img/special1949-500.jpg 500w">
</a>
</div>
</div>
</div>
<!-- 2nd row -->
<div class="row">
<!-- 1st item -->
<div class="col-sm-6">
<div class="gallery-item my-1">
<a href="img/special1952.jpg">
<img data-src="img/special1952.jpg" alt="img" class="img-fluid gallery-img lazy" data-srcset="img/special1952.jpg 1920w, img/special1952-1500.jpg 1500w, img/special1952-1000.jpg 1000w, img/special1952-500.jpg 500w">
</a>
</div>
</div>
<!-- 2nd item -->
<div class="col-sm-6">
<div class="gallery-item my-1">
<a href="img/special1961.jpg">
<img data-src="img/special1961.jpg" alt="img" class="img-fluid gallery-img lazy" data-srcset="img/special1961.jpg 1920w, img/special1961-1500.jpg 1500w, img/special1961-1000.jpg 1000w, img/special1961-500.jpg 500w">
</a>
</div>
</div>
</div>
</div>
<!-- end 2nd col -->
</div>
</div>
</section>
<!-- Contact us section -->
<section class="contact py-5" id="contact">
<div class="container">
<div class="row">
<div class="col-8 mx-auto col-md-6">
<form>
<div class="form-group">
<input type="email" class="form-control contact-input p-3" placeholder="Enter email..." aria-label="Input Email Field">
</div>
<button type="button" class="btn btn-outline-secondary btn-block contact-btn">Submit</button>
</form>
</div>
</div>
</div>
</section>
<!-- services section -->
<div class="container my-5">
<div class="row mb-5">
<div class="col d-flex flex-wrap text-uppercase justify-content-center">
<h1 class="font-weight-bold align-self-center mx-1 yellow ">Our</h1>
<h1 class="section-title--special mx-1 text-uppercase ">Services</h1>
</div>
</div>
</div>
<section class="services d-flex align-items-center watch-me" id="services">
<!-- video container -->
<div class="video-container">
<video class="video-item" autoplay loop muted>
<source src="video/jaguarbgvid.mp4">Your Browser doesnt support this video bg
</video>
</div>
<!-- end video -->
<!-- overlay -->
<div class="video-overlay">
</div>
<!-- end overlay -->
<!-- content -->
<div class="container py-5">
<div class="row my-3">
<!-- 1st col -->
<div class="col-8 mx-auto col-lg-6 col-md-4 my-3 " id="service-repait">
<div class="service py-5 pl-4 repair">
<span class="service-icon"><i class="fas fa-cogs"></i></span>
<h6 class="text-capitalize service-title">vehicle</h6>
<h5 class="text-uppercase font-weight-bold">repair</h5>
</div>
</div>
<div class="col-8 mx-auto col-lg-6 col-md-4 my-3 " id="service-bat">
<div class="service py-5 pl-4 battery">
<span class="service-icon "><i class="fas fa-car-battery"></i></span>
<h6 class="text-capitalize service-title">battery</h6>
<h5 class="text-uppercase font-weight-bold">replacement</h5>
</div>
</div>
<div class="col-8 mx-auto col-lg-6 col-md-4 my-3 " id="service-road">
<div class="service py-5 pl-4 roadside">
<span class="service-icon"><i class="fas fa-car-crash"></i></span>
<h6 class="text-capitalize service-title">roadside</h6>
<h5 class="text-uppercase font-weight-bold">assistance</h5>
</div>
</div>
<div class="col-8 mx-auto col-lg-6 col-md-4 my-3 " id="dilivery-car">
<div class="service py-5 pl-4 deliver">
<span class="service-icon"><i class="fas fa-truck-moving"></i></span>
<h6 class="text-capitalize service-title">car</h6>
<h5 class="text-uppercase font-weight-bold">delivery</h5>
</div>
</div>
</div>
</div>
<!-- end content -->
</section>
<!-- Reviews -->
<section class="reviews py-5 watch-me" id="reviews">
<div class="container">
<div class="row mb-5">
<div class="col d-flex flex-wrap text-uppercase justify-content-center">
<h1 class="font-weight-bold align-self-center mx-1 yellow ">Customer</h1>
<h1 class="section-title--special mx-1 text-uppercase ">Reviews</h1>
</div>
</div>
<div class="row">
<div class="col-10 mx-auto my-5 col-md-6 col-lg-4 ">
<div class="card">
<img data-src="img/special1935.jpg" alt="car" class="card-img-top lazy" data-srcset="img/special1935.jpg 1920w, img/special1935-1500.jpg 1500w, img/special1935-1000.jpg 1000w, img/special1935-500.jpg 500w">
<div class="card-body text-center customer-card-body">
<img data-src="img/cutomer1.jpg" alt="customer image" class="rounded-circle customer-img lazy" data-srcset="img/cutomer1.jpg 1920w, img/cutomer1-1500.jpg 1500w, img/cutomer1-1000.jpg 1000w, img/cutomer1-500.jpg 500w">
<div class="card-title">
<h5 class="customer-name text-capitalize">Stig</h5>
</div>
<h6 class="customer-job text-capitalize">Bought a Car</h6>
<p class="customer-quote text-left mx-auto">Fast delivery, excellent service, no questions asked.</p>
<span class="customer-icon"><i class="fas fa-quote-left pr-1"></i><i class="fas fa-quote-right pl-1"></i></span>
</div>
</div>
</div>
<div class="col-10 mx-auto my-5 col-md-6 col-lg-4 ">
<div class="card">
<img data-src="img/jaguarf2020.jpg" alt="car" class="card-img-top lazy" data-srcset="img/jaguarf2020.jpg 1920w, img/jaguarf2020-1500.jpg 1500w, img/jaguarf2020-1000.jpg 1000w, img/jaguarf2020-500.jpg 500w">
<div class="card-body text-center customer-card-body">
<img data-src="img/customer22.jpg" alt="customer image" class="rounded-circle customer-img lazy" data-srcset="img/customer22.jpg 1920w, img/customer22-1500.jpg 1500w, img/customer22-1000.jpg 1000w, img/customer22-500.jpg 500w">
<div class="card-title">
<h5 class="customer-name text-capitalize">Rachel</h5>
</div>
<h6 class="customer-job text-capitalize">Bought a Car</h6>
<p class="customer-quote text-left mx-auto">Very helpful staff, helped me pick the right car.</p>
<span class="customer-icon"><i class="fas fa-quote-left pr-1"></i><i class="fas fa-quote-right pl-1"></i></span>
</div>
</div>
</div>
<div class="col-10 mx-auto my-5 col-md-6 col-lg-4 ">
<div class="card">
<img data-src="img/jaguarxf.jpg" alt="car" class="card-img-top lazy" data-srcset="img/jaguarxf.jpg 1920w, img/jaguarxf-1500.jpg 1500w, img/jaguarxf-1000.jpg 1000w, img/jaguarxf-500.jpg 500w">
<div class="card-body text-center customer-card-body">
<img data-src="img/customer3.jpg" alt="customer image" class="rounded-circle customer-img lazy" data-srcset="img/customer3.jpg 1920w, img/customer3-1500.jpg 1500w, img/customer3-1000.jpg 1000w, img/customer3-500.jpg 500w">
<div class="card-title">
<h5 class="customer-name text-capitalize">Alice</h5>
</div>
<h6 class="customer-job text-capitalize">Bought a Car</h6>
<p class="customer-quote text-left mx-auto">Great price and very fast delivery to my home.</p>
<span class="customer-icon"><i class="fas fa-quote-left pr-1"></i><i class="fas fa-quote-right pl-1"></i></span>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer py-5">
<div class="footer-icons d-flex justify-content-around">
<a href="#!" class="footer-icon" aria-label="Facebook icon link"><i class="fab fa-facebook"></i></a>
<a href="#!" class="footer-icon" aria-label="Twitter icon link"><i class="fab fa-twitter"></i></a>
<a href="#!" class="footer-icon" aria-label="Instagram icon link"><i class="fab fa-instagram"></i></a>
<a href="#!" class="footer-icon" aria-label="Linkedin icon link"><i class="fab fa-linkedin"></i></a>
<a href="#!" class="footer-icon" aria-label="Google icon link"><i class="fab fa-google-plus"></i></a>
</div>
</footer>
<script src="./js/jquery-3.4.1.min.js"></script>
<script src="./js/bootstrap.bundle.min.js"></script>
<script src="./node_modules/isotope-layout/dist/isotope.pkgd.min.js"></script>
<script src="./js/jquery.magnific-popup.js"></script>
<script src="./js/observers.js"></script>
<script src="./js/script.js"></script>
<script src="https://kit.fontawesome.com/4f81b693f0.js"></script>
<script>
</script>
</body>
</html>