summaryrefslogtreecommitdiff
path: root/templates/archives
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-05-06 22:46:22 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-05-06 22:46:22 +0000
commit940e343ee500a990a2be45578708d3f5d9875263 (patch)
tree4f57ac3a994434582047decfa439d6c50b8a7f68 /templates/archives
parent1b8c0ae77d1ffe6fe9af30e2c1646ea7cd2466c6 (diff)
revamped slideshow with jquery, maps and exif data
Diffstat (limited to 'templates/archives')
-rw-r--r--templates/archives/projects.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/archives/projects.html b/templates/archives/projects.html
index cdefc1f..4abdf59 100644
--- a/templates/archives/projects.html
+++ b/templates/archives/projects.html
@@ -12,12 +12,15 @@
<li>Projects</li>
</ul>
<h1 class="hide">Projects</h1>
+ <div class="top"><p class="col">These are a few of the things that I use to inspire myself to do more. Everything, even the boring town you live in now, is amazing when viewed from the proper perspective. </p>
+
+ <p class="col two">The projects on luxagraf are more or less goals I've created in effort to get my body in motion, because the difference between the mundane and the amazing is often simply motion. To move is to do, and to do is to live.</p></div>
{%for project in object_list %}
- <ul>
- <li class="project-tease">
+ <ul class="project-tease">
+ <li>
<dl>
<dt>
- <a href="{{project.get_absolute_url}}"><h4 class="proj">{{project.title|safe}}</h4> {{project.subtitle|safe}}</a>
+ <a href="{{project.get_absolute_url}}"><h4>{{project.title|safe}}</h4> {{project.subtitle|safe}}</a>
</dt>
<dd>{{project.lede|safe}}</dd>
</dl>