From f75b84e3bd6221d77c5608933607b60b9f295ba2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 20 Oct 2024 11:00:13 -0700 Subject: add bluesky and fediverse to social navbar --- public/Bluesky_Logo.svg | 4 + public/fediverse.svg | 17 ++++ src/components/SocialNavbar.astro | 167 +++++++++++++++++++++----------------- 3 files changed, 113 insertions(+), 75 deletions(-) create mode 100644 public/Bluesky_Logo.svg create mode 100644 public/fediverse.svg diff --git a/public/Bluesky_Logo.svg b/public/Bluesky_Logo.svg new file mode 100644 index 0000000..b60d51c --- /dev/null +++ b/public/Bluesky_Logo.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/fediverse.svg b/public/fediverse.svg new file mode 100644 index 0000000..5f04313 --- /dev/null +++ b/public/fediverse.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/SocialNavbar.astro b/src/components/SocialNavbar.astro index 3ad89a5..5fb9045 100644 --- a/src/components/SocialNavbar.astro +++ b/src/components/SocialNavbar.astro @@ -3,86 +3,103 @@ import "@fortawesome/fontawesome-free/css/all.min.css"; ---
-
- - - - - - - -
+
+ + + + + + + + + +
-- cgit v1.2.3