-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
282 lines (268 loc) · 15 KB
/
Copy pathindex.html
File metadata and controls
282 lines (268 loc) · 15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DNRZ Rider</title>
<link rel="shortcut icon" href="./images/icons/favicon.png" type="image/x-icon">
<!-- -------------------BootStrap CSS---------------------- -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<!-- -------------------Vanilla CSS---------------------- -->
<link rel="stylesheet" href="./styles/style.css">
<!-- -------------------Bootstrap icons ---------------------- -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
</head>
<body class="container-lg mx-auto">
<!-- -------------------Header---------------------- -->
<header>
<!-- -------------------Nav Bar---------------------- -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand fw-bolder " href="#">DNRZ Rider</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" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 fw-semibold mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#bike">Bike</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#discount">Discount</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>
</li>
</ul>
<button class="btn btn-outline-info ms-5" type="submit">Log in</button>
</div>
</div>
</nav>
<!-- -------------------Banner Slider---------------------- -->
<div id="carouselExample" class="carousel slide bg-info-subtle rounded-3 p-5 bg-opacity-10">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-12 col-md-6 d-flex justifiy-content-center align-items-center">
<div class="mb-3">
<h1>Ride-on R15 With Smile</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi deleniti fuga eaque consequuntur perspiciatis? Ipsa molestiae dolore a sed culpa!</p>
<button class="btn fw-bold text-white py-2 px-5 btn-info">Purchase</button>
</div>
</div>
<div class="col-12 col-md-6">
<img src="images/bike-1.png" class="d-block w-100" alt="...">
</div>
</div>
</div>
<div class="carousel-item ">
<div class="row">
<div class="col-12 col-md-6 d-flex justifiy-content-center align-items-center">
<div class="mb-3">
<h1>Ride-on R15 With Smile</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi deleniti fuga eaque consequuntur perspiciatis? Ipsa molestiae dolore a sed culpa!</p>
<button class="btn fw-bold text-white py-2 px-5 btn-info">Purchase</button>
</div>
</div>
<div class="col-12 col-md-6">
<img src="images/bike-2.png" class="d-block w-100" alt="...">
</div>
</div>
</div>
<div class="carousel-item ">
<div class="row">
<div class="col-12 col-md-6 d-flex justifiy-content-center align-items-center">
<div class="mb-3">
<h1>Ride-on R15 With Smile</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Modi deleniti fuga eaque consequuntur perspiciatis? Ipsa molestiae dolore a sed culpa!</p>
<button class="btn fw-bold text-white py-2 px-5 btn-info">Purchase</button>
</div>
</div>
<div class="col-12 col-md-6">
<img src="images/bike-3.png" class="d-block w-100" alt="...">
</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 DNRZ-light-cyan" 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 DNRZ-light-cyan" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</header>
<!-- -------------------Main Content---------------------- -->
<main>
<!-- -------------------Hot Bike Section---------------------- -->
<section class="text-start text-md-center mt-5">
<h1>Sexy Bike of 2023</h1>
<p class="text-info-emphasis fw-bold">Best Bike Collection</p>
<hr class="w-25 mx-auto border border-2 border-info " >
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 px-5 gy-5 align-items-center justifiy-content-center text-center mt-5">
<div class="col"><img src="./images/feature-bike.jpg" alt="" class="img-fluid w-100"></div>
<div class="col"><img src="./images/feature-bike.jpg" alt="" class="img-fluid w-75"></div>
<div class="col"><img src="./images/feature-bike.jpg" alt="" class="img-fluid w-100"></div>
</div>
</section>
<!-- -------------------New Arrival Section---------------------- -->
<section class="bg-info bg-opacity-25 rounded-3 py-5 my-5 px-3">
<h1 class="text-center my-5">New Arrival</h1>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 rounded-3">
<img src="./images/bike-1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class="card-footer">
<button class="btn btn-outline-info">Purchase</button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 rounded-3">
<img src="./images/bike-2.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
</div>
<div class="card-footer">
<button class="btn btn-outline-info">Purchase</button>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 rounded-3">
<img src="./images/bike-3.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
</div>
<div class="card-footer">
<button class="btn btn-outline-info">Purchase</button>
</div>
</div>
</div>
</div>
</section>
<!-- -------------------Nappy Clients Section---------------------- -->
<section>
<h1 class="text-center py-5">Happy <span class="text-info">Clients</span></h1>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<img src="./images/user-1.png" class="card-img-top mx-auto mt-4 w-50" alt="...">
<div class="card-body text-center">
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="text-warning ">
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
</p>
<h5 class="text-primary">Dibbo Joti</h5>
<p class="text-secondary">Banker , Boston</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="./images/user-2.png" class="card-img-top mx-auto mt-4 w-50" alt="...">
<div class="card-body text-center">
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p>
<p class="text-warning ">
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-half shadow"></i>
</p>
<h5 class="text-primary">Meherin Kuti</h5>
<p class="text-secondary">Lapata , China</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="./images/user-3.png" class="card-img-top mx-auto mt-4 w-50" alt="...">
<div class="card-body text-center">
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p>
<p class="text-warning ">
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
<i class="bi bi-star-fill shadow"></i>
</p>
<h5 class="text-primary">Andro Brain</h5>
<p class="text-secondary">Damba , Ghana</p>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------- F A Q Section---------------------- -->
<section class="py-5 my-5 px-3 bg-secondary-subtle rounded-3">
<h1 class="text-center my-5">Frequently Asked <span class="text-info">Questions</span></h1>
<div class="row mt-5 row-cols-1 row-cols-md-2 g-4">
<div class="col text-center">
<img class="w-50" src="./images/faq.png" alt="">
</div>
<div class="col">
<div class="accordion" 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">
Accordion Item #1
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</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">
Accordion Item #2
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the second item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</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">
Accordion Item #3
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- -------------------Footer---------------------- -->
<footer>
</footer>
<!-- -------------------BootStrap JS---------------------- -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>