templates/flatpages/splash.html @ 8ed0727c7a1f
Removed the photoblog link, replaced with source.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 18 Mar 2009 20:13:55 -0400 |
parents |
677d5ff5c56e |
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 %}