Add navigation to homelab
This commit is contained in:
parent
8b72fb085f
commit
92507301ac
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue