From e21b1c418c6ca82f1b128630ef37bc73200b3a86 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 13 Feb 2013 23:42:54 -0500 Subject: [PATCH] Starting work on new homepage. --- media/css/style.scss | 3 +++ templates/base.html | 35 +++++++++++++++++++++-------------- templates/homepage.html | 15 +++++++++++++++ urls.py | 2 ++ 4 files changed, 41 insertions(+), 14 deletions(-) create mode 100644 templates/homepage.html diff --git a/media/css/style.scss b/media/css/style.scss index e5dd8c7..759ad12 100644 --- a/media/css/style.scss +++ b/media/css/style.scss @@ -1714,6 +1714,9 @@ body.error { div.rochester-made { margin-top: 54px; } +} +body.homepage { + } body.is-pro { section.main { diff --git a/templates/base.html b/templates/base.html index 1c0eb73..88b6111 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,9 +5,9 @@ {% block page-title %}Snipt{% endblock %} + - - + {% block page-description %} {% endblock %} @@ -16,13 +16,14 @@ {% endif %} - {% if has_snipts and not detail %} {% endif %} + + {% block css %}{% endblock %}