From 89c6994cb9987c1c4a7c66837c939c09dd7ee2c0 Mon Sep 17 00:00:00 2001 From: GoldToothRichards Date: Tue, 8 Oct 2024 22:11:55 -0400 Subject: [PATCH] refactor: Migrate welcome message --- src/components/HighlightedContent.astro | 9 +++++++-- src/components/Intro.astro | 7 ------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/components/HighlightedContent.astro b/src/components/HighlightedContent.astro index b592eb4..52df198 100644 --- a/src/components/HighlightedContent.astro +++ b/src/components/HighlightedContent.astro @@ -2,7 +2,12 @@ --- -
+
+

+ Welcome! This is my personal blog where I share about technology, + mathematics, and other things that I find interesting. I am a developer, a + blockchain/AI enthusiast, and an all around nerd. +

A few of my favorite personal projects:

  • @@ -66,7 +71,7 @@ > Internet Computer Blockchain Logo diff --git a/src/components/Intro.astro b/src/components/Intro.astro index c2e64c6..5069091 100644 --- a/src/components/Intro.astro +++ b/src/components/Intro.astro @@ -65,10 +65,3 @@
-
-

- Welcome! This is my personal blog where I share about technology, - mathematics, and other things that I find interesting. I am a developer, a - blockchain/AI enthusiast, and an all around nerd. -

-