summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2021-11-17 18:56:49 -0800
committerJesse Morgan <jesse@jesterpm.net>2021-11-17 18:56:49 -0800
commit75de002187cb934324627d59a2d47dec79f7b9ac (patch)
tree3dda3b2e263ea213562ad5b57c6faf88c2ea3021
parent823d38cd0cfe87504660ef561ae58bc486e77596 (diff)
Branding change
-rw-r--r--Makefile5
-rw-r--r--src/App.js2
-rw-r--r--src/SearchResults.js2
-rw-r--r--src/foursquare.pngbin679 -> 0 bytes
-rw-r--r--src/logo.pngbin0 -> 3137 bytes
5 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..974df45
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+release:
+ npm run build
+
+deploy:
+ aws --profile foursquare s3 cp --recursive build/ s3://foursquare-smallgroups/
diff --git a/src/App.js b/src/App.js
index e5d3e40..aa95f46 100644
--- a/src/App.js
+++ b/src/App.js
@@ -3,7 +3,7 @@ import update from 'immutability-helper';
import 'whatwg-fetch';
import 'promise-polyfill/src/polyfill';
import './App.css';
-import logo from './foursquare.png';
+import logo from './logo.png';
import SearchFilters from './SearchFilters.js';
import SearchResults from './SearchResults.js';
diff --git a/src/SearchResults.js b/src/SearchResults.js
index d3563fa..d3403cb 100644
--- a/src/SearchResults.js
+++ b/src/SearchResults.js
@@ -52,7 +52,7 @@ class SearchResult extends Component {
<span className="label">Group Leader</span>: {this.props.data['leader-name']}{" "}
</p>
<p>
- <a className="btn" target="_new" href="https://motionchurch.ccbchurch.com/goto/forms/133/responses/new">Contact Group</a>
+ <a className="btn btn--border theme-btn--primary-inverse" target="_new" href="https://motionchurch.ccbchurch.com/goto/forms/133/responses/new">Sign Up for Group</a>
</p>
</div>
</div>
diff --git a/src/foursquare.png b/src/foursquare.png
deleted file mode 100644
index 0825497..0000000
--- a/src/foursquare.png
+++ /dev/null
Binary files differ
diff --git a/src/logo.png b/src/logo.png
new file mode 100644
index 0000000..4140a72
--- /dev/null
+++ b/src/logo.png
Binary files differ