-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhypebeast.html
48 lines (47 loc) · 2.07 KB
/
hypebeast.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
<!DOCTYPE html>
<html>
<head>
<title>HypeBeast: A Sophmore Project</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<nav>
<div>
<div class="brand">
<a href="sneakers.html">Sneakers</a>
</div>
<ul>
<li><a href="culture.html">Culture</a></li>
<li><a href="sneakerheads.html">SneakerHeads</a></li>
<li class="active"><a href="hypebeast.html">HypeBeast</a></li>
<li><a href="history.html">History</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="photos.html">Photos</a></li>
</ul>
</div>
</nav>
<section class="jumbotron2">
<div>
<h1>HypeBeast: The Sneaker Games Embarrassing Little Brother</h1>
</div>
<div id="hype">
</div>
<p>Hypebeast are what make the sneaker game so boring. Hypebeast are people who only hype up sneakers that are just popular. Also they have no knowledge of any kind of sneaker they wear. For example,
if you ask a hypebeast if Michael Jordan played in his Air Jordan 9s they would say yes because he retired when he wore his 14s, AKA the "Last Shots". If they were a real "sneakerhead" they would know that Michael retired from basketball to play baseball.
</p>
<div id="beast">
<div>
<div id="outfit">
</div>
</div>
<div>
<p>Hypebeast have been around since the early 2000s. Over the years it has been evolved to many different kinds of hypebeast since then. An example would be someone from 2012. The name for this type of hypebeast is the "Designer dripped" outfit. The Outfit would consist of Givenchy, En Noir, SSUR, Black Scale, 3.1 Phillip Lim, Balmain, and Comme des Garcons. On the left is what the outfit would look like.
</p>
</div>
</div>
</section>
</body>
</html>