Use new design #17
4 changed files with 18 additions and 18 deletions
commit
990bad90a5
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
|
||||
import path from "../utils/path.ts"
|
||||
---
|
||||
|
||||
<footer class="bg-base-200 pb-20">
|
||||
|
|
@ -11,12 +11,12 @@
|
|||
</div>
|
||||
<div class="flex flex-col items-center">
|
||||
<a href="https://hamburg.ccc.de">
|
||||
<img alt="Logo des Chaos Computer Club Hamburg e.V." src="/ccchh.svg" class="max-w-40"/>
|
||||
<img alt="Logo des Chaos Computer Club Hamburg e.V." src={path(import.meta.env.BASE_URL, '/ccchh.svg')} class="max-w-40"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex flex-col items-center">
|
||||
<a href="https://www.wauland.de">
|
||||
<img alt="Logo der Wau-Holland-Stiftung" src="/wauland.svg" class="max-w-40"/>
|
||||
<img alt="Logo der Wau-Holland-Stiftung" src={path(import.meta.env.BASE_URL, '/wauland.svg')} class="max-w-40"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
|
||||
import path from "../utils/path.ts"
|
||||
---
|
||||
|
||||
<div class="navbar bg-base-100 shadow-sm z-20">
|
||||
|
|
@ -13,22 +13,22 @@
|
|||
<ul
|
||||
tabindex="-1"
|
||||
class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
|
||||
<li><a href="/">Wann & Wo</a></li>
|
||||
<li><a href="/hamburg/2026/programm/">Programm</a></li>
|
||||
<li><a href="/hamburg/2026/wer/">Wer</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/')}>Wann & Wo</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/hamburg/2026/programm/')}>Programm</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/hamburg/2026/wer/')}>Wer</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a class="btn btn-link text-xl max-h-14">
|
||||
<picture class="h-full">
|
||||
<img src="/logo.svg" class="h-full"/>
|
||||
<img src={path(import.meta.env.BASE_URL, '/logo.svg')} class="h-full"/>
|
||||
</picture>
|
||||
</a>
|
||||
</div>
|
||||
<div class="navbar-center hidden sm:flex">
|
||||
<ul class="menu menu-horizontal px-1">
|
||||
<li><a href="/">Wann & Wo</a></li>
|
||||
<li><a href="/hamburg/2026/programm/">Programm</a></li>
|
||||
<li><a href="/hamburg/2026/wer/">Wer</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/')}>Wann & Wo</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/hamburg/2026/programm/')}>Programm</a></li>
|
||||
<li><a href={path(import.meta.env.BASE_URL, '/hamburg/2026/wer/')}>Wer</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -16,7 +16,7 @@ import path from "../../../utils/path.ts"
|
|||
<div class="container p-8 mx-auto">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 place-content-center place-items-center">
|
||||
<a href="https://hamburg.ccc.de" class="flex flex-col items-center text-center h-full transition-colors max-w-md hover:bg-white/20 p-4 rounded-xl">
|
||||
<img alt="Logo des Chaos Computer Club Hamburg e.V." src="/ccchh.svg" class="max-w-60 h-40 mb-4"/>
|
||||
<img alt="Logo des Chaos Computer Club Hamburg e.V." src={path(import.meta.env.BASE_URL, '/ccchh.svg')} class="max-w-60 h-40 mb-4"/>
|
||||
<h3 class="font-bold link">Chaos Computer Club Hamburg</h3>
|
||||
<p>
|
||||
Wir sind die lokale Gruppe des Chaos Computer Club in Hamburg: Eine Gruppe von Menschen, die ein Interesse
|
||||
|
|
@ -25,7 +25,7 @@ import path from "../../../utils/path.ts"
|
|||
</p>
|
||||
</a>
|
||||
<a href="https://www.wauland.de" class="flex flex-col items-center text-center h-full transition-colors max-w-md hover:bg-white/20 p-4 rounded-xl">
|
||||
<img alt="Logo der Wau-Holland-Stiftung" src="/wauland.svg" class="max-w-60 h-40 mb-4"/>
|
||||
<img alt="Logo der Wau-Holland-Stiftung" src={path(import.meta.env.BASE_URL, '/wauland.svg')} class="max-w-60 h-40 mb-4"/>
|
||||
<h3 class="font-bold link">Wau-Holland-Stiftung</h3>
|
||||
<p>
|
||||
Unser Anliegen ist es, die freidenkerischen Ansätze Wau Hollands zu bewahren und weiterzuführen.
|
||||
|
|
@ -39,7 +39,7 @@ import path from "../../../utils/path.ts"
|
|||
<h2 class="text-4xl text-center font-semibold mb-8">Partner</h2>
|
||||
<div class="flex items-center flex-col gap-20">
|
||||
<a href="https://digitalcourage.de/treffen-vor-ort/hamburg" class="flex flex-col items-center text-center group">
|
||||
<img alt="Logo der Digitalcourage e.V. Ortsgruppe Hamburg" src="/digitalcourage.svg"
|
||||
<img alt="Logo der Digitalcourage e.V. Ortsgruppe Hamburg" src={path(import.meta.env.BASE_URL, '/digitalcourage.svg')}
|
||||
class="max-h-40 mb-4 bg-white/40 group-hover:bg-white transition-colors p-4 rounded-xl"/>
|
||||
<h3 class="font-bold link">Digitalcourage e.V. Ortsgruppe Hamburg</h3>
|
||||
<p>
|
||||
|
|
@ -47,7 +47,7 @@ import path from "../../../utils/path.ts"
|
|||
</p>
|
||||
</a>
|
||||
<a href="https://wiki.openstreetmap.org/w/index.php?title=Hamburg" class="flex flex-col items-center text-center group">
|
||||
<img alt="Logo der Hamburger OpenStreetMap Community" src="/osm.svg"
|
||||
<img alt="Logo der Hamburger OpenStreetMap Community" src={path(import.meta.env.BASE_URL, '/osm.svg')}
|
||||
class="max-h-40 mb-4 bg-white/40 group-hover:bg-white transition-colors p-4 rounded-xl"/>
|
||||
<h3 class="font-bold link">Hamburger OpenStreetMap Community</h3>
|
||||
<p>
|
||||
|
|
@ -56,7 +56,7 @@ import path from "../../../utils/path.ts"
|
|||
</p>
|
||||
</a>
|
||||
<a href="https://mastodon.online/@citydata" class="flex flex-col items-center text-center group">
|
||||
<img alt="Logo von city/data/explosion" src="/citydataexplosion.svg"
|
||||
<img alt="Logo von city/data/explosion" src={path(import.meta.env.BASE_URL, '/citydataexplosion.svg')}
|
||||
class="max-h-40 mb-4 bg-white/40 group-hover:bg-white transition-colors p-4 rounded-xl"/>
|
||||
<h3 class="font-bold link">city/data/explosion</h3>
|
||||
<p>
|
||||
|
|
@ -64,7 +64,7 @@ import path from "../../../utils/path.ts"
|
|||
</p>
|
||||
</a>
|
||||
<a href="https://ogrbund.de/" class="flex flex-col items-center text-center group">
|
||||
<img alt="Logo der OMAS GEGEN RECHTS" src="/ogr.svg" class="max-h-40 mb-4 bg-white/40 group-hover:bg-white transition-colors p-4 rounded-xl"/>
|
||||
<img alt="Logo der OMAS GEGEN RECHTS" src={path(import.meta.env.BASE_URL, '/ogr.svg')} class="max-h-40 mb-4 bg-white/40 group-hover:bg-white transition-colors p-4 rounded-xl"/>
|
||||
<h3 class="font-bold link">OMAS GEGEN RECHTS</h3>
|
||||
<p>
|
||||
Zivilgesellschaftliche Initiative zum Schutz der Demokratie
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ import path from "../utils/path.ts"
|
|||
Eintritt frei
|
||||
</p>
|
||||
<div class="motion-safe:aura motion-safe:aura-glow">
|
||||
<a href="/didays2026.ics" class="btn btn-lg motion-reduce:btn-outline" target="_blank">
|
||||
<a href={path(import.meta.env.BASE_URL, 'didays2026.ics')} class="btn btn-lg motion-reduce:btn-outline" target="_blank">
|
||||
<Calendar/>
|
||||
Im Kalender speichern
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue