feat: links and posts now live on the same page, no need for a navbar

This commit is contained in:
wi11-holdsworth 2025-11-11 17:28:17 +11:00
parent c35e388f03
commit 5502454025
6 changed files with 29 additions and 155 deletions

View file

@ -11,19 +11,35 @@
<body>
<header>
<h1>Will Holdsworth</h1>
<hr />
<nav>
Home |
<a href="projects/index.html">Projects</a>
|
<a href="blog/index.html">Blog</a>
|
<a href="pages/links.html">Links</a>
</nav>
<hr />
</header>
<main>
<p>🚧 Page under construction 🚧</p>
<h2>Links</h2>
<ul>
<li>
<a
href="https://wi11-holdsworth.github.io/resume/Will_Holdsworth_CV.pdf"
target="_blank"
>Resume</a
>
</li>
<li>
<a href="https://github.com/wi11-holdsworth" target="_blank"
>GitHub</a
>
</li>
<li>
<a href="https://linkedin.com/in/wholds" target="_blank">LinkedIn</a>
</li>
</ul>
<h2>Posts</h2>
<ul>
<li>
2025-01-28 |
<a href="blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html"
>Quick and easy cloud storage with dufs and NixOS
</a>
</li>
</ul>
</main>
<footer>
<hr />