-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 839 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<title>hatcher</title>
</head>
<body>
<strong>hatcher</strong> <br>
<a href="https://www.linkedin.com/in/johnwhatcher/">linkedin</a> <br>
<a href="https://github.com/htchr">github</a> <br>
<a href="https://www.instagram.com/crosshatcher_/">instagram</a> <br>
<br>
<strong>projects</strong> <br>
<!-- <a href="pages/siteStorm.html"siteStorm</a> <br> -->
<!-- <a href="pages/fetch_vr.html"fetch_vr</a> <br> -->
<!-- <a href="pages/whereRU.html"whereRU</a> <br> -->
<a href="pages/node.html">node</a> <br>
<a href="pages/mars.html">mars</a> <br>
<!-- <a href="pages/make.html">make</a> <br> -->
<!-- <a href="pages/draw.html">draw</a> <br> -->
</body>
</html>