-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
581 lines (406 loc) · 23.4 KB
/
Copy pathindex.html
File metadata and controls
581 lines (406 loc) · 23.4 KB
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
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bike web-page template</title>
<!-- Google-fonts CDN Link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- FontAwesome CDN Link -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<!-- Bootstrap CDN Link -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS Link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Start Header -->
<header>
<div id="Headweapper">
<!-- Start Nav Menu -->
<nav class=" navbar navbar-expand-md navbar-light py-3">
<div class="container">
<img class="navbar-brand w-25 " src="./icons/Logo.png" alt="">
<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 m-auto me-0">
<li class="nav-item">
<a class="nav-link text-white" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" aria-current="page" href="#">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" aria-current="page" href="#">News</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" aria-current="page" href="#">Contact</a>
</li>
<button class="py-1 px-3 ms-5 border-0 rounded text-white headbtn">Login</button>
</ul>
</div>
</div>
</nav>
<!-- End Nav Menu -->
<!-- Start Home Section -->
<section>
<div class="container py-5">
<div class="row g-3 d-flex align-items-center">
<div class="col-lg-6 col-sm-12 py-3">
<p class="text-white">Computer-controoled digital transistorized with electronic advance</p>
<h1 class="text-white fw-bold">Honda CBR 300R</h1>
<p class="headtext pb-2">Amet minim mollit non deserunt ullamco est sit aliqua
dolor do amet sint. Velit officia consequat duis enim velit
mollit. Exercitation veniam consequat sunt nostrud amet</p>
<button type="button" class="btn headbtn text-white py-2 px-4" data-bs-toggle="modal"
data-bs-target="#staticBackdrop">
Purchase
</button>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static"
data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body">
<h3>Honda CBR 300R</h3>
<h3>Price : $1220</h3>
<p>If you Purchase right now you will get 30% discount.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Understood</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-12 py-3">
<img class="img-fluid" src="./images/header-bike.png" alt="">
</div>
</div>
</div>
</section>
<!-- End Home Section -->
</div>
</header>
<!-- End Header -->
<!-- Start Main Part -->
<main>
<section class="my-5">
<div class="container">
<div class="py-3 mx-auto text-center">
<h2>Fetured Bikes 2021</h2>
<p class="text-danger mb-1">Best Bike Collection</p>
<div class="line mx-auto"></div>
</div>
<div class="my-5 row gx-5">
<div class="col-lg-4 col-sm-12 my-3">
<div class="w-75 mx-auto"><img class="img-fluid filterImg" src="./images/feature-bike.jpg"
alt="">
</div>
</div>
<div class="col-lg-4 col-sm-12 my-3">
<div class="w-75 mx-auto"><img class="img-fluid" src="./images/feature-bike.jpg" alt=""></div>
</div>
<div class="col-lg-4 col-sm-12 my-3">
<div class="w-75 mx-auto"><img class="w-100 img-fluid filterImg" src="./images/feature-bike.jpg"
alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Start Latest News -->
<section class="my-5 pt-5">
<div class="container">
<div>
<h1 class="py-4 text-center">latest News</h1>
</div>
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="p-3 mb-4 rounded-3 shadow ">
<img class="img-fluid" src="./images/bike-1.png" alt="">
<h3 class="my-4">Ducati XDIAVEL S-73</h3>
<p class="mb-5">Ducati renews the XDiavel range by introducing two new versions for 2021:
the
XDiavel Dark
and
the XDiavel Black Star. </p>
<button class="py-3 px-4 border-0 rounded text-white headbtn">Read More</button>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="p-3 mb-4 rounded-3 shadow">
<img class="img-fluid" src="./images/bike-2.png" alt="">
<h3 class="my-4">Motorcycles & Scooters</h3>
<p class="pb-4">Motoden is an authorized dealer for the top 5 major brands in the country
and we
have 4
showrooms
located in central London. </p>
<button class="py-3 px-4 bg-white rounded readBtn">Read More</button>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="p-3 mb-4 rounded-3 shadow">
<img class="img-fluid" src="./images/bike-3.png" alt="">
<h3 class="my-4">2021 Honda CBR500R</h3>
<p class="pb-4">Is it any wonder why the Honda CBR500R is one of our most popular
sportbikes? It
just gets so
many things right. Price. Power. Weight.</p>
<button class="py-3 px-4 bg-white rounded readBtn">Read More</button>
</div>
</div>
</div>
</div>
</section>
<!-- End Latest News -->
<!-- Start CLient Section -->
<section class=" py-5">
<div class="container">
<h1 class="text-center my-5 clientsay fw-bold">Happy <span>Clients Says</span>
</h1>
<div class="row gx-5">
<div class="col-lg-4 col-sm-12">
<div class="py-5 px-3 my-2 border">
<div class="w-50 mx-auto"><img class="img-fluid" src="./images/user-1.png" alt=""></div>
<p class="text-center my-4 lh-lg px-5">Slate helps you see how
many more days you need
to work to reach your financial
goal for the month and year.</p>
<div class="text-center my-4 starIcon">
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="far fa-star"></i></span>
</div>
<h5 class="text-center my-3">Regina Miles</h5>
<h5 class="text-center my-3">Banker</h5>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="py-5 px-3 my-2 border">
<div class="w-50 mx-auto"><img class="img-fluid" src="./images/user-2.png" alt=""></div>
<p class="text-center my-4 lh-lg px-5">Slate helps you see how
many more days you need
to work to reach your financial
goal for the month and year.</p>
<div class="text-center my-4 starIcon">
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="far fa-star"></i></span>
</div>
<h5 class="text-center my-3">Regina Miles</h5>
<h5 class="text-center my-3">Banker</h5>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="py-5 px-3 my-2 border">
<div class="w-50 mx-auto "><img class="img-fluid rounded-circle imgbr"
src="./images/user-3.jpg" alt=""></div>
<p class="text-center my-4 lh-lg px-5">Slate helps you see how
many more days you need
to work to reach your financial
goal for the month and year.</p>
<div class="text-center my-4 starIcon">
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="fas fa-star"></i></span>
<span><i class="far fa-star"></i></span>
</div>
<h5 class="text-center my-3">Regina Miles</h5>
<h5 class="text-center my-3">Banker</h5>
</div>
</div>
</div>
</div>
</section>
<!-- Start CLient Section -->
<!-- Start Asked Question Section -->
<section class="py-5">
<div class="container">
<h1 class="text-center my-5 clientsay fw-bold">Frequently Asked <span>Question</span>
</h1>
<div class="row gx-4">
<div class="col-lg-6 col-sm-12 my-5 ">
<div class="w-75 mx-auto"><img class="img-fluid" src="./images/faq.png" alt=""></div>
</div>
<div class="d-flex align-items-center col-lg-6 col-sm-12 my-5">
<div class="accordion" id="accordionExample">
<div class="accordion-item my-2">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
What are the most important things I should
know about riding a bike
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show"
aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
Safety First! Always obey the rules of the road. Obey all traffic
signals, signs, and laws. Get in the mindset of “driving” your
bike—not just “riding” your bike. This will help you be a more
focused and legally compliant bike rider.
</div>
</div>
</div>
<div class="accordion-item my-2">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
How can I tell if my helmet is old and I need a
new one?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Bear in mind that if the helmet did its job most people would tell you that they
did not even hit their head, or did not hit their head that hard. And the thin
shells on most helmets now tend to hide any dents in the foam. But if you can
see marks on the shell or measure any foam crush at all, replace the helmet.
</div>
</div>
</div>
<div class="accordion-item my-2">
<h2 class="accordion-header" id="headingfour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapsefour" aria-expanded="false"
aria-controls="collapseThree">
My bike has been in storage is it safe to ride?
</button>
</h2>
<div id="collapsefour" class="accordion-collapse collapse" aria-labelledby="headingfour"
data-bs-parent="#accordionExample">
<div class="accordion-body">
The bottom line: Leaving your bike outside for a day or two won't do major
damage. You may see signs of rust after a week of neglect. After one month in
bad conditions, your beloved bike parts will start to degrade.
</div>
</div>
</div>
<div class="accordion-item my-2">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
What rules should I follow when riding my bike?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse"
aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
The first rule of bike safety is: be aware of your surroundings. The second rule
of bike safety is: make your surroundings aware of you.
Never be a surprise. You never want to make a motorist say 'he came from out of
nowhere, officer. I didn't have time to hit the brakes.' That's when you die, or
get injured severely.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Asked Question Section -->
<section class="my-5">
<div class="container">
<h1 class="text-center py-5">Choose Bikes By Brands</h1>
<div class="row g-4">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid" src="./images/brands/bajaj-768x266.jpg"
alt="">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid" src="./images/brands/hero-768x266.jpg"
alt="">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid" src="./images/brands/honda.jpg" alt="">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid" src="./images/brands/lifan-768x266.jpg"
alt="">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid" src="./images/brands/one.jpg" alt="">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid"
src="./images/brands/runner-768x266.jpg.webp" alt=""></div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid"
src="./images/brands/suzuki-1-768x266.jpg" alt=""></div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="w-75 mx-auto border"><img class="img-fluid" src="./images/brands/tvs-768x266.jpg"
alt="">
</div>
</div>
</div>
</div>
</section>
<!-- Start ACCESSORIES -->
<section class="my-5 py-5">
<div class="container">
<h1 class="text-center py-5">FREE - ACCESSORIES</h1>
<div class="row gx-2">
<div class="col-lg-3 col-sm-12 my-2">
<div class="w-75 mx-auto"><img class="img-fluid" src="./images/brands/product-7.jpg" alt="">
</div>
</div>
<div class="col-lg-3 col-sm-12 my-2">
<div class="w-75 mx-auto"><img class="img-fluid" src="./images/brands/product-8.jpg" alt="">
</div>
</div>
<div class="col-lg-3 col-sm-12 my-2">
<div class="w-75 mx-auto"><img class="img-fluid" src="./images/brands/product-9.jpg" alt="">
</div>
</div>
<div class="col-lg-3 col-sm-12 my-2">
<div class="w-75 mx-auto"><img class="img-fluid" src="./images/brands/product-10.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Start Main Part -->
<!-- Start Footer -->
<footer class=" py-5">
<div class="container">
<h6 class="text-white text-center">© 2020 bike. All rights reserve</h6>
</div>
</footer>
<!-- End Footer -->
<!-- Bootstrap JS CDN Link -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>