This commit is contained in:
epoberezkin
2023-03-31 18:15:20 +00:00
parent 6bc01406d3
commit 044a40ac3c
33 changed files with 1092 additions and 117 deletions

View File

@@ -12,10 +12,10 @@
dir="ltr"
dir="ltr"
@@ -163,6 +163,8 @@
<img src="/img/flags/it.svg" alt="" srcset="">
@@ -176,8 +178,6 @@
</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">
@@ -194,6 +194,17 @@
<li>
<a href="/ar/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
<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>
<p>العربية</p>
</a>
</li>
<li>
@@ -218,6 +229,17 @@
<li>
<a href="/es/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
<p>Español</p>
</a>
</li>
<li>
<a href="/fr/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
@@ -251,7 +273,14 @@
<li>
<a href="/zh_Hans/contact/" class="px-[20px] flex items-center gap-4 flag-anchor">
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
<p>简体中文</p>
</a>
</li>

View File

@@ -12,10 +12,10 @@
dir="ltr"
dir="ltr"
@@ -163,6 +163,8 @@
<img src="/img/flags/it.svg" alt="" srcset="">
@@ -176,8 +178,6 @@
</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">
@@ -194,6 +194,17 @@
<li>
<a href="/ar/" class="px-[20px] flex items-center gap-4 flag-anchor">
<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>
<p>العربية</p>
</a>
</li>
<li>
@@ -218,6 +229,17 @@
<li>
<a href="/es/" class="px-[20px] flex items-center gap-4 flag-anchor">
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
<p>Español</p>
</a>
</li>
<li>
<a href="/fr/" class="px-[20px] flex items-center gap-4 flag-anchor">
@@ -251,7 +273,14 @@
<li>
<a href="/zh_Hans/" class="px-[20px] flex items-center gap-4 flag-anchor">
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
<p>简体中文</p>
</a>
</li>

View File

@@ -12,10 +12,10 @@
dir="ltr"
dir="ltr"
@@ -163,6 +163,8 @@
<img src="/img/flags/it.svg" alt="" srcset="">
@@ -176,8 +178,6 @@
</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">
@@ -194,6 +194,17 @@
<li>
<a href="/ar/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
<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>
<p>العربية</p>
</a>
</li>
<li>
@@ -218,6 +229,17 @@
<li>
<a href="/es/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
<img class="h-4" src="/img/flags/es.svg" alt="" srcset="">
<p>Español</p>
</a>
</li>
<li>
<a href="/fr/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
@@ -251,7 +273,14 @@
<li>
<a href="/zh_Hans/invitation/" class="px-[20px] flex items-center gap-4 flag-anchor">
<img class="h-4" src="/img/flags/cn.svg" alt="" srcset="">
<p>简体中文</p>
</a>
</li>