fi33.buzz/public/index.html
Will Holdsworth d7dca5a76d
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
feat: add forgejo link
2026-03-12 23:35:38 +11:00

87 lines
2.2 KiB
HTML

<!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</title>
</head>
<body>
<header>
<h1>Will Holdsworth</h1>
</header>
<main>
<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>
<h2>Services</h2>
<ul>
<li>
<a href="https://cryptpad.fi33.buzz" target="_blank" rel="noreferrer"
>CryptPad</a
>
| Collaborative office suite
</li>
<li>
<a href="https://translate.fi33.buzz" target="_blank" rel="noreferrer"
>LibreTranslate</a
>
| Machine translation API
</li>
<li>
<a href="https://send.fi33.buzz" target="_blank" rel="noreferrer"
>Send</a
>
| Simple, private file sharing
</li>
</ul>
<h2>Links</h2>
<ul>
<li>
<a
href="https://git.fi33.buzz/will-holdsworth/resume/raw/branch/main/rendercv_output/Will_Holdsworth_CV.pdf"
target="_blank"
rel="noreferrer"
>Resume</a
>
</li>
<li>
<a
href="https://git.fi33.buzz/will-holdsworth"
target="_blank"
rel="noreferrer"
>Forgejo</a
>
</li>
<li>
<a
href="https://github.com/wi11-holdsworth"
target="_blank"
rel="noreferrer"
>GitHub</a
>
</li>
<li>
<a
href="https://linkedin.com/in/wholds"
target="_blank"
rel="noreferrer"
>LinkedIn</a
>
</li>
</ul>
</main>
<footer>
<hr />
Copyright (C) 2025 Will Holdsworth under MPLv2
</footer>
</body>
</html>