-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 3.36 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
<!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="stylesheet" href="./assets/styles.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/>
<!--Add Google Font-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap" rel="stylesheet">
<title>Virgil Abloh Tribute</title>
</head>
<body>
<!--Title of page-->
<header>
<h1 id="title">
Virgil Abloh: The Pioneer 1980 - 2021<i class="fa-solid fa-paintbrush"></i>
</h1>
</header>
<!--Image of Virgil with caption-->
<main>
<section>
<figure>
<img src="./assets/images/My project-1.png" alt="Virgil Abloh Image" id="tribute-img" height="600px" width="800px">
<figcaption>Virgil Abloh at an Off-White show</figcaption>
</figure>
<!--Cultural enhancement-->
<h3 class="margin-spacing">
Why I reasonated with Virgil
</h3>
<p>
I loved Virgil simply because of the boundaries he pushed as a black man. He showed the world that we don't have to be any of the <em style="font-weight: bold;">stereotypes</em> such as an athlete, rapper, or drug dealer. Although, I have no issues with being an athlete or a rapper; it's just beautiful to see that we have more options to choose from as oppose to the stereotypes mentioned above.
</p>
<p>
Another reason I reasonated with Abloh is because he never allowed himself to be defined as just a <em style="font-weight: bold;">designer</em>, but as a creative that explored the world of skating, music, fashion, engineering, and architecture. This was so refreshing to see as I have seen <em style="font-weight: bold;">titles</em> consume so many individuals in their careers.
</p>
</section>
<!--achievements/collabrations-->
<section>
<h3 class="margin-spacing">
Collabration with Nike
</h3>
<figure>
<img src="./assets/images/Nike collab.png" alt="Nike collabration" height="600px" width="800px" id="nike-collab">
<figcaption>Nike Collab 2017</figcaption>
</figure>
<p>
It was in 2017 when Nike patterned up with Virgil to design 10 sneakers known as 'THE TEN' collection. My favourite pair was the <a href="https://hypebeast.com/2017/4/off-white-air-jordan-1-better-look" target="_blank">Air Jordan 1</a> this is because it has this timeless feel to the design.
</p>
</section>
<!--Embedded YT video of collection-->
<h3 class="margin-spacing">
Conversation to watch
</h3>
<iframe width="560" height="515" src="https://www.youtube.com/embed/lQdkxyXPPMc?start=98" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</main>
<!--To find out more information on Virgil-->
<!--Footer-->
<footer>
Developed by <em id="footer-name">Kohl Vernon: </em><a href="https://github.com/Kohl1998?tab=repositories" target="_blank" id="Github-link">Check out my Github</a>
</footer>
<script src="./assets/script.js"></script>
</body>
</html>