You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aney.co.uk/projects.html

53 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Aney's project list">
<meta name="description" content="A collection of current, previous, and future (mostly software) projects.">
<meta name="keywords" content="Projects, Portfolio">
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<title>Projects</title>
</head>
<body>
<header>
<h1>Aney's Projects</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="projects.html">projects</a>
<a href="files/cv.pdf">cv</a>
</nav>
<hr/>
</header>
<main>
<section>
<h1>Current, and Previous Projects</h1>
<p>Projects that I am currently working on, or have "completed".</p>
</section>
<section id="projects">
</section>
</main>
<footer>
<hr/>
<nav>
<a href="/git">Git</a>
<a href="/wiki">Wiki</a>
<a href="https://www.youtube.com/aneyOC">Video</a>
<a href="#">Support</a>
</nav>
<hr/>
<p>Written by <a href="http://www.aney.co.uk">@aney</a> with <a href="https://danluu.com/web-bloat/">web bloat</a> in mind | <a href="https://github.com/Aney/website">Source Code</a></p>
</footer>
</body>
</html>