From c1a69f33468481734d6478bc7472395a3b545c7b Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Thu, 3 Oct 2024 23:34:19 +0200 Subject: [PATCH] Updated to only 'Etheryo'. Added base "link" component. --- frontend/src/lib/components/footer.svelte | 2 +- frontend/src/lib/components/link.svelte | 11 +++++ frontend/src/lib/components/navbar.svelte | 10 ++-- frontend/src/lib/css/archive.css | 2 +- frontend/src/lib/css/article.css | 29 ++++++++++++ frontend/src/lib/css/base.css | 6 +++ frontend/src/lib/css/link.css | 52 +++++++++++++++++++++ frontend/src/lib/css/main.css | 32 +++++++++++++ frontend/src/lib/css/post.css | 2 +- frontend/src/routes/+layout.svelte | 5 +- frontend/src/routes/+page.js | 4 +- frontend/src/routes/+page.svelte | 21 +++++++++ frontend/src/routes/articles/+page.svelte | 16 +++---- frontend/src/routes/profile/+layout.svelte | 2 +- frontend/src/routes/profile/+page.js | 6 +++ frontend/static/placeholder.png | Bin 0 -> 45577 bytes frontend/static/placeholder_link.png | Bin 0 -> 32633 bytes 17 files changed, 179 insertions(+), 21 deletions(-) create mode 100644 frontend/src/lib/components/link.svelte create mode 100644 frontend/src/lib/css/link.css create mode 100644 frontend/src/lib/css/main.css create mode 100644 frontend/src/routes/+page.svelte create mode 100644 frontend/src/routes/profile/+page.js create mode 100644 frontend/static/placeholder.png create mode 100644 frontend/static/placeholder_link.png diff --git a/frontend/src/lib/components/footer.svelte b/frontend/src/lib/components/footer.svelte index 445bd54..b9118a7 100644 --- a/frontend/src/lib/components/footer.svelte +++ b/frontend/src/lib/components/footer.svelte @@ -41,7 +41,7 @@