-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
33 lines (32 loc) · 1.54 KB
/
test.html
File metadata and controls
33 lines (32 loc) · 1.54 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Joel Allison</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM Plex Mono">
</head>
<body>
<div class="content">
<div class="header">
<h1>joel allison: human being(?)</h1>
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
<li><a href="mailto:thatjoelallison@gmail.com"><img style="height: 1em;" src="gentlecons/mail-svgrepo-com.svg"/></a></li>
<li><a href="https://linktree.com/joelallison"><img style="height: 1em;" src="gentlecons/anchor-link-svgrepo-com.svg"/></a></li>
</ul>
</div>
</div>
<div class="flex">
<div class="flex">
<a href="https://benanddom.bandcamp.com/album/earth-stood-hard-as-iron"><img src="https://f4.bcbits.com/img/a1363727951_16.jpg" /></a>
</div>
</div>
</div>
</body>
</html>