From efb623af0bcb47d510501c282e1326b11343a29c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 22 Sep 2012 22:27:04 -0400 Subject: site reorg --- design/templates/archives/projects.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 design/templates/archives/projects.html (limited to 'design/templates/archives/projects.html') diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html new file mode 100644 index 0000000..f266c08 --- /dev/null +++ b/design/templates/archives/projects.html @@ -0,0 +1,29 @@ +{% extends 'base.html' %} +{% load typogrify %} +{% block pagetitle %}Luxagraf | Projects {% endblock %} +{% block metadescription %}Travel Themes and Experiments {% endblock %} + +{%block bodyid%}id="projects-page"{%endblock%} + +{% 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%} -- cgit v1.2.3