web/aboutme/index.html

230 lines
5.9 KiB
HTML
Raw Normal View History

2023-02-20 14:08:58 +01:00
<!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>About Me :: My site of stuff :: Paul Wilde</title>
</head>
<body class="page">
<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 aboutme">
<h3>
<a href="/" class="nocolouring">~</a>
/ <a href="https:&#x2F;&#x2F;paulwilde.uk&#x2F;aboutme&#x2F;">About Me</a>
</h3>
<p>Hello, this is my website which will contain my general thoughts, utterings,
maybe my opinions, possibly some tech stuff I find interesting, some of the
recipes I cook and want to remember the ingredients of and a bit of artwork I
draw for fun and I in no way claim to be a good artist in any way.</p>
<p>It may also include pictures of my dog at some point.</p>
<p>Some things about me. I :</p>
<ul>
<li>am an IT Professional.
<ul>
<li>I run my own <a href="https://wilde-it.co.uk">IT Business</a> that provides
IT consulting, assistance and procurement services to local businesses (Devon, South West UK).</li>
</ul>
</li>
<li>am an Open Source nut.
<ul>
<li>I try to use Open Source products in my personal and working life as often as possible.</li>
</ul>
</li>
<li>am data privacy conscious.
<ul>
<li>I believe we shouldnt pay for products or services with our personal data and “marketability”</li>
<li>I dont use the mainstream social media services. You shouldnt either.</li>
</ul>
</li>
<li>use <a href="https://archlinux.org">Arch Linux</a> btw…</li>
</ul>
<p>Some information about this site. It :</p>
<ul>
<li>was created using <a href="https://getzola.org">Zola</a> and
<a href="https://simplecss.org/">Simple.CSS</a> with my own customisations on top.</li>
<li>is built with efficiency in mind; Its small and light and quick to view.</li>
<li>uses no JavaScript (except a little bit for
<a href="https://plausible.io">Plausible Analytics</a>, forgive me).</li>
<li>runs on an <a href="https://nginx.org">NGINX</a> server on top of a
<a href="https://rockylinux.org">Rocky Linux</a> VPS provided by <a href="https://ovh.com">OVH</a>.</li>
<li>was written using the <a href="https://neovim.io/">Neovim</a> text editor on a
<a href="https://www.pcspecialist.co.uk/">PC Specialist</a> laptop running <a href="https://archlinux.org">Arch Linux</a></li>
</ul>
<hr/>
<section id="lastmod">
<sub>Published : Mon, 29 March 2021 at 10:19am +0100<br/>
Last Modified : Sat, 07 May 2022 at 15:35pm +0100</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>