summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php50
1 files changed, 0 insertions, 50 deletions
diff --git a/index.php b/index.php
deleted file mode 100644
index 67ed456..0000000
--- a/index.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php

-$title = "home";

-include "header.php";

-?>

-

-<h2>i'm a software developer</h2>

-<p>i write code and do stuff on the internet</p>

-

-<h3>about me</h3>

-<p>

-    i grew up in the upper peninsula of michigan, received a 

-    bachelor's in computer science from northern michigan university, 

-    and now work professionally as a software developer in traverse 

-    city, michigan.

-</p>

-<p>

-    i like building software and community through code and sysadmin 

-    tools. my current day job involves writing c# for desktop 

-    applications. my primary hobby project is <a href="https://tilde.team/">

-    tilde.team</a>, a non-commercial public access unix system focused

-    on teaching, learning, and building community.

-</p>

-<p>

-    some fun facts about me:

-</p>

-<ul>

-    <li>i'm left handed</li>

-    <li>i love to travel and have lived in ecuador and switzerland</li>

-    <li>i tend to avoid uppercase letters if i can help it</li>

-</ul>

-

-<h3>projects</h3>

-

-<p>besides tilde.team, i'm also involved in several other projects, including:</p>

-<ul>

-    <li><a href="https://tildeverse.org">the tildeverse</a></li>

-    <li>the original <a href="https://tilde.club"><em>tilde</em></a>, reborn</li>

-    <li><a href="https://hashbang.sh">hashbang</a></li>

-</ul>

-

-<h3>contact</h3>

-<p>

-    feel free to get in touch via any of the links at the top, or preferably, drop

-    me a line on irc (if i'm not around, i'll see it soon™). i'm <code>benharri</code>

-    on <a href="https://freenode.net/">freenode</a> and <code>ben</code> on 

-    <a href="https://tilde.chat">tilde.chat</a>

-</p>

-

-<?php

-include "footer.php";