From 222478e97b7b71faf9514c26958cd0c6e2a17519 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 13 Oct 2020 19:44:28 -0500 Subject: [PATCH] Rearrange and add new credits section for website --- index.scss | 9 ++++++--- index.slim | 14 +++++++++++++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/index.scss b/index.scss index 09c3bdb..7caabef 100644 --- a/index.scss +++ b/index.scss @@ -184,11 +184,15 @@ body > p { background-size: 50%; padding-top: 30%; margin-top: 30vh; - margin-bottom: 10em; + margin-bottom: 7em; + } + + &:nth-of-type(7) { + margin-bottom: 7em; } &.fin { - margin-top: 10em; + margin-top: 7em; font-size: 2em; font-family: druk, sans-serif; color: $fg-alt; @@ -352,7 +356,6 @@ footer { &:nth-of-type(1) { margin-top: 7em; - margin-bottom: 7em; } &:last-of-type { diff --git a/index.slim b/index.slim index 0ea3443..69966fa 100644 --- a/index.slim +++ b/index.slim @@ -72,11 +72,23 @@ html p= paras[8] p= paras[9] + p= paras[10] p.fin Thank you footer - p= paras[10] + markdown: + This website was designed by [Nat Janin](https://natjanin.com/) and + [Catherine Mellinger](http://www.cargocollective.com/catherinemellinger), + developed by [Stephen Paul Weber](https://git.singpolyma.net/post-part). + + Music: Frédéric Chopin, Prelude in B minor, Op 28, No. 6 — + performed on piano by [Marketa Ornova](http://www.marketaornova.com/). + Used with permission from artist. + + Music originally adapted for [Cutting Paper](https://vimeo.com/250175258) + by Jennifer Dallas and Melanie Gordon. + p= paras[11] p= paras[12] -- 2.38.4