-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
781 lines (756 loc) · 38.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
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
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
<!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" />
<link rel="shortcut icon" href="ic_logo_2.png" type="image/x-icon" />
<title>Homepage | Yeezy</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="card.css" />
</head>
<body>
<nav
class="navbar navbar-dark navbar-expand-lg navbar-custom fixed-top"
>
<div class="container">
<a class="navbar-brand" href="#"
><img
style="height: 6.5vh; min-height: 40px"
src="ic_logo_3.png"
alt=""
/></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 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#shop">Shop</a>
</li>
<li class="nav-item">
<a
class="nav-link active"
href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
target="_blank"
>Videos</a
>
</li>
<li class="nav-item">
<a class="nav-link active" href="#about">About</a>
</li>
</ul>
</div>
</div>
</nav>
<div
id="carouselExampleDark"
class="carousel carousel-dark slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleDark"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleDark"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleDark"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<img src="home_1.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block"></div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="home_4.jpg" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block"></div>
</div>
<div class="carousel-item">
<img src="home_7.webp" class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>Imposibble Is Nothing</h5>
<br /><br />
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleDark"
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="#carouselExampleDark"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- shop -->
<section id="shop" class="shop section-padding">
<div class="container">
<div class="col-6">
<div class="text-white text-uppercase">
<h1>YE'S CHOICES</h1>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/5b6bfbac8d9047ccaf0caed1012dedfd_9366/run-falcon-2.0-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$89.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.9</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/7cb4367028354dd3a1d1adf800a4374f_9366/breaknet-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$109.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.4</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/4eddd5b2ffb544ea8d05aed70171645f_9366/pureboost-22-running-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$69.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.1</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/080711416ce44ea398c6ad5100bc8074_9366/galaxy-5-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$59.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">3.8</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/ad45efa9f26c4a2394f5ad7101679052_9366/fluidflow-2.0-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$139.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.9</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/1c866b83b6064af4a6afad1a00bc5172_9366/bravada-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$39.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.0</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="#">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/e473b3107872423c96e7aed800e4e75b_9366/adidas-4dfwd-pulse-2-running-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$99.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.4</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="#">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/4874a6b6cbdc49e4b997abc900a33a96_9366/own-the-game-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$89.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.6</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="#">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://assets.adidas.com/images/w_383,h_383,f_auto,q_auto,fl_lossy,c_fill,g_auto/1680e4c9cf1f47d18b87a99201730eef_9366/calibrate-asweerun-shoes.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$79.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.8</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="#">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-6 my-3">
<div class="card">
<div class="image-container">
<div class="first">
<div
class="d-flex justify-content-between align-items-center"
></div>
</div>
<div
class="card-img"
style="
background-image: url('https://www.sportsdirect.com/images/products/21205708_3pl.jpg');
"
></div>
</div>
<div class="product-detail-container p-2">
<div
class="d-flex justify-content-between align-items-center"
>
<h5 class="dress-name">
Mens Running Shoes For High Performance
</h5>
<div class="d-flex flex-column mb-2">
<span class="new-price">$159.99</span>
</div>
</div>
<div
class="d-flex justify-content-between align-items-center pt-1"
>
<div>
<span class="rating-number">4.8</span>
<i
class="bi bi-star-fill rating-star"
></i>
</div>
<span class="buy">
<a href="#">BUY NOW</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- YoTube -->
<section id="youtube" class="youtube section-padding">
<div class="container">
<div class="col-4">
<div class="text-white text-uppercase">
<h1>YE'S HITS</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6 my-3">
<div class="text-white text-center text-truncate">
Kanye West - Runaway ft. Pusha T
</div>
<iframe
width="100%"
height="auto"
src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=0&mute=0"
>
</iframe>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-3">
<div class="text-white text-center text-truncate">
Kanye West - Heartless
</div>
<iframe
width="100%"
height="auto"
src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=0&mute=0"
>
</iframe>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-3">
<div class="text-white text-center text-truncate">
Kanye West - Flashing Lights
</div>
<iframe
width="100%"
height="auto"
src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=0&mute=0"
>
</iframe>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-3">
<div class="text-white text-center text-truncate">
Kanye West - Stronger
</div>
<iframe
width="100%"
height="auto"
src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=0&mute=0"
>
</iframe>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-3">
<div class="text-white text-center text-truncate">
Kanye West - Gold Digger
</div>
<iframe
width="100%"
height="auto"
src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=0&mute=0"
>
</iframe>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 my-3">
<div class="text-white text-center text-truncate">
Kanye West - Bound2 ft. Pusha T
</div>
<iframe
width="100%"
height="auto"
src="https://www.youtube.com/embed/tgbNymZ7vqY?autoplay=0&mute=0"
>
</iframe>
</div>
</div>
</div>
</section>
<!-- about -->
<section id="about" class="about section-padding">
<div class="container">
<div class="col-4">
<div class="text-white text-uppercase">
<h1>WHO IS YE</h1>
</div>
</div>
<div class="row">
<div class="ye-img my-4 text-center">
<img
class="rounded-3 img-fluid"
src="https://wallpaperaccess.com/full/45056.jpg"
alt="YE"
/>
</div>
<div class="text-white-50" style="text-indent: 26px">
<p>
Ye born Kanye Omari West KAHN-yay; June 8, 1977) is
an American rapper, songwriter, record producer and
fashion designer. He is widely regarded as one of
the most influential hip hop artists and producers.
</p>
<p>
Kanye Omari West was born in Atlanta, Georgia, on
June 8, 1977. His father, Ray, was a photojournalist
for the Atlanta Journal newspaper and was also
politically active in the Black Panthers; he later
became a Christian counselor. West's mother, Donda,
was a teacher who became a professor of English at
Chicago State University, and eventually, her son's
manager before she died at the age of 58 from heart
disease after cosmetic surgery in 2007. Her passing
would profoundly affect West musically as well as
personally.
</p>
<div class="container align-middle">
<div class="row">
<div class="ye-img my-4 text-center">
<p>
West initially gained recognition as a
producer for Roc-A-Fella Records in the
early 2000s, producing singles for
several artists and developing the
"chipmunk soul" sampling style. Intent
on pursuing a solo career as a rapper,
he released his debut studio album, The
College Dropout (2004), to critical and
commercial success. He founded the
record label GOOD Music later that year.
West explored diverse musical elements
like orchestras, synthesizers, and
autotune on the albums Late Registration
(2005), Graduation (2007), and 808s &
Heartbreak (2008). His fifth and sixth
albums My Beautiful Dark Twisted Fantasy
(2010) and Yeezus (2013) were also met
with critical and commercial success.
West further diversified his musical
styles on The Life of Pablo (2016) and
Ye (2018) and explored Christian and
gospel music on Jesus Is King (2019).
His tenth album Donda (2021) was
released to continued commercial success
but mixed critical reception. He
released its sequel Donda 2 (2022) a few
months later, exclusively through a
tie-in audio speaker service. West's
discography also includes the two
full-length collaborative albums Watch
the Throne (2011) with Jay-Z and Kids
See Ghosts (2018) with Kid Cudi.
</p>
<img
class="rounded-3 img-fluid justify-content-end"
src="https://hdwallpaperim.com/wp-content/uploads/2017/09/17/64248-Yeezus-Kanye_West-748x1122.jpg"
alt="YE"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<div class="my-4 text-center my-5">
<div style="height: 30px"></div>
<img class="img-fluid" src="ic_logo_3.png" alt="YE" />
<div class="container">
<div class="row">
<div class="text-center">
<i class="bi bi-facebook"></i>
<i class="bi bi-twitter"></i>
<i class="bi bi-instagram"></i>
<i class="bi bi-youtube"></i>
<i class="bi bi-twitch"></i>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
</body>
</html>