|
|
@ -1,12 +1,9 @@ |
|
|
|
--- |
|
|
|
--- |
|
|
|
import YouTubeBanner from '../YouTubeBanner.astro'; |
|
|
|
|
|
|
|
import Icon from '../Icon.astro'; |
|
|
|
import Icon from '../Icon.astro'; |
|
|
|
--- |
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
<script src='./navigation.js'></script> |
|
|
|
<script src='./navigation.js'></script> |
|
|
|
|
|
|
|
|
|
|
|
<YouTubeBanner /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class='bg-slate-900 text-white py-5 sm:py-8'> |
|
|
|
<div class='bg-slate-900 text-white py-5 sm:py-8'> |
|
|
|
<nav class='container flex items-center justify-between'> |
|
|
|
<nav class='container flex items-center justify-between'> |
|
|
|
<a class='font-medium text-lg flex items-center text-white' href='/'> |
|
|
|
<a class='font-medium text-lg flex items-center text-white' href='/'> |
|
|
@ -47,11 +44,11 @@ import Icon from '../Icon.astro'; |
|
|
|
<!-- Mobile Navigation Items --> |
|
|
|
<!-- Mobile Navigation Items --> |
|
|
|
<div |
|
|
|
<div |
|
|
|
id='mobile-navigation' |
|
|
|
id='mobile-navigation' |
|
|
|
class='fixed top-0 bottom-0 left-0 right-0 z-40 bg-slate-900 flex items-center hidden' |
|
|
|
class='fixed top-0 bottom-0 left-0 right-0 z-40 bg-slate-900 items-center hidden' |
|
|
|
> |
|
|
|
> |
|
|
|
<button |
|
|
|
<button |
|
|
|
id='close-mobile-navigation' |
|
|
|
id='close-mobile-navigation' |
|
|
|
class='text-gray-400 hover:text-gray-50 block cursor-pointer absolute top-6 right-6 cursor-pointer' |
|
|
|
class='text-gray-400 hover:text-gray-50 block cursor-pointer absolute top-6 right-6' |
|
|
|
> |
|
|
|
> |
|
|
|
<Icon icon='close' /> |
|
|
|
<Icon icon='close' /> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|