43 lines
1.1 KiB
HTML
43 lines
1.1 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 > 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">GitHub</a></li>
|
|
<li><a href="https://linkedin.com/in/wholds">LinkedIn</a></li>
|
|
</ul>
|
|
</main>
|
|
<footer>
|
|
<hr />
|
|
Copyright (C) 2025 Will Holdsworth under MPLv2
|
|
</footer>
|
|
</body>
|
|
</html>
|