dork.dev/index.html
2024-04-07 19:57:49 +00:00

90 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>dork.dev - Home</title>
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="dork.dev - Home" />
<meta property="og:type" content="website" />
<meta property="og:url" content="index.html" />
</head>
<body>
<div>
<header>
<h1><a href="/">dork.dev</a><small> - Home</small></h1>
<hr>
</header>
<main>
<section id="about">
<h2>about</h2>
<p>Hi! I'm kat and I'm a dorky developer (meant affectionately, of course; I chose the dork life ^~^).</p>
<p>My hobbies involve software development, system administration, infrastructure, smart home projects, hobbyist electronics, playing with <abbr title="software defined radio">SDR</abbr>, reading books and manga, watching anime, cooking and baking.</p>
<p>I am currently studying for an amateur radio qualification in Canada and I hope to eventually get a firearms possession and acquisition license and a first aid qualification.</p></p>
<p>This website is not for talking about my professional life, but for credence; I am a DevOps engineer with two years of experience and I have a bachelors (at a first) in Digital Forensics and Cyber Security.</p>
</section>
<section id="posts">
<h2>posts</h2>
<nav>
<ul>
<li>
<article>
<a href="posts/2024-04-07-the-first-month-of-life-with-the-framework-13.html"><h3>The first month of life with the Framework 13</h3></a>
<p><time>2024-04-07 19:34:59.86694117 +0000</time></P>
</article>
</li>
<li>
<article>
<a href="posts/2024-04-07-hello-world.html"><h3>Doing something with this domain!</h3></a>
<p><time>2024-04-07 19:34:53.004899835 +0000</time></P>
</article>
</li>
</ul>
</nav>
</section>
<section id="projects">
<h2>projects</h2>
<nav>
<ul>
<li>
<article>
<a href="https://github.com/kittywitch/infrastructure">
<h3>kittywitch/infrastructure</h3>
</a>
<p>Personal NixOS + Terraform infrastructure repository.</p>
</article>
</li>
<li>
<article>
<a href="https://github.com/gensokyo.zone/infrastructure">
<h3>gensokyo-zone/infrastructure</h3>
</a>
<p>Apartment NixOS + Terraform infrastructure repository, a project with my wife!</p>
</article>
</li>
<li>
<article>
<a href="https://github.com/kittywitch/konawall-py">
<h3>kittywitch/konawall-py</h3>
</a>
<p>Wallpaper changer for multiple desktop environments sourced from <a href="https://konachan.com">Konachan</a>.</p>
</article>
</li>
</ul>
</nav>
</section>
</main>
<footer>
<hr>
<nav id="contact">
<ul>
<li>E-mail: kat (at) dork (dot) dev</li>
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
<li>Feed: <a href="/rss.xml">RSS</a></li>
</ul>
</nav>
</footer>
</div>
</body>
</html>