From 081772ce3764b95d67cf685c5d71c335c7f68d47 Mon Sep 17 00:00:00 2001
From: Matthias Kretschmann
Date: Mon, 20 May 2019 14:40:50 +0200
Subject: [PATCH] add AI Commons logo
---
.../components/organisms/Footer.module.scss | 20 +++++++++++++++++++
client/src/components/organisms/Footer.tsx | 10 ++++++++--
client/src/img/aicommons.svg | 7 +++++++
3 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 client/src/img/aicommons.svg
diff --git a/client/src/components/organisms/Footer.module.scss b/client/src/components/organisms/Footer.module.scss
index fdc72e7..6f933ed 100644
--- a/client/src/components/organisms/Footer.module.scss
+++ b/client/src/components/organisms/Footer.module.scss
@@ -71,3 +71,23 @@
margin-bottom: 0;
}
}
+
+.aicommons {
+ svg {
+ width: 100px;
+ height: auto;
+ vertical-align: middle;
+ margin-top: -.05rem;
+ margin-left: $spacer / 6;
+ fill: currentColor;
+ }
+
+ a {
+ &:hover,
+ &:focus {
+ svg {
+ fill: $brand-pink;
+ }
+ }
+ }
+}
diff --git a/client/src/components/organisms/Footer.tsx b/client/src/components/organisms/Footer.tsx
index 40951ad..99b5f99 100644
--- a/client/src/components/organisms/Footer.tsx
+++ b/client/src/components/organisms/Footer.tsx
@@ -1,6 +1,7 @@
import React from 'react'
import { Market } from '../../context'
import Content from '../atoms/Content'
+import { ReactComponent as AiCommons } from '../../img/aicommons.svg'
import styles from './Footer.module.scss'
import meta from '../../data/meta.json'
@@ -20,9 +21,14 @@ const Footer = () => (
}
-
+
Proud supporter of{' '}
- AI Commons.
+
+
+
diff --git a/client/src/img/aicommons.svg b/client/src/img/aicommons.svg
new file mode 100644
index 0000000..6d3843e
--- /dev/null
+++ b/client/src/img/aicommons.svg
@@ -0,0 +1,7 @@
+