Navigation 08
Navigation 08
=
<div class="bg-gray-100 text-gray-600 px-6 lg:px-8 py-4">
<div class="max-w-screen-xl mx-auto flex flex-col md:flex-row justify-between items-center relative">
<a href="#">
<img class="h-7" src="http://demo-assets.uibak.com/themesdev/edge-logo.svg"alt="logo placeholder">
</a>
<div class="flex space-x-2 mt-2 md:mt-0">
<a href="#" class="p-2 flex items-center space-x-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-4">
<path fill-rule="evenodd" d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z" clip-rule="evenodd" />
</svg>
<span class="text-sm font-semibold">Login</span>
</a>
<a href="#" class="p-2 flex items-center space-x-2">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-4">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z" />
</svg>
<span class="text-sm font-semibold">Help</span>
</a>
<a href="#" class="p-2 flex items-center space-x-2">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-4">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z" />
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z" />
</svg>
<span class="text-sm font-semibold">Stats</span>
</a>
<a href="#" class="p-2 flex items-center space-x-2">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-4">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" />
</svg>
<span class="text-sm font-semibold">Stats</span>
</a>
</div>
</div>
</div>
<div class="bg-gray-200 text-gray-600 px-6 lg:px-8 py-4">
<nav class="max-w-screen-xl mx-auto flex flex-col justify-center md:justify-start items-center p-8 md:p-0 space-y-4 md:space-y-0 md:flex-row md:space-x-4 lg:space-x-6 xl:space-x-12 font-semibold absolute top-24 md:top-0 left-0 w-full md:w-auto md:relative bg-gray-200 md:bg-transparent">
<a href="#" class="hover:opacity-70">Home</a>
<a href="#" class="hover:opacity-70">Services</a>
<a href="#" class="hover:opacity-70">Pricing</a>
<a href="#" class="hover:opacity-70">Blog</a>
<a href="#" class="hover:opacity-70">Newsletter</a>
<a href="#" class="hover:opacity-70">FAQ</a>
<a href="#" class="hover:opacity-70">Contact</a>
</nav>
</div>