add resume and social links to links page

This commit is contained in:
wi11-holdsworth 2025-09-19 17:07:33 +10:00
parent 1232e18f28
commit 3342c26455

View file

@ -1,47 +1,43 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head> <meta charset="UTF-8" />
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Will Holdsworth's Personal Site" />
<meta name="description" content="Will Holdsworth's Personal Site"> <link rel="stylesheet" href="../index.css" />
<link rel="stylesheet" href="../index.css">
<title>Will Holdsworth > Links</title> <title>Will Holdsworth > Links</title>
</head> </head>
<body> <body>
<header> <header>
<h1>Will Holdsworth</h1> <h1>Will Holdsworth</h1>
<hr> <hr />
<nav> <nav>
<a href="../index.html">Home</a> <a href="../index.html">Home</a>
| |
<a href="../projects/index.html">Projects</a> <a href="../projects/index.html">Projects</a>
| |
<a href="../blog/index.html">Blog</a> <a href="../blog/index.html">Blog</a>
|
<a href="about.html">About</a>
| Links | Links
</nav> </nav>
<hr> <hr />
</header> </header>
<main> <main>
<h2>Email Address</h2> <ul>
<a href="mailto:canyon-scary-tutu@duck.com">canyon-scary-tutu@duck.com</a> <li>
<p>This forwarding address is provided by <a href="https://duckduckgo.com/email/">DuckDuckGo</a> and is periodically <a
regenerated to reduce spam.</p> href="https://wi11-holdsworth.github.io/resume/Will_Holdsworth_CV.pdf"
<h2>GitHub</h2> target="_blank"
<a href="https://github.com/wi11-holdsworth/">GitHub</a> >Resume</a
<p>I host all of my code on GitHub, although I am considering replacing this soon with a self-hosted <a >
href="https://sourcehut.org/">sourcehut</a> instance.</p> </li>
<h2>Social Media</h2> <li><a href="https://github.com/wi11-holdsworth">GitHub</a></li>
<p>I currently use social media exclusively among close friends. If this ever changes, I will add some links. <li><a href="https://linkedin.com/in/wholds">LinkedIn</a></li>
</p> </ul>
</main> </main>
<footer> <footer>
<hr> <hr />
Copyright (C) 2025 Will Holdsworth under MPLv2 Copyright (C) 2025 Will Holdsworth under MPLv2
</footer> </footer>
</body> </body>
</html> </html>