39 lines
695 B
HTML
39 lines
695 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Home</title>
|
|
<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>
|
|
|
|
<a href="/volunteer.html" >Volunteering</a>
|
|
|
|
</nav>
|
|
|
|
<h1 id="aaron-langham">Aaron Langham</h1>
|
|
|
|
<p>Location: Basingstoke</p>
|
|
|
|
<p>Telephone: 07546751602</p>
|
|
|
|
<p>Email: aaron@aaronlangham.com</p>
|
|
|
|
<p>Code Repositories:</p>
|
|
<ul>
|
|
<li>http://gitea.aaronlangham.com/aaron</li>
|
|
<li>https://github.com/Aaron-Langham</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|