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 {
-
-
-
+
{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 @@
+
\ No newline at end of file