web/thanks/index.html
2023-02-20 13:08:58 +00:00

219 lines
5.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-gb">
<head>
<link rel="shortcut icon" type="image/jpg" href='&#x2F;images&#x2F;favicon.png'/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="My site of stuff" />
<meta property="og:title" content="Paul Wilde :: Paul Wilde" />
<meta property="og:image" content='&#x2F;images&#x2F;favicon.png' />
<meta property="og:description" content="My site of stuff" />
<link rel="stylesheet" href="/css/simple.min.css"/>
<link rel="stylesheet" href="/css/keyframes.css"/>
<link rel="stylesheet" href="/css/site.css"/>
<link rel="stylesheet" href="/css/media.css"/>
<title>Thanks :: My site of stuff :: Paul Wilde</title>
</head>
<body class="section">
<header>
<section>
<nav>
<a href="/">Welcome</a>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;aboutme&#x2F;">About Me</a>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;dev&#x2F;">Development</a>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;tech&#x2F;">Tech Stuff</a>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;websites&#x2F;">Websites</a>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;recipes&#x2F;">Recipes</a>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;poems&#x2F;">Poems</a>
</nav>
</section>
</header>
<main>
<div class="main ">
<h3>
<a href="/" class="nocolouring">~</a>
/ <a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;thanks&#x2F;">Thanks</a>
</h3>
<p>Id like to give credit and say thanks to all of the below who, with their
support, tools and services, make this website possible =</p>
<ul>
<li><a href="https://gohugo.io/">Hugo</a> - Static Site Generator - used in making this website.</li>
<li>The <a href="https://atom.io/">Atom</a> text editor - for Text Editing goodness.</li>
<li><a href="https://kevq.uk">Kev Quirk</a> - for <a href="https://simplecss.org/">Simple.CSS</a> -
used for styling this website.</li>
<li>The <a href="https://fosstodon.org">Fosstodon</a> and <a href="https://joinmastodon.org">Fediverse</a> communities - for software recommendations and
general pleasant conversations and natterings.</li>
<li><a href="https://www.ovh.co.uk/">OVH</a> - for the VPS this website runs on.</li>
<li><a href="https://rockylinux.org">Rocky Linux</a> - for the OS used on the VPS.</li>
<li><a href="https://nginx.org">NGINX</a> - for the web server software that publishes this website.</li>
<li><a href="https://letsencrypt.org">Lets Encrypt</a> - for the SSL certificate that secures this website.</li>
<li><a href="https://plausible.io/">Plausible</a> Analytics - for providing privacy-friendly analytics for this website.</li>
<li>You - for visiting this website.</li>
<li><a href="https://archlinux.org">Arch Linux</a> - for the OS used on my laptop.</li>
<li><a href="https://www.pcspecialist.co.uk/">PC Specialist</a> - for providing my laptop.</li>
<li><a href="https://manjaro.org">Manjaro</a> - for the OS used on my PC.</li>
<li>Various other companies - for providing various components for my PC.</li>
</ul>
<ul>
<li>Becky Wilde - for putting up with me and my pointless whims and tinkerings.</li>
</ul>
<div class="section-list">
<ul>
</ul>
</div>
<hr/>
<section id="lastmod">
<sub>Last Modified :
</sub>
</section>
</div>
</main>
<footer>
<section>
<div class="row">
<div class="inline footer-links">
<ul>
<li>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;aboutme&#x2F;">About Me</a>
</li>
<li>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;dev&#x2F;">Development</a>
</li>
<li>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;tech&#x2F;">Tech Stuff</a>
</li>
<li>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;websites&#x2F;">Websites</a>
</li>
</ul>
<ul>
<li>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;recipes&#x2F;">Recipes</a>
</li>
<li>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;poems&#x2F;">Poems</a>
</li>
<li>
<a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;thanks&#x2F;">Thanks</a>
</li>
</ul>
<ul>
<li>
<a href="https://wilde-it.co.uk" target="_blank">My Business</a>
</li>
</ul>
</div>
<div class="inline social-links">
<a rel="me" href="https://codeberg.org/pswilde" title="My main Git Repository"><img src='/images/git.png' /></a>
<a rel="me" href="https://notnull.click/@paul" title="Find me on the Fediverse"><img src='/images/fediverse.png' /></a>
<a rel="me" href="https://matrix.to/#/@psw:matrix.wilde.cloud" title="Send me a message on Matrix"><img src='/images/chat.png' /></a>
</div>
</div>
</section>
</footer>
<script async defer data-domain="paulwilde.uk" src="https://plausible.wilde.cloud/js/plausible.js"></script>
</body>
</html>