From a6d0e30f3ba22a1fc707470770973c5fd0d3dc68 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sat, 12 Aug 2017 19:11:38 -0700 Subject: [PATCH] Makes some things bigger, and such --- pinaxcon/templates/_footer.html | 14 ++++++++------ pinaxcon/templates/site_base.html | 10 ++++++++-- pinaxcon/templates/static_pages/homepage.html | 8 ++++---- static/scss/custom.scss | 5 ++++- static/scss/variables.scss | 2 +- 5 files changed, 25 insertions(+), 14 deletions(-) diff --git a/pinaxcon/templates/_footer.html b/pinaxcon/templates/_footer.html index 6143b17..1144979 100644 --- a/pinaxcon/templates/_footer.html +++ b/pinaxcon/templates/_footer.html @@ -1,10 +1,12 @@ -
- North Bay Python is a member project of the Software Freedom Conservancy, a 501(c)(3) charity.
+
+
+ North Bay Python is a member project of Software Freedom Conservancy, a 501(c)(3) charity.
Facebook | Twitter | Lanyrd | Code of Conduct | Terms and Conditions | Colophon -
+
-
- Site powered by Symposion - and Registrasion. +
+ Site powered by Symposion + and Registrasion. +
diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index eed76e7..ac912a8 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -42,8 +42,14 @@ {% endblock %} -{% block footer %} - {% include "_footer.html" %} +{% block footer_base %} +
+
+ {% block footer %} + {% include "_footer.html" %} + {% endblock %} +
+
{% endblock %} diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 322aff7..2807883 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -51,11 +51,11 @@

Here is some text about Petaluma and the Mystic Theatre. It's pretty great. The mystic is close to restaurants and hotels. Petaluma is only an hour out of San Francisco. Blah.

-
+ -
+
Image credit: Mystic Theatre, © 2017 Christopher Neugebauer (CC-BY-SA)
@@ -80,11 +80,11 @@
-
+ -
+
Image credit: DjangoGirls Brisbane 2014, © 2014 Richard Jones (CC-BY)
diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 7fcb2c6..6d0e5dc 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -23,9 +23,12 @@ section { .modal form { margin-bottom: 0px; } + footer { - padding-bottom: 20px; + padding-top: 20px; + padding-bottom: 20px; } + p.login-signup { margin-top: 20px; } diff --git a/static/scss/variables.scss b/static/scss/variables.scss index 940b3fd..8ffcd29 100644 --- a/static/scss/variables.scss +++ b/static/scss/variables.scss @@ -8,7 +8,7 @@ $background-filter-transparent: change-color($background-filter, $alpha: 0.5); $font-family-sans-serif: 'Montserrat', Arial, sans-serif; $font-family-serif: Georgia, "Times New Roman", Times, serif; $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; -$font-size-base: 15px; +$font-size-base: 16px; $headings-line-height: 1.0;