From 2200c47c9ff2a630f03ae7ab49c2d79a0a59ed41 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 12 Oct 2020 20:12:32 -0500 Subject: [PATCH] Finish footer + design feedback --- index.scss | 24 +++++++++++++++--------- index.slim | 12 ++++-------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/index.scss b/index.scss index df0ce2e..37f1329 100644 --- a/index.scss +++ b/index.scss @@ -31,6 +31,7 @@ html, body { background: $bg; color: $fg; text-align: center; + line-height: 1.7; * { box-sizing: border-box; @@ -40,8 +41,8 @@ html, body { body > a[href="#wallpaper"] { &, &:visited, { position: fixed; - top: 1em; - left: 1em; + top: 2em; + left: 2em; color: $fg-alt; text-decoration: none; } @@ -239,7 +240,7 @@ body > small { figure { background: black; border-radius: 2em; - padding: 1em; + padding: 3em; text-align: left; h1 { font-size: 1.25em; @@ -334,18 +335,20 @@ footer { background: $fg; color: $fg-alt; padding-top: 2em; + padding-bottom: 0.5in; + overflow: hidden; p { max-width: $column-width; - margin: 1em auto; + margin: 3em auto; &:nth-of-type(1) { - margin-top: 5em; - margin-bottom: 5em; + margin-top: 7em; + margin-bottom: 7em; } &:last-of-type { - margin-bottom: 5em; + margin-bottom: 7em; } } @@ -356,10 +359,13 @@ footer { } img { + display: inline-block; + vertical-align: middle; max-height: 5em; - &[alt="Instagram"] { - max-height: 2em; + &[alt="Ontario Arts Council"] { + padding-left: 0.5in; + padding-right: 0.5in; } } } diff --git a/index.slim b/index.slim index 0ca7ec5..d9edfc2 100644 --- a/index.slim +++ b/index.slim @@ -74,14 +74,10 @@ html p= paras[11] p= paras[12] - img src="assets/img/INSTAGRAM.png" alt="Instagram" - - address - ' Contact Us - ' Catherine Mellinger - ' Nat Janin - ' Pazit Cahlon + a href="https://www.instagram.com/longernin_collective/" + img src="assets/img/INSTAGRAM.png" alt="Instagram" img src="assets/img/OAC.svg" alt="Ontario Arts Council" - img src="assets/img/WORKMAN_ARTS.png" alt="Workman Arts" + a href="https://workmanarts.com/" + img src="assets/img/WORKMAN_ARTS.png" alt="Workman Arts" -- 2.38.4