initial commit
This commit is contained in:
16
layouts/_partials/header.html
Normal file
16
layouts/_partials/header.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="min-h-[148px]"></div>
|
||||
<header class="fixed inset-x-0 z-100">
|
||||
<div
|
||||
id="menu-blur"
|
||||
class="absolute opacity-0 inset-x-0 top-0 h-full backdrop-blur-2xl shadow-2xl"
|
||||
role="presentation"
|
||||
tab-index="-1"></div>
|
||||
<div
|
||||
class="relative m-auto leading-7 max-w-7xl px-6 sm:px-14 md:px-25 lg:px-32">
|
||||
<nav class="flex items-center py-6 pr-2 md:pr-4 pb-[3px] pl-0">
|
||||
<a href="{{ "/" | relURL }}" class="text-base font-medium"
|
||||
>{{ .Site.Title }}</a
|
||||
>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user