From cc9695f4c4c14d61c32611dba4ec88c98c6ce460 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 2 Jul 2014 11:59:53 -0400 Subject: Finished up majority of v8 redesign, merging back to master --- design/templates/archives/homepage.html | 79 ++++++++++++++++++++------------- 1 file changed, 49 insertions(+), 30 deletions(-) (limited to 'design/templates/archives/homepage.html') diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index 789616c..4954264 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -1,42 +1,61 @@ {% extends 'base.html' %} {% load typogrify_tags %} -{%block bodyid%}id="home"{%endblock%} +{%block htmlclass%}class="black"{%endblock%} +{%block bodyid%}id="home" class="has-hero"{%endblock%} -{% block primary %}
{% for object in object_list %}{% if forloop.counter == 1 %} -
-

{{object.title|smartypants|widont|safe}}

-
- {{ object.title }} +{% block primary %}
+
{% endif %} {% endfor %}
{%comment%}

5x5

Interviews From The Road

Lorem sit amet, consectetur adipiscing elit. Duis cursus sodales eros – William Brandon III

{%endcomment%} -
-

From the Archive

- {% for object in object_list %}{%if forloop.counter > 1 %}{%endif%} - {% endfor %}
+
+

About Luxagraf

+

I like to think of luxagraf as the notebook you might have found, something I might have accidentally dropped between the cushions of a jostling, camel-powered taxi winding its way through the narrow, bumpy, dusty streets of Tangier circa 1910.

+

It could just be a website though. Except that I don’t do lists. And I’m not trying to make money.

Luxagraf is a collection of field notes, a bare recording of some of my time on earth. Enjoy.

+
+
+
+

Archives

+ {% for object in object_list %}{%if forloop.counter > 1 %} + {% endif %}{% endfor %} +

Read More

+
+
+

Join the Mailing List

+ {% include 'mailing_list.html' %} +
+
{% endblock %} {% block js %}{% endblock%} -- cgit v1.2.3-70-g09d2