From 8f593bc741659471d879fed6f7a8c61d0b39fd3d Mon Sep 17 00:00:00 2001 From: kritzl Date: Fri, 11 Sep 2026 12:22:29 +0200 Subject: [PATCH 01/11] update website to use new design --- public/citydataexplosion.svg | 105 + public/digitalcourage.svg | 31 + public/logo.svg | 287 +++ public/ogr.svg | 28 + public/osm.svg | 3413 +++++++++++++++++++++++++ src/components/Footer.astro | 2 +- src/components/Navbar.astro | 34 + src/layouts/Layout.astro | 40 +- src/pages/hamburg/2026/programm.astro | 15 + src/pages/hamburg/2026/wer.astro | 77 + src/pages/index.astro | 188 +- src/styles/global.css | 50 +- 12 files changed, 4130 insertions(+), 140 deletions(-) create mode 100644 public/citydataexplosion.svg create mode 100644 public/digitalcourage.svg create mode 100644 public/logo.svg create mode 100644 public/ogr.svg create mode 100644 public/osm.svg create mode 100644 src/components/Navbar.astro create mode 100644 src/pages/hamburg/2026/programm.astro create mode 100644 src/pages/hamburg/2026/wer.astro diff --git a/public/citydataexplosion.svg b/public/citydataexplosion.svg new file mode 100644 index 0000000..4af9f1e --- /dev/null +++ b/public/citydataexplosion.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/digitalcourage.svg b/public/digitalcourage.svg new file mode 100644 index 0000000..b3d6fca --- /dev/null +++ b/public/digitalcourage.svg @@ -0,0 +1,31 @@ + + + + diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..a03b0d2 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/ogr.svg b/public/ogr.svg new file mode 100644 index 0000000..2c591d9 --- /dev/null +++ b/public/ogr.svg @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/public/osm.svg b/public/osm.svg new file mode 100644 index 0000000..d0afa9f --- /dev/null +++ b/public/osm.svg @@ -0,0 +1,3413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index a18ab6b..6b7c3d6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,7 +2,7 @@ --- -