-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
437 lines (362 loc) · 18.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>J-Shoes</title>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/styles.css">
<script src="https://kit.fontawesome.com/2ba4ee29af.js" crossorigin="anonymous"></script>
<!-- The favicon; the image at the top of the browser -->
<link rel="icon" href="./img/J-Shoes.png">
</head>
<body>
<!-- The navigation bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo03"
aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="hd" href="./index.html">J-Shoes</a>
<div class="collapse navbar-collapse container" id="navbarTogglerDemo03">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 hed">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">HOME</a>
</li>
<li class="nav-item">
<a href="./men.html" class="nav-link">MEN</a>
</li>
<li class="nav-item">
<a href="./women.html" class="nav-link">WOMEN</a>
</li>
<li class="nav-item">
<a href="./kids.html" class="nav-link">KIDS</a>
</li>
<li class="nav-item">
<a href="./index.html#about" class="nav-link">ABOUT US</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- The Slider section for index.html only -->
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3"
aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="4"
aria-label="Slide 5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="dive4">
<div class="carousel-caption">
<p>YAY LOW PRICES, SHOP RIGHT NOW</p>
<h5>FATHER'S DAY SALE</h5>
<a href="./men.html" class="btn btn-danger">SHOP SALE</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="dive">
<div class="carousel-caption">
<h5>EASY TO WEAR SHOES</h5>
<a href="./men.html" class="btn btn-light">SHOP</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="dive1">
<div class="carousel-caption">
<p>"PEOPLE DON'T JUST LIKE OUR SHOES, THEY LOVE OUR SHOES" - GM Mojiboye Emmanuel</p>
<h5>YOU LOVE SHOES WE LOVE SHOES TOO</h5>
<a href="./women.html" class="btn btn-primary">BUY NOW</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="dive2">
<div class="carousel-caption">
<h5>SHOES PURCHASED FOR COMFORT</h5>
<a href="./women.html" class="btn btn-danger">BUY NOW</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="dive3">
<div class="carousel-caption">
<p>SHOP SMALL, SAVE BIG</p>
<h5>KIDS SAVE 15% OFF</h5>
<a href="./kids.html" class="btn btn-success">SHOP KIDS SALE</a>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
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="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div> <br> <br> <br>
<!-- New arrivals section -->
<div class="company">
<h4>J-SHOES [Jay Shoes]</h4> <br>
<h1>NEW ARRIVALS</h1>
</div> <br> <br>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<a href="./men.html#trend"><img src="./img/6blkZOOM.jpeg" alt="Men Shoes" class="img-responsive rounded"
width="100%" height="300px"></a> <br> <br>
<div class="cTalk">
<h6>Men Arrivals</h6>
<p>From ₦36,000</p>
<button type="button"><span></span><a href="./men.html#trend">QUICK VIEW</a></button>
</div>
</div>
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<a href="./women.html#trend"><img src="./img/6womenarrive.jpg" alt="Women Shoes"
class="img-responsive rounded" width="100%" height="300px"></a> <br> <br>
<div class="cTalk">
<h6>Women Arrivals</h6>
<p>From ₦23,500</p>
<button type="button"><span><a href="./women.html#trend">QUICK VIEW</a></span></button>
</div>
</div>
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<a href="./kids.html#trend"><img src="./img/1.jpg" alt="Kids Shoes" class="img-responsive rounded"
width="100%" height="300px"></a> <br> <br>
<div class="cTalk">
<h6>Kids Arrivals</h6>
<p>From ₦19,800</p>
<button type="button"><span><a href="./kids.html#trend">QUICK VIEW</a></span></button>
</div>
</div>
</div> <br> <br> <br> <br> <br> <br>
</div>
<!-- The Company section -->
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-6 col-sm-6 col-lg-6">
<img src="./img/J-Shoes.png" alt="Buy Shoes" width="100%" height="420px" class="img-responsive rounded">
</div>
<div class="col-md-6 col-xs-6 col-sm-6 col-lg-6"> <br> <br> <br>
<h1>YOUR DAILY SHOES STORE</h1>
<p>Yes that's right <strong>@J-SHOES</strong> plan on being <strong>YOUR DAILY SHOES STORE</strong>.
Thats why we sell only quality shoes</p>
<div class="cTalk1">
<button type="button"><span><a href="./men.html">SHOP NOW</a></span></button>
</div>
</div>
</div>
</div> <br> <br> <br> <br> <br> <br>
<!-- Best sellers section -->
<div class="company">
<h1>BEST SELLERS</h1>
</div> <br> <br>
<div class="container-fluid">
<div class="row">
<div class="col-md-2 col-sm-2 col-xs-2 col-lg-2">
<a href="./men.html#trend"><img src="./img/2adidas.jpg" alt="best sellers" width="100%" height="250px"
class="img-responsive rounded">
</a> <br> <br> <br>
</div>
<div class="col-md-2 col-xs-2 col-sm-2 col-lg-2">
<a href="./women.html#brand"><img src="./img//7womenPink.jpg" alt="best sellers" width="100%"
height="250px" class="img-responsive rounded"></a> <br> <br> <br>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 col-lg-2">
<a href="./men.html#brand"> <img src="./img/14yNike.jpg" alt="best sellers" width="100%" height="250px"
class="img-responsive rounded"></a> <br> <br> <br>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 col-lg-2">
<a href="./kids.html#trend"><img src="./img/4.jpg" alt="best sellers" width="100%" height="250px"
class="img-responsive rounded"></a> <br> <br> <br>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 col-lg-2">
<a href="./kids.html#trend"><img src="./img/3.jpg" alt="best sellers" width="100%" height="250px"
class="img-responsve rounded"></a> <br> <br> <br>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 col-lg-2">
<a href="./women.html#trend"><img src="./img/1.webp" alt="best sellers" width="100%" height="250px"
class="img-responsive rounded"></a>
</div>
</div>
</div> <br> <br> <br> <br> <br> <br> <br> <br>
<!-- Our 1 year anniversary section -->
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6 col-lg-6">
<img src="./img/J-Shoes.png" alt="one year anniversary" width="100%" height="400px"
class="img-responsive rounded">
</div>
<div class="col-md-6 col-sm-6 col-xs-6 col-lg-6">
<div class="company"> <br> <br> <br>
<h6>OUR ONE YEAR ANNIVERSARY</h6>
<h2>J-SHOES STORE IS A YEAR OLD</h2>
<p>We are proud to announce that J-Shoes store is a year old, We started in 2021 and We're a year
old now. We are Celebrating with 20% off sitewide</p> <br>
<button><span><a href="./kids.html">SHOP BIRTHDAY SALE</a></span></button>
</div>
</div>
</div>
</div> <br> <br> <br> <br> <br>
<!-- The organisation setup section -->
<div class="container">
<div class="row">
<div class="col-md-3 col-xs-3 col-sm-3 co-lg-3">
<img src="./img/free.jpg" alt="free shipping" width="100%" height="250px"
class="img-responsive rounded">
<div class="organiz">
<h3>Free shipping</h3>
<p>Free Shipping in Lagos and Abuja on all orders above ₦10,000</p>
</div>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3">
<img src="./img/cService.jpg" alt="customer service" width="100%" height="250px"
class="img-responsive rounded">
<div class="organiz">
<h3>Customer Service</h3>
<p>Customer Support system that is always ready for you</p>
</div>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3">
<img src="./img/lowprice.jpg" alt="low prices" height="250px" width="100%"
class="img-responsive rounded">
<div class="organiz">
<h3>Low Prices</h3>
<p>With low sums of money, there is a great shoe for you</p>
</div>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3">
<img src="./img/pay.jpg" alt="pay online method" height="250px" width="100%"
class="img-responsive rounded">
<div class="organiz">
<h3>Pay Online</h3>
<p>With our flexible payment methods you can pay online</p>
</div>
</div>
</div>
</div> <br> <br>
<!-- The brand section -->
<div class="company">
<h1>SHOP THE BRAND</h1><br> <br>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<a href="./men.html#brand">
<img src="./img/swaggy.jpeg" alt="brand shoes for men" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand1">
<h3>MEN BRAND</h3>
</div> <br> <br> <br> <br><br> <br><br> <br><br> <br> <br> <br> <br> <br> <br>
</div> <br> <br>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<a href="./women.html#brand">
<img src="./img/latestWomen.jpeg" alt="brand shoes for women" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand2">
<h3>WOMEN BRAND</h3>
</div> <br> <br> <br> <br><br> <br><br> <br><br> <br> <br> <br> <br> <br> <br> <br><br> <br><br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
</div> <br> <br>
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<a href="./kids.html#brand">
<img src="./img/brand7.jpg" alt="brand shoes for women" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand3">
<h3>KIDS' BRAND</h3>
</div> <br> <br> <br> <br><br> <br><br> <br><br> <br> <br> <br> <br> <br> <br> <br><br>
</div>
</div> <br> <br> <br> <br>
</div>
</div> <br> <br> <br>
<!-- The instagram section -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12"> <br> <br> <br>
<img src="./img/images (2).jpg" alt="instagram page" width="100%" height="700px" class="img-responsive">
<div class="col-5">
<div class="divinstagram container">
<h1>WE'RE ON <strong>INSTAGRAM</strong></h1> <br> <br>
<div class="company">
<button><a href="https://www.instagram.com/emmanuel.9944/">Instagram Link</a></button> <br>
</div> <br> <br>
</div> <br>
</div> <br> <br> <br>
</div> <br> <br> <br>
</div>
</div> <br> <br>
<!-- The footer section -->
<div class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-3 col-lg-3">
<h3>MAIN MENU</h3> <br>
<a href="./index.html">HOME</a>
<a href="./men.html">MEN</a>
<a href="./women.html">WOMEN</a>
<a href="./kids.html">KIDS</a>
<a href="./index.html#about">ABOUT US</a> <br> <br> <br>
</div> <br>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3">
<h3>ABOUT US</h3>
<p>We are J-Shoes store and we have one goal in mind which is being your daily shoes store and
that's why we are the <strong>BEST</strong></p> <br> <br> <br>
</div> <br>
<div class="col-md-3 col-sm-3 col-xs-3 col-lg-3">
<h3>NEWSLETTER</h3>
<form>
<input type="email" placeholder="Your Email Address" required>
<br>
<button type="submit">SUBSCRIBE NOW</button> <br> <br> <br>
</form>
</div> <br>
<div class="col-md-3 col-sm-3 col-xs-3 col-lg-3" id="about">
<h3>CONTACT</h3>
<p>2224, Lagos Road, Dabest street <br>Ogunnuta, Lagos, Nigeria</p>
<p>Customer Support: [email protected]</p>
<p>Connect with us on all our social media pages all @J-Shoes Store</p>
<div class="social-icons">
<a href="./index.html"><i class="fa-brands fa-facebook"></i></a>
<a href="./index.html"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.instagram.com/emmanuel.9944/"><i class="fa-brands fa-instagram"></i></a>
<a href="./index.html"><i class="fa-brands fa-tiktok"></i></a>
<p>You can also send us a text messsage or call our Company line</p>
<a href="tel:+234-9012857304"><i class="fa-solid fa-phone"></i></a>
<a href="sms:+234-9012857304"><i class="fa-solid fa-message"></i></a>
<p>© 2022 by Mojiboye Emmanuel <br> All Copy Right Reserved</p>
</div>
</div>
</div>
</div>
</div>
<script src="./js/bootstrap.bundle.min.js"></script>
</body>
</html>