Add support page

web-bloat
Nathan Steel 4 years ago
parent 1d876dbcd3
commit c669c5425f

@ -42,6 +42,7 @@
<section>
<ul>
<li><a href="websites.html">websites I like</a></li>
<li><a href="support.html">donate/support me</a></li>
</ul>
</section>
@ -60,7 +61,6 @@
<li>start a website</li>
<li>the software I use</li>
<li>why I use an x220</li>
<li>support</li>
<li>onebag</li>
</ul>
</section>

@ -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="Aney's favourite websites, or something like that">
<meta name="description" content="A collection of the websites Aney uses regularary, finds inspiration from, or just finds attractive">
<meta name="keywords" content="Websites, collection">
<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 Favourite Sites</title>
</head>
<body>
<header>
<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="cv.html">cv</a>
</nav>
<hr/>
</header>
<main>
<section>
<p>If you'd like to support me, the site, or any projects I'm working on, thank you.</p>
</section>
<section>
<h2>Ko-fi</h2>
<p><a href="https://ko-fi.com/siraney" target="_blank" rel="noopener noreferrer">Donate me a hot choccy</a></a>
<h2>BAT (Brave)</h2>
<p>If you use the Brave browser, this site is setup to accept BAT.</p>
<h2><del>Liberapay</del></h2>
<p>I've yet to set this up, but when I do I'll likely push this.</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>
Loading…
Cancel
Save