From 360034e3fc54efc5c754879952b3e7e8bf7a5bf8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Sep 2010 16:51:07 -0500 Subject: add skydiving page --- root/static/style.css | 23 ++++++++++ root/template/index.tt | 2 +- root/template/skydiving.tt | 104 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 root/template/skydiving.tt 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 @@

I typically go by "doy" on the internet.

I graduated from the University of Illinois at Urbana-Champaign in 2008, with a degree in computer science.

I'm currently living in Somerville, MA, but I enjoy driving all over the place (and meeting new people when I do so).

-

In my free time, I enjoy skydiving, playing (and writing code for) Crawl, and pretending I know how to cook.

+

In my free time, I enjoy skydiving, playing (and writing code for) Crawl, and pretending I know how to cook.

I'm pretty obsessive about configuring things - if you're looking for example configuration files for various applications, you can see my dotfiles here.

I listen to a ton of music, and I'm always interested in new recommendations.

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 @@ +

skydiving

+

I'm currently in the middle of a static line progression - next jump will be 15 second delay.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#DateLocationAircraftAltitude (ft)Freefall (s)
109/03/07Vandalia, ILCessna-2083500S/L
209/23/07Vandalia, ILCessna-1823500S/L
309/23/07Vandalia, ILCessna-1823500S/L
410/14/07Vandalia, ILCessna-1823500S/L
510/27/07Vandalia, ILCessna-2083500S/L
609/20/08Vandalia, ILCessna-1823500S/L
704/10/10Fremont, COCessna-2053500S/L
804/10/10Fremont, COCessna-2053500S/L
904/10/10Fremont, COCessna-20540005/5
1005/01/10Vandalia, ILCessna-18240005/10
1105/01/10Vandalia, ILCessna-182450010/20
-- cgit v1.2.3