Merge tag 'v0.6.0' into develop

Release version 0.6.0
develop v0.6.0
Nathan Steel 4 years ago
commit 8593c30a1f

@ -0,0 +1,47 @@
<!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 Blog">
<meta name="description" content="A collection of typically tech related articles, authored by Aney.">
<meta name="keywords" content="Blog, articles, news">
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Aney's Blog</title>
</head>
<body>
<header>
<h1>Aney's Blog</h1>
<hr/>
<nav>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>
<main>
<section>
<h2>2021</h2>
<ul>
<li><a href="/blog/ive-started-a-blog.html">I've started a blog</a> - 20/11/2021</li>
</ul>
</section>
</main>
<footer>
<hr/>
<p>Written by <a href="http://www.aney.co.uk" target="_blank" rel="noopener noreferrer">@aney</a> with <a href="https://danluu.com/web-bloat/" target="_blank" rel="noopener noreferrer">web bloat</a> in mind | <a href="https://github.com/Aney/website" target="_blank" rel="noopener noreferrer">Source Code</a></p>
</footer>
</body>
</html>

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="I've started a blog">
<meta name="description" content="A new step for aney.co.uk, there's now a blog.">
<meta name="keywords" content="Blog, articles, news">
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>I've started a blog</title>
</head>
<body>
<header>
<h1>I've started a blog</h1>
<hr/>
<nav>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>
<main>
<section>
<p>To prefix, I am not an author. In fact my skill with the pen was much more proficient when I was a youngling, but alas I have returned to write.</p>
<h2>Why?</h2>
<p>There are many reasons, although I don't believe there even needs to be one. If you want to blog, blog!</p>
<h3>To improve my writing skills</h3>
<p>I'd love to get back into writing. The ability to convey, and pass information to others is a valuable skill that I very much wish to posses. If I'm able to help another understand, learn, or just discover something, I see this as a massive benefit.</p>
<h3>Gain a better understanding of the blogosphere</h3>
<p>What goes on behind the scenes for blogs? How do people network? How can you tell you're doing a good job? I could easily find these through research (and likely another person's blog), however I want to learn the answer to these, and more first hand.</p>
<h3>Learn SEO, and keyword research</h3>
<p>I want to help others get on, and use the web with a good chance to find, or have likeminded people find them. SEO, and keywords are a large factor in this, as a good portion of the web is now found through search engines.</p>
<h3>Get an alternate income stream</h3>
<p>The least likely of the bunch, but if I could pocket even a little from this blog, I'd be a happy chap.</p>
</section>
</main>
<footer>
<hr/>
<p>Written by <a href="http://www.aney.co.uk" target="_blank" rel="noopener noreferrer">@aney</a> with <a href="https://danluu.com/web-bloat/" target="_blank" rel="noopener noreferrer">web bloat</a> in mind | <a href="https://github.com/Aney/website" target="_blank" rel="noopener noreferrer">Source Code</a></p>
</footer>
</body>
</html>

@ -8,8 +8,8 @@
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="green">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Aney's curriculum vitae (CV)</title>
</head>
@ -18,11 +18,12 @@
<h1>Aney's CV</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="projects.html">projects</a>
<a href="sitemap.html">misc</a>
<a href="support.html">support</a>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>

@ -9,8 +9,8 @@
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Hardware</title>
</head>
@ -19,11 +19,12 @@
<h1>Aney's Hardware</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="projects.html">projects</a>
<a href="sitemap.html">misc</a>
<a href="support.html">support</a>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>

@ -9,8 +9,8 @@
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Aney's Network</title>
</head>
@ -19,11 +19,12 @@
<h1>Aney's Network</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="projects.html">projects</a>
<a href="sitemap.html">misc</a>
<a href="support.html">support</a>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>
@ -36,7 +37,7 @@
<p>It's my little place on the world wide web. It serves the purpose of being a one-stop location I can refer people to when they ask things, like:</p>
<ul>
<li>Who are you?</a></li>
<li><a href="equipment.html">What hardware do you use?</a></li>
<li><a href="/equipment.html">What hardware do you use?</a></li>
<li>How about software?</a></li>
<li>What's in your onebag?</a></li>
<li>Why does your website look like that?</li>

@ -20,8 +20,12 @@ a:link, a:visited {color:#087ca7;}
a:hover, a:visited:hover {color:#09b2dc;}
ul{
padding-left: 0;
margin-left: 0;
list-style-position: inside;
}
li > ul{
margin-left: 1em;
}
footer p{
margin: 0;
}

@ -9,8 +9,8 @@
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Projects</title>
</head>
@ -19,11 +19,12 @@
<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="sitemap.html">misc</a>
<a href="support.html">support</a>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>

@ -9,8 +9,8 @@
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Aney's Sitemap</title>
</head>
@ -19,11 +19,12 @@
<h1>Aney's Sitemap</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="projects.html">projects</a>
<a href="sitemap.html">misc</a>
<a href="support.html">support</a>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>
@ -31,16 +32,24 @@
<main>
<section>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="equipment.html">equipment</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="sitemap.html">sitemap/misc</a></li>
<li><a href="support.html">donate/support me</a></li>
<li><a href="/">home</a></li>
<li><a href="/equipment.html">equipment</a></li>
<li><a href="/projects.html">projects</a></li>
<li><a href="/sitemap.html">sitemap/misc</a></li>
<li><a href="/support.html">donate/support me</a></li>
</ul>
<ul>
<li><a href="websites.html">websites I like</a></li>
<li><a href="cv.html">cv</a></li>
<li><a href="/websites.html">websites I like</a></li>
<li><a href="/cv.html">cv</a></li>
</ul>
<ul>
<li><a href="/blog/">blog</a>
<ul>
<li><a href="/blog/ive-started-a-blog.html">I've started a blog</a></li>
</ul>
</li>
</ul>
</section>
</main>

@ -9,8 +9,8 @@
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Support me</title>
</head>
@ -19,11 +19,12 @@
<h1>Support Me</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="projects.html">projects</a>
<a href="sitemap.html">misc</a>
<a href="support.html">support</a>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>

@ -9,8 +9,8 @@
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Aney's Favourite Sites</title>
</head>
@ -19,11 +19,12 @@
<h1>Aney's Favourite Sites</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="projects.html">projects</a>
<a href="sitemap.html">misc</a>
<a href="support.html">support</a>
<a href="/">home</a>
<a href="/equipment.html">equipment</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>

Loading…
Cancel
Save