Replace onebag with projects page

- Renamed (to projects) and altered basic content on onebag page
- Changed links on all pages to reflect this change
release/0.3.0^2
Nathan Steel 5 years ago
parent f00f10bb59
commit 4e181d1c57

@ -21,7 +21,7 @@
<nav>
<a href="index.html">home</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>
</nav>
<hr/>

@ -21,7 +21,7 @@
<nav>
<a href="index.html">home</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>
</nav>
<hr/>

@ -3,25 +3,25 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Aney's One-bag, and travelling gear">
<meta name="description" content="A collection of the equipment, and other gear Aney bring on his travels">
<meta name="keywords" content="One-Bag, Travelling">
<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>OneBag</title>
<title>Projects</title>
</head>
<body>
<header>
<h1>Aney's OneBag</h1>
<h1>Aney's Projects</h1>
<hr/>
<nav>
<a href="index.html">home</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>
</nav>
<hr/>
@ -29,12 +29,11 @@
<main>
<section>
<h1>Onebag and travel gear</h1>
<p>The gear I keep for my travels, mostly contained in a single bag.</p>
<p>Many items from my equipment page is also included in my onebag.</p>
<h1>Current, and Previous Projects</h1>
<p>Projects that I am currently working on, or have "completed".</p>
</section>
<section id="equipment">
<section id="projects">
</section>
</main>
Loading…
Cancel
Save