70 lines
1.8 KiB
HTML
70 lines
1.8 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>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://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 />
|
|
Copyright (C) 2025 Will Holdsworth under MPLv2
|
|
</footer>
|
|
</body>
|
|
</html>
|