|
|
<!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;
|
|
|
}
|
|
|
hr {
|
|
|
color: #eee;
|
|
|
}
|
|
|
ul.nowrap li {
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
li span {
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
width: 16px;
|
|
|
}
|
|
|
small {
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<div class="container">
|
|
|
<h3>Hello, I'm <strong>Dustin Swan</strong>.</h3>
|
|
|
|
|
|
<p>I live on a horse farm in upstate New York with my wife, Melissa.
|
|
|
<br />Before this, we lived in New Mexico & Chicago.</p>
|
|
|
|
|
|
<p>I code at <a href="https://visionable.com">Visionable</a>.</p>
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
<ul class="nowrap">
|
|
|
<li title="Email"><span>⍐</span> <a href="mailto:dustin@dustinswan.com">dustin@dustinswan.com</a></li>
|
|
|
<li title="Web"><span>ʬ</span> <a href="https://dustinswan.com">https://dustinswan.com</a></li>
|
|
|
<li title="Ethereum"><span>⧫</span> <a href="https://dustinswan.eth">dustinswan.eth</a> <small>[<a href="https://app.ens.domains/name/dustinswan.eth">proxy</a>]</small></li>
|
|
|
<li title="Gemini"><span>Ѧ</span> <a href="gemini://gemini.dustinswan.com">gemini://gemini.dustinswan.com</a> <small>[<a href="https://proxy.vulpes.one/gemini/gemini.dustinswan.com">proxy</a>]</small></li>
|
|
|
<li title="Beaker"><span>⬡</span> <a href="hyper://8e78dbc692f900e22ff4f3c82288806377bd717d310884cade4028aff99fe1b6">hyper://8e78dbc692f900e22ff4f3c82288806377bd717d310884cade4028aff99fe1b6</a></li>
|
|
|
<li title="Matrix"><span>⟧</span> <a href="https://matrix.to/#/@dustinswan:matrix.org">@dustinswan:matrix.org</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="PGP"><span></span> <a href="https://pgp.key-server.io/pks/lookup?op=get&fingerprint=on&search=0xAB49BD6B2B3A6377">0xab49bd6b2b3a6377</a></li>
|
|
|
<li title="Age"><span>Ɐ</span> age1xjdawx2yryj2kcw6s7y37rff05052v9v77647p244c4vey6k3dqs2cvarx</li>
|
|
|
<li title="Bitcoin"><span>₿</span> 3H4RCegKc67mysLax7u2w2FThCpP8xJZeo</li>
|
|
|
<li title="IRC"><span>♯</span> sw4n</li>
|
|
|
<li title="Ham"><span>Ω</span> KD2PWP</li>
|
|
|
</ul>
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
<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>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|