-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
359 lines (313 loc) · 19.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bikerz Zone</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="styles/style.css">
<script src="https://kit.fontawesome.com/f86ce01018.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Header starts -->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-dark-subtle">
<div class="container-fluid">
<a class="navbar-brand fs-2 fw-bolder text-danger" href="#">Bikerz Zone</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto m-2 mb-lg-0 p-2 ">
<li class="nav-item">
<a class="nav-link active text-dark fw-bold" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="page2.html" target="_blank">Shop</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link active text-dark fw-bold" href="#feedback">Feedbacks</a>
</li>
<li class="nav-item">
<a class="nav-link active text-dark fw-bold" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link active text-dark fw-bold" href="#contact">Contact Us</a>
</li>
</ul>
<button class="btn btn-outline-success p-2 mt-2 primary_btn" type="submit">Search</button>
</div>
</div>
</nav>
<!-- Carousel Banner -->
<div id="carouselExample" class="carousel slide ">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container-fluid d-flex flex-column d-lg-flex flex-lg-row bg-info-subtle">
<div class="banner_content p-2 p-lg-4">
<div class="mt-3 p-5">
<h1 class="display-3 fw-bolder"> Ride-on <span class="text-danger">R15 V4 </span>
with Smile</h1>
<p>The Yamaha R15 V4 is the Japanese bikemaker’s flagship super sport bike, as well as its most feature-packed offering in India. The V4 update included a brand new design, along with a list of useful features.</p>
<div class="text-center ">
<button class="primary_btn btn border-2">Purchase</button>
</div>
</div>
</div>
<div>
<img src="images/bike-1.png" class="d-block w-100 img-fluid pt-2 pt-lg-3" alt="bike1">
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container-fluid d-flex flex-column d-lg-flex flex-lg-row bg-info-subtle">
<div class="banner_content p-2 p-lg-4">
<div class="mt-3 p-5">
<h1 class="display-3 fw-bolder"> Ride-on <span class="text-danger">R15 V4 </span>
with Smile</h1>
<p>The Yamaha R15 V4 is the Japanese bikemaker’s flagship super sport bike, as well as its most feature-packed offering in India. The V4 update included a brand new design, along with a list of useful features.</p>
<div class="text-center ">
<button class="primary_btn btn border-2">Purchase</button>
</div>
</div>
</div>
<div>
<img src="images/bike-2.png" class="d-block w-100 img-fluid pt-2 pt-lg-3" alt="bike2">
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container-fluid d-flex flex-column d-lg-flex flex-lg-row bg-info-subtle">
<div class="banner_content p-2 p-lg-4">
<div class="mt-3 p-5">
<h1 class="display-3 fw-bolder"> Ride-on <span class="text-danger">R15 V4 </span>
with Smile</h1>
<p>The Yamaha R15 V4 is the Japanese bikemaker’s flagship super sport bike, as well as its most feature-packed offering in India. The V4 update included a brand new design, along with a list of useful features.</p>
<div class="text-center">
<button class="primary_btn btn border-2">Purchase</button>
</div>
</div>
</div>
<div>
<img src="images/bike-3.png" class="d-block w-100 img-fluid pt-2 pt-lg-3" alt="bike3">
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</header>
<!-- Header Ends -->
<!-- Main starts -->
<main>
<!-- Top Featured bikes -->
<section id="featured"class="bg-danger-subtle">
<div class="p-2 p-lg-5 text-center">
<h2 class="display-5 fw-bolder text-info">Featured Bikes In This Year</h2>
<p class="text-danger fs-5">Best Bikes of 2023</p>
<hr style="border-bottom:3px solid red; width: 120px;" class="mx-auto">
</div>
<div class="container-fluid d-flex flex-column flex-lg-row justify-content-around">
<div class="border rounded-2 bg-secondary-subtle"><img class="img-fluid pt-5 pe-5" src="images/bike-5.png" alt="bike-5">
</div>
<div class=" border rounded-2 bg-dark-subtle"><img class="img-fluid ps-5 pt-5" src="images/bike-6.png" alt="bike-6"></div>
<div class="border rounded-2 bg-white"><img class="img-fluid pt-3" src="images/bike-7.png" alt="bike-7"></div>
</div>
</section>
<!-- Featured bikes section ends -->
<!-- Hot bikes section starts-->
<section id="bikes" class="bg-body-secondary">
<h1 class="display-6 text-center fw-bolder p-3 bg-danger">Upcoming Hot Bikes of 2023 </h1>
<div class="card-group">
<div class="card bg-dark-subtle">
<img src="images/bike-1.png" class="card-img-top p-2" alt="...">
<div class="card-body">
<h5 class="card-title text-center fw-bolder">Ducati XDIAVEL S-73</h5>
<p class="card-text">The XDiavel Nera will be produced in a limited-edition numbered series of 500 units: it is characterized by an elegant "Black on Black" livery and by a special customizable saddle made of Pelle Frau.</p>
</div>
<div class="card-footer">
<div class="text-center ">
<button class="primary_btn btn border-2">Purchase</button>
</div>
</div>
</div>
<div class="card bg-success-subtle">
<img src="images/bike-2.png" class="card-img-top p-2" alt="...">
<div class="card-body">
<h5 class="card-title text-center fw-bolder">Yamaha R-15 v4</h5>
<p class="card-text">The price of Yamaha R15 V4 in India starts at Rs. 1,79,900 and goes upto Rs. 1,93,400. Yamaha R15 V4 comes with 6 variants which includes R15 V4 Metallic Red, R15 V4 Dark Knight.</p>
</div>
<div class="card-footer">
<div class="text-center ">
<button class="primary_btn btn border-2">Purchase</button>
</div>
</div>
</div>
<div class="card bg-primary-subtle">
<img src="images/bike-3.png" class="card-img-top p-2" alt="...">
<div class="card-body">
<h5 class="card-title text-center fw-bolder">2022 Honda CBR500R</h5>
<p class="card-text">Sportbikes don’t have to cost five figures. At least not when you’re talking about a 2023 Honda CBR500R. Its twin-cylinder engine revs freely and produces plenty of torque, and it lets us keep the bike narrow and nimble too</p>
</div>
<div class="card-footer">
<div class="text-center ">
<button class="primary_btn btn border-2">Purchase</button>
</div>
</div>
</div>
</div>
</section>
<!-- Hot bikes section ends -->
<!-- Clients section starts -->
<section id="feedback"class="bg-dark-subtle">
<h1 class="display-5 fw-bolder text-success text-center p-3">Happy Clients <span class="text-warning"> Feedback</span></h1>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card m-3">
<img src="images/user-1.png" class="card-img-top h-25 w-25 mx-auto my-5" alt="...">
<div class="card-body text-center">
<p class="card-text">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Saepe totam recusandae tempora qui repellendus fugiat ! Lorem ipsum dolor, sit amet consectetur adipisicing elit.</p>
<p class="fs-4 text-info">John Mark</p>
<p class="text-success">Banker</p>
<p><i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
</p>
</div>
</div>
</div>
<div class="col">
<div class="card m-3">
<img src="images/user-2.png" class="card-img-top h-25 w-25 mx-auto my-5" alt="...">
<div class="card-body text-center">
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi consectetur repudiandae laboriosam labore laborum quam modi nesciunt fugiat, incidunt earum.</p>
<p class="fs-4 text-info">Lisa Erren</p>
<p class="text-success">Singer</p>
<p><i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star-half-stroke filled"></i>
</p>
</div>
</div>
</div>
<div class="col">
<div class="card m-3">
<img src="images/user-3.png" class="card-img-top h-25 w-25 mx-auto my-5" alt="...">
<div class="card-body text-center">
<p class="card-text">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Dolores non iure accusamus nobis magnam, explicabo iusto illo. Molestias aspernatur minima illo quo.</p>
<P class="fs-4 text-info">Raise Johns</P>
<p class="text-success">Artist</p>
<p><i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star filled"></i>
<i class="fa-solid fa-star-half-stroke filled"></i>
<i class="fa-regular fa-star filled"></i>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Clients section ends -->
<!-- FAQ sections starts -->
<section id="faq"class="bg-info-subtle container-fluid">
<h2 class="display-5 fw-bolder text-center">Frequently Asked <span class="text-danger">Questions</span> </h2>
<div class="row row-cols-1 row-cols-md-2 mt-5">
<div class="col">
<img src="images/faq.png" class="img-fluid ms-lg-5 my-lg-3" alt="qstn mark">
</div>
<div class="col">
<div class="accordion m-1 p-1 my-lg-5 mx-lg-5" id="accordionExample">
<div class="accordion-item">
<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">
How to get a motorcycle licence?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
Like learning to drive a car, you’ll need a provisional licence before learning to ride a motorcycle.
Once you have one, your first step is to complete compulsory basic training (CBT), which is used to make sure you have the skills to learn out on the road.
To get your motorcycle licence, you must pass a two-part practical test and a theory test. Both parts of the practical test must be completed within two years of passing your theory test – after this point, you’ll need to retake the theory test.
</div>
</div>
</div>
<div class="accordion-item">
<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">
When does a motorcycle become tax exempt?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
If your motorcycle was built before 1st January 1980, you can apply to stop paying vehicle tax. If you don’t know how old your motorcycle is, don’t worry! As long as it was registered before 8th January 1980, you can still apply for this payment exemption.
Remember, you must tax your vehicle even if you don’t have to pay for it.
</div>
</div>
</div>
<div class="accordion-item">
<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">
How much is motorcycle insurance?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
Not only is motorcycle insurance important for protecting you and your motorbike, it’s also a legal requirement – so always make sure your motorcycle is insured!
The cost of motorcycle insurance will depend on a couple of factors:
Engine size – As a general rule, the larger the engine on your motorcycle, the more your insurance. This is because larger engines have more power and a higher chance of being involved in a high-speed accident. They also tend to be more expensive, which means repairing or replacing them will cost more.
Age – Another important factor is age. The older you are, the cheaper your insurance will usually be, although this can also be influenced by your riding experience.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ section ends -->
</main>
<!-- Main Ends -->
<!-- Footer starts -->
<footer id="contact">
<div class="container-fluid d-flex flex-column d-lg-flex flex-lg-row bg-black text-white justify-content-between p-lg-4">
<div class="left-footer d-flex flex-column text-lg-start">
<div class="p-2 p-lg-2 order-1">
<div class="d-inline p-2 pe-lg-3">Download Now</div>
<div class="d-inline">License</div>
</div>
<div class="d-flex p-2 order-2 ">
<div class="px-1 pe-lg-3 py-lg-2">About</div>
<div class="px-1 pe-lg-3 py-lg-2">Features</div>
<div class="px-1 pe-lg-3 py-lg-2">Pricing</div>
<div class="px-1 pe-lg-3 py-lg-2">Careers</div>
<div class="px-1 pe-lg-3 py-lg-2">Help</div>
<div class="px-1 pe-lg-3 py-lg-2">Privacy policy</div>
</div>
</div>
<div class="p-2 order-4 mx-auto mt-lg-5 me-lg-3"><small class="text-danger ">©2023 Bikerz Zone. All rights reserved.</small></div>
<div class="right-footer p-2 ms-2 order-3 mx-lg-auto">
<p>Get the App</p>
<div><img class="border border-3 rounded border-white h-25 w-50 mb-2" src="images/android.png" alt=""></div>
<div><img class="border border-3 rounded border-white h-25 w-50 mb-2" src="images/ios.png" alt=""></div>
</div>
</div>
</div>
</footer>
<!-- Footer ends -->
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>