This commit is contained in:
2026-07-12 20:10:20 +02:00
parent 2e66b8f936
commit efd1a91b1d
19 changed files with 4723 additions and 10 deletions
+4 -10
View File
@@ -6,12 +6,8 @@
<div style="display: flex; align-items: center; gap: 5px; flex-wrap: wrap;">
<a href="/" style="font-weight: bold;">Innercys</a>
</div>
<div
class="language-switcher-container"
>
<select
class="language-switcher"
>
<div class="language-switcher-container">
<select class="language-switcher">
<option value="es">Español</option>
<option disabled value="en">English</option>
<option disabled value="eu">Euskara</option>
@@ -19,10 +15,8 @@
</div>
<!-- Avatar iniciales con fondo degradado -->
<a href="/cuenta" style="display: flex; align-items: center; gap: 5px;">
<div
style="width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #0c616e, #001873); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;"
>
<div style="width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #0c616e, #001873); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold;">
<?= $_SERVER["HTTP_REMOTE_NAME"] ?? "?" ?>
</div>
</a>
</nav>