add transitions to other pages
All checks were successful
/ build (pull_request) Successful in 28s

This commit is contained in:
kritzl 2026-09-16 10:38:30 +02:00
commit 0cf1025252
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
2 changed files with 28 additions and 3 deletions

View file

@ -54,7 +54,13 @@ const program = [
<h2 class="text-4xl text-center font-semibold">Wir haben Vorträge und Workshops zu folgenden Themen:</h2> <h2 class="text-4xl text-center font-semibold">Wir haben Vorträge und Workshops zu folgenden Themen:</h2>
</div> </div>
</div> </div>
<div class="bg-base-200 py-20"> <div class="bg-base-200 w-screen overflow-x-hidden">
<svg
viewBox="0 0 283.46457 11.338583"
class="w-[200%] sm:w-[150%] lg:w-full text-(--color-base-100) mb-20"
xmlns="http://www.w3.org/2000/svg">
<use xlink:href="#transition"/>
</svg>
<div class="container p-8 mx-auto"> <div class="container p-8 mx-auto">
<div class="flex flex-col gap-5 items-center"> <div class="flex flex-col gap-5 items-center">
{program.map(element => ( {program.map(element => (
@ -65,6 +71,12 @@ const program = [
))} ))}
</div> </div>
</div> </div>
<svg
viewBox="0 0 283.46457 11.338583"
class="w-[200%] sm:w-[150%] lg:w-full text-(--color-base-100) bg-base-200 rotate-180 mt-20"
xmlns="http://www.w3.org/2000/svg">
<use xlink:href="#transition"/>
</svg>
</div> </div>
<Footer/> <Footer/>
</Layout> </Layout>

View file

@ -74,7 +74,13 @@ const partners = [
<h2 class="text-4xl text-center font-semibold">Veranstaltet von</h2> <h2 class="text-4xl text-center font-semibold">Veranstaltet von</h2>
</div> </div>
</div> </div>
<div class="bg-base-200 py-20"> <div class="bg-base-200 pb-20 w-screen overflow-x-hidden">
<svg
viewBox="0 0 283.46457 11.338583"
class="w-[200%] sm:w-[150%] lg:w-full text-(--color-base-100) mb-20"
xmlns="http://www.w3.org/2000/svg">
<use xlink:href="#transition"/>
</svg>
<div class="container p-8 mx-auto"> <div class="container p-8 mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 place-content-center place-items-center"> <div class="grid grid-cols-1 md:grid-cols-2 place-content-center place-items-center">
{orgs.map(org => ( {orgs.map(org => (
@ -90,7 +96,14 @@ const partners = [
</div> </div>
</div> </div>
</div> </div>
<div class="bg-base-100 py-20">
<div class="bg-base-100 pb-20 w-screen overflow-x-hidden">
<svg
viewBox="0 0 283.46457 11.338583"
class="w-[200%] sm:w-[150%] lg:w-full text-(--color-base-200) mb-20"
xmlns="http://www.w3.org/2000/svg">
<use xlink:href="#transition"/>
</svg>
<div class="container p-8 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="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 place-content-center gap-20"> <div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 place-content-center gap-20">