diff --git a/.env.example b/.env.example
index fa0f2b1..770785c 100644
--- a/.env.example
+++ b/.env.example
@@ -6,5 +6,7 @@ REACT_APP_NEWS_FETCH_PROXY=REACT_APP_NEWS_FETCH_PROXY
REACT_APP_TWITTER_URL=REACT_APP_TWITTER_URL
REACT_APP_FACEBOOK_URL=REACT_APP_FACEBOOK_URL
REACT_APP_INSTAGRAM_URL=REACT_APP_INSTAGRAM_URL
+REACT_APP_GITHUB_URL=REACT_APP_GITHUB_URL
+REACT_APP_SLACK_URL=REACT_APP_SLACK_URL
REACT_APP_ANDROID_URL=REACT_APP_ANDROID_URL
REACT_APP_IOS_URL=REACT_APP_IOS_URL
\ No newline at end of file
diff --git a/README.md b/README.md
index 3081eb4..3775913 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@ REACT_APP_NEWS_FETCH_PROXY=https://thingproxy.freeboard.io/fetch
REACT_APP_TWITTER_URL=https://twitter.com/SayTheirName_io
REACT_APP_FACEBOOK_URL=https://www.facebook.com/Say-Their-Names-108926117523025/?modal=admin_todo_tour
REACT_APP_INSTAGRAM_URL=https://www.instagram.com/saytheirname.io
+REACT_APP_GITHUB_URL=https://github.com/Say-Their-Name
+REACT_APP_SLACK_URL=https://app.slack.com/client/T014JL5B3SN/C014X92G997
REACT_APP_ANDROID_URL=https://play.google.com/store/apps/details?id=io.saytheirnames.android
REACT_APP_IOS_URL=https://apps.apple.com/app/say-their-names/id1517599626
```
diff --git a/package.json b/package.json
index 20b6d91..57658cf 100644
--- a/package.json
+++ b/package.json
@@ -27,8 +27,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
- "test:all": "yarn run lint:fix && CI=true yarn test",
- "test:coverage": "CI=true yarn test --coverage --watchAll=false",
+ "test:all": "yarn run lint:fix && yarn test --CI=true",
+ "test:coverage": "yarn test --coverage --watchAll=false --CI=true",
"eject": "react-scripts eject",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
diff --git a/src/assets/github.svg b/src/assets/github.svg
new file mode 100644
index 0000000..ed0be61
--- /dev/null
+++ b/src/assets/github.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/assets/slack.svg b/src/assets/slack.svg
new file mode 100644
index 0000000..da9bcee
--- /dev/null
+++ b/src/assets/slack.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/components/footer/Footer.js b/src/components/footer/Footer.js
index b88e094..233f105 100644
--- a/src/components/footer/Footer.js
+++ b/src/components/footer/Footer.js
@@ -7,6 +7,8 @@ import Apple from '../../assets/AppStorebadge.svg';
import Twitter from '../../assets/twitter.svg';
import Facebook from '../../assets/facebook.svg';
import Instagram from '../../assets/instagram.svg';
+import Github from '../../assets/github.svg';
+import Slack from '../../assets/slack.svg';
import Variables from '../../constants/Variables';
import {
@@ -89,6 +91,24 @@ const Footer = () => (
>
+
+