Add email and change title
This commit is contained in:
parent
86cdb4ea7f
commit
09c68620ab
@ -5,7 +5,7 @@ import Layout from "../layouts/Layout.astro";
|
||||
<Layout title="home">
|
||||
<main>
|
||||
<h1 class="glitch" data-glitch="LUKEH990">lukeh990</h1>
|
||||
<h2 class="glitch" data-glitch="FULL-STACK WEB DEV">full-stack web dev</h2>
|
||||
<h2 class="glitch" data-glitch="WEB DEV">web dev</h2>
|
||||
<ul class="socials">
|
||||
<li>
|
||||
<a
|
||||
@ -16,6 +16,15 @@ import Layout from "../layouts/Layout.astro";
|
||||
data-glitch="GITHUB">Github</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="mailto:luke@lukeh990.io"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="glitch"
|
||||
data-glitch="EMAIL">Email</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</main>
|
||||
</Layout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user