🚧 other sites under construction
This commit is contained in:
parent
78b74beb8e
commit
de3f280d87
2 changed files with 14 additions and 2 deletions
|
@ -13,8 +13,7 @@ import ThemeIcon from './ThemeIcon.astro';
|
||||||
</div>
|
</div>
|
||||||
<nav class="flex gap-2">
|
<nav class="flex gap-2">
|
||||||
<HeaderLink href="/about">about</HeaderLink>
|
<HeaderLink href="/about">about</HeaderLink>
|
||||||
<HeaderLink href="#">projects</HeaderLink>
|
|
||||||
<HeaderLink href="#">resume</HeaderLink>
|
|
||||||
<HeaderLink href="/blog">blog</HeaderLink>
|
<HeaderLink href="/blog">blog</HeaderLink>
|
||||||
|
<HeaderLink href="/more">more</HeaderLink>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
13
src/pages/more.md
Normal file
13
src/pages/more.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: "More"
|
||||||
|
description: "The navbar was becoming unwieldy, here you'll see some more of the various pages."
|
||||||
|
layout: "../layouts/Layout.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
[📜 CV (under construction)](/)
|
||||||
|
|
||||||
|
[📚 Logs (under construction)](/)
|
||||||
|
|
||||||
|
[🌱 Digital garden (under construction)](/)
|
||||||
|
|
||||||
|
[✨ Uses (under construction)](/)
|
Loading…
Add table
Reference in a new issue