From 5be97054c5277c52b9aa2141b2013c15e7723af6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Sep 2010 12:17:32 -0500 Subject: split out into separate pages, retheme a bit --- root/static/style.css | 38 ++++++++++++++++++++------------ root/template/communities.tt | 8 +++++++ root/template/contact.tt | 6 +++++ root/template/index.tt | 52 ++------------------------------------------ root/template/profiles.tt | 16 ++++++++++++++ root/template/talks.tt | 4 ++++ root/template/work.tt | 6 +++++ root/template/wrapper.tt | 11 +++++----- 8 files changed, 72 insertions(+), 69 deletions(-) create mode 100644 root/template/communities.tt create mode 100644 root/template/contact.tt create mode 100644 root/template/profiles.tt create mode 100644 root/template/talks.tt create mode 100644 root/template/work.tt diff --git a/root/static/style.css b/root/static/style.css index 6561432..c4087df 100644 --- a/root/static/style.css +++ b/root/static/style.css @@ -44,14 +44,6 @@ a:visited { text-align: center; } -.nav a:link { - text-decoration: none; -} - -.nav a:visited { - text-decoration: none; -} - .nav ul { font-weight: bold; font-size: small; @@ -65,20 +57,38 @@ a:visited { display: inline; padding: 2px; padding-bottom: 0px; + position: relative; + bottom: -4px; +} + +.nav li a:link { + text-decoration: none; +} + +.nav li a:visited { + text-decoration: none; +} + +.nav li.active { + background-color: #58a; +} + +.nav li.active a:visited { + color: #040; } .main_content { background-color: #8c8; border: 1px solid; - padding: 5px; + padding: 8px; + padding-bottom: 16px; +} + +.main_content h4 { + margin: 8px; } .main_content > div { border-bottom: 1px dotted; padding-bottom: 16px; } - -.main_content #contact { - border-bottom: 0px; - padding-bottom: 0px; -} diff --git a/root/template/communities.tt b/root/template/communities.tt new file mode 100644 index 0000000..847ac28 --- /dev/null +++ b/root/template/communities.tt @@ -0,0 +1,8 @@ +

other communities i'm a part of

+ diff --git a/root/template/contact.tt b/root/template/contact.tt new file mode 100644 index 0000000..ee45135 --- /dev/null +++ b/root/template/contact.tt @@ -0,0 +1,6 @@ +

contact info

+ diff --git a/root/template/index.tt b/root/template/index.tt index e73d567..f04f31a 100644 --- a/root/template/index.tt +++ b/root/template/index.tt @@ -1,50 +1,2 @@ -
-

work

-I'm currently working for Infinity Interactive, and not seeking another position. My (out of date) resume can be found here: -

-My resume -(LaTeX source) -plaintext version -
-
-

me elsewhere on the web

- -
-
-

talks i've given

- -
-
-

other communities i'm a part of

- -
-
-

contact info

- -
+

about me

+(In progress...) diff --git a/root/template/profiles.tt b/root/template/profiles.tt new file mode 100644 index 0000000..1950ed1 --- /dev/null +++ b/root/template/profiles.tt @@ -0,0 +1,16 @@ +

me elsewhere on the web

+ diff --git a/root/template/talks.tt b/root/template/talks.tt new file mode 100644 index 0000000..a6b2d3a --- /dev/null +++ b/root/template/talks.tt @@ -0,0 +1,4 @@ +

talks i've given

+ diff --git a/root/template/work.tt b/root/template/work.tt new file mode 100644 index 0000000..3b9387b --- /dev/null +++ b/root/template/work.tt @@ -0,0 +1,6 @@ +

work

+I'm currently working for Infinity Interactive, and not seeking another position. My (out of date) resume can be found here: +

+My resume +(LaTeX source) +plaintext version diff --git a/root/template/wrapper.tt b/root/template/wrapper.tt index 4b568c9..cdcf583 100644 --- a/root/template/wrapper.tt +++ b/root/template/wrapper.tt @@ -17,11 +17,12 @@
-- cgit v1.2.3-54-g00ecf