# HG changeset patch # User Steve Losh # Date 1297984561 18000 # Node ID 28bc60c69bc2329873ddc950cba15976e2538798 # Parent 519599cdee4569172aff39d05ec6baed467d3fad# Parent 79e8d711898c373c6b4250ca0a69735f226f7075 Merge. diff -r 79e8d711898c -r 28bc60c69bc2 layout/_splash.html --- a/layout/_splash.html Sun Feb 06 19:10:31 2011 -0500 +++ b/layout/_splash.html Thu Feb 17 18:16:01 2011 -0500 @@ -1,18 +1,27 @@ {% extends "skeleton/_base.html" %} +{% block title %}{{ site.name }}{% endblock %} + {% 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 79e8d711898c -r 28bc60c69bc2 layout/skeleton/_base.html --- a/layout/skeleton/_base.html Sun Feb 06 19:10:31 2011 -0500 +++ b/layout/skeleton/_base.html Thu Feb 17 18:16:01 2011 -0500 @@ -1,12 +1,10 @@ {% extends "skeleton/_root.html" %} - {% block all %} - - - + + {% block title %}{% block extra_title %}{% endblock %}{{ page.title|safe }} / {{ site.name }}{% endblock %} diff -r 79e8d711898c -r 28bc60c69bc2 media/css/sjl.less --- a/media/css/sjl.less Sun Feb 06 19:10:31 2011 -0500 +++ b/media/css/sjl.less Thu Feb 17 18:16:01 2011 -0500 @@ -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,18 @@ .amp { font-style: italic; } + .fn { + color: @color; + text-decoration: none; + + &:hover { + color: @c-link; + text-decoration: none; + } + .last-name { + display: none; + } + } } .section-listing { margin-bottom: -50px; @@ -310,3 +323,4 @@ float: right; padding-top: 1px; } +