layout/_splash.html @ c2388407ddf9

Turn on Flattr for the Vim entry.
author Steve Losh <steve@dwaiter.com>
date Mon, 20 Sep 2010 18:16:04 -0400
parents def464696a83
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 %}