From 62973e9a89b293e4eef4ae2254d8722ddc75eae1 Mon Sep 17 00:00:00 2001 From: Loreina Chew Date: Sun, 29 Dec 2019 16:39:57 -0500 Subject: [PATCH 1/4] edit unsubscribe button --- assets/email/marketingEmail/EmailBlast.hbs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/email/marketingEmail/EmailBlast.hbs b/assets/email/marketingEmail/EmailBlast.hbs index bd1eddde..24dc9ba0 100644 --- a/assets/email/marketingEmail/EmailBlast.hbs +++ b/assets/email/marketingEmail/EmailBlast.hbs @@ -423,11 +423,10 @@ mchacks.ca

-

- unsubscribe -

- + unsubscribe + From f1503d3420c4f21fb5a97a0d5c7cd7d80e965455 Mon Sep 17 00:00:00 2001 From: Loreina Chew Date: Sun, 29 Dec 2019 16:40:01 -0500 Subject: [PATCH 2/4] add 3 days left email --- assets/email/marketingEmail/3Days.hbs | 450 ++++++++++++++++++++++++++ 1 file changed, 450 insertions(+) create mode 100644 assets/email/marketingEmail/3Days.hbs diff --git a/assets/email/marketingEmail/3Days.hbs b/assets/email/marketingEmail/3Days.hbs new file mode 100644 index 00000000..b0ad126f --- /dev/null +++ b/assets/email/marketingEmail/3Days.hbs @@ -0,0 +1,450 @@ + + + + + + + McHacks is back! + + + +
+ + + + +
+ + + + + + + + + + + +
+ + + + + +
+ Logo +
+ +
+ + + + + +
+ + +

+

+ There’s just 3 days left to apply to Canada’s favorite hackathon! Have + you started your McHacks 7 application yet? What are you waiting for? +

+ McHacks is back this winter for round 7! Join us February 1-2, 2020 in + the beautiful city of Montreal for a weekend full of engaging workshops, + making new friends, impressive tech, and awesome hacking. +

+

+ Follow us on Facebook, + Twitter, + and Instagram + for important updates and news about McHacks! If you have any + questions, feel free to reach out at contact@mchacks.ca. +

+ +

+ If you’ve already applied, share this email with your friends and don’t + forget to respond to our Facebook + event. We hope to see you there! +

+

+
+ McHacks Team +
+ mchacks.ca +

+ + unsubscribe + +
+ +
+
+ +
+
+ + + From f6323896a1853d945ebc31bee3223e732f1b2572 Mon Sep 17 00:00:00 2001 From: Loreina Chew Date: Sun, 29 Dec 2019 16:44:50 -0500 Subject: [PATCH 3/4] update changelog --- .github/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d740c42f..bfba8cd6 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add email blast marketing email +- Add 3 days left marketing email ## [2.0.1](https://github.com/hackmcgill/hackerapi/tree/2.0.1) - 2019-12-24 From 224f6faf726a64be2f00693d97b22b997d1c0719 Mon Sep 17 00:00:00 2001 From: Loreina Chew Date: Sun, 29 Dec 2019 16:46:00 -0500 Subject: [PATCH 4/4] update changelog --- .github/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index bfba8cd6..a31bc3a3 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add email blast marketing email - Add 3 days left marketing email +### Fixed + +- Fix unsubscribe button in marketing emails + ## [2.0.1](https://github.com/hackmcgill/hackerapi/tree/2.0.1) - 2019-12-24 ### Added