From 47b79fd9d4329e73cef7929ed8f64d9eeb287ae5 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 15 Jan 2021 14:54:30 -0500 Subject: Proj: Massive design overhaul to simplify code Cut out Sass syntax, deleted old CSS rules, changed HTML to use fewer lists and more cascading instead of specific rules. Still requires compiling with sass to strip comments and compress, but would in theory work on its own. Reduced CSS file size by 2/3 --- app/pages/templates/pages/luxagraf/homepage.html | 67 +++++++++++----------- .../templates/pages/luxagraf/page_detail.html | 2 +- 2 files changed, 33 insertions(+), 36 deletions(-) (limited to 'app/pages/templates') diff --git a/app/pages/templates/pages/luxagraf/homepage.html b/app/pages/templates/pages/luxagraf/homepage.html index c8075ea..7a768f9 100644 --- a/app/pages/templates/pages/luxagraf/homepage.html +++ b/app/pages/templates/pages/luxagraf/homepage.html @@ -18,8 +18,8 @@ {% block primary %} -
+

About Luxagraf

+
map of travels +

We’re a family of five living full time in a vintage 1969 Dodge Travco motorhome. We’ve been at it for three years now. People always ask: What's it like for five people to live in a 26ft RV? Why do we live this way?

The short answer is simple: because we like it and we can. If you want more than a soundbite, read through the journal. If you like it, sign up for the newsletter, Friends of a Long Year. I'd also subscribe to the RSS feed, but that's just me.

+
+
-
-
Browse the Archives
+
+
Browse the Archives
{% endblock %} diff --git a/app/pages/templates/pages/luxagraf/page_detail.html b/app/pages/templates/pages/luxagraf/page_detail.html index 4644386..fc66917 100644 --- a/app/pages/templates/pages/luxagraf/page_detail.html +++ b/app/pages/templates/pages/luxagraf/page_detail.html @@ -7,7 +7,7 @@ {%block bodyid%}id="{{object.title|slugify}}"{%endblock%} {% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} {% block primary %}
-
+

{{object.title}}

{%if object.sub_title %}

{{object.sub_title}}

{%endif%} -- cgit v1.2.3-70-g09d2