summaryrefslogtreecommitdiff
path: root/templates/archives
diff options
context:
space:
mode:
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>