summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-08-16 12:07:40 -0700
committerElizabeth Hunt <me@liz.coffee>2025-08-16 12:07:40 -0700
commita0537ad243d86199c4237db6109428c82d8d3d00 (patch)
treeda4a8d64eabda2dea026a124de8229cdb2742c1f /src/components
parentba54c8ad031b6e5fcd3c4ddcdd31fbca13a32f99 (diff)
downloadcoffee-a0537ad243d86199c4237db6109428c82d8d3d00.tar.gz
coffee-a0537ad243d86199c4237db6109428c82d8d3d00.zip
Render some contentHEADreleasemain
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Header.astro3
-rw-r--r--src/components/Welcome.astro18
2 files changed, 18 insertions, 3 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro
deleted file mode 100644
index 853d812..0000000
--- a/src/components/Header.astro
+++ /dev/null
@@ -1,3 +0,0 @@
----
-
----
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>