From bf654334f10f6684ff64c43ef75a9715a97298da Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Wed, 21 Feb 2024 23:36:26 +0100 Subject: [PATCH] :sparkles: add webring Signed-off-by: Sindre Kjelsrud --- public/webring_dark.svg | 1 + public/webring_light.svg | 1 + src/components/Footer.astro | 26 ++++++++++++++++++++++---- 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 public/webring_dark.svg create mode 100644 public/webring_light.svg diff --git a/public/webring_dark.svg b/public/webring_dark.svg new file mode 100644 index 0000000..ff32084 --- /dev/null +++ b/public/webring_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/webring_light.svg b/public/webring_light.svg new file mode 100644 index 0000000..e7fa904 --- /dev/null +++ b/public/webring_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9488cbd..4ab4789 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,18 +2,36 @@ const today = new Date(); --- - - - + +