Skip to content

Commit

Permalink
- add partner (#63)
Browse files Browse the repository at this point in the history
* - wip

* - fix

* - fix
  • Loading branch information
EwelinaSkrzypacz authored Aug 28, 2024
1 parent a2ea82f commit 7a28ff8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions public/assets/meetups/2024-09-12-lmt-02/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
"name": "Synergy Codes",
"url": "https://www.synergycodes.com/",
"logoUrl": "synergy-codes.png"
},
{
"name": "Kancelaria radcy prawnego Joanna Rewak",
"website": "https://kancelaria.rewak.pl/",
"logoUrl": "kancelaria-joanna-rewak.png"
}
],
"sponsors": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
<section>
<template x-if="meetup">
<div
class="flex w-full justify-center bg-slate-950 py-10 lg:h-[380px] lg:bg-[#6C1DF2]"
class="flex w-full justify-center bg-slate-950 py-10 lg:h-[310px] lg:bg-[#6C1DF2]"
id="partners"
>
<div class="flex flex-col items-center gap-16 lg:flex-row">
Expand All @@ -416,7 +416,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6"
>
<p
class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[111px] lg:bg-slate-900 lg:py-0"
class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[140px] lg:bg-slate-900 lg:py-0"
>
Organizator
</p>
Expand All @@ -430,7 +430,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</a>
</div>
<template x-for="patron in meetup.patrons">
<div class="flex flex-col lg:flex-col-reverse">
<div class="mr-auto flex flex-col lg:m-auto lg:flex-col-reverse">
<div
class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6"
>
Expand All @@ -450,7 +450,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</div>
</template>
<template x-for="sponsor in meetup.sponsors">
<div class="flex flex-col lg:flex-col-reverse">
<div class="mr-auto flex flex-col lg:m-auto lg:flex-col-reverse">
<div
class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6"
>
Expand All @@ -470,7 +470,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</div>
</template>
<template x-for="partner in meetup.partners">
<div class="flex flex-col lg:flex-col-reverse">
<div class="mr-auto flex flex-col lg:m-auto lg:flex-col-reverse">
<div
class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6"
>
Expand Down

0 comments on commit 7a28ff8

Please sign in to comment.