From a1ab8a78f219ee3c48c957d494219e3f2d552daf Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Wed, 24 Apr 2024 20:22:16 +0200 Subject: [PATCH] :sparkles: add Grand Line webring Signed-off-by: Sindre Kjelsrud --- public/socials/grandlinewebring.dark.svg | 9 +++++++++ public/socials/grandlinewebring.light.svg | 9 +++++++++ .../{webring_dark.svg => xxiivvwebring_dark.svg} | 0 .../{webring_light.svg => xxiivvwebring_light.svg} | 0 src/components/Footer.astro | 11 ++++++++--- 5 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 public/socials/grandlinewebring.dark.svg create mode 100644 public/socials/grandlinewebring.light.svg rename public/socials/{webring_dark.svg => xxiivvwebring_dark.svg} (100%) rename public/socials/{webring_light.svg => xxiivvwebring_light.svg} (100%) diff --git a/public/socials/grandlinewebring.dark.svg b/public/socials/grandlinewebring.dark.svg new file mode 100644 index 0000000..6c791fd --- /dev/null +++ b/public/socials/grandlinewebring.dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/socials/grandlinewebring.light.svg b/public/socials/grandlinewebring.light.svg new file mode 100644 index 0000000..c3e34ee --- /dev/null +++ b/public/socials/grandlinewebring.light.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/socials/webring_dark.svg b/public/socials/xxiivvwebring_dark.svg similarity index 100% rename from public/socials/webring_dark.svg rename to public/socials/xxiivvwebring_dark.svg diff --git a/public/socials/webring_light.svg b/public/socials/xxiivvwebring_light.svg similarity index 100% rename from public/socials/webring_light.svg rename to public/socials/xxiivvwebring_light.svg diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2c2770d..d8ca35a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,13 +4,15 @@ const today = new Date();