summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/template/communities.tt2
-rw-r--r--root/template/profiles.tt2
-rw-r--r--root/template/wrapper.tt4
3 files changed, 4 insertions, 4 deletions
diff --git a/root/template/communities.tt b/root/template/communities.tt
index 69968ce..33d8d33 100644
--- a/root/template/communities.tt
+++ b/root/template/communities.tt
@@ -1,4 +1,4 @@
-<h4>other communities i'm a part of</h4>
+<h4>communities i'm a part of</h4>
<p>The <a href="http://moose.perl.org">Moose</a> community was my first introduction to the Perl community as a whole (including my current boss and coworkers), and it's where I spend most of my time doing Perl. I'm an active member of the devteam, having (re)written most of the metaclass compatibility code, as well as having contributed various other bug fixes and features. I've written several Moose extensions as well, including <a href="http://search.cpan.org/~doy/MooseX-NonMoose-0.15/">MooseX::NonMoose</a>.</p>
<p>I started playing <a href="http://crawl.develz.org/">Crawl</a> when the <a href="http://crawl.akrasiac.org/">akrasiac public server</a> was created, and have been playing on and off ever since. I recently became a member of the devteam, and have contributed things like a new level layout for the Lair branch, the new spell "Passage of Golubria", and several other minor features. I also hang out with the <a href="http://offtopic.akrasiac.org/">##crawl-offtopic</a> crowd a bunch.</p>
<p>I've been an off-and-on member of the <a href="http://source.bungie.org">Marathon</a> community for a while, but I <a href="http://clique.jonirons.net/2008/09/4get-mararthon/">4GOT</a>.</p>
diff --git a/root/template/profiles.tt b/root/template/profiles.tt
index 1950ed1..d3766e0 100644
--- a/root/template/profiles.tt
+++ b/root/template/profiles.tt
@@ -1,4 +1,4 @@
-<h4>me elsewhere on the web</h4>
+<h4>me elsewhere on the internet</h4>
<ul>
<li><a href="http://github.com/doy">GitHub</a></li>
<li><a href="http://search.cpan.org/~doy/">CPAN</a></li>
diff --git a/root/template/wrapper.tt b/root/template/wrapper.tt
index cdcf583..e8f622e 100644
--- a/root/template/wrapper.tt
+++ b/root/template/wrapper.tt
@@ -17,9 +17,9 @@
</div>
<div class="nav">
<ul>
- <li[% IF page == 'index' %] class="active"[% END %]><a href="index.html">about me</a></li>
+ <li[% IF page == 'index' %] class="active"[% END %]><a href="index.html">about</a></li>
<li[% IF page == 'work' %] class="active"[% END %]><a href="work.html">work</a></li>
- <li[% IF page == 'profiles' %] class="active"[% END %]><a href="profiles.html">me elsewhere</a></li>
+ <li[% IF page == 'profiles' %] class="active"[% END %]><a href="profiles.html">internet</a></li>
<li[% IF page == 'talks' %] class="active"[% END %]><a href="talks.html">talks</a></li>
<li[% IF page == 'communities' %] class="active"[% END %]><a href="communities.html">communities</a></li>
<li[% IF page == 'contact' %] class="active"[% END %]><a href="contact.html">contact</a></li>