File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
-
2
- < nav >
3
- < a href = " # " >Home</ a >
4
- < a href = " # " >Posts</ a >
5
- <a href =" # " >Contact</a >
6
- </nav >
1
+ < header class = " fixed top-0 left-0 w-full text-white z-999 p-4 flex items-center justify-between " >
2
+ < span class = " text-xl font-black tracking-widest " >
3
+ < span class = " i-charm-gamepad bg-white " ></ span > ANDKA
4
+ </ span >
5
+ <a href =" mailto:hy@andka.me " class = " px-4 py-1 transition-all duration-500 ease-in hover:(text-black bg-green border-transparent) border-2 border-white rounded-xl " >Contact</a >
6
+ </header >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const { title } = Astro.props;
18
18
<BaseHead title ={ title } />
19
19
</head >
20
20
<body class =" bg-primary h-screen font-sans overflow-x-hidden" >
21
- <!-- < BaseNavbar /> -- >
21
+ <BaseNavbar />
22
22
<slot />
23
23
<!-- <Footer /> -->
24
24
</body >
You can’t perform that action at this time.
0 commit comments