layout/_splash.html @ def464696a83

Redesign the site.

Sorry about the giant commit.
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Sep 2010 20:15:45 -0400
parents d4b3f492440a
children 2bf65e3c3188
{% extends "skeleton/_base.html" %}

{% block content %}
    <div class="splash">
        {% filter typogrify %}
            <p>Hello, I'm Steve.</p>

            <p>
                I'm a programmer, photographer, dancer <span class="amp">&amp;</span>
                bassist from Rochester,&nbsp;New&nbsp;York.
            </p>

            <p>
                If you want to get in touch with me,
                <a href="mailto:steve@stevelosh.com">email</a> is best.
            </p>
        {% endfilter %}
    </div>
{% endblock %}