summaryrefslogtreecommitdiffstats
path: root/root/template
diff options
context:
space:
mode:
Diffstat (limited to 'root/template')
-rw-r--r--root/template/index.tt2
-rw-r--r--root/template/skydiving.tt104
2 files changed, 105 insertions, 1 deletions
diff --git a/root/template/index.tt b/root/template/index.tt
index afdeee2..d41d236 100644
--- a/root/template/index.tt
+++ b/root/template/index.tt
@@ -3,6 +3,6 @@
<p>I typically go by "<a href="profiles.html">doy</a>" on the internet.</p>
<p>I graduated from <a href="http://uiuc.edu/">the University of Illinois at Urbana-Champaign</a> in 2008, with a degree in computer science.</p>
<p>I'm currently living in Somerville, MA, but I enjoy driving all over the place (and <a href="http://www.couchsurfing.org/people/doy/">meeting new people when I do so</a>).</p>
-<p>In my free time, I enjoy <a href="http://www.archwayskydiving.com/">skydiving</a>, playing (and writing code for) <a href="http://crawl.develz.org">Crawl</a>, and pretending I know how to cook.</p>
+<p>In my free time, I enjoy <a href="skydiving.html">skydiving</a>, playing (and writing code for) <a href="http://crawl.develz.org">Crawl</a>, and pretending I know how to cook.</p>
<p>I'm pretty obsessive about configuring things - if you're looking for example configuration files for various applications, you can see my dotfiles <a href="http://github.com/doy/conf">here</a>.</p>
<p>I listen to <a href="http://last.fm/user/doyster">a ton of music</a>, and I'm always interested in new recommendations.</p>
diff --git a/root/template/skydiving.tt b/root/template/skydiving.tt
new file mode 100644
index 0000000..10987c6
--- /dev/null
+++ b/root/template/skydiving.tt
@@ -0,0 +1,104 @@
+<h4>skydiving</h4>
+<p>I'm currently in the middle of a static line progression - next jump will be 15 second delay.</p>
+<table>
+<thead>
+ <tr>
+ <th>#</th>
+ <td>Date</td>
+ <td>Location</td>
+ <td>Aircraft</td>
+ <td>Altitude (ft)</td>
+ <td>Freefall (s)</td>
+ </tr>
+</thead>
+<tbody>
+ <tr>
+ <th>1</th>
+ <td>09/03/07</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-208</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>2</th>
+ <td>09/23/07</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-182</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>3</th>
+ <td>09/23/07</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-182</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>4</th>
+ <td>10/14/07</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-182</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>5</th>
+ <td>10/27/07</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-208</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>6</th>
+ <td>09/20/08</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-182</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>7</th>
+ <td>04/10/10</td>
+ <td><a href="http://www.highskyadventurespc.com/">Fremont, CO</a></td>
+ <td>Cessna-205</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>8</th>
+ <td>04/10/10</td>
+ <td><a href="http://www.highskyadventurespc.com/">Fremont, CO</a></td>
+ <td>Cessna-205</td>
+ <td>3500</td>
+ <td>S/L</td>
+ </tr>
+ <tr>
+ <th>9</th>
+ <td>04/10/10</td>
+ <td><a href="http://www.highskyadventurespc.com/">Fremont, CO</a></td>
+ <td>Cessna-205</td>
+ <td>4000</td>
+ <td>5/5</td>
+ </tr>
+ <tr>
+ <th>10</th>
+ <td>05/01/10</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-182</td>
+ <td>4000</td>
+ <td>5/10</td>
+ </tr>
+ <tr>
+ <th>11</th>
+ <td>05/01/10</td>
+ <td><a href="http://www.archwayskydiving.com/">Vandalia, IL</a></td>
+ <td>Cessna-182</td>
+ <td>4500</td>
+ <td>10/20</td>
+ </tr>
+</tbody>
+</table>