website/about/index.html
2019-05-08 18:54:26 +00:00

68 lines
1.5 KiB
HTML

<html><head>
<title>Artemis | about</title>
<style>
body {
background-color: black;
color: white;
font-family: 'Open Sans', sans-serif;
}
#container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
#header {
margin-bottom: 2em;
}
#header a {
color: #ccc;
text-decoration: none;
margin-right: 2em;
}
a {
color: yellow;
}
#header table {
border: none;
float: right;
}
</style>
<meta charset="utf-8">
</head>
<body>
<div id="container">
<div id="header">
<a href="/">home</a>
<table>
<td><a href="/blog">blog</a></td>
<td><a href="/about">about</a></td>
</table>
</div>
I am a software developer, engineer, reverse engineer, public policy and all-around hacker
who lives near or in Washington, DC.
A few things:
<ul>
<li>I am trans-feminine, and my pronouns are 'she/her'</li>
<li>I am also interested in linguistics and constructed languages (I do not actually speak all the languages on my homepage though)</li>
<li>I take a lot of photographs, although few of myself or other people. Some may appear on the Internet sometime.</li>
</ul>
Accounts:
<ul>
<li>Github: <a href="https://github.com/artemist">artemist</a>
<li>Keybase: <a href="https://keybase.io/artemist">artemist</a></li>
<li>Email: <a href="mailto:hello@artem.ist">hello@artem.ist</a></li>
<li>GPG: <a href="/static/key.gpg">D217 3817 C3E4 B155 EA8F FF49 A545 31E0 D321 43ED</a></li>
<li>More information about my gpg keys <a href="/keys">here</a></li>
</ul>
</div>
</body></html>