From de636d43d6f8bec6a2f9309f7258fe64defd3cd7 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Thu, 22 Feb 2024 15:14:29 +0100 Subject: [PATCH] :zap: make socials show up without need for javascript Signed-off-by: Sindre Kjelsrud --- public/socials/github_dark.svg | 5 +++++ public/socials/github_light.svg | 5 +++++ public/socials/spotify_dark.svg | 19 +++++++++++++++++++ public/socials/spotify_light.svg | 19 +++++++++++++++++++ public/{ => socials}/webring_dark.svg | 0 public/{ => socials}/webring_light.svg | 0 src/components/Footer.astro | 22 +++++++++++----------- src/styles/global.css | 17 ----------------- 8 files changed, 59 insertions(+), 28 deletions(-) create mode 100644 public/socials/github_dark.svg create mode 100644 public/socials/github_light.svg create mode 100644 public/socials/spotify_dark.svg create mode 100644 public/socials/spotify_light.svg rename public/{ => socials}/webring_dark.svg (100%) rename public/{ => socials}/webring_light.svg (100%) diff --git a/public/socials/github_dark.svg b/public/socials/github_dark.svg new file mode 100644 index 0000000..ff77d6f --- /dev/null +++ b/public/socials/github_dark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/socials/github_light.svg b/public/socials/github_light.svg new file mode 100644 index 0000000..b62718f --- /dev/null +++ b/public/socials/github_light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/socials/spotify_dark.svg b/public/socials/spotify_dark.svg new file mode 100644 index 0000000..53e96b5 --- /dev/null +++ b/public/socials/spotify_dark.svg @@ -0,0 +1,19 @@ + + + + + spotify [#162] + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/socials/spotify_light.svg b/public/socials/spotify_light.svg new file mode 100644 index 0000000..041dc77 --- /dev/null +++ b/public/socials/spotify_light.svg @@ -0,0 +1,19 @@ + + + + + spotify [#162] + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/webring_dark.svg b/public/socials/webring_dark.svg similarity index 100% rename from public/webring_dark.svg rename to public/socials/webring_dark.svg diff --git a/public/webring_light.svg b/public/socials/webring_light.svg similarity index 100% rename from public/webring_light.svg rename to public/socials/webring_light.svg diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4ab4789..7d3dd0e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,20 +1,20 @@ --- const today = new Date(); --- - -