templates/flatpages/splash.html @ ae2856e8f8dc
Split the projects by type really fast. This can be done better.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 21 Aug 2009 18:29:07 -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 %}