# HG changeset patch # User myfreeweb # Date 1297965354 -10800 # Node ID 2bf65e3c3188f72a351439a3c1d97d3f7d3e3b4c # Parent aa90f23e2ab6c125a77c71f8b6e60181251ab81b Microformatted the splash page diff -r aa90f23e2ab6 -r 2bf65e3c3188 layout/_splash.html --- a/layout/_splash.html Tue Jan 25 11:47:23 2011 -0500 +++ b/layout/_splash.html Thu Feb 17 20:55:54 2011 +0300 @@ -1,18 +1,19 @@ {% extends "skeleton/_base.html" %} {% block content %} -
+
{% filter typogrify %} -

Hello, I'm Steve.

+

Hello, I'm Steve Losh.

- I'm a programmer, photographer, dancer & - bassist from Rochester, New York. + I'm a programmer, photographer, dancer & + bassist from Rochester,  + New York.

If you want to get in touch with me, - email is best. + is best.

{% endfilter %}
diff -r aa90f23e2ab6 -r 2bf65e3c3188 layout/skeleton/_base.html --- a/layout/skeleton/_base.html Tue Jan 25 11:47:23 2011 -0500 +++ b/layout/skeleton/_base.html Thu Feb 17 20:55:54 2011 +0300 @@ -1,12 +1,10 @@ {% extends "skeleton/_root.html" %} - {% block all %} - - - + + {% block title %}{% block extra_title %}{% endblock %}{{ page.title|safe }} / {{ site.name }}{% endblock %} diff -r aa90f23e2ab6 -r 2bf65e3c3188 media/css/sjl.less --- a/media/css/sjl.less Tue Jan 25 11:47:23 2011 -0500 +++ b/media/css/sjl.less Thu Feb 17 20:55:54 2011 +0300 @@ -103,7 +103,7 @@ text-transform: lowercase; padding-left: 2px; width: 612px - 2px - 400px; - + .amp { font-style: italic; } @@ -149,7 +149,8 @@ } } .splash { - color: #454545; + @color: #454545; + color: @color; text-align: center; font: normal 27px/32px @font-fancy; margin-bottom: -1px; @@ -161,6 +162,10 @@ .amp { font-style: italic; } + .fn { + color: @color; + text-decoration: none; + } } .section-listing { margin-bottom: -50px; @@ -310,3 +315,7 @@ float: right; padding-top: 1px; } + +.fn span { + display: none; +} \ No newline at end of file