-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
45 lines (40 loc) · 1.64 KB
/
contact.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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Contact - Spaceship Earth</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<script async defer data-domain="ketzacoatl.github.io" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">\o/</a>
</div>
<div id="navigation">
<a href="./">~</a>
<a href="./about.html">About</a>
<a href="./inspiration.html">Inspiration</a>
<a href="./contact.html">Contact</a>
<a href="./archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1>Contact</h1>
<p><img src="./images/000135860692-zz8w7p.png" style="float: right; margin: 2px;" /></p>
<p>I am generally pretty reclusive.</p>
<p>I don’t really use social media.</p>
<p>But you can see my <a href="https://github.com/ketzacoatl">code here</a>.</p>
<p>That might all change one day.</p>
</div>
<div class="info">
</div>
<div id="footer">
Created with
<a href="https://tmux.github.io/"><img src="./images/tmux-logo.png" /></a>
<a href="http://jaspervdj.be/hakyll"><img src="./images/lambda.png" /></a>
<a href="https://github.com/ketzacoatl/weblog-src"><img src="./images/octocat-icon.png" /></a>
</div>
</body>
</html>