-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (41 loc) · 1.5 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
<!DOCTYPE html>
<html lang=en-us>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset=utf-8>
<title>infradragon</title>
<meta name="theme-color" content="#1A1C1D">
<style>
:root {
background-color: var(--tone-0);
}
</style>
<link rel="preload" href="styles.css" as="style" type="text/css">
<link rel="preload" href="navbar-includer.js" as="script" type="text/javascript"/>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon-192.png">
<script data-cfasync="false" src="/navbar-includer.js"></script>
<meta name="description" content="god doesn't play dice">
</head>
<body>
<header class="navbar"></header>
<script type="text/javascript">includeNavbar();</script>
<div class="body">
<p class="rainbow">As a child, I yearned for the mines.</p>
<h3>hi, i'm infradragon <a href="/contact.html" target="_self" rel="noopener" rel="noreferrer">everywhere.</a></h3>
<p>things i'm interested in:</p>
<ul>
<li>operating system design</li>
<li>compression algorithms</li>
<li>network infrastructure</li>
<li>digital photography</li>
<li>music production</li>
<li>color theory</li>
<li>web design</li>
</ul>
</div>
</body>
</html>