From 867c51ae95b5ddf50c06ebf2808bfdcb5098bdcb Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sat, 14 Jan 2023 16:53:49 -0500 Subject: [PATCH] Minor update to greeting text --- src/pages/index.astro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index d648e35..3d5e409 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -20,9 +20,10 @@ const last_posts = posts.slice(0, 3);
- I created this site to showcase my projects, and occasionally blog about - their developement. Feel free to navigate the site via the sidebar, or continue - reading if you’d like to know more about my recent work + I created this site to showcase my projects as well as occasionally blog about + developement and my journey toward earning my degree. Feel free to navigate + the site via the sidebar, or continue reading if you’d like to know more about + my recent work!