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

@ -16,19 +16,9 @@
<body>
<header>
<h1>Will Holdsworth</h1>
<hr />
<nav>
<a href="../../../index.html">Home</a>
|
<a href="../../../projects/index.html">Projects</a>
| Blog |
<a href="../../../pages/links.html">Links</a>
</nav>
<hr />
</header>
<main>
<a href="../../index.html">&laquo; Return to posts</a>
<a href="../../../index.html">&laquo; Return to posts</a>
<h1>Quick & easy cloud storage with dufs and NixOS</h1>
<p>
dufs<sup

View file

@ -1,40 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Will Holdsworth's Personal Site" />
<link rel="stylesheet" href="../index.css" />
<title>Will Holdsworth > Blog</title>
</head>
<body>
<header>
<h1>Will Holdsworth</h1>
<hr />
<nav>
<a href="../index.html">Home</a>
|
<a href="../projects/index.html">Projects</a>
| Blog |
<a href="../pages/links.html">Links</a>
</nav>
<hr />
</header>
<main>
<h2>Posts</h2>
<ul>
<li>
2025-01-28 |
<a href="2025/01/28-leveraging-nixos-dufs-cloud-storage.html"
>Quick and easy cloud storage with dufs and NixOS
</a>
</li>
</ul>
</main>
<footer>
<hr />
Copyright (C) 2025 Will Holdsworth under MPLv2
</footer>
</body>
</html>

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 />

View file

@ -1,49 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Will Holdsworth's Personal Site" />
<link rel="stylesheet" href="../index.css" />
<title>Will Holdsworth > Links</title>
</head>
<body>
<header>
<h1>Will Holdsworth</h1>
<hr />
<nav>
<a href="../index.html">Home</a>
|
<a href="../projects/index.html">Projects</a>
|
<a href="../blog/index.html">Blog</a>
| Links
</nav>
<hr />
</header>
<main>
<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>
</main>
<footer>
<hr />
Copyright (C) 2025 Will Holdsworth under MPLv2
</footer>
</body>
</html>

View file

@ -1,32 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Will Holdsworth's Personal Site" />
<link rel="stylesheet" href="../index.css" />
<title>Will Holdsworth > Projects</title>
</head>
<body>
<header>
<h1>Will Holdsworth</h1>
<hr />
<nav>
<a href="../index.html">Home</a>
| Projects |
<a href="../blog/index.html">Blog</a>
|
<a href="../pages/links.html">Links</a>
</nav>
<hr />
</header>
<main>
<p>🚧 Page under construction 🚧</p>
</main>
<footer>
<hr />
Copyright (C) 2025 Will Holdsworth under MPLv2
</footer>
</body>
</html>

View file

@ -11,23 +11,12 @@
<body>
<header>
<h1>Will Holdsworth</h1>
<hr />
<nav>
<a href="../../../index.html">Home</a>
|
<a href="../../../projects/index.html">Projects</a>
| Blog |
<a href="../../../pages/links.html">Links</a>
</nav>
<hr />
</header>
<main>
<a href="../../index.html">&laquo; Return to posts</a>
<a href="../../../index.html">&laquo; Return to posts</a>
<h1>Title</h1>
<a href="#top">^ Back to top</a>
</main>
<footer>
<hr />
Copyright (C) 2025 Will Holdsworth under MPLv2