templates/home.html @ b2dfe584ddcd
jilcrow
lol no
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 03 Aug 2017 22:49:49 -0400 |
parents |
7d7b1c625d52 |
children |
(none) |
{% extends "base.html" %}
{% block content %}
<div class="splash">
<p>Hello, I'm Steve.</p>
<p>
I'm a programmer, photographer, dancer <span class="amp">&</span>
bassist from Rochester, New York.
</p>
<p>
If you want to get in touch with me,
<a href="mailto:steve@stevelosh.com">email</a> is best.
</p>
</div>
{% endblock %}