rework home page

This commit is contained in:
2025-04-06 21:40:05 +02:00
parent 386c4c1eb1
commit 6c08b4aa4c
8 changed files with 273 additions and 110 deletions
-1
View File
@@ -76,7 +76,6 @@ const { current = '' } = Astro.props;
<nav>
<div class="nav-buttons">
<a data-astro-prefetch class={current === "" ? "selected" : ""} href='/'>home</a>
<a data-astro-prefetch class={current === "about" ? "selected" : ""} href='/about'>about</a>
<a data-astro-prefetch class={current === "projects" ? "selected" : ""} href='/projects'>projects</a>
<a data-astro-prefetch class={current === "blog" ? "selected" : ""} href='/blog'>blog</a>
</div>