From 4309552624a435c7dc383374788ede45b513625f Mon Sep 17 00:00:00 2001 From: Niko Date: Thu, 28 May 2026 14:23:27 +0200 Subject: [PATCH 1/2] Update footer grid with new styling Updates the footer link section with improved visual styling. Adds a decorative background overlay and updated typography for the heading and link columns. --- public/eps-logo.svg | 79 ++++++------------ public/flowers/flowers-tile.svg | 1 + src/components/BaseHead.astro | 3 + src/components/Footer.astro | 139 ++++++++++++++++++++++++++++---- src/layouts/Layout.astro | 2 - src/styles/tailwind.css | 12 +++ 6 files changed, 164 insertions(+), 72 deletions(-) create mode 100644 public/flowers/flowers-tile.svg diff --git a/public/eps-logo.svg b/public/eps-logo.svg index 7307bf8e4..b6a5102d3 100644 --- a/public/eps-logo.svg +++ b/public/eps-logo.svg @@ -1,53 +1,26 @@ - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/flowers/flowers-tile.svg b/public/flowers/flowers-tile.svg new file mode 100644 index 000000000..fda4d2170 --- /dev/null +++ b/public/flowers/flowers-tile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 53f0f9130..205989583 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -16,6 +16,9 @@ const { title, description, image = "/social-card.png" } = Astro.props; + + + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index dd893de0a..726aed409 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,24 +7,30 @@ const buildTimestamp = __TIMESTAMP__; const gitVersion = __GIT_VERSION__; --- -
-