website/about/index.html

65 lines
1.3 KiB
HTML
Raw Normal View History

2019-03-12 21:30:26 +00:00
<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>
2024-04-12 00:27:49 +00:00
<td><a href="/blog/">blog</a></td>
2019-03-12 21:30:26 +00:00
<td><a href="/about">about</a></td>
</table>
</div>
2022-11-20 23:10:07 +00:00
I'm a trans programmer in the NYC area. My current work is focused on osquery but I
also work on embedded hardware and have competed in DEF CON CTF with PPP.
<br>
I don't use this website much so you should probably find me somewhere else.
2019-03-12 21:30:26 +00:00
Accounts:
<ul>
2022-11-20 23:10:07 +00:00
<li>Github: <a href="https://github.com/artemist">artemist</a></li>
<li>Mastodon: <a rel="me" href="https://social.mildlyfunctional.gay/@artemist">@artemist@mildlyfunctional.gay</a></li>
<li>Matrix: @artemist:mildlyfunctional.gay</li>
2019-03-12 21:30:26 +00:00
<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>