Skip to content

Commit

Permalink
- frontend updates (#46)
Browse files Browse the repository at this point in the history
* - fixes

* - title fix

* - alts fix

* - footer fix
  • Loading branch information
kamilpiech97 authored Jul 31, 2024
1 parent 1eb6352 commit a62c4c4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
3 changes: 2 additions & 1 deletion public/assets/meetups/2024-04-11-lmt-01/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "I legnicki meetup technologiczny",
"title": "Legnicki Meetup Technologiczny #1",
"datetime": "2024-04-11 18:00:00",
"place": "Legnicki Browar Książęcy",
"localization": "https://maps.app.goo.gl/MFfX39G6NrAerXWd6",
Expand Down Expand Up @@ -94,5 +94,6 @@
"logoUrl": "softiq.png"
}
],
"photographers": "Paweł Dancewicz",
"gallery": []
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/assets/meetups/2024-09-12-lmt-02/data.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "II legnicki meetup technologiczny",
"title": "Legnicki Meetup Technologiczny #2",
"datetime": "2024-09-12 18:00:00",
"place": "Browar Książęcy",
"place": "Legnicki Browar Książęcy",
"localization": "https://maps.app.goo.gl/MFfX39G6NrAerXWd6",
"lineup": [
{
Expand Down
12 changes: 6 additions & 6 deletions public/meetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<script src="//unpkg.com/alpinejs" defer></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/loading-states.js"></script>
<title>Legnicki meetup technologiczny</title>
<title>Legnicki Meetup Technologiczny</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down Expand Up @@ -57,7 +57,7 @@
<img
class="h-10 w-auto pl-3"
src="./images/logo.png"
alt="Legnicki meetup technologiczny"
alt="Legnicki Meetup Technologiczny"
/>
</a>
</div>
Expand Down Expand Up @@ -146,7 +146,7 @@
<img
class="h-12"
src="./images/logo.png"
alt="Legnicki meetup technologiczny"
alt="Legnicki Meetup Technologiczny"
/>
</a>
</div>
Expand Down Expand Up @@ -777,11 +777,11 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
@click="navigateToPastMeetup(meetup.id)"
>
<div
class="text-2xl font-bold lg:text-4xl"
class="text-2xl font-bold lg:text-4xl text-green-500"
x-text="meetup.formattedDate"
></div>
<div
class="pl-4 text-base lg:px-8"
class="pl-4 text-base lg:px-8 font-bold"
x-text="meetup.title"
></div>
<div class="flex flex-grow justify-end pr-4">
Expand Down Expand Up @@ -930,7 +930,7 @@ <h2 class="pt-10 text-center text-5xl font-bold lg:text-6xl">
class="relative z-20 mx-auto flex max-w-7xl items-center opacity-50"
>
<div class="flex-grow text-xs lg:text-base">
2024 legnicki meetup technologiczny powered by
2024 Legnicki Meetup Technologiczny powered by
<a
href="https://blumilk.pl/"
class="font-bold"
Expand Down
17 changes: 10 additions & 7 deletions public/pastMeetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="//unpkg.com/alpinejs" defer></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/loading-states.js"></script>
<title>Legnicki meetup technologiczny</title>
<title>Legnicki Meetup Technologiczny</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand All @@ -50,7 +50,7 @@
<img
class="h-10 w-auto pl-3"
src="./images/logo.png"
alt="Legnicki meetup technologiczny"
alt="Legnicki Meetup Technologiczny"
/>
</a>
</div>
Expand Down Expand Up @@ -132,7 +132,7 @@
<img
class="h-12"
src="./images/logo.png"
alt="Legnicki meetup technologiczny"
alt="Legnicki Meetup Technologiczny"
/>
</a>
</div>
Expand Down Expand Up @@ -554,9 +554,12 @@
>
<div class="flex-col">
<h2 class="text-5xl font-bold">Galeria</h2>
<p class="pt-4 text-base text-neutral-200">
Autorzy zdjęć: Piotr Kowalski, Jolanta Druga
</p>

<div class="pt-4 text-base text-neutral-200">
Autorzy zdjęć:
<span x-text="meetup.photographers">
</span>
</div>
</div>
<div class="hidden flex-row justify-end gap-10 lg:flex">
<img src="./images/o.svg" alt="Kółko" class="size-7" />
Expand Down Expand Up @@ -645,7 +648,7 @@ <h2 class="text-5xl font-bold">Galeria</h2>
class="relative z-20 mx-auto flex max-w-7xl items-center opacity-50"
>
<div class="flex-grow text-xs lg:text-base">
2024 legnicki meetup technologiczny powered by
2024 Legnicki Meetup Technologiczny powered by
<a
href="https://blumilk.pl/"
class="font-bold"
Expand Down

0 comments on commit a62c4c4

Please sign in to comment.