-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkids.html
583 lines (439 loc) · 19.7 KB
/
kids.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
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
582
583
<!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">
<!-- 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>
<br> <br>
<!-- The first banner image; all kids banner -->
<div class="allKidsBanner container img-responsive rounded"> <br> <br>
<h2>Amazing SHOES <br><b>for your Kids'</b></h2>
</div> <br>
<!-- The help links section -->
<div class="allkids">
<ul class="nav nav-pills justify-content-center bg-white"> <br>
<li class="nav-item"><a href="./kids.html#trend" class="nav-link">ALL KIDS'</a></li> <br>
<li class="nav-item"><a href="./kids.html#little" class="nav-link">BOYS'</a></li> <br>
<li class="nav-item"><a href="./kids.html#toddlers" class="nav-link">GIRLS'</a></li> <br>
</ul>
</div>
<br> <br> <br>
<!-- The Age section -->
<div class="age">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<div class="toddlers">
<a href="./kids.html#toddlers"><img src="./img/toddlers.jpg" alt="toddlers shoes" class="img-responsive"
height="400px" width="100%"></a>
<div class="tdd">
<a href="./kids.html#toddlers">
<strong>
<h3>TODDLERS</h3>
<p>9 MO - 4 YRS <br> SIZES 3.5 - 10</p>
</strong>
</a>
</div> <br> <br>
</div>
<div class="shop"> <br>
<h2>
<a href="./kids.html#toddlers">SHOP NOW</a>
</h2>
</div> <br>
</div> <br>
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<div class="littleKids">
<a href="./kids.html#little"><img src="./img/little.jpg" alt="little kids shoes" class="img-responsive"
width="100%" height="400px"></a>
<div class="lit">
<a href="./kids.html#little">
<strong>
<h3>LITTLE KIDS'</h3>
<p>4 - 7 YRS <br> SIZES 10.5 - 3</p>
</strong>
</a>
</div>
</div> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<div class="shop">
<h2>
<a href="./kids.html#little">SHOP SALE</a>
</h2>
</div> <br>
</div> <br>
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<div class="bigKids">
<a href="./kids.html#bigKids"> <img src="./img/brand4.jpg" alt="big kids shoes" class="img-responsive"
width="100%" height="400px"></a>
<div class="big">
<a href="./kids.html#bigKids">
<strong>
<h3>BIG KIDS'</h3>
<p>7 - 12 YRS <br> SIZES 3.5 - 7</p>
</strong>
</a>
</div>
</div> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<div class="shop">
<h2>
<a href="./kids.html#bigKids">SHOP NOW</a>
</h2>
</div>
</div>
</div>
</div>
</div> <br> <br> <br> <br>
<!-- The grow so fast section -->
<div class="grow">
<div class="container">
<div class="row">
<div class="col-md-10 col-xs-10 col-sm-10 col-lg-10">
<h1><strong>THEY GROW SO FAST!</strong></h1>
</div>
<div class="col-md-2 col-xs-2 col-sm-2 col-lg-2">
<h4><a href="./kids.html#brand">SEE OUR KIDS CATALOGUE</a></h4>
</div>
</div>
</div>
</div> <br> <br> <br>
<!-- see what's trending section -->
<div id="trend">
<div class="container">
<div class="row">
<h3>SEE WHAT'S TRENDING</h3>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3"> <br>
<a href="./kids.html#sneakers"> <img src="./img/4.jpg" alt="trending shoes" width="100%" height="240px"
class="img-responsive rounded"></a>
<p>White sneakers little Kids and Big Kids Skate Shoes <br> <br> ₦25,000.00</p>
<br> <br>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3"> <br>
<a href="./kids.html#sneakers"><img src="./img/3pink.jpg" alt="trending shoes for kids" width="100%"
height="240px" class="img-responsive rounded"></a>
<p>Dazzling Pink Boots for litlle Kids; for Girls only <br> <br> ₦32,000.00</p>
<br> <br>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3"> <br>
<a href="./kids.html#boots"><img src="./img/3.jpg" alt="trending shoes for kids" width="100%" height="240px"
class="img-responsive rounded"></a>
<p>Girls Little Kids and Big Kids Chuck Taylor AllStars sneakers <br> <br>₦36,000.00</p>
<br> <br>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3"> <br>
<a href="./kids.html"> <img src="./img/1.jpg" alt="trending shoes for kids" width="100%" height="240px"
class="img-responsive rounded"></a>
<p>Long Boots Girls for Little Kids Girls only, with foam tops <br> <br>₦33,500.00 </p>
<br> <br>
</div>
</div>
</div>
</div>
<!-- The little kids boot section -->
<h4 class="hedd">BOOTS FOR THE LITTLE ONES</h4> <br>
<div id="little">
<br>
<div class="bootsLittle">
<div class="container-fluid bg-light">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4 col-lg-4">
<img src="./img/brand5.jpg" alt="boots" height="450px" width="100%" class="img-responsive">
</div>
<br>
<div class="col-md-3 col-sm-3 col-xs-3 col-lg-3"> <br> <br> <br>
<a href="./kids.html#little">
<img src="./img/brand1.jpg" alt="boots" height="300px" width="100%" class="img-responsive">
</a>
<h6>Black Chuck Tannyie Taylor AllStars Boots for little Kids<br> <br> ₦30,200.00
</h6>
</div>
<div class="col-md-3 col-sm-3 col-xs-3 col-lg-3"> <br> <br> <br>
<a href="./kids.html#little">
<img src="./img/5timber.jpg" alt="boots" height="300px" width="100%" class="img-responsive">
</a>
<h6>Long Timberland brown shoe with brown lace for all Kids <br> <br> ₦33,500.00 </h6>
</div>
<div class="col-md-2 col-xs-2 col-sm-2 col-lg-2"> <br> <br> <br>
<a href="./kids.html#little">
<img src="./img/brand6.jpeg" alt="boots" height="300px" width="100%" class="img-responsive">
</a>
<h6>Anthony Taylor vans for little Kids <br> <br> ₦34,000.00 </h6>
</div>
</div> <br>
</div>
</div>
<div class="shopNow">
<ul class="nav nav-pills justify-content-center">
<li class="nav-item"><a href="./kids.html#trend" class="nav-link">SHOP NOW</a></li>
</ul>
</div>
</div> <br> <br> <br> <br> <br> <br><br>
<!-- Toddlers section -->
<h4 class="hedd">SNEAKERS FOR TODDLERS</h4> <br>
<div id="toddlers">
<br>
<div class="sneakersTodd">
<div class="container-fluid">
<div class="row">
<div class="col-md-2 col-xs-2 col-sm-2 col-lg-2"> <br> <br>
<a href="./kids.html#toddlers">
<img src="./img/9princess.jpg" alt="sneakers" width="100%" height="300px" class="img-responsive">
</a>
<h6>Pink Princess sneakers for Toddlers<br> <br> ₦12,500.00</h6>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3"> <br> <br>
<a href="./kids.html#toddlers">
<img src="./img/8.jpg" alt="sneakers" width="100%" height="300px" class="img-responsive">
</a>
<h6>Dark blue sneakers for Toddlers with white and yellow soles<br> <br> ₦15,000.00</h6>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3"> <br> <br>
<a href="./kids.html#toddlers">
<img src="./img/todd3.jpg" alt="sneakers" width="100%" height="300px" class="img-responsive">
</a>
<h6>All white sneakers for Toddlers with no laces but with hooks<br> <br> ₦8,900.00</h6> <br> <br>
</div> <br>
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<img src="./img/6brandab.jpg" alt="sneakers" width="100%" height="450px" class="img-responsive">
</div>
</div> <br>
</div>
</div>
<div class="shopNow">
<ul class="nav nav-pills justify-content-center bg-white">
<li class="nav-item"><a href="./kids.html#toddlers" class="nav-link">SHOP NOW</a></li>
</ul>
</div>
</div> <br> <br> <br> <br> <br> <br><br>
<!-- The big kids section -->
<h4 class="hedd">SHOES FOR BIG KIDS</h4> <br>
<div id="bigKids">
<div class="big">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4"> <br>
<img src="./img/5index.jpg" alt="shoes" width="100%" height="450px" class="img-responsive">
</div>
<br>
<div class="col-md-3 col-xs-4 col-sm-3 col-lg-3"> <br> <br>
<a href="./kids.html#bigKids"><img src="./img/5.jpg" alt="shoes" width="100%" height="300px"
class="img-responsive"></a>
<h6>Wine color De'Andre Johnson boots for big Kids and for party time <br> <br>₦17,900.00 </h6>
</div>
<div class="col-md-3 col-xs-3 col-sm-3 col-lg-3"> <br> <br>
<a href="./kids.html#bigKids"><img src="./img/1girls.jpg" alt="shoes" width="100%" height="300px"
class="img-responsive"></a>
<h6>Black and blue sneakers for big kids and can be worn out with Parents <br> <br> ₦22,500.00</h6>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 col-lg-2"> <br> <br>
<a href="./kids.html#bigKids"><img src="./img/2.jpg" alt="shoes" width="100%" height="300px"
class="img-resonsive"></a>
<h6>Red and black shoe for big Kids boys and girls<br> <br> ₦32,000.00</h6>
</div>
</div>
</div>
</div> <br> <br>
<div class="shopNow">
<ul class="nav nav-pills justify-content-center bg-white">
<li class="nav-item"><a href="./kids.html#bigKids" class="nav-link">SHOP NOW</a></li>
</ul>
</div>
</div> <br> <br> <br> <br> <br> <br> <br>
<!-- image indicating the brand section -->
<div id="brandSection" class="company">
<h1>KIDS' BRAND SECTION</h1>
<div class="container">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<a href="./kids.html#brand1">
<img src="./img/amaze.jpg" alt="brand shoes kids" class="img-responsive rounded" height="500px" width="100%">
</a>
<div class="divbrand2">
<h1>LOVELY SHOES <br> lovely feets</h1>
</div>
<div class="shopNow">
<ul class="nav nav-pills justify-content-center bg-white">
<li class="nav-item"><a href="./kids.html#brand1" class="nav-link">SHOP NOW</a></li>
</ul>
</div>
</div>
</div> <br> <br> <br> <br> <br> <br> <br>
</div><br> <br> <br> <br> <br>
<!-- The brand section; sneakers for LITTLE ONES boys is coming here... sneakers is for
boys while boots is for girls-->
<!-- The sneakers brand section for boy kids -->
<div id="brand" class="company">
<h1>SNEAKERS BRAND</h1>
</div> <br>
<div class="sneakersBrand">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<a href="./kids.html#brand">
<img src="./img/BTS1.jpg" alt="brand shoes for kids" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand1">
<h3>BACK to school</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="./kids.html#brand">
<img src="./img/10sneakersFoot.jpg" alt="brand shoes for kids" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand2">
<h3>COMPLETE sporting kit</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/partySn.jpg" alt="brand shoes for kids" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand3">
<h3>PARTY TIME</h3>
</div> <br> <br> <br> <br><br> <br><br> <br><br> <br> <br> <br> <br> <br> <br> <br><br>
</div>
</div>
</div>
</div> <br> <br> <br> <br> <br> <br>
<div id="brand1" class="company"> <br> <br> <br> <br>
<h1>BOOTS BRAND</h1>
</div> <br>
<!-- The boots brand -->
<div class="bootsBrand">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-4 col-sm-4 col-lg-4">
<a href="./kids.html#brand">
<img src="./img/brand4.jpg" alt="brand shoes for kids" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand3">
<h3>PARTY TIME</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="./kids.html#brand">
<img src="./img/backtoSchool.jpg" alt="brand shoes for kids" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand2">
<h3>BACK to school</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/6.jpg" alt="brand shoes for kids" width="100%" height="700px"
class="img-responsive rounded">
</a> <br> <br>
<div class="brand2">
<h3>COMPLETE PARTY outfit</h3>
</div> <br> <br> <br> <br><br> <br><br> <br><br> <br> <br> <br> <br> <br> <br> <br><br>
</div>
</div>
</div>
</div> <br> <br> <br> <br>
<!-- The end of our website -->
<div class="container-fluid bg-light">
<p><br> <br> <br> <br> <br> <br> <br> <br> <br> <b> Unbox big savings on the biggest brand-name kids' shoes of the season! </b><br> <br>
<b>KIDS' SNEAKERS FOR BACK TO SCHOOL</b>
You just hit the back-to-school jackpot! Quality children's shoes from top brands that parents trust and kids love
all at surprising prices you can't pass up. <br>
Stay ahead of the latest school shoe trends with new kids' shoes at old-school prices. Browse our incredible
selection of the best brands in kids' footwear, including Converse, Adidas, Nike, Puma, and Timberland. <br> <br>
<b>COOL KIDS' SHOES FOR EVERY SEASON</b>
We've got every kind of footwear your child needs for year-round style. Give them the latest boots to boost their
cold weather wardrobe, and treat them to nice boots and amazing sneakers to beat the summer heat. Help your kiddo
stay active and stylish year-round with our unbeatable selection of athletic sneakers and light-up shoes that
never fail to wow! <br> <br>
<b>YOUTH AND TODDLER SHOES</b>
Get the perfect shoes for infants and babies, toddlers, and pre-teens - whether they're just learning to walk or
getting geared up for travel basketball. Shop your kids' favorite looks for less with our full selection of infant
and children's shoes online, or find a J-SHOES store near you today! <br>
Don't forget; our goal is being <b>YOUR DAILY SHOES STORE. THANK YOU FOR SHOPPING WITH US</b>
</p> <br>
</div>
<!-- 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>222, 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>