summary refs log tree commit diff
path: root/now/index.php
blob: 0c39c70d01f21a014e0eba12a93d5f2aac353b87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$title = "now";
include __dir__."/../header.php";
?>

<h2>what i've been up to</h2>

<ul>
    <li>living in traverse city, mi</li>
    <li>working at <a href="https://www.hagerty.com">hagerty</a> as a software developer</li>
    <li>honing my c# skills</li>
    <li>thinking of cool ideas for <a href="https://tilde.team">tilde.team</a></li>
    <li>probably spending too much time on irc??? <a href="https://tilde.chat/">tilde-irc</a></li>
    <li>running stuff for the <a href="https://tildeverse.org/">tildeverse</a></li>
</ul>

<p>updated march 5, 2020</p>

<?php include __dir__."/../footer.php";