From 24d0856854346d3d5d295dd9bb15b900aba98d2d Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Tue, 27 Oct 2020 19:07:35 +0100 Subject: [PATCH] Fix some design stuff --- assets/scss/_typography.scss | 7 +++++++ .../front_matter/templates/portfolio-template.yml | 1 + layouts/partials/footer.html | 13 ++++++------- layouts/partials/hero.html | 13 ------------- layouts/partials/navbar.html | 4 ++-- 5 files changed, 16 insertions(+), 22 deletions(-) diff --git a/assets/scss/_typography.scss b/assets/scss/_typography.scss index 292cafe..338de49 100644 --- a/assets/scss/_typography.scss +++ b/assets/scss/_typography.scss @@ -12,6 +12,13 @@ color: #282f49; } +.footer__widget_logo { + font-family: $logo-font-family; + font-weight: 900; + font-size: 18pt; + color: white; +} + a.text-light, a.text-dark { // transition: all 0.3s ease; diff --git a/exampleSite/.forestry/front_matter/templates/portfolio-template.yml b/exampleSite/.forestry/front_matter/templates/portfolio-template.yml index b1d9e39..e4a019d 100644 --- a/exampleSite/.forestry/front_matter/templates/portfolio-template.yml +++ b/exampleSite/.forestry/front_matter/templates/portfolio-template.yml @@ -34,3 +34,4 @@ pages: - content/portfolio/case-study-one.md - content/portfolio/event-app-case-study.md - content/portfolio/recipe-app-ux-study.md +- content/portfolio/fromapp.md diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 966ec50..4cbf7cf 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -23,12 +23,10 @@ @@ -36,12 +34,13 @@ diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 59d5063..511de20 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -10,7 +10,7 @@