2023-11-26 22:17:17 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2024-02-15 16:49:25 +00:00
|
|
|
<title>CV</title>
|
2023-11-26 22:17:17 +00:00
|
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
|
|
|
|
<a href="/" class="current">Home</a>
|
|
|
|
|
|
|
|
<a href="/about.html" >About</a>
|
|
|
|
|
|
|
|
<a href="/education.html" >Education</a>
|
|
|
|
|
|
|
|
<a href="/work.html" >Work</a>
|
|
|
|
|
2024-02-15 13:43:55 +00:00
|
|
|
<a href="/homelab.html" >Homelab</a>
|
|
|
|
|
2023-11-27 10:00:59 +00:00
|
|
|
<a href="/volunteer.html" >Volunteering</a>
|
|
|
|
|
2023-11-26 22:17:17 +00:00
|
|
|
</nav>
|
|
|
|
|
2023-11-27 09:02:01 +00:00
|
|
|
<h1 id="aaron-langham">Aaron Langham</h1>
|
|
|
|
|
|
|
|
<p>Location: Basingstoke</p>
|
|
|
|
|
|
|
|
<p>Telephone: 07546751602</p>
|
|
|
|
|
2023-12-14 14:21:58 +00:00
|
|
|
<p>Email: <a href="mailto:aaron@aaronlangham.com">aaron@aaronlangham.com</a></p>
|
|
|
|
|
|
|
|
<p>Website: <a href="https://aaronlangham.com/">aaronlangham.com</a></p>
|
2023-11-27 09:02:01 +00:00
|
|
|
|
|
|
|
<p>Code Repositories:</p>
|
2023-11-27 10:16:51 +00:00
|
|
|
<ul>
|
2024-02-15 15:32:40 +00:00
|
|
|
<li><a href="https://gitea.aaronlangham.com/aaron" target="_blank">Gitea</a></li>
|
|
|
|
<li><a href="https://github.com/Aaron-Langham" target="_blank">GitHub</a></li>
|
2023-11-27 10:16:51 +00:00
|
|
|
</ul>
|
2023-11-26 22:17:17 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|