forked from MultiverseLearningProducts/sneaker-heads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (28 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sneaker Head</title>
<!-- Link your CSS HERE -->
</head>
<body>
<h1>Sneaker Heads</h1>
<div id="row1">
<div id="row1-section1">
<!-- JORDAN 1 IMAGE HERE -->
</div>
<div id="row1-section2">
<p id="jordans-1-desc">
The Air Jordan 1 High debuted in 1985 as the first signature sneaker developed by Nike for Michael Jordan. The Peter Moore designed performance basketball sneaker featured a simple Nike Dunk inspired design that incorporated the Nike Swoosh and the Jordan Wings logo and featured Nike Air.
</p>
</div>
</div>
<div id="row2">
<div id="row2-section1">
<!-- JORDAN 2 IMAGE HERE -->
</div>
<div id="row2-section2">
<p id="jordans-2-desc">Michael Jordan's second signature model, the Air Jordan 2 first debuted in November 1986, and was designed by Bruce Killgore/Peter Moore. Created with high-end luxury in mind, the AJ2 was notable for its rich leather upper, lizard skin-style detailing, and noticeable lack of a Swoosh</p>
</div>
</div>
</body>
</html>