Delete Blog and Support Pages

- No longer going to be needed
release/0.3.0^2
Nathan Steel 5 years ago
parent b1054b2ffe
commit 7591e97677

@ -1,48 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Aney's Blog</title>
</head>
<body>
<header>
<h1>Aney's Network</h1>
<nav>
<p><a href="index.html">home</a></p>
<p><a href="blog.html">blog</a></p>
<p><a href="equipment.html">equipment</a></p>
<p><a href="onebag.html">onebag</a></p>
<p><a href="#">video</a></p>
<p><a href="#">git</a></p>
<p><a href="support.html">support</a></p>
<p><a href="files/cv.pdf">cv</a></p>
<hr/>
</nav>
</header>
<main>
<section>
<h1>February 2021</h1>
<ul>
<li><p>Jan 22 2021 - <a href="#">What's a blog?</a></p></li>
<li><p>Jan 22 2021<a href="#"></a></p></li>
</ul>
</section>
<section>
<h1>January 2021</h1>
<ul>
<li><p>Jan 22 2021<a href="#"></a></p></li>
</ul>
</section>
</main>
<footer>
<hr/>
<p>Designed and written with <a href="https://danluu.com/web-bloat/">web bloat</a> in mind</p>
<p>Made with <a href="#">aSite</a> | <a href="https://github.com/Aney/website">Source Code</a></p>
</footer>
</body>
</html>

@ -1,42 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Aney's Network</title>
</head>
<body>
<header>
<h1>Aney's Network</h1>
<nav>
<p><a href="index.html">home</a></p>
<p><a href="blog.html">blog</a></p>
<p><a href="equipment.html">equipment</a></p>
<p><a href="onebag.html">onebag</a></p>
<p><a href="#">video</a></p>
<p><a href="#">git</a></p>
<p><a href="support.html">support</a></p>
<p><a href="files/cv.pdf">cv</a></p>
<hr/>
</nav>
</header>
<main>
<section>
<h1>Support</h1>
<p>Pay me.</p>
</section>
<section id="equipment">
</section>
</main>
<footer>
<hr/>
<p>Designed and written with <a href="https://danluu.com/web-bloat/">web bloat</a> in mind</p>
<p>Made with <a href="#">aSite</a> | <a href="https://github.com/Aney/website">Source Code</a></p>
</footer>
</body>
</html>
Loading…
Cancel
Save