This commit is contained in:
parent
9533a0ac6d
commit
0b882dcfcc
1 changed files with 3 additions and 3 deletions
|
|
@ -35,9 +35,9 @@ import path from "../../../utils/path.ts"
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-base-100 py-20">
|
<div class="bg-base-100 py-20">
|
||||||
<div class="container p-8 max-w-2xl mx-auto">
|
<div class="container p-8 mx-auto">
|
||||||
<h2 class="text-4xl text-center font-semibold mb-8">Partner</h2>
|
<h2 class="text-4xl text-center font-semibold mb-8">Partner</h2>
|
||||||
<div class="flex items-center flex-col gap-20">
|
<div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 place-content-center gap-20">
|
||||||
<a href="https://digitalcourage.de/treffen-vor-ort/hamburg" class="flex flex-col items-center text-center group">
|
<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={path(import.meta.env.BASE_URL, '/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"/>
|
class="max-h-40 mb-4 bg-white/40 group-hover:bg-white transition-colors p-4 rounded-xl"/>
|
||||||
|
|
@ -63,7 +63,7 @@ import path from "../../../utils/path.ts"
|
||||||
Projekte und Veranstaltungen zu Stadt, Öffentlichkeit und Digitalisierung
|
Projekte und Veranstaltungen zu Stadt, Öffentlichkeit und Digitalisierung
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://ogrbund.de/" class="flex flex-col items-center text-center group">
|
<a href="https://ogrbund.de/" class="flex flex-col items-center text-center group xl:col-start-2">
|
||||||
<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"/>
|
<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>
|
<h3 class="font-bold link">OMAS GEGEN RECHTS</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue