From 3fd9dc8e8e37c344fe54586f961c3ea6a6f29dfe Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 13 Sep 2022 18:59:12 -0400 Subject: [PATCH] Footer navigation --- src/layouts/partials/footer-nav.html | 25 +++++++++++ src/layouts/partials/footer.html | 64 ++++++++++++++++------------ src/static/css/style.css | 11 ++++- 3 files changed, 71 insertions(+), 29 deletions(-) create mode 100644 src/layouts/partials/footer-nav.html diff --git a/src/layouts/partials/footer-nav.html b/src/layouts/partials/footer-nav.html new file mode 100644 index 0000000..2148cb8 --- /dev/null +++ b/src/layouts/partials/footer-nav.html @@ -0,0 +1,25 @@ + + + diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index f8280cd..ba4fb30 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -1,36 +1,44 @@ -
diff --git a/src/static/css/style.css b/src/static/css/style.css index 4450783..5da6c17 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -181,6 +181,11 @@ p{ color: #ffffff; } +li{ + font-family: "sono", sans-serif; + color: #ffffff; +} + /* Breakpoint-Specific Typography */ @@ -283,7 +288,11 @@ hr{ /* Footer Styling */ .footer-email{ - padding: 35px 75px; + font-family: "pp-neue-machina", sans-serif; + text-transform: uppercase; + font-size: 38px; + line-height: 38px; + padding: 35px 0px; background: none; border: none; }