From 0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 16 Aug 2011 22:07:54 -0400 Subject: cleaned up html in archives, eliminated some nav and section tags --- templates/archives/projects.html | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'templates/archives/projects.html') diff --git a/templates/archives/projects.html b/templates/archives/projects.html index da60af4..f266c08 100644 --- a/templates/archives/projects.html +++ b/templates/archives/projects.html @@ -5,19 +5,16 @@ {%block bodyid%}id="projects-page"{%endblock%} -{% block primary %} -
- -

Projects

-

These are a few of the things that I use to inspire myself to do more. The truth is, just about everything is amazing when viewed from the proper perspective.

- -

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.

-
{%for object in object_list %} +{% block primary %} +
+

These are a few of the things that I use to inspire myself to do more. The truth is, just about everything is amazing when viewed from the proper perspective.

+

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.

+
+
+

Projects

{%for object in object_list %} {% endfor %}
- -
{% endblock %} -{% block js %}{% endblock%} \ No newline at end of file +{% block js %}{% endblock%} -- cgit v1.2.3