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; }