From 69e2e438a26af831a47d7811fe3fde40a97ce57a Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 12 Jun 2026 10:12:01 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Krak=C3=B3w=20section=20enhancements=20an?= =?UTF-8?q?d=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a Kraków SVG icon and updates the krakow gallery section with improved styling. --- public/krakow.svg | 18 +++++++++++ src/components/sections/krakow-gallery.astro | 32 ++++++++++++++++++-- src/pages/index.astro | 2 -- 3 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 public/krakow.svg diff --git a/public/krakow.svg b/public/krakow.svg new file mode 100644 index 000000000..99856c3d9 --- /dev/null +++ b/public/krakow.svg @@ -0,0 +1,18 @@ + + + Layer 1 + + + + + + + + + + + + + + + diff --git a/src/components/sections/krakow-gallery.astro b/src/components/sections/krakow-gallery.astro index 91666a5b2..fe593563a 100644 --- a/src/components/sections/krakow-gallery.astro +++ b/src/components/sections/krakow-gallery.astro @@ -3,6 +3,7 @@ import { Picture } from "astro:assets"; import Section from "@ui/Section.astro"; import Headline from "@ui/Headline.astro"; import Button from "@ui/Button.astro"; +import Logo from "/public/krakow.svg"; // Import images const images = [ @@ -34,6 +35,7 @@ const images = [ ---
+
+
+ +
+