acdw.net/O/index.html

68 lines
2.0 KiB
HTML

<!DOCTYPE html>
<head>
<meta charset=utf-8>
<title>Case Duckworth</title>
<link rel=stylesheet type=text/css href=S/acdw.css>
</head>
<body>
<header>
<a href="./index.html"
class=current
>acdw</a>
<span class=phi>&#x2C77;</span>
<a href="./blog.html"
>blog</a>
<a href="./code.html"
>code</a>
<a href="./cooking.html"
>cooking</a>
<a href="./dogs.html"
>dogs</a>
<a href="./noise.html"
>noise</a>
<a href="./writing.html"
>writing</a>
</header>
<main>
<h1>Case Duckworth</h1>
<img src=S/portrait.png id=portrait>
<P>Hi there. You've stumbled onto my little slice of web heaven. Let me tell you
about myself; that seems to be a pretty common thing people do on personal web
spaces. It's strange, though, isn't it? I mean, if I go over to your house,
you're not going to tell me where you work and what you do in your spare time,
you're just going to ask me if I want a glass of water or something, maybe offer
to give me the nickel tour. Well, I suppose that's what this is, then.
<h2>What do I do?</h2>
<P>Oh, goodness, lots of things.
I <a href="writing.html">write</a> when I have the time,
mostly poetry;
I hang out on tilde servers,
and even <a href="https://breadpunk.club">administer one</a>;
I <a href="cooking.html">cook</a> just about every day;
I love my wife and <a href="dogs.html">our dogs</a>;
sometimes I <a href="noise.html">make noise</a> and record it;
I also <a href="code.html">tinker with code</a>,
mostly Bash and Emacs lisp nowadays.
<P>Sometimes I struggle with my mental health, too,
but I'm working on that.
<h2>Okay, but what about, like, <em>right now</em>?</h2>
<P>Oh, I have a blog!
You can scroll through a <a href="blog.html">big list of all the posts</a>
or read the most recent one right here:
<hr>
</main>
<footer>
<span class=phi>&copy; 2020 Case Duckworth</span>
<span class=phi>&#x2C77;</span>
<a href="./.license.html"
>license</a>
<a href="./.colophon.html"
>colophon</a>
<a href="./.rss.xml"
></a>
<a href="./.atom.xml"
></a>
</footer>
</body>