diff --git a/Makefile b/Makefile
index 277e001a..ad33d2d0 100644
--- a/Makefile
+++ b/Makefile
@@ -4,17 +4,27 @@ install:
develop:
npm start
-build:
+clean:
rm -rf build
- REACT_APP_PRODUCTION=false npm run build
-production-build:
- rm -rf build
- REACT_APP_PRODUCTION=true REACT_APP_STRIPE_PK=pk_live_ANI76cBhSo69DZUxPmyRVIZW npm run build
+build: clean
+ REACT_APP_ENV=staging npm run build
+
+preproduction-build: clean
+ REACT_APP_ENV=preproduction REACT_APP_STRIPE_PK=pk_live_ANI76cBhSo69DZUxPmyRVIZW npm run build
+
+production-build: clean
+ REACT_APP_ENV=production REACT_APP_STRIPE_PK=pk_live_ANI76cBhSo69DZUxPmyRVIZW npm run build
.PHONY: build
-stage: production-build
+prod: production-build
+ rsync -zavP build/ -e 'ssh -p 666' ott@instat.tv:/usr/local/www/ott/wwwroot/
+
+preprod: preproduction-build
+ rsync -zavP build/ -e 'ssh -p 666' ott-test@test.instat.tv:/usr/local/www/ott-test/wwwroot/
+
+stage: build
rsync -zavP build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/wwwroot/
a-stage: build
diff --git a/public/images/arrowUp.svg b/public/images/arrowUp.svg
index 8cdd1d73..4df36f09 100644
--- a/public/images/arrowUp.svg
+++ b/public/images/arrowUp.svg
@@ -1,3 +1,3 @@
diff --git a/public/images/basketball-icon.svg b/public/images/basketball-icon.svg
new file mode 100644
index 00000000..2fd26980
--- /dev/null
+++ b/public/images/basketball-icon.svg
@@ -0,0 +1,11 @@
+
diff --git a/public/images/clear.svg b/public/images/clear.svg
index b86003e5..a90cbda0 100644
--- a/public/images/clear.svg
+++ b/public/images/clear.svg
@@ -1,3 +1,3 @@
-