augustkline.com/index.html

33 lines
1.2 KiB
HTML
Raw Normal View History

2024-08-14 01:01:06 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-08-18 13:09:14 -04:00
<link rel="icon" type="image/png" href="/augustcircle.png" />
2024-08-14 01:01:06 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ʕ·ᴥ·ʔ- august kline</title>
</head>
<body>
<div id="app">
<div class="text">
2024-08-18 13:09:14 -04:00
<h1>ʕ·ᴥ·ʔ- hi! i'm august. or kline. </h1>
2024-08-14 01:01:06 -04:00
<p>i like to build systems. lately i've been working on
<a href="https://git.augustkline.com/august/george" target="_blank" rel="noreferer">george</a>.
2024-08-18 13:09:14 -04:00
here's my
2024-08-14 01:01:06 -04:00
<a href="https://git.augustkline.com/august" target="_blank" rel="noreferer">git</a>
and my
<a href="https://kline.cohost.org" target="_blank" rel="noreferer">cohost</a>
and my
<a href="mailto:august@klinegareth.com" target="_blank" rel="noreferer">email</a>
2024-08-18 13:09:14 -04:00
(and my
<a href="/augustklineResume.pdf" target="_blank" rel="noreferer">resume</a>
if ur into that sorta thing)
2024-08-14 01:01:06 -04:00
</p>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>