From 733bb890c3d130853bc866b55804a1a44bb6703c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 Aug 2022 12:11:22 -0700 Subject: Remove Slack, fix Twitter link, add updated footer from docs (#305) * Remove Slack, fix Twitter link, add updated footer from docs * Fix #300 * Fix broken links * Fix another link --- config.yml | 5 +--- src/assets/scss/_footer.scss | 20 ++----------- src/layouts/partials/footer.html | 65 +++++++++++++++++++++++++++++++++------- src/layouts/partials/navbar.html | 6 ---- 4 files changed, 59 insertions(+), 37 deletions(-) diff --git a/config.yml b/config.yml index 8f7882ac..8c10c3aa 100644 --- a/config.yml +++ b/config.yml @@ -87,7 +87,7 @@ params: main: "https://getbootstrap.com" github_org: "https://github.com/twbs" repo: "https://github.com/twbs/blog" - slack: "https://bootstrap-slack.herokuapp.com" + twitter: "getbootstrap" blog: "https://blog.getbootstrap.com/" expo: "https://expo.getbootstrap.com/" icons: "https://icons.getbootstrap.com/" @@ -97,6 +97,3 @@ params: # the first image in the following array is always used, unless specified in the front matter images: - "/assets/img/bootstrap-social.png" - -social: - twitter: "getbootstrap" diff --git a/src/assets/scss/_footer.scss b/src/assets/scss/_footer.scss index 74f27ff2..87cee6d2 100644 --- a/src/assets/scss/_footer.scss +++ b/src/assets/scss/_footer.scss @@ -3,28 +3,14 @@ // .bd-footer { - font-size: .875rem; - a { - font-weight: 600; color: $gray-700; + text-decoration: none; &:hover, &:focus { - color: $blue-500; - } - } -} - -.bd-footer-links { - padding-left: 0; - margin-bottom: 1rem; - - li { - display: inline-block; - - + li { - margin-left: 1rem; + color: $link-color; + text-decoration: underline; } } } diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index af860da5..9ae8e42a 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -1,12 +1,57 @@ -