mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-27 08:35:58 +00:00
deploy: f4b852d2dd
This commit is contained in:
+10
-10
@@ -182,12 +182,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -211,7 +211,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -255,7 +255,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -266,7 +266,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -182,12 +182,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -211,7 +211,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -255,7 +255,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -266,7 +266,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -182,12 +182,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -211,7 +211,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -222,7 +222,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -255,7 +255,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -266,7 +266,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -277,7 +277,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+7
-7
@@ -574,8 +574,8 @@ video {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.-left-10 {
|
||||
left: -2.5rem;
|
||||
.-right-14 {
|
||||
right: -3.5rem;
|
||||
}
|
||||
|
||||
.bottom-0 {
|
||||
@@ -1060,6 +1060,11 @@ video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.w-max {
|
||||
width: -moz-max-content;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.min-w-\[152px\] {
|
||||
min-width: 152px;
|
||||
}
|
||||
@@ -1554,11 +1559,6 @@ video {
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.px-\[20px\] {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.px-\[34px\] {
|
||||
padding-left: 34px;
|
||||
padding-right: 34px;
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -174,12 +174,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -190,7 +190,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -258,7 +258,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/contact/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
+10
-10
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
@@ -180,12 +180,12 @@
|
||||
|
||||
</a>
|
||||
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -left-10 bg-white dark:bg-black mt-[10px] py-4 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
<ul class="flex flex-col items-start gap-2 h-fit absolute top-11 -right-14 bg-white dark:bg-black mt-[10px] py-4 px-5 min-w-[170px] rounded-md shadow-[0_0_3px_rgb(60_72_88_/_15%)] sub-menu overflow-auto">
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/en.svg" alt="" srcset="">
|
||||
<p>English</p>
|
||||
</a>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/ar/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<div class="flex items-center justify-center" style="background-color:green; color:white; width:21.33px; height:16px">
|
||||
<p style="text-align:center; font-size:7px">العربية</p>
|
||||
</div>
|
||||
@@ -209,7 +209,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/cs/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/cs/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cs.svg" alt="" srcset="">
|
||||
<p>Čeština</p>
|
||||
</a>
|
||||
@@ -220,7 +220,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/de/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/de/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/de.svg" alt="" srcset="">
|
||||
<p>Deutsch</p>
|
||||
</a>
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/es/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
|
||||
<p>Español</p>
|
||||
</a>
|
||||
@@ -242,7 +242,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/fr/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/fr.svg" alt="" srcset="">
|
||||
<p>Français</p>
|
||||
</a>
|
||||
@@ -253,7 +253,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/it/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/it/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/it.svg" alt="" srcset="">
|
||||
<p>Italiano</p>
|
||||
</a>
|
||||
@@ -264,7 +264,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/nl/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/nl/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/nl.svg" alt="" srcset="">
|
||||
<p>Nederlands</p>
|
||||
</a>
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
|
||||
<a href="/zh_Hans/invitation/" class="flex items-center gap-4 flag-anchor whitespace-nowrap w-max">
|
||||
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
|
||||
<p>简体中文</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user