From 3970f85e8956569f5453057a506b10f28eb75a9e Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Sun, 6 Oct 2024 13:39:55 +0200 Subject: [PATCH] Fully working links. in terms of frontend. --- frontend/src/lib/components/link.svelte | 67 +++++++++++++++++- frontend/src/lib/css/base.css | 1 + frontend/src/lib/css/footer/page.css | 4 +- frontend/src/lib/css/link.css | 75 +++++++++++++++------ frontend/src/lib/css/navbar.css | 5 +- frontend/src/lib/css/social.css | 8 +-- frontend/src/lib/js/color.js | 22 ++++++ frontend/static/placeholder_link_hover.png | Bin 0 -> 31964 bytes 8 files changed, 148 insertions(+), 34 deletions(-) create mode 100644 frontend/src/lib/js/color.js create mode 100755 frontend/static/placeholder_link_hover.png diff --git a/frontend/src/lib/components/link.svelte b/frontend/src/lib/components/link.svelte index 7ab0782..f9dbd13 100644 --- a/frontend/src/lib/components/link.svelte +++ b/frontend/src/lib/components/link.svelte @@ -1,11 +1,72 @@ -