improve new design #18
2 changed files with 28 additions and 3 deletions
commit
0cf1025252
|
|
@ -54,7 +54,13 @@ const program = [
|
|||
<h2 class="text-4xl text-center font-semibold">Wir haben Vorträge und Workshops zu folgenden Themen:</h2>
|
||||
</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="flex flex-col gap-5 items-center">
|
||||
{program.map(element => (
|
||||
|
|
@ -65,6 +71,12 @@ const program = [
|
|||
))}
|
||||
</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>
|
||||
<Footer/>
|
||||
</Layout>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,13 @@ const partners = [
|
|||
<h2 class="text-4xl text-center font-semibold">Veranstaltet von</h2>
|
||||
</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="grid grid-cols-1 md:grid-cols-2 place-content-center place-items-center">
|
||||
{orgs.map(org => (
|
||||
|
|
@ -90,7 +96,14 @@ const partners = [
|
|||
</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">
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue