diff options
author | luxagraf <sng@luxagraf.net> | 2014-07-04 12:56:39 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-07-04 12:56:39 -0400 |
commit | 1dba22e26f39c9637602222b98fccf4d3d28f8fe (patch) | |
tree | 07c7b911144321e00b5ae1562768ce6aeede6a85 /design/templates | |
parent | bfb3aa25f4b504c6a0d312c031569ca1c97be99d (diff) |
fixed some design bugs in the new layout
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/archives/homepage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index 4954264..d312592 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -27,13 +27,13 @@ {%comment%}<section id="currently"> <div class="project-tease"><a href="/projects/5x5/"><h4 id="proj">5<span>x</span>5</h4> Interviews From The Road</a><p>Lorem sit amet, consectetur adipiscing elit. Duis cursus sodales eros <cite>– William Brandon III</cite></p></div> </section>{%endcomment%} - <div class="homepage--about homepage--bottom-wrapper"> + <div class="homepage--about homepage--section"> <h3 class="homepage--arc-header">About Luxagraf</h3> <p>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.</p> <p>It could just be a website though. Except that I don’t do lists. And I’m not trying to make money.</p><p>Luxagraf is a collection of field notes, a bare recording of some of my time on earth. Enjoy.</p> </div> - <div class="homepage--bottom-wrapper"> - <section class="archive archive--homepage"> + <div class="homepage--section"> + <section class="archive homepage--archives"> <h1 class="homepage--arc-header">Archives</h1> {% for object in object_list %}{%if forloop.counter > 1 %} <article class="h-entry hentry"> |