summaryrefslogtreecommitdiff
path: root/src/components/Welcome.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Welcome.astro')
-rw-r--r--src/components/Welcome.astro18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/Welcome.astro b/src/components/Welcome.astro
index 853d812..886e552 100644
--- a/src/components/Welcome.astro
+++ b/src/components/Welcome.astro
@@ -1,3 +1,21 @@
---
---
+
+<div
+ style="display:flex; align-items: center; justify-content: center; height: 100%;"
+>
+ <div>
+ <div style="text-align: center">
+ <img style="max-width:15rem" src="/img/penguin.gif" />
+ </div>
+ <p>hello!! :3</p>
+ <p>&lt;3 i don't know what to put here yet.</p>
+ <p>probably not my "real" socials though.</p>
+ <hr />
+ <a href="https://src.liz.coffee">git</a>
+ <a href="https://idm.liz.coffee">sso</a>
+ <a href="mailto:me@liz.coffee">email</a>
+ <a href="https://linkedin.com/in/emprespresso">linkedin</a>
+ </div>
+</div>