summary refs log blame commit diff
path: root/index.php
blob: 67ed456fcd33488b0f47d591dca9d4b7169b908b (plain) (tree)

















































                                                                                         
<?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";