From d6a669c2519c020206f178b20b7559aa13a79628 Mon Sep 17 00:00:00 2001 From: Tenji Tembo Date: Mon, 3 Apr 2017 10:41:24 -0400 Subject: [PATCH 01/15] sticky footer, extra padding for overflow sections --- web/templates/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/templates/css/style.css b/web/templates/css/style.css index 1141408..3af82fc 100644 --- a/web/templates/css/style.css +++ b/web/templates/css/style.css @@ -25,6 +25,8 @@ h1, h2, h3, h4, h5, h6 { #min-height { min-height: 500px; + padding-bottom: 100px; + overflow: scroll; } .progress { @@ -48,6 +50,7 @@ footer.page-footer { padding-top: 0; background-color: #ee6e73; position: absolute; + bottom: 0; width: 100%; } @@ -110,5 +113,5 @@ h3 { } pre { background-color: #ddd; - padding: 10px 0 10px 0; + padding: 10px 0 10px 0; } From edf28b8a75fa5e3ad090704253c52eab361a53cd Mon Sep 17 00:00:00 2001 From: Tenji Tembo Date: Mon, 3 Apr 2017 10:42:05 -0400 Subject: [PATCH 02/15] push up z-index for footer --- web/templates/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/css/style.css b/web/templates/css/style.css index 3af82fc..ad34ba7 100644 --- a/web/templates/css/style.css +++ b/web/templates/css/style.css @@ -52,6 +52,7 @@ footer.page-footer { position: absolute; bottom: 0; width: 100%; + z-index: 100; } footer p { From b8fc87eccd3c3ce3de08c0eccf680fdef644929c Mon Sep 17 00:00:00 2001 From: Tenji Tembo Date: Mon, 3 Apr 2017 10:49:13 -0400 Subject: [PATCH 03/15] swapped main font, vertical drop on homepage, better spacing --- web/templates/css/style.css | 9 ++++++++- web/templates/index.handlebars | 2 +- web/templates/signup/index.handlebars | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/web/templates/css/style.css b/web/templates/css/style.css index ad34ba7..fbb8a2e 100644 --- a/web/templates/css/style.css +++ b/web/templates/css/style.css @@ -7,7 +7,7 @@ */ body { - font-family: 'Raleway', sans-serif; + font-family: 'Roboto', sans-serif; color: #2d2d2d; } @@ -45,6 +45,10 @@ h1, h2, h3, h4, h5, h6 { width: 100%; } +.vertical-center { + margin-top: 10%; +} + footer.page-footer { margin-top: 20px; padding-top: 0; @@ -116,3 +120,6 @@ pre { background-color: #ddd; padding: 10px 0 10px 0; } +i.large { + font-size: 2.92rem; +} diff --git a/web/templates/index.handlebars b/web/templates/index.handlebars index 13a8200..5f563bd 100644 --- a/web/templates/index.handlebars +++ b/web/templates/index.handlebars @@ -1,6 +1,6 @@ {{> header }} -
+


{{site-title}}

diff --git a/web/templates/signup/index.handlebars b/web/templates/signup/index.handlebars index 97c462e..06460a6 100644 --- a/web/templates/signup/index.handlebars +++ b/web/templates/signup/index.handlebars @@ -11,7 +11,7 @@
{{#each tabs}} -
+

{{tab_title}}

{{{lookup @root (lookup . "opener_content")}}} From ce33cf6c28cf44743fa498a4ad34af10683b1b8e Mon Sep 17 00:00:00 2001 From: Tenji Tembo Date: Mon, 3 Apr 2017 11:27:51 -0400 Subject: [PATCH 04/15] redid sticky footer --- web/templates/_footer.handlebars | 2 +- web/templates/_header.handlebars | 4 +-- web/templates/css/style.css | 51 ++++++++++++++++++-------------- web/templates/index.handlebars | 18 +++-------- 4 files changed, 36 insertions(+), 39 deletions(-) diff --git a/web/templates/_footer.handlebars b/web/templates/_footer.handlebars index f5bb313..dbf4b7d 100644 --- a/web/templates/_footer.handlebars +++ b/web/templates/_footer.handlebars @@ -1,6 +1,6 @@
-