From b78bcbfe5e5da0e615ac6782e2d7214e0e8bddd7 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 26 Aug 2024 00:28:52 +0200 Subject: [PATCH] :sparkles: add hover-effect on socials Signed-off-by: SindreKjelsrud --- public/socials/github_dark.svg | 5 - public/socials/github_light.svg | 5 - public/socials/grandlinewebring.dark.svg | 9 -- public/socials/grandlinewebring.light.svg | 9 -- public/socials/spotify_dark.svg | 19 ---- public/socials/spotify_light.svg | 19 ---- public/socials/xxiivvwebring_dark.svg | 1 - public/socials/xxiivvwebring_light.svg | 1 - src/components/Footer.astro | 113 ++++++++++++++++------ 9 files changed, 86 insertions(+), 95 deletions(-) delete mode 100644 public/socials/github_dark.svg delete mode 100644 public/socials/github_light.svg delete mode 100644 public/socials/grandlinewebring.dark.svg delete mode 100644 public/socials/grandlinewebring.light.svg delete mode 100644 public/socials/spotify_dark.svg delete mode 100644 public/socials/spotify_light.svg delete mode 100644 public/socials/xxiivvwebring_dark.svg delete mode 100644 public/socials/xxiivvwebring_light.svg diff --git a/public/socials/github_dark.svg b/public/socials/github_dark.svg deleted file mode 100644 index 1a3e9dc..0000000 --- a/public/socials/github_dark.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/public/socials/github_light.svg b/public/socials/github_light.svg deleted file mode 100644 index 7521394..0000000 --- a/public/socials/github_light.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/public/socials/grandlinewebring.dark.svg b/public/socials/grandlinewebring.dark.svg deleted file mode 100644 index e1ca658..0000000 --- a/public/socials/grandlinewebring.dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/socials/grandlinewebring.light.svg b/public/socials/grandlinewebring.light.svg deleted file mode 100644 index 6c0e8db..0000000 --- a/public/socials/grandlinewebring.light.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/socials/spotify_dark.svg b/public/socials/spotify_dark.svg deleted file mode 100644 index c690b08..0000000 --- a/public/socials/spotify_dark.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - 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 deleted file mode 100644 index b30c5c0..0000000 --- a/public/socials/spotify_light.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - spotify [#162] - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/socials/xxiivvwebring_dark.svg b/public/socials/xxiivvwebring_dark.svg deleted file mode 100644 index 1f7df84..0000000 --- a/public/socials/xxiivvwebring_dark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/socials/xxiivvwebring_light.svg b/public/socials/xxiivvwebring_light.svg deleted file mode 100644 index adfe494..0000000 --- a/public/socials/xxiivvwebring_light.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6ecd553..1770f5a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,41 +2,100 @@ const today = new Date(); --- + \ No newline at end of file