Skip to content

Commit

Permalink
- Add sponsor and partner (#119)
Browse files Browse the repository at this point in the history
* - add synergy codes

* - add partner

* - now synegry codes is sponsor
  • Loading branch information
EwelinaSkrzypacz authored Feb 6, 2025
1 parent 4266a2b commit 8c9a6a4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions public/assets/meetups/2025-02-20-lmt-03/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,23 @@
"name": "Softiq",
"website": "https://softiq.pl/",
"logoUrl": "softiq.webp"
},
{
"name": "Synergy Codes",
"website": "https://www.synergycodes.com/",
"logoUrl": "synergy-codes.webp"
}
],
"partners": [
{
"name": "Iteo sp. z o.o.",
"website": "https://iteo.com/",
"logoUrl": "iteo.webp"
},
{
"name": "Kancelaria radcy prawnego Joanna Rewak",
"website": "https://kancelaria.rewak.pl/",
"logoUrl": "kancelaria-joanna-rewak.webp"
}
],
"patrons": [
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</div>
</div>
<div class="flex flex-col justify-center gap-16 lg:mt-16 lg:flex-row">
<div class="flex flex-col gap-16 lg:flex-col-reverse">
<div class="flex flex-col gap-16 lg:flex-row">
<template x-for="sponsor in meetup.sponsors">
<div
class="mr-auto flex flex-col lg:m-auto lg:flex-col-reverse"
Expand Down

0 comments on commit 8c9a6a4

Please sign in to comment.