Email fix
This commit is contained in:
parent
9d0995d4e9
commit
9312aff918
|
@ -10,7 +10,6 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<script type="module" src="/src/main.ts"></script>
|
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<h1>hi! i'm august. or kline. </h1>
|
<h1>hi! i'm august. or kline. </h1>
|
||||||
|
@ -21,7 +20,7 @@
|
||||||
and my
|
and my
|
||||||
<a href="https://kline.cohost.org" target="_blank" rel="noreferer">cohost</a>
|
<a href="https://kline.cohost.org" target="_blank" rel="noreferer">cohost</a>
|
||||||
and my
|
and my
|
||||||
<a href="mailto:august@klinegareth.com" target="_blank" rel="noreferer">email</a>
|
<a href="mailto:me@augustkline.com" target="_blank" rel="noreferer">email</a>
|
||||||
(and my
|
(and my
|
||||||
<a href="/augustklineResume.pdf" target="_blank" rel="noreferer">resume</a>
|
<a href="/augustklineResume.pdf" target="_blank" rel="noreferer">resume</a>
|
||||||
too!)
|
too!)
|
||||||
|
@ -30,6 +29,7 @@
|
||||||
<div id="background">
|
<div id="background">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script type="module" src="/src/main.ts"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue