Use new design #17

Merged
dario merged 11 commits from new-design into main 2026-09-13 14:44:05 +02:00
Showing only changes of commit 5aab20b7c9 - Show all commits

add link highlight

kritzl 2026-09-11 12:26:57 +02:00
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM

View file

@ -17,7 +17,7 @@ import path from "../../../utils/path.ts"
<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"/>
<h3 class="font-bold">Chaos Computer Club Hamburg</h3>
<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
am kreativen Umgang mit Technik teilen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware
@ -26,7 +26,7 @@ import path from "../../../utils/path.ts"
</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"/>
<h3 class="font-bold">Wau-Holland-Stiftung</h3>
<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.
</p>