From 0f75bf3443996f287b9a8a70abb0b3ac8031def8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 12 May 2024 08:33:19 +0100 Subject: Styling overhaul --- website/src/components/BlogFeed.astro | 28 ++++++++++++---------------- website/src/components/Me.astro | 26 +++++++++++++++++--------- website/src/components/Navbar.astro | 13 +++++++++++++ 3 files changed, 42 insertions(+), 25 deletions(-) create mode 100644 website/src/components/Navbar.astro (limited to 'website/src/components') diff --git a/website/src/components/BlogFeed.astro b/website/src/components/BlogFeed.astro index b6f9d55..c507d69 100644 --- a/website/src/components/BlogFeed.astro +++ b/website/src/components/BlogFeed.astro @@ -54,23 +54,19 @@ const canonicalBlogUrl = new URL('blog', Astro.site) This blog is written by Joe Carstairs

-

+

- - \ No newline at end of file + { distinctYears.map(year => ( +

{year}

+ + )) } + diff --git a/website/src/components/Me.astro b/website/src/components/Me.astro index c9af587..1a2140b 100644 --- a/website/src/components/Me.astro +++ b/website/src/components/Me.astro @@ -4,13 +4,19 @@
-
+

+ Joe Carstairs +

+ + +
+

Hi! šŸ‘‹ My name is Joe Carstairs. I’m a @@ -33,11 +39,13 @@

- Or get me on - Facebook, - Mastodon, - LinkedIn, - or GitHub. + + Or get me on + Facebook, + Mastodon, + LinkedIn, + or GitHub. +

-
\ No newline at end of file + diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro new file mode 100644 index 0000000..bae661b --- /dev/null +++ b/website/src/components/Navbar.astro @@ -0,0 +1,13 @@ +--- +--- + + -- cgit v1.2.3