templates/flatpages/splash.html @ a3380ed37242
Cleanup Tuesdays - Removed the photoblog, removed the silly ProjectPhoto thing too.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 24 Mar 2009 17:57:23 -0400 |
parents |
8ed0727c7a1f |
children |
(none) |
{% extends "flatpages/default.html" %}
{% load typogrify %}
{% block style %}
<link rel="stylesheet" href="/site-media/style/splash.css"
type="text/css"/>
{% endblock %}
{% block content %}
{% filter typogrify %}
<div id="splash-list">
<div class="splash-list-entry">
<h2>I like writing. »</h2>
</div>
<div class="splash-list-entry">
<h2>What makes me tick. »</h2>
</div>
<div class="splash-list-entry">
<h2>Some things I've made. »</h2>
</div>
<div class="splash-list-entry">
<h2>More about me. »</h2>
</div>
<div class="splash-list-entry">
<h2>Tasty feeds. »</h2>
</div>
</div>
{% endfilter %}
{% endblock %}