Skip to content

Commit

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

* wip

* rwd

* blumilk logo centered

* image resize

* image center

---------

Co-authored-by: EwelinaSkrzypacz <[email protected]>
  • Loading branch information
AleksandraKozubal and EwelinaSkrzypacz authored Aug 28, 2024
1 parent 7a28ff8 commit 5da9ee5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 35 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 @@ -110,6 +110,11 @@
"name": "Softiq",
"website": "https://softiq.pl/",
"logoUrl": "softiq.png"
},
{
"name": "JetBrains",
"website": "https://www.jetbrains.com/",
"logoUrl": "jetbrains.png"
}
],
"gallery": []
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 20 additions & 35 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,22 +406,15 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</section>
<section>
<template x-if="meetup">
<div
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">
<div class="flex w-full justify-center bg-slate-950 py-10 px-6 lg:bg-[#6C1DF2]" id="partners">
<div class="grid lg:grid-cols-4 items-center gap-16 lg:flex-row">
<div class="flex flex-col lg:flex-col-reverse">
<div
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-[140px] lg:bg-slate-900 lg:py-0"
>
<div 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-[140px] lg:bg-slate-900 lg:py-0">
Organizator
</p>
</div>
<a href="https://blumilk.pl/" target="_blank">
<a href="https://blumilk.pl/" target="_blank" class="lg:mx-auto">
<img
src="./images/blumilk-white.png"
alt="Blumilk sp. z o.o."
Expand All @@ -431,12 +424,8 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</div>
<template x-for="patron in meetup.patrons">
<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"
>
<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"
>
<div 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">
Patronat
</p>
</div>
Expand All @@ -450,30 +439,26 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</div>
</template>
<template x-for="sponsor in meetup.sponsors">
<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"
>
<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"
>
<div class="mr-auto flex flex-col lg:m-auto lg:flex-col-reverse h-[119px]">
<div 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">
Sponsor
</p>
</div>
<a :href="sponsor.website" target="_blank">
<img
:src="sponsor.logoUrl"
:alt="sponsor.name"
class="h-[71px]"
/>
</a>
<div class="flex items-center h-full">
<a :href="sponsor.website" target="_blank">
<img
:src="sponsor.logoUrl"
:alt="sponsor.name"
class="w-[215px]"
/>
</a>
</div>
</div>
</template>
<template x-for="partner in meetup.partners">
<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"
>
<div 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"
>
Expand Down

0 comments on commit 5da9ee5

Please sign in to comment.