From dbe88db64d11abaabf4b80cdb3cadcf6bf35b9fe Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 24 Jun 2017 13:33:46 +0200 Subject: [PATCH] quick front page reorganisation * move sections around * add CTA to intro * remove redundant Features CTA section * give Blog section title/description * IPDB banner on every page of the site * decouple content & code in intro section --- _src/_assets/styles/_page-front.scss | 13 +++--- _src/_includes/footer.html | 2 + _src/_includes/sections/section-blog.html | 5 +++ _src/index.html | 52 +++++++++++------------ 4 files changed, 41 insertions(+), 31 deletions(-) diff --git a/_src/_assets/styles/_page-front.scss b/_src/_assets/styles/_page-front.scss index d8c236a..9236898 100644 --- a/_src/_assets/styles/_page-front.scss +++ b/_src/_assets/styles/_page-front.scss @@ -5,7 +5,8 @@ // .page-front { - .section--partners { + .section--partners, + .section-testimonials { @extend .background--darker; } } @@ -14,6 +15,11 @@ .section-header { margin-bottom: $spacer * 2; } + + p:last-child { + margin-top: $spacer * 4; + margin-bottom: 0; + } } .section-intro__main { @@ -37,9 +43,6 @@ margin: auto; margin-bottom: $spacer; } -} -.section-quickstart__title { - @extend .h3; - margin-top: 0; + } diff --git a/_src/_includes/footer.html b/_src/_includes/footer.html index 765021d..ff5317b 100644 --- a/_src/_includes/footer.html +++ b/_src/_includes/footer.html @@ -1,3 +1,5 @@ +{% include ipdb.html %} +