summaryrefslogtreecommitdiff
path: root/public/about.html
blob: 001244f49647d70ffa61f1c7f19380f86eb0dc2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
  <html>
    <meta charset="utf-8">
    <title>about me | sanine.net</title>
    <link rel="stylesheet" href="/style.css">
  </html>
  <body>
  <div id="navigation"><pre><a href="/index.html">home</a>   <a href="/projects/">projects</a>   <a href="/git">git</a>   <a href="/about.html">about</a></pre></div>
  <div id="content">
  <p class="centered">about me<br>================================</p>
<p>hey! i'm kate (aka sanine) and i like to write code, hack circuits, and grow plants.
i mostly use this site for documenting and sharing various projects.
i also (very occasionally) make games!! you can see them <a href="https://sanine.itch.io/">over on itch.io</a>.</p>
<p>if you need to get in contact with me, you can send me an email at <code>kate AT sanine DOT net</code>.
i hope you're having a good day. &lt;3</p>

  </div>
  </body>
</html>