summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-14 20:44:52 -0500
committerBen Harris <ben@tilde.team>2020-12-14 20:44:52 -0500
commit64ce0f76e3cc28d28adef6cc4b8060779e6a634b (patch)
tree0a23e125c6f610a424601469b30dcd9722097404
parent3f4449decdccab286ba432fe766d4b9a3d73da64 (diff)
remove now page
-rw-r--r--now/index.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/now/index.php b/now/index.php
deleted file mode 100644
index 0c39c70..0000000
--- a/now/index.php
+++ /dev/null
@@ -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";