|
|
|
@ -3,25 +3,25 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="title" content="Aney's One-bag, and travelling gear">
|
|
|
|
<meta name="title" content="Aney's project list">
|
|
|
|
<meta name="description" content="A collection of the equipment, and other gear Aney bring on his travels">
|
|
|
|
<meta name="description" content="A collection of current, previous, and future (mostly software) projects.">
|
|
|
|
<meta name="keywords" content="One-Bag, Travelling">
|
|
|
|
<meta name="keywords" content="Projects, Portfolio">
|
|
|
|
<meta name="author" content="Nathan (Aney) Steel">
|
|
|
|
<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: light)" content="white">
|
|
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">
|
|
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">
|
|
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
|
|
<link rel="icon" type="image/png" href="images/favicon.svg">
|
|
|
|
<link rel="icon" type="image/png" href="images/favicon.svg">
|
|
|
|
<title>OneBag</title>
|
|
|
|
<title>Projects</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<header>
|
|
|
|
<h1>Aney's OneBag</h1>
|
|
|
|
<h1>Aney's Projects</h1>
|
|
|
|
<hr/>
|
|
|
|
<hr/>
|
|
|
|
<nav>
|
|
|
|
<nav>
|
|
|
|
<a href="index.html">home</a>
|
|
|
|
<a href="index.html">home</a>
|
|
|
|
<a href="equipment.html">equipment</a>
|
|
|
|
<a href="equipment.html">equipment</a>
|
|
|
|
<a href="onebag.html">onebag</a>
|
|
|
|
<a href="projects.html">projects</a>
|
|
|
|
<a href="files/cv.pdf">cv</a>
|
|
|
|
<a href="files/cv.pdf">cv</a>
|
|
|
|
</nav>
|
|
|
|
</nav>
|
|
|
|
<hr/>
|
|
|
|
<hr/>
|
|
|
|
@ -29,12 +29,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<section>
|
|
|
|
<h1>Onebag and travel gear</h1>
|
|
|
|
<h1>Current, and Previous Projects</h1>
|
|
|
|
<p>The gear I keep for my travels, mostly contained in a single bag.</p>
|
|
|
|
<p>Projects that I am currently working on, or have "completed".</p>
|
|
|
|
<p>Many items from my equipment page is also included in my onebag.</p>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
<section id="equipment">
|
|
|
|
<section id="projects">
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|