Prettier! More images, parallax, and subtle borders

This commit is contained in:
2024-08-25 20:38:38 -04:00
parent 6112655373
commit f8f4a606e8
15 changed files with 247 additions and 95 deletions
+5 -2
View File
@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/augustcircle.png" />
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ʕ·ᴥ·ʔ- august kline</title>
</head>
@@ -11,7 +12,7 @@
<body>
<div id="app">
<div class="text">
<h1>ʕ·ᴥ·ʔ- hi! i'm august. or kline. </h1>
<h1>hi! i'm august. or kline. </h1>
<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>.
here's my
@@ -22,9 +23,11 @@
<a href="mailto:august@klinegareth.com" target="_blank" rel="noreferer">email</a>
(and my
<a href="/augustklineResume.pdf" target="_blank" rel="noreferer">resume</a>
if ur into that sorta thing)
too!)
</p>
</div>
<div id="background">
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>