summaryrefslogtreecommitdiffstats
path: root/root/template
diff options
context:
space:
mode:
Diffstat (limited to 'root/template')
-rw-r--r--root/template/index.tt50
-rw-r--r--root/template/wrapper.tt31
2 files changed, 81 insertions, 0 deletions
diff --git a/root/template/index.tt b/root/template/index.tt
new file mode 100644
index 0000000..e73d567
--- /dev/null
+++ b/root/template/index.tt
@@ -0,0 +1,50 @@
+<div id="work">
+<h4>work</h4>
+I'm currently working for <a href="http://iinteractive.com/">Infinity Interactive</a>, and not seeking another position. My (out of date) resume can be found here:
+<br /><br />
+<strong><a href="resume.pdf">My resume</a></strong>
+<a href="resume.tex" style="font-size: smaller">(LaTeX source)</a>
+<a href="resume.txt" style="font-size: smaller">plaintext version</a>
+</div>
+<div id="profiles">
+<h4>me elsewhere on the web</h4>
+<ul>
+ <li><a href="http://github.com/doy">GitHub</a></li>
+ <li><a href="http://search.cpan.org/~doy/">CPAN</a></li>
+ <li><a href="http://last.fm/user/doyster">last.fm</a></li>
+ <li><a href="http://www.couchsurfing.org/people/doy/">CouchSurfing</a></li>
+ <li><a href="http://twitter.com/doyster">Twitter</a></li>
+ <li><a href="http://www.flixster.com/user/doyster">Flixster</a></li>
+ <li><a href="http://taeb.sartak.org/">TAEB</a></li>
+ <li><a href="http://interhack.us/">Interhack</a></li>
+ <li><a href="http://luaforge.net/users/doy/">LuaForge</a></li>
+ <li><a href="http://projecteuler.net/index.php?section=profile&amp;profile=doy">Project Euler</a></li>
+ <li><a href="http://alt.org/nethack/plr.php?player=doy">nethack.alt.org</a></li>
+ <li><a href="http://crawl.akrasiac.org/scoring/players/doy.html">crawl.akrasiac.org</a></li>
+ <li><a href="http://www.kongregate.com/accounts/doyster">Kongregate</a></li>
+</ul>
+</div>
+<div id="talks">
+<h4>talks i've given</h4>
+<ul>
+ <li><a href="http://yapc2010.com/yn2010/talk/2646">YAPC::NA 2010 - Extending Moose</a> (<a href="/talks/extending_moose_yapc_na_2010/">slides</a>)</li>
+</ul>
+</div>
+<div id="communities">
+<h4>other communities i'm a part of</h4>
+<ul>
+ <li><a href="http://moose.perl.org/">Moose</a></li>
+ <li><a href="http://crawl.develz.org/">Crawl DevTeam</a></li>
+ <li><a href="http://source.bungie.org/">Aleph One</a></li>
+ <li><a href="http://fallingillini.org/">Falling Illini</a></li>
+ <li><a href="http://www.facebook.com/pages/Urbana-IL/Inline-Insomniacs/23716792059">Inline Insomniacs</a></li>
+</ul>
+</div>
+<div id="contact">
+<h4>contact info</h4>
+<ul>
+ <li>Email: doy at tozt dot net</li>
+ <li>AIM: thedoyster</li>
+ <li>IRC: doy (on irc.freenode.net and irc.perl.org)</li>
+</ul>
+</div>
diff --git a/root/template/wrapper.tt b/root/template/wrapper.tt
new file mode 100644
index 0000000..4b568c9
--- /dev/null
+++ b/root/template/wrapper.tt
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
+ <link rel="stylesheet" href="style.css" type="text/css" />
+ <link rel="openid.server" href="http://www.livejournal.com/openid/server.bml" />
+ <link rel="openid.delegate" href="http://doyster.livejournal.com/" />
+ <title>Jesse Luehrs</title>
+</head>
+<body>
+<div class="header">
+ <div>
+ <div class="name"><h1>Jesse Luehrs</h1></div>
+ <img src="http://www.gravatar.com/avatar/dd9aceaf17982bc33972b3bb8701cd19.jpg" alt="gravatar" class="gravatar" />
+ </div>
+ <div class="clear"></div>
+</div>
+<div class="nav">
+<ul>
+ <li><a href="#work">Work</a></li>
+ <li><a href="#profiles">Me elsewhere</a></li>
+ <li><a href="#talks">Talks</a></li>
+ <li><a href="#communities">Communities</a></li>
+ <li><a href="#contact">Contact</a></li>
+</ul>
+</div>
+<div class="main_content">
+[% content %]
+</div>
+</body>
+</html>