Skip to content

Commit

Permalink
- translate links (#74)
Browse files Browse the repository at this point in the history
- wip
  • Loading branch information
EwelinaSkrzypacz authored Sep 3, 2024
1 parent 8b7349f commit 9651e7d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
30 changes: 15 additions & 15 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@
class="space-y-1 rounded-md px-2 pb-3 pt-2 text-base font-medium text-gray-300"
>
<a
href="#event"
href="#wydarzenie"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Wydarzenie</a
>
<a
href="#partners"
href="#partnerzy"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Partnerzy</a
>
<a
href="#speakers"
href="#prelegenci"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Prelegenci</a
>
Expand All @@ -124,12 +124,12 @@
>Agenda</a
>
<a
href="#pastMeetups"
href="#poprzednieMeetupy"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Poprzednie edycje</a
>
<a
href="#register"
href="#rejestracja"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Rejestracja</a
>
Expand Down Expand Up @@ -157,17 +157,17 @@
class="text-md flex justify-end space-x-4 rounded-md font-medium text-gray-300"
>
<a
href="#event"
href="#wydarzenie"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Wydarzenie</a
>
<a
href="#partners"
href="#partnerzy"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Partnerzy</a
>
<a
href="#speakers"
href="#prelegenci"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Prelegenci</a
>
Expand All @@ -177,12 +177,12 @@
>Agenda</a
>
<a
href="#pastMeetups"
href="#poprzednieMeetupy"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Poprzednie edycje</a
>
<a
href="#register"
href="#rejestracja"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Rejestracja</a
>
Expand Down Expand Up @@ -213,7 +213,7 @@
/>
</div>
<div
id="event"
id="wydarzenie"
class="px-4 text-left text-[42px] font-bold leading-none sm:pl-0 sm:text-7xl lg:w-full lg:text-9xl"
>
Nowoczesne technologie
Expand Down Expand Up @@ -408,7 +408,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
<template x-if="meetup">
<div
class="flex w-full justify-center bg-slate-950 px-6 py-10 lg:bg-[#6C1DF2]"
id="partners"
id="partnerzy"
>
<div class="grid items-center gap-16 lg:grid-cols-4">
<div class="flex flex-col lg:flex-col-reverse">
Expand Down Expand Up @@ -511,7 +511,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
alt="Gradient"
/>
</div>
<div class="static mx-auto w-full text-white" id="speakers">
<div class="static mx-auto w-full text-white" id="prelegenci">
<div class="my-16 p-4 text-center text-5xl font-bold lg:hidden">
Prelegenci
</div>
Expand Down Expand Up @@ -769,7 +769,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
x-data="{ selectedImage: null, navigateToPastMeetup(meetupId) {
window.location.href = `meetup.html?meetupId=${meetupId}`;
}}"
id="pastMeetups"
id="poprzednieMeetupy"
>
<template x-if="pastMeetups.length > 0">
<div class="relative max-w-screen-2xl flex-col text-white lg:mx-auto">
Expand Down Expand Up @@ -823,7 +823,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
</template>
</section>
<section class="relative mt-[110px] lg:mt-48">
<div class="relative z-10 mx-auto max-w-6xl" id="register">
<div class="relative z-10 mx-auto max-w-6xl" id="rejestracja">
<div
hx-ext="loading-states"
data-loading-delay="300"
Expand Down
24 changes: 12 additions & 12 deletions public/meetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@
class="space-y-1 rounded-md px-2 pb-3 pt-2 text-base font-medium text-gray-300"
>
<a
href="#event"
href="#wydarzenie"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Wydarzenie</a
>
<a
href="#partners"
href="#partnerzy"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Partnerzy</a
>
<a
href="#speakers"
href="#prelegenci"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Prelegenci</a
>
Expand All @@ -116,7 +116,7 @@
>Agenda</a
>
<a
href="#gallery"
href="#galeria"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Galeria</a
>
Expand All @@ -143,17 +143,17 @@
class="text-md flex justify-end space-x-4 rounded-md font-medium text-gray-300"
>
<a
href="#event"
href="#wydarzenie"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Wydarzenie</a
>
<a
href="#partners"
href="#partnerzy"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Partnerzy</a
>
<a
href="#speakers"
href="#prelegenci"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Prelegenci</a
>
Expand All @@ -163,7 +163,7 @@
>Agenda</a
>
<a
href="#gallery"
href="#galeria"
class="block px-3 py-2 hover:bg-gray-700 hover:text-white"
>Galeria</a
>
Expand All @@ -184,7 +184,7 @@
></div>
<template x-if="meetup">
<div
id="event"
id="wydarzenie"
class="mx-auto max-w-4xl px-4 text-center text-[34px] font-bold capitalize xs:text-[40px] sm:pl-0 lg:w-full lg:text-7xl"
x-text="meetup.title"
></div>
Expand All @@ -202,7 +202,7 @@
<template x-if="meetup">
<div
class="mt-40 flex w-full justify-center bg-slate-950 py-10 lg:mt-48 lg:h-60 lg:bg-[#6C1DF2] lg:py-0 lg:pl-0"
id="partners"
id="partnerzy"
>
<div class="flex flex-col items-center gap-16 lg:flex-row">
<div class="flex flex-col">
Expand Down Expand Up @@ -315,7 +315,7 @@
alt="Gradient"
/>
</div>
<div class="static mx-auto w-full text-white lg:mt-64" id="speakers">
<div class="static mx-auto w-full text-white lg:mt-64" id="prelegenci">
<div class="my-16 p-4 text-center text-5xl font-bold lg:hidden">
Prelegenci
</div>
Expand Down Expand Up @@ -571,7 +571,7 @@
</button>
</div>
</section>
<section x-data="{ selectedImage: null }" id="gallery">
<section x-data="{ selectedImage: null }" id="galeria">
<template x-if="meetup">
<div class="relative mx-auto flex flex-col text-white">
<div
Expand Down

0 comments on commit 9651e7d

Please sign in to comment.