From c69af94397f585ca3b1c814466f7ef56c91c0231 Mon Sep 17 00:00:00 2001 From: Jim Schubert Date: Sat, 29 Dec 2018 09:40:38 -0500 Subject: [PATCH] Add Font Awesome attribution footer --- website/core/Footer.js | 38 +++++++++++++++++++++++----------- website/static/css/custom.css | 7 +++++++ website/static/img/fa-logo.svg | 1 + 3 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 website/static/img/fa-logo.svg diff --git a/website/core/Footer.js b/website/core/Footer.js index db979fb8e88..23622cd5db8 100755 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -80,18 +80,32 @@ class Footer extends React.Component { - - Facebook Open Source - +
+ + Facebook Open Source + + + Fontawesome (Free) + +
{this.props.config.copyright}
); diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 0d7bc4bb6fe..c08e761b0f2 100755 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -40,6 +40,13 @@ dd { opacity: 0.6; } +.nav-footer .attribution { + display: flex; + justify-content: space-between; + margin: 0 auto 1em; + max-width: 1080px; +} + .splashLogo { display: block; margin: 0; diff --git a/website/static/img/fa-logo.svg b/website/static/img/fa-logo.svg new file mode 100644 index 00000000000..8753e441d24 --- /dev/null +++ b/website/static/img/fa-logo.svg @@ -0,0 +1 @@ +Font Awesome \ No newline at end of file