update
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<nav
|
||||
aria-label="Breadcrumb"
|
||||
class="breadcrumbs no-print"
|
||||
style="background: transparent; color: black;"
|
||||
>
|
||||
<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"
|
||||
>
|
||||
<option value="es">Español</option>
|
||||
<option disabled value="en">English</option>
|
||||
<option disabled value="eu">Euskara</option>
|
||||
</select>
|
||||
</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>
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
<style>
|
||||
.language-switcher {
|
||||
background: transparent;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
padding: 5px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.language-switcher-container {
|
||||
color: black;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.language-switcher-container {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user