summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-18 16:51:07 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-18 16:51:07 -0500
commit360034e3fc54efc5c754879952b3e7e8bf7a5bf8 (patch)
tree3d432872ffaa1e199c0f27125911d26559cff17b
parent6400da76cb8cd5604f6c4f3e47fa22b9f6823939 (diff)
downloadtozt.net-360034e3fc54efc5c754879952b3e7e8bf7a5bf8.tar.gz
tozt.net-360034e3fc54efc5c754879952b3e7e8bf7a5bf8.zip
add skydiving page
-rw-r--r--root/static/style.css23
-rw-r--r--root/template/index.tt2
-rw-r--r--root/template/skydiving.tt104
3 files changed, 128 insertions, 1 deletions
diff --git a/root/static/style.css b/root/static/style.css
index 3659ef5..9a036d8 100644
--- a/root/static/style.css
+++ b/root/static/style.css
@@ -88,3 +88,26 @@ a:visited {
margin : 8px;
padding : 2px;
}
+
+.main_content table {
+ border-collapse : collapse;
+ font-size : small;
+ width : 100%;
+}
+
+.main_content thead {
+ background-color : #58a;
+ border-style : solid;
+ border-width : 1px;
+ font-weight : bold;
+}
+
+.main_content th {
+ border-style : solid solid none none;
+ border-width : 1px;
+}
+
+.main_content td {
+ border-style : solid none none solid;
+ border-width : 1px;
+}
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>