+
Blog
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 10f7eb4..34ee86c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -6,6 +6,7 @@ import ArrowCard from "@components/ArrowCard.astro";
import Link from "@components/Link.astro";
import { dateRange } from "@lib/utils";
import { SITE, HOME, SOCIALS } from "@consts";
+import EmojiScroller from "@components/EmojiScroller.astro";
const blog = (await getCollection("blog"))
.filter(post => !post.data.draft)
@@ -30,16 +31,17 @@ const work = await Promise.all(
---
+
- Hi, I'm Michael 👋🏻
+ Hi, I'm Michael
- I'm a lead software engineer at the University of Canterbury, working on Tuihono UC | UC Online.
+ I'm a software engineer at the University of Canterbury, working on Tuihono UC | UC Online.
I specialize in full-stack development. While my primary expertise is in software engineering, I also have a strong interest in cloud infrastructure and DevOps. Based in Christchurch, New Zealand
@@ -133,7 +135,7 @@ const work = await Promise.all(
))}
-
+
{SITE.EMAIL}
diff --git a/src/pages/projects/index.astro b/src/pages/projects/index.astro
index 9a5c037..e3e0ed0 100644
--- a/src/pages/projects/index.astro
+++ b/src/pages/projects/index.astro
@@ -13,7 +13,7 @@ const projects = (await getCollection("projects"))
-
+
Projects
diff --git a/src/pages/work/index.astro b/src/pages/work/index.astro
index b38e49b..35ce5d5 100644
--- a/src/pages/work/index.astro
+++ b/src/pages/work/index.astro
@@ -19,7 +19,7 @@ const work = await Promise.all(