templates/flatpages/splash.html @ e1000c7e0906
Fixed the feed Mint stats.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 15 Jan 2009 19:34:16 -0500 |
parents |
5d5a567385bb |
children |
09b70d37fb65 |
{% extends "flatpages/default.html" %}
{% block style %}
<link rel="stylesheet" href="/site-media/style/splash.css"
type="text/css"/>
{% endblock %}
{% block content %}
<div id="splash-list">
<div class="splash-list-entry">
<h2>I like writing. »</h2>
</div>
<div class="splash-list-entry">
<h2>Things I've made. »</h2>
</div>
<div class="splash-list-entry">
<h2>Too small to blog, too big to tweet. »</h2>
</div>
<div class="splash-list-entry">
<h2>Who am I and what is this site? »</h2>
</div>
<div class="splash-list-entry">
<h2>Stay up to date. »</h2>
</div>
</div>
{% endblock %}