Загрузка...

Плавающая навигационная панель с эффектом Glassmorphism. Фиксированное меню для современных лендингов. Адаптивный дизайн, утилиты Tailwind.
<!-- Background Effects -->
<div class="fixed inset-0 grid-bg pointer-events-none z-0"></div>
<!-- Navigation: Pill Shaped & Floating -->
<nav
class="fixed -translate-x-1/2 flex shadow-black/50 transition-all duration-300 hover:border-white/20 hover:shadow-brand-sky/5 lg:w-fit bg-gradient-to-br from-white/10 to-white/0 w-full max-w-[90vw] z-50 rounded-full ring-white/10 ring-1 pt-1.5 pr-1.5 pb-1.5 pl-4 top-6 left-1/2 shadow-[0_2.8px_2.2px_rgba(0,_0,_0,_0.034),_0_6.7px_5.3px_rgba(0,_0,_0,_0.048),_0_12.5px_10px_rgba(0,_0,_0,_0.06),_0_22.3px_17.9px_rgba(0,_0,_0,_0.072),_0_41.8px_33.4px_rgba(0,_0,_0,_0.086),_0_100px_80px_rgba(0,_0,_0,_0.12)] backdrop-blur-xl items-center justify-between">
<!-- Logo Area -->
<div class="flex mr-8 gap-x-2.5 gap-y-2.5 items-center" onclick="window.location.href='/home'" role="button">
<div class="relative flex items-center justify-center">
<!-- Subtle glow behind logo -->
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="width: 24px; height: 24px; color: rgb(56, 189, 248);" class="iconify iconify--solar w-[24px] h-[24px]"
aria-hidden="true" role="img" data-icon="solar:layers-minimalistic-bold-duotone"
data-solar="forbidden-circle-bold-duotone" data-icon-set="solar" data-icon-replaced="true" stroke-width="2">
<path fill="#38bdf8"
d="M4.929 4.929c-3.905 3.905-3.905 10.237 0 14.142s10.237 3.905 14.142 0s3.905-10.237 0-14.142s-10.237-3.905-14.142 0"
opacity=".5" class=""></path>
<path fill="#38bdf8" d="M18.521 4.418L4.418 18.521a10 10 0 0 0 1.06 1.061L19.583 5.479a10 10 0 0 0-1.06-1.06"
class="">
</path>
</svg>
</div>
<span class="font-sans font-medium text-base tracking-tight text-white">Aura</span>
</div>
<!-- Links (Hidden on small screens) -->
<div class="hidden md:flex items-center gap-6 mr-8">
<a href="/features" class="hover:text-white transition-colors text-xs font-medium text-white/50">Features</a>
<a href="/about" class="hover:text-white transition-colors text-xs font-medium text-white/50">About</a>
<a href="/pricing" class="hover:text-white transition-colors text-xs font-medium text-white/50">Pricing</a>
</div>
<!-- Action Button -->
<button class="flex hover:bg-brand-sky transition-colors group flex-none text-xs font-semibold text-black bg-white rounded-full pt-2 pr-4 pb-2 pl-4 gap-x-2 gap-y-2 items-center" onclick="window.location.href='/login'" role="button">
Start Engine
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:arrow-right-bold-duotone" class="iconify group-hover:translate-x-0.5 transition-transform"><path fill="currentColor" d="M13.25 12.75V18a.75.75 0 0 0 1.28.53l6-6a.75.75 0 0 0 0-1.06l-6-6a.75.75 0 0 0-1.28.53z" class=""></path></svg>
</button>
</nav>