|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Iosevka;
|
|
|
|
|
src: url("iosevka-fixed-regular.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
font-family: Iosevka, monospace;
|
|
|
|
|
background: #eceff4;
|
|
|
|
|
color: #2e3440;
|
|
|
|
|
}
|
|
|
|
|
.container {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
color: #5e81ac;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
body {
|
|
|
|
|
background: #2e3440;
|
|
|
|
|
color: #eceff4;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
color: #81a1c1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
ul {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
li span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 16px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h3>Hello, I'm <strong>Dustin Swan</strong>.</h3>
|
|
|
|
|
|
|
|
|
|
<p>I live on a <a href="https://rockwall-farm.com">horse farm</a> in upstate New York with my wife, Melissa.
|
|
|
|
|
<br />Before this, we lived in New Mexico & Chicago.</p>
|
|
|
|
|
|
|
|
|
|
<p>I write code at <a href="https://visionable.com">Visionable</a>.</p>
|
|
|
|
|
|
|
|
|
|
<h4>Elsewhere</h4>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li title="Email"><span>⍐</span> <a href="mailto:dustin@dustinswan.com">dustin@dustinswan.com</a></li>
|
|
|
|
|
<li title="PGP"><span></span> <a href="https://pgp.key-server.io/pks/lookup?op=get&fingerprint=on&search=0xAB49BD6B2B3A6377">0xab49bd6b2b3a6377</a></li>
|
|
|
|
|
<li title="Mastodon"><span>ɱ</span> <a href="https://mastodon.social/@dustinswan">mastodon.social/@dustinswan</a></li>
|
|
|
|
|
<li title="Twitter"><span>@</span> <a href="https://twitter.com/dustinswan">twitter.com/dustinswan</a></li>
|
|
|
|
|
<li title="Instagram"><span>⨀</span> <a href="http://instagram.com/dustinswan">instagram.com/dustinswan</a></li>
|
|
|
|
|
<li title="Git"><span></span> <a href="http://git.dustinswan.com">git.dustinswan.com</a></li>
|
|
|
|
|
<li title="Goodreads"><span>ɡ</span> <a href="http://goodreads.com/dustinswan">goodreads.com/dustinswan</a></li>
|
|
|
|
|
<li title="IRC"><span>♯</span> sw4n</li>
|
|
|
|
|
<li title="Ham"><span>Ω</span> KD2PWP</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h4>Interests</h4>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><span>⚑</span> decentralization, crypto-*, &c.</li>
|
|
|
|
|
<li><span>λ</span> strong types, pure functions, &c.</li>
|
|
|
|
|
<li><span>※</span> plain text, Emacs, org-mode, NixOS, &c.</li>
|
|
|
|
|
<li><span>∈</span> minimalism; low-power, low-waste, low-car, &c.</li>
|
|
|
|
|
<li><span>⋯</span> piano, languages, climbing, travel, saving, motorcycles, bicycles, books, chess, speedcubing, sailing, making lists, &c.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h4>Gift ideas</h4>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="https://shop.pimsleur.com/en/giftcertpurchase">Pimsleur gift certificate</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|