-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
53 lines (51 loc) · 1.82 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About The Creators</title>
<link rel="stylesheet" href="./about-us.css">
</head>
<body>
<div class="top-people">
<div>
<img src="./assets/eli.jpg" alt="the man. the myth. the legend.">
<p class="profile">Eli, from the perspective of Noah: <br><br>
Eli loves the outdoors, but only if it's damp and terrible and risky.<br><br>
In a cruel twist of fate, he is terminally blurry.<br><br>
</p>
</div>
<div>
<img src="./assets/erin.jpg" alt="chiller than you">
<p class="profile">Erin, from the perspective of Noah:<br><br>
Erin is relentlessly cool at all times. <br><br>
I think she used to be an assassin?
</p>
</div>
<div>
<img src="./assets/dirt.jpg" alt="we don't know his past">
<p class="profile">Dirt, from the perspective of Noah:<br><br>
Dirt is 99% legs and 1% fatally hilarious.<br><br>
He is seconds away from snapping all of our necks at any given time.
</p>
</div>
<div>
<img src="./assets/claire.jpg" alt="AHchachaaaaa">
<p class="profile">Claire, from the perspective of Noah:<br><br>
Claire is shiny, tiny, and crime-y.<br><br>
She might be supernatural and able to lure you into MANY lakes. Be on guard.
</p>
</div>
<div>
<img src="./assets/noah.jpg" alt="a normal picture of noah">
<p class="profile">This is Noah!<br><br>
Guess who designed the about-us page without proper supervision...<br><br>
(hint: Noah.)
</p>
</div>
</div>
<div id="back">
<a href="index.html">Back</a>
</div>
</body>
</html>