Add navigation to homelab

This commit is contained in:
Rolf Martin Glomsrud 2024-08-23 20:38:34 +02:00
parent 8b72fb085f
commit 92507301ac

View file

@ -39,10 +39,15 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
<main>
<h1>Rolf Glomsrud</h1>
<img src="images/self.png" />
<a href="/homelab">
<p>Click here to read posts about my homelab!</p>
</a>
<p>
This site is a continual WIP, and this is just an alpha of what i hope
it will become :)
</p>
<p>I currently spend most my time either working, playing Magic the Gathering or working on my homelab</p>
</main>
<Footer />
</body>