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 @@