-
Notifications
You must be signed in to change notification settings - Fork 0
/
goldblum.html
93 lines (83 loc) · 2.89 KB
/
goldblum.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>goldblum</title>
<link href="https://fonts.googleapis.com/css?family=roboto:400,900&display=swap" rel="stylesheet">
<link rel="javascript" href="">
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav class="nav">
<a href="#goldblum" class="link active-link" style="text-decoration:none">goldblum</a>
</nav>
<section class="detail">
<div class="detail-wrapper">
<a id="leland"></a>
<br></br>
<br></br>
<br></br>
<p class="category-header">colorful jeff</p>
<br></br>
<img width="250px" src="./images/goldblum/colorful.jpg" alt="Jeff in a rainbow colored shirt with a stitched mountain cat">
</div>
</section>
<section class="detail">
<div class="detail-wrapper">
<a id="leland"></a>
<br></br>
<br></br>
<br></br>
<p class="category-header">plants jeff</p>
<br></br>
<img width="700px" src="./images/goldblum/plants.jpg" alt="Jeff in a yellow colored shirt with a tropical leaves">
</div>
</section>
<section class="detail">
<div class="detail-wrapper">
<a id="leland"></a>
<br></br>
<br></br>
<br></br>
<p class="category-header">brown jeff</p>
<br></br>
<img width="700px" src="./images/goldblum/brown.jpg" alt="Jeff in a brown coat with a earth toned paisley">
</div>
</section>
<section class="detail">
<div class="detail-wrapper">
<a id="leland"></a>
<br></br>
<br></br>
<br></br>
<p class="category-header">laughing jeff</p>
<br></br>
<img width="700px" src="./images/goldblum/laughing.jpg" alt="Jeff in a fire and groovy square bowling shirt">
</div>
</section>
<section class="detail">
<div class="detail-wrapper">
<a id="leland"></a>
<br></br>
<br></br>
<br></br>
<p class="category-header">sneakers jeff</p>
<br></br>
<img width="600px" src="./images/goldblum/sneakers.jpg" alt="Jeff in a floral collar, track pant, and sneakers">
</div>
</section>
<section class="detail">
<div class="detail-wrapper">
<a id="leland"></a>
<br></br>
<br></br>
<br></br>
<p class="category-header">tuxedo jeff</p>
<br></br>
<img width="450px" src="./images/goldblum/tuxedo.jpg" alt="Jeff in a white tuxedo">
</div>
</section>
</body>
</html>