remove now page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2020-12-14 20:44:52 -05:00
parent 3f4449decd
commit 64ce0f76e3
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
<?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";