diff --git a/.env b/.env index 60bb9dc..af53780 100755 --- a/.env +++ b/.env @@ -1,4 +1,7 @@ NODE_ENV=development PORT=8000 TOKEN_SECRET=cfe41fd581767805dddabab7e1ca15c8 -TOKEN_EXPIRES=1800s \ No newline at end of file +TOKEN_EXPIRES=1800s +SENDGRID_API_KEY=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 +EMAIL_FROM=support@float.sg +EMAIL_SUBJECT=Test \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 25c0f02..091a9c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -185,6 +185,32 @@ } } }, + "@sendgrid/client": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-7.6.2.tgz", + "integrity": "sha512-Yw3i3vPBBwfiIi+4i7+1f1rwQoLlLsu3qW16d1UuRp6RgX6H6yHYb2/PfqwNyCC0qzqIWGUKPWwYe5ggcr5Guw==", + "requires": { + "@sendgrid/helpers": "^7.6.2", + "axios": "^0.26.0" + } + }, + "@sendgrid/helpers": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@sendgrid/helpers/-/helpers-7.6.2.tgz", + "integrity": "sha512-kGW0kM2AOHfXjcvB6Lgwa/nMv8IALu0KyNY9X4HSa3MtLohymuhbG9HgjrOh66+BkbsfA03H3bcT0+sPVJ0GKQ==", + "requires": { + "deepmerge": "^4.2.2" + } + }, + "@sendgrid/mail": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@sendgrid/mail/-/mail-7.6.2.tgz", + "integrity": "sha512-IHHZFvgU95aqb11AevQvAfautj2pb8iW8UCiUJ2ae9pRF37e6EkBmU9NgdFjbQ/8Xhhm+KDVDzn/JLxDN/GiBw==", + "requires": { + "@sendgrid/client": "^7.6.2", + "@sendgrid/helpers": "^7.6.2" + } + }, "@sindresorhus/is": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", @@ -459,6 +485,14 @@ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" }, + "axios": { + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", + "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", + "requires": { + "follow-redirects": "^1.14.8" + } + }, "axobject-query": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", @@ -1074,6 +1108,11 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==" + }, "defer-to-connect": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", @@ -1865,6 +1904,11 @@ "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", "dev": true }, + "follow-redirects": { + "version": "1.14.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz", + "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==" + }, "form-data": { "version": "2.5.1", "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", @@ -2070,6 +2114,18 @@ "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", "dev": true }, + "handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "requires": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4", + "wordwrap": "^1.0.0" + } + }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -3268,6 +3324,11 @@ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, "next-tick": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", @@ -4474,6 +4535,11 @@ } } }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, "spdx-correct": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", @@ -4901,6 +4967,12 @@ "is-typedarray": "^1.0.0" } }, + "uglify-js": { + "version": "3.15.4", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.4.tgz", + "integrity": "sha512-vMOPGDuvXecPs34V74qDKk4iJ/SN4vL3Ow/23ixafENYvtrNvtbcgUeugTcUGRGsOF/5fU8/NYSL5Hyb3l1OJA==", + "optional": true + }, "umzug": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/umzug/-/umzug-2.3.0.tgz", @@ -5144,6 +5216,11 @@ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", "dev": true }, + "wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" + }, "wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", diff --git a/package.json b/package.json index dc5ee77..1ae8ba8 100755 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "author": "", "license": "ISC", "dependencies": { + "@sendgrid/mail": "^7.6.2", "bcrypt": "^5.0.1", "body-parser": "1.19.0", "cors": "^2.8.5", @@ -19,6 +20,7 @@ "dotenv": "^16.0.0", "express": "4.17.1", "express-validator": "^6.14.0", + "handlebars": "^4.7.7", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", "morgan": "1.9.1", diff --git a/src/app.js b/src/app.js index b99117f..08a5ac5 100755 --- a/src/app.js +++ b/src/app.js @@ -2,6 +2,7 @@ const express = require("express"); const logger = require("morgan"); const bodyParser = require("body-parser"); var cors = require('cors') +var path = require('path'); const app = express(); app.use(cors({ @@ -18,7 +19,7 @@ require("./server/routes")(app); const swaggerJSDoc = require('swagger-jsdoc'); const swaggerUi = require('swagger-ui-express'); - +global.appRoot = path.resolve(__dirname); const swaggerDefinition = { openapi: '3.0.1', diff --git a/src/emailtemplates/carpool/carpool_accepted.mailfile b/src/emailtemplates/carpool/carpool_accepted.mailfile new file mode 100644 index 0000000..9e0d7eb --- /dev/null +++ b/src/emailtemplates/carpool/carpool_accepted.mailfile @@ -0,0 +1,392 @@ + + + + + Welcome to Float + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
Logo
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ _ +

+
+
+ Carpool Invitation Accepted +
+
+ +
 
+ +
+
Great news. {{friend_firstname}} has accepted your carpool invitation.
+
+
You will receive 1000 Float points, worth $10, once you've travelled more than 2 kilometres together!
+
+ +
 
+ +
+ +
 
+ +
+ +
 
+ +
+
+

For further assistance, email us at support@float.sg

+

Terms & Conditions apply

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
 
+ +
+ +
 
+ +
+ +
 
+ +
+ +
 
+ +
+ +
 
+ +
+
+ +
+ + + + +
+
This is a support email from Float.
© 2020 Float. All rights reserved
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/src/emailtemplates/carpool/carpool_invite.mailfile b/src/emailtemplates/carpool/carpool_invite.mailfile new file mode 100644 index 0000000..2022224 --- /dev/null +++ b/src/emailtemplates/carpool/carpool_invite.mailfile @@ -0,0 +1,400 @@ + + + + + Welcome to Float + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
Logo
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ _ +

+
+
+ Carpool with {{invite_firstname}} +
+
+ +
 
+ +
+
Great news. {{invite_firstname}} offered to carpool with you. You will drive in their car - so just jump in and feel good knowing you reduced congestion and pollution in your town! We will even send {{invite_firstname}} $10 to help + pay for the gas. It is a Win-Win-Win.
+
+ +
 
+ +
+ +
 
+ +
+ + + + +
+ Accept +
+
+ +
 
+ +
+
+

For further assistance, email us at support@float.sg

+

Terms & Conditions apply

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
 
+ +
+ +
 
+ +
+ +
 
+ +
+ +
 
+ +
+ +
 
+ +
+
+ +
+ + + + +
+
This is a support email from Float.
© 2020 Float. All rights reserved
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/src/emailtemplates/lifecycle/How_it_works.html b/src/emailtemplates/lifecycle/How_it_works.html new file mode 100644 index 0000000..2c5ca85 --- /dev/null +++ b/src/emailtemplates/lifecycle/How_it_works.html @@ -0,0 +1,69 @@ +
Logo
_

How it Works
Float is a mobile app that is constantly on the lookout for ways to save you time and money
header

What is Float
Float’s powerful recommendation engine matches all available options to your travel preferences, simplifying and optimizing local travel. The more we know about you, the better our recommendations get.

With Float you can:
features

Complete your profile
To take full advantage of Float benefits you’ll first need to complete your profile within the Float app.
Step 1
Download & Sign Up
If you haven’t already, download the app and sign-up by either connecting your Google account or using you another email and creating a password. Connect your bank details so that Float can analyze your spending history. Float only analyzes specific receipts related to transportation and at no time opens, accesses, or reads any of your personal email.
Step 2
Set a budget.
Float can help you track your spending and adjust as necessary to keep you on time and on budget.
Step 3
Get deals.
We’ve partnered with local merchants and mobile providers to get you exclusive deals.
Step 4
Plan trips.
Navigate from A to B by the fastest, most cost-effective, or greenest route.

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/2a_welcome_plus_deal.mailfile b/src/emailtemplates/member/2a_welcome_plus_deal.mailfile new file mode 100644 index 0000000..add0fae --- /dev/null +++ b/src/emailtemplates/member/2a_welcome_plus_deal.mailfile @@ -0,0 +1,48 @@ +
Logo
header
Smart traveling, just got easier
Hello {{firstname}}, make the most of your next journey by earning Float Points as you go. Subscribe to these awesome deals and start earning cash-back now

To get started head to the app, check out the deals in your home feed and start subscribing
petrol
uber_eats
lyft
petrol
uber_eats
lyft
petrol
uber_eats
lyft
petrol
uber_eats
lyft
petrol
uber_eats
lyft
Unlock these benefits by syncing your email and bank account to your profile which will allow Float to automatically detect when a transaction has taken place so you can be rewarded.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/amazon_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/amazon_deal_landing.mailfile new file mode 100644 index 0000000..48f4c25 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/amazon_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back on Amazon.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back on Amazon, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at {{domain_url}}. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/anywheel_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/anywheel_deal_landing.mailfile new file mode 100644 index 0000000..e9e517e --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/anywheel_deal_landing.mailfile @@ -0,0 +1,935 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + +
+ + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + anywheel-deal + +
+ +
+ +
+ +
+ + +
+ +
+ + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + + + +
+ +
WELCOME TO FLOAT
+ +
+ +
Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $10 back from Anywheel.
+ +
+ +
+ + + +
+ + + + + + + +
+ +
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
+ +
+ +
+ + +
+ +
+ + + + + +
+ + + + + + + +
+ + +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
HOW TO GET THE DEAL
+ +
+ + + + + + + +
+ + anywheel-deal + +
+ +
+ +
+ +
+ + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
HOW TO GET THE DEAL
+ +
+ +
To get $10 back from Anywheel, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
+ +
+ +
+
+ + apple-store + + + + google-play-store + +
+
+ +
+ +
+ +
+ + +
+ +
+ + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + + + + + + + +
+ +
COMPLETE YOUR PROFILE
+ +
+ +
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
+ +
+ + + + + +
+ + Complete now + +
+ +
+ +
+ + + +
+ + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+ + + + +
+ + + + + +
+ + Complete now + +
+ +
+ +
+ + +
+ +
+ + + + + +
+ + + + + + + +
+ + +
+ + + + + + + +
+ +

+

+ + + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + +
+ +
For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
+ +
+ +
If you get this email in error please Unsubscribe.
+ +
+ +
© 2020 Float. All rights reserved
+ +
+ +
+ + +
+ +
+ + + + + +
+ + + + \ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/comfortdelgro_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/comfortdelgro_deal_landing.mailfile new file mode 100644 index 0000000..1c60c37 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/comfortdelgro_deal_landing.mailfile @@ -0,0 +1,157 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back from Comfort DelGro.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back from Comfort DelGro, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/foodpanda_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/foodpanda_deal_landing.mailfile new file mode 100644 index 0000000..21254c1 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/foodpanda_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back with foodpanda.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with foodpanda, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/gojek_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/gojek_deal_landing.mailfile new file mode 100644 index 0000000..3ab71ae --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/gojek_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back from GoJek.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back from GoJek, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/grab_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/grab_deal_landing.mailfile new file mode 100644 index 0000000..dde3419 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/grab_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back from Grab.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back from Grab, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/harveynorman_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/harveynorman_deal_landing.mailfile new file mode 100644 index 0000000..1a57f3f --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/harveynorman_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back from Harvey Norman.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back from Harvey Norman, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at {{domain_url}}. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/krispykreme_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/krispykreme_deal_landing.mailfile new file mode 100644 index 0000000..6efd3ca --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/krispykreme_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back with Krispy Kreme.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Krispy Kreme, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at {{domain_url}}. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/moov_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/moov_deal_landing.mailfile new file mode 100644 index 0000000..4c0a4ca --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/moov_deal_landing.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for signing up to get $5 back from Moov.
Thanks for joining us at Float in our mission to simplify local travel and save you money along the way. To redeem this deal, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
header
Complete your profile
Completing your profile takes just a few minutes and gives you unlimited access to future deals.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/netflix_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/netflix_deal_landing.mailfile new file mode 100644 index 0000000..6881b9b --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/netflix_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back with Netflix.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Netflix, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/playstation_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/playstation_deal_landing.mailfile new file mode 100644 index 0000000..8a134ed --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/playstation_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back on your next month of PlayStation Plus.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back on your next month of PlayStation Plus subscription, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at {{domain_url}}. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/scoopwholefood_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/scoopwholefood_deal_landing.mailfile new file mode 100644 index 0000000..7d14d4f --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/scoopwholefood_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back from Scoop.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back from Scoop, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/sgbike_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/sgbike_deal_landing.mailfile new file mode 100644 index 0000000..a84e9f8 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/sgbike_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $10 back from SG Bike.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $10 back from SG Bike, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/shellpetrol_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/shellpetrol_deal_landing.mailfile new file mode 100644 index 0000000..70bc2cc --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/shellpetrol_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next purchase at Shell Petrol.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back off your next purchase at Shell Petrol, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at {{domain_url}}. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/uber_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/uber_deal_landing.mailfile new file mode 100644 index 0000000..72e4f24 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/uber_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Uber ride.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Uber, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/apptiv_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/apptiv_deal_landing.mailfile new file mode 100644 index 0000000..ab3a1ba --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/apptiv_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Logo
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back with Aaptiv.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Aaptiv, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/bluebottlecoffee_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/bluebottlecoffee_deal_landing.mailfile new file mode 100644 index 0000000..208cb99 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/bluebottlecoffee_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back with Blue Bottle Coffee.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Blue Bottle Coffee, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/exxon_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/exxon_deal_landing.mailfile new file mode 100644 index 0000000..1d9e38f --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/exxon_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back with Exxon.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Exxon, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/greens_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/greens_deal_landing.mailfile new file mode 100644 index 0000000..3ce41b7 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/greens_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Greens Restaurant meal.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back at Greens Restaurant, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/grubhub_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/grubhub_deal_landing.mailfile new file mode 100644 index 0000000..e72ba29 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/grubhub_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back with GrubHub.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with GrubHub, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/instacart_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/instacart_deal_landing.mailfile new file mode 100644 index 0000000..c75a723 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/instacart_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Instacart Delivery.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Instacart, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/jampajuice_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/jampajuice_deal_landing.mailfile new file mode 100644 index 0000000..fc3c92e --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/jampajuice_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Jamba Juice purchase.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Jamba Juice, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/jump_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/jump_deal_landing.mailfile new file mode 100644 index 0000000..ba8aeb6 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/jump_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Jump ride.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Jump, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/lime_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/lime_deal_landing.mailfile new file mode 100644 index 0000000..850e91a --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/lime_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Lime ride.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Lime, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/lululemon_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/lululemon_deal_landing.mailfile new file mode 100644 index 0000000..e3463b2 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/lululemon_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Lululemon purchase.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Lululemon, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/lush_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/lush_deal_landing.mailfile new file mode 100644 index 0000000..3e8b12b --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/lush_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Lush purchase.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Lush, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/lyft_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/lyft_deal_landing.mailfile new file mode 100644 index 0000000..758269f --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/lyft_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Lyft ride.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Lyft, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/projectjuice_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/projectjuice_deal_landing.mailfile new file mode 100644 index 0000000..3ec0203 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/projectjuice_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Project Juice purchase.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Project Juice, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/realfood_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/realfood_deal_landing.mailfile new file mode 100644 index 0000000..c18ca57 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/realfood_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Realfood purchase.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get $5 back off your next Realfood purchase, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/scoot_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/scoot_deal_landing.mailfile new file mode 100644 index 0000000..2e5cb15 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/scoot_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Scoot ride.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Scoot, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/spin_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/spin_deal_landing.mailfile new file mode 100644 index 0000000..5842420 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/spin_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Spin ride.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Spin, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/traderjoe_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/traderjoe_deal_landing.mailfile new file mode 100644 index 0000000..4db1bf0 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/traderjoe_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Trader Joe's purchase.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Trader Joe's, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/ubereats_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/ubereats_deal_landing.mailfile new file mode 100644 index 0000000..be7fae2 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/ubereats_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next UberEats delivery.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with UberEats, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_landing_page/us_email/wholefoods_deal_landing.mailfile b/src/emailtemplates/member/deal_landing_page/us_email/wholefoods_deal_landing.mailfile new file mode 100644 index 0000000..2d53751 --- /dev/null +++ b/src/emailtemplates/member/deal_landing_page/us_email/wholefoods_deal_landing.mailfile @@ -0,0 +1,180 @@ +
Background image
WELCOME TO FLOAT
Hello {{ firstname }},
Welcome to Float, thank you for signing up to get $5 back off your next Wholefoods purchase.
Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal!
HOW TO GET THE DEAL
anywheel-deal
HOW TO GET THE DEAL
To get your $5 back with Wholefoods, you’ll first need to download the Float app (if you haven’t already) and complete your profile.
COMPLETE YOUR PROFILE
Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals.
Complete now
profile

01. PROFILE

Select ‘Profile’ in the bottom navigation bar

settings

02. SETTINGS

Select the cog in the top right hand corner

bank

03. CONNECT ACCOUNT

Connect your accounts by linking your bank details and Gmail

Complete now

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/anywheel_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/anywheel_deal_not_bank.mailfile new file mode 100644 index 0000000..e91aaa5 --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/anywheel_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your Anywheel account.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/comfortdelgro_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/comfortdelgro_deal_not_bank.mailfile new file mode 100644 index 0000000..36688c5 --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/comfortdelgro_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from ComfortDelGro on your next ride.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/gojek_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/gojek_deal_not_bank.mailfile new file mode 100644 index 0000000..4a47bd2 --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/gojek_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from Gojek on your next ride.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/grab_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/grab_deal_not_bank.mailfile new file mode 100644 index 0000000..580f836 --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/grab_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from Grab on your next ride.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/harveynorman_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/harveynorman_deal_not_bank.mailfile new file mode 100644 index 0000000..533d5ac --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/harveynorman_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back off your next electronics purchase at Harvey Norman.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/moov_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/moov_deal_not_bank.mailfile new file mode 100644 index 0000000..3d75c10 --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/moov_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your Moov account.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/scoopwholefood_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/scoopwholefood_deal_not_bank.mailfile new file mode 100644 index 0000000..be002ff --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/scoopwholefood_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from your next Scoop Wholefoods purchase.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/sgbike_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/sgbike_deal_not_bank.mailfile new file mode 100644 index 0000000..177c723 --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/sgbike_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your SG Bike account.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_not_bank/shellpetrol_deal_not_bank.mailfile b/src/emailtemplates/member/deal_not_bank/shellpetrol_deal_not_bank.mailfile new file mode 100644 index 0000000..f66b4e7 --- /dev/null +++ b/src/emailtemplates/member/deal_not_bank/shellpetrol_deal_not_bank.mailfile @@ -0,0 +1,37 @@ +
Logo
_

Hello {{firstname}}
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back on your next Shell petrol purchase.
header
Complete your profile
You’ll note that you will not be able to redeem your deals unless you do this first.
Profile (1)
Logo
Select ‘Profile’ in the bottom navigation bar
Settings (2)
Logo
Select the gear in the top right hand corner
Connect Accounts (3)
Logo
Connect your accounts by linking your bank details and Gmail

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/anywheel_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/anywheel_deal_sign_up.mailfile new file mode 100644 index 0000000..0158ba5 --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/anywheel_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Anywheel with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you shop at Anywheel.
Sign up for the Anywheel deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/comfortdelgro_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/comfortdelgro_deal_sign_up.mailfile new file mode 100644 index 0000000..32b6c03 --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/comfortdelgro_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Comfort DelGro with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you use Comfort DelGro
Sign up for the Comfort DelGro deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/gojek_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/gojek_deal_sign_up.mailfile new file mode 100644 index 0000000..3f01478 --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/gojek_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Gojek with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you use Gojek
Sign up for the Gojek deal in your Float home feed and get $5 off your next ride. Gojek is just one of the local mobile providers (such as Grab and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/grab_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/grab_deal_sign_up.mailfile new file mode 100644 index 0000000..94f49f7 --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/grab_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Grab with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you use Grab
Sign up for the Grab deal in your Float home feed and get $5 off your next ride. Grab is just one of the local mobile providers (such as Gojek and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/harveynorman_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/harveynorman_deal_sign_up.mailfile new file mode 100644 index 0000000..76018ba --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/harveynorman_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Harvey Norman with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you use Harvey Norman
Sign up for the Harvey Norman deal in your Float home feed and get $5 off your next purchase. Harvey Norman is just one of the local stores we've teamed up with. You’ll also find deals from lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and and mobile providers including Grab, GrabWheels, and Gojek so watch that feed.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/moov_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/moov_deal_sign_up.mailfile new file mode 100644 index 0000000..5cdf7d1 --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/moov_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Moov with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you shop at Moov
Sign up for the Moov deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/scoopswholehood_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/scoopswholehood_deal_sign_up.mailfile new file mode 100644 index 0000000..195c458 --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/scoopswholehood_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Scoop with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you shop at Scoop
Sign up for the Scoop deal in your Float home feed and get $5 off your next purchase. Scoop is just one of the local stores we’ve teamed up with. You’ll also find deals from lifestyle brands such as Amazon, iTunes, and Sephora and mobile providers including Grab, GrabWheels, and Gojek so watch that feed.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/sgbike_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/sgbike_deal_sign_up.mailfile new file mode 100644 index 0000000..a1ce774 --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/sgbike_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on SG Bike with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you use SG Bike.
Sign up for the SG Bike deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/deal_sign_up/shellpetrol_deal_sign_up.mailfile b/src/emailtemplates/member/deal_sign_up/shellpetrol_deal_sign_up.mailfile new file mode 100644 index 0000000..2fe6e8c --- /dev/null +++ b/src/emailtemplates/member/deal_sign_up/shellpetrol_deal_sign_up.mailfile @@ -0,0 +1,57 @@ +
Logo
_

Save on Shell with Float Deals!
Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life.
header
Here is a deal for you
We noticed that you use Shell
Sign up for the Shell deal in your Float home feed and get $5 off your next tank of petrol. Shell is just one of the local mobile providers (such as Gojek, Grab and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way.
How to get the deal
Subscribing to a deal:
(1)
Scroll
through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’
(2)
Subscribe
to Deal - the deal has now been added to your account
(3)
Interact
with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity
(Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.)

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/email_series_1/download_reminder/download_reminder_sg.mailfile b/src/emailtemplates/member/email_series_1/download_reminder/download_reminder_sg.mailfile new file mode 100644 index 0000000..632788d --- /dev/null +++ b/src/emailtemplates/member/email_series_1/download_reminder/download_reminder_sg.mailfile @@ -0,0 +1,60 @@ +
Logo
Get the most out of your daily commute
Hello {{first_name}},
Make every ride count, download Float and start saving money whenever you take a trip.
Make the most out of local travel and get exclusive deals and tips to suit your travel goals.

What’s in it for me?
Logo
Get cashback when you subscribe to deals
Subscribe to deals on transport, food delivery and more
Logo
Reduce emissions on your next trip
Switch up your commute by taking an e-bike or scooter near you
Logo
Driving a car?
Find a gas or EV station that is on your way to your destination
Want to find out more?
Get the free app from the App Store or Google Play today.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/email_series_1/download_reminder/download_reminder_us.mailfile b/src/emailtemplates/member/email_series_1/download_reminder/download_reminder_us.mailfile new file mode 100644 index 0000000..6cd0d2c --- /dev/null +++ b/src/emailtemplates/member/email_series_1/download_reminder/download_reminder_us.mailfile @@ -0,0 +1,60 @@ +
Logo
Get the most out of your daily commute
Hello {{first_name}},
Make every ride count, download Float and start saving money whenever you take a trip.
Make the most out of local travel and get exclusive deals and tips to suit your travel goals.

What’s in it for me?
Logo
Get cashback when you subscribe to deals
Subscribe to deals on transport, food delivery and more
Logo
Reduce emissions on your next trip
Switch up your commute by taking an e-bike or scooter near you
Logo
Driving a car?
Find a gas or EV station that is on your way to your destination
Want to find out more?
Get the free app from the App Store or Google Play today.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/email_series_1/how_it_works/sg_how_it_works.mailfile b/src/emailtemplates/member/email_series_1/how_it_works/sg_how_it_works.mailfile new file mode 100644 index 0000000..47a195c --- /dev/null +++ b/src/emailtemplates/member/email_series_1/how_it_works/sg_how_it_works.mailfile @@ -0,0 +1,92 @@ +
Float Benefits
float benefits
Hey {{ firstname }},
Whether you own a car, take rideshare, ride a bike, walk or take public transport, Float analyzes your travel behavior through an advanced artificial intelligence platform, to provide you with the best option to target your travel goals. Let’s get started:

Save money
Track your daily spending so you can find out where to cut costs and receive cashback by subscribing to Float’s exclusive deals.

Save time
Float will calculate the fastest routes for you to take and help you understand how much time you spend on your daily travel journey.

Reduce emissions
Switch up how you travel and get rewarded when you reduce your carbon emissions over time.
 
Stay safe
Float considers all your transport options for a safer way home and provides safety alerts in a post COVID world.
Download the app and Sign up.
If you haven’t already, download the Float app for free on Google Play or the App store.

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/email_series_1/how_it_works/us_how_it_works.mailfile b/src/emailtemplates/member/email_series_1/how_it_works/us_how_it_works.mailfile new file mode 100644 index 0000000..45a90c4 --- /dev/null +++ b/src/emailtemplates/member/email_series_1/how_it_works/us_how_it_works.mailfile @@ -0,0 +1,92 @@ +
Float Benefits
float benefits
Hey {{ firstname }},
Whether you own a car, take rideshare, ride a bike, walk or take public transport, Float analyzes your travel behavior through an advanced artificial intelligence platform, to provide you with the best option to target your travel goals. Let’s get started:

Save money
Track your daily spending so you can find out where to cut costs and receive cashback by subscribing to Float’s exclusive deals.

Save time
Float will calculate the fastest routes for you to take and help you understand how much time you spend on your daily travel journey.

Reduce emissions
Switch up how you travel and get rewarded when you reduce your carbon emissions over time.
 
Stay safe
Float considers all your transport options for a safer way home and provides safety alerts in a post COVID world.
Download the app and Sign up.
If you haven’t already, download the Float app for free on Google Play or the App store.

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/email_series_1/welcome_email/sg_welcome_email.mailfile b/src/emailtemplates/member/email_series_1/welcome_email/sg_welcome_email.mailfile new file mode 100644 index 0000000..3f27b68 --- /dev/null +++ b/src/emailtemplates/member/email_series_1/welcome_email/sg_welcome_email.mailfile @@ -0,0 +1,87 @@ +
Welcome to Float {{ firstname }}
Why float?
Because we are
not just another travel app
Float analyzes your spending and travel behavior to deliver you key tips and exclusive deals for you to improve your daily travel journey based upon the trips, providers and local merchants you use every day.

Float’s key features:
Compare your
local transport
Get customized recommendations based upon your travel behaviors and compare prices on local transport providers.
Learn about
your activites
Understand how much money, time, and emissions you are spending every day and how you’re able to improve.
Subscribe to
deals you love
Save money by subscribing to Float's exclusive deals that are based upon the trips, providers, and local merchants you use every day.
Collect your
Float Points
Get rewarded with Float Points by traveling smart, taking trips, and subscribing to deals. Every 100 points you earn is $1 cashback on future travel.
Download Now
Click the link to get the free app from your

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/email_series_1/welcome_email/us_welcome_email.mailfile b/src/emailtemplates/member/email_series_1/welcome_email/us_welcome_email.mailfile new file mode 100644 index 0000000..94d2520 --- /dev/null +++ b/src/emailtemplates/member/email_series_1/welcome_email/us_welcome_email.mailfile @@ -0,0 +1,87 @@ +
Welcome to Float {{ firstname }}
Why float?
Because we are
not just another travel app
Float analyzes your spending and travel behavior to deliver you key tips and exclusive deals for you to improve your daily travel journey based upon the trips, providers and local merchants you use every day.

Float’s key features:
Compare your
local transport
Get customized recommendations based upon your travel behaviors and compare prices on local transport providers.
Learn about
your activites
Understand how much money, time, and emissions you are spending every day and how you’re able to improve.
Subscribe to
deals you love
Save money by subscribing to Float's exclusive deals that are based upon the trips, providers, and local merchants you use every day.
Collect your
Float Points
Get rewarded with Float Points by traveling smart, taking trips, and subscribing to deals. Every 100 points you earn is $1 cashback on future travel.
Download Now
Click the link to get the free app from your

For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/end_of_year.mailfile b/src/emailtemplates/member/end_of_year.mailfile new file mode 100644 index 0000000..60ba727 --- /dev/null +++ b/src/emailtemplates/member/end_of_year.mailfile @@ -0,0 +1,24 @@ +
Logo
_

Get a little something

for yourself on float

Main image
takashimaya

Hello *|FNAME|*.

This is the time of year when you’re so busy doing things for others that you probably haven’t paid much attention to yourself. With that in mind, Float has teamed up with Takashimaya to offer a $10 shopping voucher to everyone who completes our survey on how to improve Float. Offer valid through December 25.
We’re always working hard to squash those nasty bugs and improve the Float experience. If you had trouble when you first started using the app, we’d especially love to hear from you. The following survey takes just a few minutes and you’ll receive your voucher upon completion.

For all support contact us at http://www.float.sg/ You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_anywheel.mailfile b/src/emailtemplates/member/float_deal_anywheel.mailfile new file mode 100644 index 0000000..a1cbd26 --- /dev/null +++ b/src/emailtemplates/member/float_deal_anywheel.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your Anywheel account.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_comfortdelgro.mailfile b/src/emailtemplates/member/float_deal_comfortdelgro.mailfile new file mode 100644 index 0000000..7a336fb --- /dev/null +++ b/src/emailtemplates/member/float_deal_comfortdelgro.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for these $5 back from Comfort DelGro on your next ride.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_gojek.mailfile b/src/emailtemplates/member/float_deal_gojek.mailfile new file mode 100644 index 0000000..63c8610 --- /dev/null +++ b/src/emailtemplates/member/float_deal_gojek.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for these $5 back from Gojek on your next ride.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_grab.mailfile b/src/emailtemplates/member/float_deal_grab.mailfile new file mode 100644 index 0000000..2d01546 --- /dev/null +++ b/src/emailtemplates/member/float_deal_grab.mailfile @@ -0,0 +1,48 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from Grab on your next ride.
Main image
Complete your profile:
complete-profile
Before you can redeem your deal, you’ll need to first provide Float with a little bit more information. Float may ask for either Gmail sync, bank details or permission to use location awareness.

How to complete your profile
Step 1:
Select ‘My Trips’ in the bottom navigation bar
Step 2:
Select the cog in the top right hand corner
Step 3:
Set up your ‘Connected Accounts’ by linking your bank details and Gmail.

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_harveynorman.mailfile b/src/emailtemplates/member/float_deal_harveynorman.mailfile new file mode 100644 index 0000000..2db35c1 --- /dev/null +++ b/src/emailtemplates/member/float_deal_harveynorman.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back off your next electronics purchase at Harvey Norman.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_moov.mailfile b/src/emailtemplates/member/float_deal_moov.mailfile new file mode 100644 index 0000000..e00d08d --- /dev/null +++ b/src/emailtemplates/member/float_deal_moov.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up you Moov account.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_scoopwholefoods.mailfile b/src/emailtemplates/member/float_deal_scoopwholefoods.mailfile new file mode 100644 index 0000000..d113431 --- /dev/null +++ b/src/emailtemplates/member/float_deal_scoopwholefoods.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from your next Scoop Wholefoods purchase.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_sgbike.mailfile b/src/emailtemplates/member/float_deal_sgbike.mailfile new file mode 100644 index 0000000..5de2ba9 --- /dev/null +++ b/src/emailtemplates/member/float_deal_sgbike.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your SG Bike account.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/float_deal_shellpetrol.mailfile b/src/emailtemplates/member/float_deal_shellpetrol.mailfile new file mode 100644 index 0000000..23bfcd5 --- /dev/null +++ b/src/emailtemplates/member/float_deal_shellpetrol.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float Deals.
Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back on your next Shell petrol purchase.
Main image
Complete your profile:
complete-profile
You’ll note that you will not be able to redeem your deals unless you do this first.

How to sync your bank
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Search for bank name and select the correct option from the list
Step 4:
Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts)
Step 5:
Press ‘confirm’ to allow Float access
Step 6:
All Done! Close the window to go back to Float

How to sync your Gmail
Step 1:
Select 'My Trips’ in the bottom navigation bar
Step 2:
Set budget (if you’ve already completed this step go straight to step 3)
Step 3:
Sync bank (if you’ve already completed this step go straight to step 4)
Step 4:
Select ‘ Sync Gmail’
Step 5:
Press ‘allow’ to allow Float access (At no time does it open or read your personal mail)
Step 6:
All Done! Select ‘Finish’ to go back to the home feed
Step 7:
Start subscribing to deals!

Thank you for being a member of the Float community. Smart travel by smart people

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/grab_deal.mailfile b/src/emailtemplates/member/grab_deal.mailfile new file mode 100644 index 0000000..7613ab3 --- /dev/null +++ b/src/emailtemplates/member/grab_deal.mailfile @@ -0,0 +1,118 @@ +
Logo
_

Thank you for signing up for the Grab Voucher for 500 points.
+
+
+ +
+ $5Grab Cash back +
+
+ + 500 +
+
+
+
 
Please sync your Gmail or bank account/credit card so we can see the next time you take a ride with Grab. Upon seeing this transaction, we will deposit 500 points into your Float account. You will be able to redeem these points for cash and vouchers.
Complete Profile now

For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/how_it_works.mailfile b/src/emailtemplates/member/how_it_works.mailfile new file mode 100644 index 0000000..793d00f --- /dev/null +++ b/src/emailtemplates/member/how_it_works.mailfile @@ -0,0 +1,69 @@ +
Logo
_

How it Works
Float is a mobile app that is constantly on the lookout for ways to save you time and money
header

What is Float
Float’s powerful recommendation engine matches all available options to your travel preferences, simplifying and optimizing local travel. The more we know about you, the better our recommendations get.

With Float you can:
features

Complete your profile
To take full advantage of Float benefits you’ll first need to complete your profile within the Float app.
Step 1
Download & Sign Up
If you haven’t already, download the app and sign-up by either connecting your Google account or using you another email and creating a password. Connect your bank details so that Float can analyze your spending history. Float only analyzes specific receipts related to transportation and at no time opens, accesses, or reads any of your personal email.
Step 2
Set a budget.
Float can help you track your spending and adjust as necessary to keep you on time and on budget.
Step 3
Get deals.
We’ve partnered with local merchants and mobile providers to get you exclusive deals.
Step 4
Plan trips.
Navigate from A to B by the fastest, most cost-effective, or greenest route.

For all support contact us at {{domain_url}}. You received this email because you subscribe to Float.
If you get this email in error please contact us.
Plese click here to Unsubscribe.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/points_assigned(old).mailfile b/src/emailtemplates/member/points_assigned(old).mailfile new file mode 100644 index 0000000..502a355 --- /dev/null +++ b/src/emailtemplates/member/points_assigned(old).mailfile @@ -0,0 +1,552 @@ +Subject: Congratulations, you have {{site_name}} points! + + + + + + + + + +Congratulations, you have Float points! + + + +
+ + + + +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + + + + +
+ + + + +
+
Logo
_

Congratulations -
you have new Float Points!
Nice one, you have new Float points. Login to the app now to view points.
+ + +
+

The Float Team
+ + + +
+Let's go +

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
+
+ +
+ + + + + +
+ +
+ +
+ +
+
+
+
+
+
+
+ + + + +
+ + + + +
+
+
+ +
+ + + + diff --git a/src/emailtemplates/member/points_assigned.mailfile b/src/emailtemplates/member/points_assigned.mailfile new file mode 100644 index 0000000..e7b4075 --- /dev/null +++ b/src/emailtemplates/member/points_assigned.mailfile @@ -0,0 +1,40 @@ +Subject: Congratulations, you have {{site_name}} points! + +
Logo
Congratulations {{firstname}}, you have earned new Float Points.
You have just earned Float Points for one of the Deals you subscribed to. You can either cash in your points now for a $5 or $10 reward, or keep earning points and cash-in later when you have unlocked more valuable reward options.
Go to the Float app now to shop for rewards and see how you can earn more points.
Check it out

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
Plese click here to Unsubscribe.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/reset_password.mailfile b/src/emailtemplates/member/reset_password.mailfile new file mode 100644 index 0000000..35ad545 --- /dev/null +++ b/src/emailtemplates/member/reset_password.mailfile @@ -0,0 +1,28 @@ +Welcome to Float
Logo
_

Dear {{firstname}}
 
In order to reset your password, please enter the pin below, as it is requested in your Float app.
{{reset_pin}}
For further assistance, email us at support@float.sg

This is a support email from Float.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/series-3/trips_email/sg_trips_email.mailfile b/src/emailtemplates/member/series-3/trips_email/sg_trips_email.mailfile new file mode 100644 index 0000000..ba8de48 --- /dev/null +++ b/src/emailtemplates/member/series-3/trips_email/sg_trips_email.mailfile @@ -0,0 +1,74 @@ +
Logo
Make the most out of your next ride
Hi {{firstname}},
Float is the only independent search engine for comparing your daily trip prices.

Explore trips

Compare Transport Options
Take back control! Compare transport options and access taxi and rideshare services directly in app, all whilst keeping track of your travel budget and traveling safely.

Check out gas or EV stations on your way
If you are driving a car, plan your route with Float to find gas or EV stations that are on the way to your destination. How economical!

Take an e-Bike or Scooter
Take a greener trip and find a e-bike or scooter near you. Earn Float Points and stay safe
For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us.
Plese click here to Unsubscribe.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/series-3/trips_email/us_trips_email.mailfile b/src/emailtemplates/member/series-3/trips_email/us_trips_email.mailfile new file mode 100644 index 0000000..a521faf --- /dev/null +++ b/src/emailtemplates/member/series-3/trips_email/us_trips_email.mailfile @@ -0,0 +1,74 @@ +
Logo
Make the most out of your next ride
Hi {{firstname}},
Float is the only independent search engine for comparing your daily trip prices.

Explore trips

Compare Transport Options
Take back control! Compare transport options and access taxi and rideshare services directly in app, all whilst keeping track of your travel budget and traveling safely.

Check out gas or EV stations on your way
If you are driving a car, plan your route with Float to find gas or EV stations that are on the way to your destination. How economical!

Take an e-Bike or Scooter
Take a greener trip and find a e-bike or scooter near you. Earn Float Points and stay safe
For all support contact us at https://www.myfloat.com. You received this email because you subscribe to Float. If you get this email in error please contact us.
Plese click here to Unsubscribe.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/series-4/bank_and_email/sg_bank_and_email.mailfile b/src/emailtemplates/member/series-4/bank_and_email/sg_bank_and_email.mailfile new file mode 100644 index 0000000..eef1b80 --- /dev/null +++ b/src/emailtemplates/member/series-4/bank_and_email/sg_bank_and_email.mailfile @@ -0,0 +1,26 @@ +
Logo

Get the most out of Float
Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile.

Earn Points

Start earning Float Points every time you travel and stay on top of how much you’re spending on local travel.
Dollar icon
Set your weekly budget
Float will help to keep you on track with how much you spend on transport every week. Including where you may be able to cut costs.
Bank icon
Connect your bank account
Improve your visibility on where and when you're spending on local transport by connecting your bank account. Float automatically detects transactions and categorizes them by transport type
Mail icon
Sync your Gmail account
Float can help manage your spending, emissions and time traveled when you sync your Gmail account to analyze receipts from rideshare and other travel services. Float, will never read, open, or access any personal emails
Happy saving

Earn Points

For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us.
Plese click here to Unsubscribe.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/series-4/bank_and_email/us_bank_and_email.mailfile b/src/emailtemplates/member/series-4/bank_and_email/us_bank_and_email.mailfile new file mode 100644 index 0000000..ea98bd1 --- /dev/null +++ b/src/emailtemplates/member/series-4/bank_and_email/us_bank_and_email.mailfile @@ -0,0 +1,26 @@ +
Logo

Get the most out of Float
Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile.

Earn Points

Start earning Float Points every time you travel and stay on top of how much you’re spending on local travel
Dollar icon
Set your weekly budget
Float will help to keep you on track with how much you spend on transport every week. Including where you may be able to cut costs.
Bank icon
Connect your bank account
Improve your visibility on where and when you're spending on local transport by connecting your bank account. Float automatically detects transactions and categorizes them by transport type
Mail icon
Sync your Gmail account
Float can help manage your spending, emissions and time traveled when you sync your Gmail account to analyze receipts from rideshare and other travel services. Float, will never read, open, or access any personal emails
Happy saving

Earn Points

For all support contact us at https://www.myfloat.com. You received this email because you subscribe to Float. If you get this email in error please contact us.
Plese click here to Unsubscribe.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/series-4/monthly_email_sg.mailfile b/src/emailtemplates/member/series-4/monthly_email_sg.mailfile new file mode 100644 index 0000000..61188ff --- /dev/null +++ b/src/emailtemplates/member/series-4/monthly_email_sg.mailfile @@ -0,0 +1,57 @@ +
Logo
Float Monthly Update
Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile.

Learn more

Logo
Logo
Float's latest blog post
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Read more

Logo
Logo
Deal of the week
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Read more

Logo
Logo
Book Direct with Yellow-Cab
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Read more

Want to find out more?
Get the free app from the App Store or Google Play today.
For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us.
Plese click here to Unsubscribe.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/series-4/monthly_email_us.mailfile b/src/emailtemplates/member/series-4/monthly_email_us.mailfile new file mode 100644 index 0000000..6d23a8d --- /dev/null +++ b/src/emailtemplates/member/series-4/monthly_email_us.mailfile @@ -0,0 +1,57 @@ +
Logo
Float Monthly Update
Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile.

Learn more

Logo
Logo
Float's latest blog post
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Read more

Logo
Logo
Deal of the week
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Read more

Logo
Logo
Book Direct with Yellow-Cab
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Read more

Want to find out more?
Get the free app from the App Store or Google Play today.
For all support contact us at https://www.myfloat.com. You received this email because you subscribe to Float. If you get this email in error please contact us.
Plese click here to Unsubscribe.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/sg-surge-price.mailfile b/src/emailtemplates/member/sg-surge-price.mailfile new file mode 100644 index 0000000..526c966 --- /dev/null +++ b/src/emailtemplates/member/sg-surge-price.mailfile @@ -0,0 +1,546 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
Logo
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+ _ +

+
+
Review for Rewards
+
+
Let us know what you think and get 1000 Float points worth $10
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
Hello {{ firstname }},
+
+
Thank you for being a valued member of the Float community. We have launched a new Stop the Surge price comparison tool and would love your feedback.
+
+
+ +
+
+ + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
header
+
+
+
+ +
+
+ +
+ +
+ + + + + + +
+ +
+ + + + +
+
Check out the Stop the Surge tool here. If you test the online tool and complete the survey + below, we will show our appreciation by depositing 1000 points into your Float account. This is enough for $10 off your next Grab or Gojek ride.
+
+
+ +
+ + + + + + +
+ + + + +
+ + + + +
+ Take the survey +
+
+
+
+ +
+ + + + + + +
+ + + + + + + +
+
Kind regards,
+
+
Float Support Team
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+ +
+
+ +
+ + + + + + + + + + +
+
For all support contact us at https://www.float.sg/. You received this email because you subscribe + to Float.
+
+
If you get this email in error please contact us.
+
+
© 2020 Float. All rights reserved
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/src/emailtemplates/member/signature.html b/src/emailtemplates/member/signature.html new file mode 100644 index 0000000..fbfaa53 --- /dev/null +++ b/src/emailtemplates/member/signature.html @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
+
+ + + + +
+ + + + + + +
Logo
+
+
+ +
+ + + + + + + + + + + + + + + + +
+
Chelsea Smith
+
+
Project Manager
+
+
e   chelsea@float.com
+
+
m   +49 176 32 55 44 79
+
+
w   www.float.sg
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/emailtemplates/member/subscribe_deal.mailfile b/src/emailtemplates/member/subscribe_deal.mailfile new file mode 100644 index 0000000..cbf3be8 --- /dev/null +++ b/src/emailtemplates/member/subscribe_deal.mailfile @@ -0,0 +1,29 @@ +Subject: {{site_name}} - Subscribe deal + +
Logo
_

Hello *|FNAME|*
Thank you for subscribing to Float Deals. You'll soon find points in your account that can be redeemed for these amazing deals.
pixel-xl-left
pixel-xl-middle
pixel-xl-left
Complete your profile
complete-profile

Now's a great time to go in and complete your profile so there's no interruption in the flow of points going into your account. Float may ask for either Gmail sync, bank detail or permission to use location awareness.

Complete Profile now

The Float Team

For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/surveys/sg/sept_2020_market_research_survey_sg_active_users.mailfile b/src/emailtemplates/member/surveys/sg/sept_2020_market_research_survey_sg_active_users.mailfile new file mode 100644 index 0000000..cae9580 --- /dev/null +++ b/src/emailtemplates/member/surveys/sg/sept_2020_market_research_survey_sg_active_users.mailfile @@ -0,0 +1,868 @@ + + + + + + + *|MC:SUBJECT|* + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + +
+
+ + _ + +
+
+
+
+
+ +

+ Share your opinion +

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ Main image +
+
+
+
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ takashimaya +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+

+ Hey {{ firstname }},
+ Get a $10 Takashimaya voucher just by completing a survey for Float below. +

+

Start Survey

+

+ Complete the survey questions with as much detail as you can to help Float better understand consumer needs as we build our platform and look for ways to provide insightful, up to date information, to help you get around your city cheaper, quicker, greener, and safer +

+

+ Once you have completed the survey, lookout for an email from Float containing a $10 Takashimaya voucher to use at over 100 speciality stores +

+

+ Happy traveling
+ Float +

+
+
+
+ +
+
+ +
+ + + + + + +
+ + + +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+

+ +
+
+ +
+ + + + + + + + + + +
+
For all support contact us at https://www.float.sg/. You received this email because you subscribe + to Float.
+
+
If you get this email in error please Unsubscribe.
+
+
© 2020 Float. All rights reserved
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ + diff --git a/src/emailtemplates/member/surveys/sg/sept_2020_market_research_survey_sg_non_active_users.mailfile b/src/emailtemplates/member/surveys/sg/sept_2020_market_research_survey_sg_non_active_users.mailfile new file mode 100644 index 0000000..86f223b --- /dev/null +++ b/src/emailtemplates/member/surveys/sg/sept_2020_market_research_survey_sg_non_active_users.mailfile @@ -0,0 +1,875 @@ + + + + + + + *|MC:SUBJECT|* + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + +
+
+ + _ + +
+
+
+
+
+ +

+ Share your opinion +

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ Main image +
+
+
+
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ takashimaya +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+

+ Hey {{ firstname }},
+ You can receive a $10 Takashimaya voucher just by completing a survey for Float below. +

+

+ We'd love your insights on the Float app! Whether you've used the app recently or not, we're interested in learning about your choices around local transportation, and how an app like Float can help. If you had trouble when you first started using the app, we'd especially love to hear from you +

+

Start Survey

+

+ Complete the survey questions with as much detail as you can to help Float better understand consumer needs as we build our platform and look for ways to provide relevant, up to date information, to help you get around your city cheaper, quicker, greener, and safer. +

+

+ In exchange for your feedback, we would like to thank you by offering a $10 Takashimaya voucher to use at over 100 speciality stores, which you will receive via a separate email. +

+

+ Check out Float's new features and download or update the Float app now +

+ +
+
+
+ +
+
+ +
+ + + + + + +
+ + + +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+

+ +
+
+ +
+ + + + + + + + + + +
+
For all support contact us at https://www.float.sg/. You received this email because you subscribe + to Float.
+
+
If you get this email in error please Unsubscribe.
+
+
© 2020 Float. All rights reserved
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ + diff --git a/src/emailtemplates/member/surveys/us/sept_2020_market_research_survey_usa_active_users.mailfile b/src/emailtemplates/member/surveys/us/sept_2020_market_research_survey_usa_active_users.mailfile new file mode 100644 index 0000000..0004747 --- /dev/null +++ b/src/emailtemplates/member/surveys/us/sept_2020_market_research_survey_usa_active_users.mailfile @@ -0,0 +1,868 @@ + + + + + + + *|MC:SUBJECT|* + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + +
+
+ + _ + +
+
+
+
+
+ +

+ Share your opinion +

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ Main image +
+
+
+
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ takashimaya +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+

+ Hey {{ firstname }},
+ Get a $10 Takashimaya voucher just by completing a survey for Float below. +

+

Start Survey

+

+ Complete the survey questions with as much detail as you can to help Float better understand consumer needs as we build our platform and look for ways to provide insightful, up to date information, to help you get around your city cheaper, quicker, greener, and safer +

+

+ Once you have completed the survey, lookout for an email from Float containing a $10 Takashimaya voucher to use at over 100 speciality stores +

+

+ Happy traveling
+ Float +

+
+
+
+ +
+
+ +
+ + + + + + +
+ + + +
+
+ +
+ + + + + +
+ +
+ + + + + + +
+

+ +
+
+ +
+ + + + + + + + + + +
+
For all support contact us at https://www.myfloat.com/. You received this email because + you subscribe to Float.
+
+
If you get this email in error please Unsubscribe.
+
+
© 2020 Float. All rights reserved
+
+
+
+ +
+ + + +
+
+ +
+ +
+
+ + diff --git a/src/emailtemplates/member/surveys/us/sept_2020_market_research_survey_usa_non_active_users.mailfile b/src/emailtemplates/member/surveys/us/sept_2020_market_research_survey_usa_non_active_users.mailfile new file mode 100644 index 0000000..beb5994 --- /dev/null +++ b/src/emailtemplates/member/surveys/us/sept_2020_market_research_survey_usa_non_active_users.mailfile @@ -0,0 +1,875 @@ + + + + + + + *|MC:SUBJECT|* + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + +
+
+ + _ + +
+
+
+
+
+ +

+ Share your opinion +

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ Main image +
+
+
+
+ +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ takashimaya +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+

+ Hey {{ firstname }},
+ You can receive a $10 Takashimaya voucher just by completing a survey for Float below. +

+

+ We'd love your insights on the Float app! Whether you've used the app recently or not, we're interested in learning about your choices around local transportation, and how an app like Float can help. If you had trouble when you first started using the app, we'd especially love to hear from you +

+

Start Survey

+

+ Complete the survey questions with as much detail as you can to help Float better understand consumer needs as we build our platform and look for ways to provide relevant, up to date information, to help you get around your city cheaper, quicker, greener, and safer. +

+

+ In exchange for your feedback, we would like to thank you by offering a $10 Takashimaya voucher to use at over 100 speciality stores, which you will receive via a separate email. +

+

+ Check out Float's new features and download or update the Float app now +

+ +
+
+
+ +
+
+ +
+ + + + + + +
+ + + +
+
+ +
+ + + + + +
+ +
+ + + + + + +
+

+ +
+
+ +
+ + + + + + + + + + +
+
For all support contact us at https://www.myfloat.com/. You received this email because + you subscribe to Float.
+
+
If you get this email in error please Unsubscribe.
+
+
© 2020 Float. All rights reserved
+
+
+
+ +
+ + + +
+
+ +
+ + + + +
+ + diff --git a/src/emailtemplates/member/user_congratulations_new_points(old).mailfile b/src/emailtemplates/member/user_congratulations_new_points(old).mailfile new file mode 100644 index 0000000..18978e9 --- /dev/null +++ b/src/emailtemplates/member/user_congratulations_new_points(old).mailfile @@ -0,0 +1,25 @@ +Subject: {{site_name}} - {{subject}} + +Welcome to Float
Logo
_

Congratulations -
you have new Float Points!
Congratulations, you have new Float points. Login to the app now to view and redeem points.

The Float Team

For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/user_congratulations_new_points.mailfile b/src/emailtemplates/member/user_congratulations_new_points.mailfile new file mode 100644 index 0000000..a1b9b82 --- /dev/null +++ b/src/emailtemplates/member/user_congratulations_new_points.mailfile @@ -0,0 +1,38 @@ +
Logo
Congratulations {{ firstname }} you’ve earned new Float Points.
You’ve just earned Float Points for one of the Deals you subscribed to. You can either cash in your points now for a $5 or $10 reward, or keep earning points and cash-in later when you’ve unlocked more valuable reward options.
Go to the Float app now to shop for rewards and see how you can earn more points.
Let’s go

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
Plese click here to Unsubscribe.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/user_login.mailfile b/src/emailtemplates/member/user_login.mailfile new file mode 100644 index 0000000..ce1af76 --- /dev/null +++ b/src/emailtemplates/member/user_login.mailfile @@ -0,0 +1,30 @@ +Subject: {{site_name}} - {{subject}} + +Welcome to Float
Logo
_

Hi {{firstname}}
 
Please be informed that you logged on to {{site_name}} at {{last_login2}} from {{loc}}. If you did not log on to your account at the time detailed above, please contact us immediately.
 
Contact us

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/user_pending.mailfile b/src/emailtemplates/member/user_pending.mailfile new file mode 100644 index 0000000..f0deec0 --- /dev/null +++ b/src/emailtemplates/member/user_pending.mailfile @@ -0,0 +1,306 @@ +Subject: {{site_name}} - {{subject}} + + + + + + Welcome to Float + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
Logo
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ _ +

+
+
+ Dear {{firstname}} +
+
+ +
 
+ +
+
Your confirmation code is
+
+
{{verify_link}}
+
+
If you did initiate the account creation as detailed above, please contact us immediately.
+
+ + + + +
+ Contact us +
+
+
+ +
+ + + + +
+

+ +
+
+ +
+ + + + +
+
This si a support email from Float.
© 2020 Float. All rights reserved
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/src/emailtemplates/member/user_refer_friend.mailfile b/src/emailtemplates/member/user_refer_friend.mailfile new file mode 100644 index 0000000..ee3e552 --- /dev/null +++ b/src/emailtemplates/member/user_refer_friend.mailfile @@ -0,0 +1,47 @@ +Welcome to Float
Logo
_

Float with Friends
Did you know?
Float is better with Friends.
Carpooling is easy on you and the environment. Did you know that the average carbon emissions from a car with a single passenger are 171g while a car with four passengers brings that down to 43g?
That’s why we’d like to offer you $10 to pay for your gas each time you drive a friend. If a carpool doesn’t work for you, you can still Refer a Friend to Float to collect Float Points to be redeemed later.
Refer a friend

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/user_welcome.mailfile b/src/emailtemplates/member/user_welcome.mailfile new file mode 100644 index 0000000..add0fae --- /dev/null +++ b/src/emailtemplates/member/user_welcome.mailfile @@ -0,0 +1,48 @@ +
Logo
header
Smart traveling, just got easier
Hello {{firstname}}, make the most of your next journey by earning Float Points as you go. Subscribe to these awesome deals and start earning cash-back now

To get started head to the app, check out the deals in your home feed and start subscribing
petrol
uber_eats
lyft
petrol
uber_eats
lyft
petrol
uber_eats
lyft
petrol
uber_eats
lyft
petrol
uber_eats
lyft
Unlock these benefits by syncing your email and bank account to your profile which will allow Float to automatically detect when a transaction has taken place so you can be rewarded.

© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/user_welcome_20201113.mailfile b/src/emailtemplates/member/user_welcome_20201113.mailfile new file mode 100644 index 0000000..5330bd3 --- /dev/null +++ b/src/emailtemplates/member/user_welcome_20201113.mailfile @@ -0,0 +1,51 @@ +Subject: Welcome to {{site_name}}! +
Logo
_

Welcome to Float
Hello {{firstname}} and thanks for joining Float on our journey to make local travel all about you. You're among the first to experience our smart recommendations, tips, and exclusive offers.
header
Let's get started
Here are a few things you can do to get started:
Download the App
apple-store
The button below will take you straight to the right Store for your phone.
Set up a budget
budget
Float will suggest ways to save as it learns more about how you like to travel.
Subscribe to deals
subscribe
We are launching with exclusive deals including cashback on rideshare rides, free bicycle rentals, $10 to carpool with a friend, and more!
Once you've shared your credit card and email receipts, Float analyzes the relevant transactions in order to reimburse you for the deals you subscribe to. We never open, read, or access any personal mail.

Thank you for being a member of the Float community. Smart travel by smart people
 
Download now

For all support contact us at {{domain_url}}. You received this email because you subscribe to Float.
If you get this email in error please contact us.
Plese click here to Unsubscribe.
© 2020 Float. All rights reserved
diff --git a/src/emailtemplates/member/user_welcome_nus.mailfile b/src/emailtemplates/member/user_welcome_nus.mailfile new file mode 100644 index 0000000..e057bab --- /dev/null +++ b/src/emailtemplates/member/user_welcome_nus.mailfile @@ -0,0 +1,687 @@ +Subject: {{site_name}} - Welcome to {{site_name}} + + + + + + Welcome to Float + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
Logo
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+ _ +

+
+
+ Welcome to Float. +
+
+
Float.sg is the new way to save money and time on your local transportation.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
Main image
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
You're among the first to experience our smart recommendations, tips, and exclusive offers.
+
+
+ +
+ + + + +
+
Track your spending, share rides with friends, plan trips & new deals every day - all for free.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
Main image
+
+
+ +
+ + + + + + + + + + +
+
We are launching in Singapore and we have exclusive offers for NUS students, faculty, and community. Float will track your local trips and tell you where to save money and time. We guarantee you'll save $100 or we'll give it to you! +
+
+
Download now.
+
+ + + + + +
+ + + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + +
list icon + Free Grab and Gojek rides. +
+
+
+ +
+ + + + +
+ + + + + +
list icon + Unlimited free scooter & bicycle rentals. +
+
+
+ +
+ + + + +
+ + + + + +
list icon + $10 to pay for your gas when you drive a friend. +
+
+
+ +
+ + + + +
+ + + + + +
list icon + Route recommendations include the NUS Shuttle. +
+
+
+ +
+ + + + + + + +
+ +
 
+ +
+ + + + +
+ Learn more +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+ +
+
+ +
+ + + + + + + +
+
For all support contact us at https://float.sg You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
+
+
© 2020 Float. All rights reserved
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/src/emailtemplates/member/user_welcome_old(1).mailfile b/src/emailtemplates/member/user_welcome_old(1).mailfile new file mode 100644 index 0000000..99a8fa6 --- /dev/null +++ b/src/emailtemplates/member/user_welcome_old(1).mailfile @@ -0,0 +1,47 @@ +Subject: {{site_name}} - Welcome to {{site_name}} + +Welcome to Float
Logo
_

Welcome to Float.
Hello {{firstname}} and thanks for joining Float. Float is the new way to save money and time on local transportation. You're among the first to experience our smart recommendations, tips, and exclusive offers.
Main image
Let's get started
Here are a few things you can do to get started:
Budget
Set up a budget.
Float will suggest ways to save as it learns more about how you like to travel.
Budget
Subscribe to deals.
We are launching with exclusive deals for the NUS community including cashback on Grab, Gojeck rides, free bicycle rentals, $10 to carpool with a friend, and more!
Budget
Complete your Profile.
When you sync your email or bank details, Float analyzes the relevant transactions in order to reimburse you for the deals you subscribe to.
We never open, read, or access any personal mail.

Thank you for being a member of the Float community. Smart travel by smart people
 
Let's go

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/user_welcome_old.mailfile b/src/emailtemplates/member/user_welcome_old.mailfile new file mode 100644 index 0000000..77f3c46 --- /dev/null +++ b/src/emailtemplates/member/user_welcome_old.mailfile @@ -0,0 +1,31 @@ +Subject: {{site_name}} - Welcome to {{site_name}} + +Welcome to Float
Logo
_

Welcome to Float.
Hello {{firstname}} and thanks for joining Float on our journey to make local travel all about you. You're among the first to experience our smart recommendations, tips, and exclusive offers.
Main image
Let's get started
Here are a few things you can do to get started:
Budget
Set up a budget.

Float will suggest ways to save as it learns more about how you like to travel.
Budget
Connect your Gmail.
Float can use this to summarize your travel receipts and display them as charts so you can see exactly where you are spending.
Budget
Complete your Profile.
The more Float knows, the better its recommendations get.
Help us get it right
We're just getting started on a long road ahead and we'd love to hear from you on how you think we can make Float better.
 
Let us know

For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
If you get this in email in error please contact us.
© 2020 Float. All rights reserved
\ No newline at end of file diff --git a/src/emailtemplates/member/welcome_all_location.mailfile b/src/emailtemplates/member/welcome_all_location.mailfile new file mode 100644 index 0000000..b306e20 --- /dev/null +++ b/src/emailtemplates/member/welcome_all_location.mailfile @@ -0,0 +1,50 @@ +
Logo
_

Welcome to Float
Hello {{firstname}} and thanks for joining Float on our journey to make local travel all about you. You're among the first to experience our smart recommendations, tips, and exclusive offers.
header
Let's get started
Here are a few things you can do to get started:
Download the App
apple-store
The button below will take you straight to the right Store for your phone.
Set up a budget
budget
Float will suggest ways to save as it learns more about how you like to travel.
Subscribe to deals
subscribe
We are launching with exclusive deals including cashback on rideshare rides, free bicycle rentals, $10 to carpool with a friend, and more!
When you connect your email or bank receipts, Float analyzes the relevant transactions in order to reimburse you for the deals you subscribe to. We never open, read, or access any personal mail.

Thank you for being a member of the Float community. Smart travel by smart people
 
Download now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
diff --git a/src/emailtemplates/member/welcome_sg.mailfile b/src/emailtemplates/member/welcome_sg.mailfile new file mode 100644 index 0000000..e4e29c1 --- /dev/null +++ b/src/emailtemplates/member/welcome_sg.mailfile @@ -0,0 +1,49 @@ +
Logo
_

Welcome to Float
Hello {{firstname}} and thanks for joining Float. Float is the new way to save money and time on local transportation. You're among the first to experience our smart recommendations, tips, and exclusive offers.
header
Let's get started
As a reminder, here are a couple of quick things you can do to get started:
Set up a budget
budget
Float will suggest ways to save as it learns more about how you like to travel.
Subscribe to deals
subscribe
We are launching with exclusive deals including cashback on rideshare rides, free bicycle rentals, $10 to carpool with a friend, and more!
When you connect your email or bank receipts, Float analyzes the relevant transactions in order to reimburse you for the deals you subscribe to. We never open, read, or access any personal mail.

Thank you for being a member of the Float community. Smart travel by smart people
 
Download now

For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float.
If you get this email in error please contact us.
© 2020 Float. All rights reserved
diff --git a/src/emailtemplates/src/carpool_accepted.mjml b/src/emailtemplates/src/carpool_accepted.mjml new file mode 100644 index 0000000..80b9aca --- /dev/null +++ b/src/emailtemplates/src/carpool_accepted.mjml @@ -0,0 +1,85 @@ + + + + Welcome to Float + + + + + + + .bottom-bg { + background-image: url('https://www.float.sg/assets/img/email/carpool-invite-email/bg-img.png') !important; + background-repeat: no-repeat; + background-position: bottom; + background-size: contain; + } + .footer-divider { + opacity: .5; + } + + + + + + + + + + + + + + + + + + _ + +

+
+ + + Carpool Invitation Accepted + + + + + + + Great news. {{friend_firstname}} has accepted your carpool invitation. + + + You will receive 1000 Float points, worth $10, once you've travelled more than 2 kilometres together! + + + + + + + +

For further assistance, email us at support@float.sg

+

Terms & Conditions apply

+
+ +
+ + + + + + + + + + + + This is a support email from Float.
+ © 2020 Float. All rights reserved +
+
+ +
+ +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/carpool_invite.mjml b/src/emailtemplates/src/carpool_invite.mjml new file mode 100644 index 0000000..7e41dba --- /dev/null +++ b/src/emailtemplates/src/carpool_invite.mjml @@ -0,0 +1,84 @@ + + + + Welcome to Float + + + + + + + .bottom-bg { + background-image: url('https://www.float.sg/assets/img/email/carpool-invite-email/bg-img.png') !important; + background-repeat: no-repeat; + background-position: bottom; + background-size: contain; + } + .footer-divider { + opacity: .5; + } + + + + + + + + + + + + + + + + + + _ + +

+
+ + + Carpool with {{invite_firstname}} + + + + + + Great news. {{invite_firstname}} offered to carpool with you. You will drive in their car - so just jump in and feel good knowing you reduced congestion and pollution in your town! We will even send {{invite_firstname}} $10 to help pay for the gas. It is a Win-Win-Win. + + + + + + Accept + + + + +

For further assistance, email us at support@float.sg

+

Terms & Conditions apply

+
+ +
+ + + + + + + + + + + + This si a support email from Float.
+ © 2020 Float. All rights reserved +
+
+ +
+ +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_anywheel.mjml b/src/emailtemplates/src/deal_info_anywheel.mjml new file mode 100644 index 0000000..8d506e0 --- /dev/null +++ b/src/emailtemplates/src/deal_info_anywheel.mjml @@ -0,0 +1,160 @@ + + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Anywheel with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Anywheel. + + + + + + + + + + + Sign-up for the Anywheel deal in your Float home feed and get $5 off your next ride. + + + We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_comfortdelgro.mjml b/src/emailtemplates/src/deal_info_comfortdelgro.mjml new file mode 100644 index 0000000..526a68d --- /dev/null +++ b/src/emailtemplates/src/deal_info_comfortdelgro.mjml @@ -0,0 +1,160 @@ + + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Comfort Delgro with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Comfort Delgro. + + + + + + + + + + + Sign-up for the Comfort DelGro deal in your Float home feed and get $5 off your next ride. + + + We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_gojek.mjml b/src/emailtemplates/src/deal_info_gojek.mjml new file mode 100644 index 0000000..b6d084d --- /dev/null +++ b/src/emailtemplates/src/deal_info_gojek.mjml @@ -0,0 +1,159 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Gojek with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Gojek. + + + + + + + + + + + Sign-up for the GoJek deal in your Float home feed and get $5 off your next ride. + + + GoJek is just one of the local mobile providers (such as Grab and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_grab.mjml b/src/emailtemplates/src/deal_info_grab.mjml new file mode 100644 index 0000000..a3de022 --- /dev/null +++ b/src/emailtemplates/src/deal_info_grab.mjml @@ -0,0 +1,159 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Grab with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Grab + + + + + + + + + + + Sign-up for the Grab deal in your Float home feed and get $5 off your next ride. + + + Grab is just one of the local mobile providers (such as Gojek and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_harveynorman.mjml b/src/emailtemplates/src/deal_info_harveynorman.mjml new file mode 100644 index 0000000..d465f5e --- /dev/null +++ b/src/emailtemplates/src/deal_info_harveynorman.mjml @@ -0,0 +1,160 @@ + + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Harvey Norman with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Harvey Norman. + + + + + + + + + + + Sign-up for the Harvey Norman deal in your Float home feed and get $5 off your next purchase. + + + Harvey Norman is just one of the local stores we;ve teamed up with. You’ll also find deals from lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and and mobile providers including Grab, GrabWheels, and Gojek so watch that feed. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_moov.mjml b/src/emailtemplates/src/deal_info_moov.mjml new file mode 100644 index 0000000..ca47355 --- /dev/null +++ b/src/emailtemplates/src/deal_info_moov.mjml @@ -0,0 +1,160 @@ + + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Moov with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Moov. + + + + + + + + + + + Sign-up for the Moov deal in your Float home feed and get $5 off your next ride. + + + We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_scoopwholefood.mjml b/src/emailtemplates/src/deal_info_scoopwholefood.mjml new file mode 100644 index 0000000..ce7e861 --- /dev/null +++ b/src/emailtemplates/src/deal_info_scoopwholefood.mjml @@ -0,0 +1,160 @@ + + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Scoop with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Scoop. + + + + + + + + + + + Sign-up for the Scoop deal in your Float home feed and get $5 off your next purchase. + + + Scoop is just one of the local stores we’ve teamed up with. You’ll also find deals from lifestyle brands such as Amazon, iTunes, and Sephora and mobile providers including Grab, GrabWheels, and Gojek so watch that feed. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_sgbike.mjml b/src/emailtemplates/src/deal_info_sgbike.mjml new file mode 100644 index 0000000..a69bc4c --- /dev/null +++ b/src/emailtemplates/src/deal_info_sgbike.mjml @@ -0,0 +1,160 @@ + + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on SG Bike with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use SG Bike. + + + + + + + + + + + Sign-up for the SG Bike deal in your Float home feed and get $5 off your next ride. + + + We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_info_shellpetrol.mjml b/src/emailtemplates/src/deal_info_shellpetrol.mjml new file mode 100644 index 0000000..8311009 --- /dev/null +++ b/src/emailtemplates/src/deal_info_shellpetrol.mjml @@ -0,0 +1,160 @@ + + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .step div { + background-color: #241342; + border-radius: 100%; + width: 25px; + height: 25px; + text-align: center; + padding: 5px 3px 0 3px; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Save on Shell with Float Deals. + + + + Hello *|FNAME|* and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + We noticed that you use Shell. + + + + + + + + + + + Sign-up for the Shell deal in your Float home feed and get $5 off your next tank of petrol. + + + Shell is just one of the local mobile providers (such as GoJek, Grab and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way. + + + + + + + + + + Subscribing to deal: + + + 1 + + + + Scroll through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + 2 + + + + Subscribe to Deal - the deal has now been added to your account. + + + + + 3 + + + + Interact with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + See Deals + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/amazon_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/amazon_deal_landing.mjml new file mode 100644 index 0000000..0eb4520 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/amazon_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/amazon-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back on Amazon. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back on Amazon, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at {{domain_url}}. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/anywheel_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/anywheel_deal_landing.mjml new file mode 100644 index 0000000..a4b1b82 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/anywheel_deal_landing.mjml @@ -0,0 +1,276 @@ + + + + + + + + .header { + position: relative; + } + + .logo-img { + position: absolute; + top: 30px; + left: 30px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $10 back from Anywheel. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $10 back from Anywheel, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/comfortdelgro_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/comfortdelgro_deal_landing.mjml new file mode 100644 index 0000000..c71ec25 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/comfortdelgro_deal_landing.mjml @@ -0,0 +1,272 @@ + + + + + + + + .header { + position: relative; + } + + .logo-img { + position: absolute; + top: 30px; + left: 30px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + @media(max-width: 425px) { + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back from Comfort DelGro. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back from Comfort DelGro, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/foodpanda_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/foodpanda_deal_landing.mjml new file mode 100644 index 0000000..bc3e8a4 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/foodpanda_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/foodpanda-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back with foodpanda. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with foodpanda, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/gojek_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/gojek_deal_landing.mjml new file mode 100644 index 0000000..f0b9010 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/gojek_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/gojek-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back from GoJek. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back from GoJek, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/grab_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/grab_deal_landing.mjml new file mode 100644 index 0000000..72544c5 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/grab_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/grab-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back from Grab. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back from Grab, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/harveynorman_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/harveynorman_deal_landing.mjml new file mode 100644 index 0000000..92443eb --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/harveynorman_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/harveynorman-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back from Harvey Norman. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back from Harvey Norman, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at {{domain_url}}. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/krispykreme_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/krispykreme_deal_landing.mjml new file mode 100644 index 0000000..2f4b26e --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/krispykreme_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/krispykreme-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back with Krispy Kreme. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Krispy Kreme, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at {{domain_url}}. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/moov_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/moov_deal_landing.mjml new file mode 100644 index 0000000..d5943a4 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/moov_deal_landing.mjml @@ -0,0 +1,122 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for signing up to get $5 back from Moov. + + + Thanks for joining us at Float in our mission to simplify local travel and save you money along the way. To redeem this deal, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + +
+
+ + + + + + + + + Complete your profile + + + + + Completing your profile takes just a few minutes and gives you unlimited access to future deals. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/netflix_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/netflix_deal_landing.mjml new file mode 100644 index 0000000..faeeb78 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/netflix_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/netflix-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back with Netflix. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Netflix, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/playstation_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/playstation_deal_landing.mjml new file mode 100644 index 0000000..0c007b8 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/playstation_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/playstation-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back on your next month of PlayStation Plus. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back on your next month of PlayStation Plus subscription, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at {{domain_url}}. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/scoopwholefood_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/scoopwholefood_deal_landing.mjml new file mode 100644 index 0000000..065aed8 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/scoopwholefood_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/scoopwholefoods-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back from Scoop. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back from Scoop, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/sgbike_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/sgbike_deal_landing.mjml new file mode 100644 index 0000000..32f7cd9 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/sgbike_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/sgbike-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $10 back from SG Bike. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $10 back from SG Bike, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/shellpetrol_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/shellpetrol_deal_landing.mjml new file mode 100644 index 0000000..418dc8c --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/shellpetrol_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://float.sg/assets/img/email/deals/shellpetrol-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next purchase at Shell Petrol. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back off your next purchase at Shell Petrol, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at {{domain_url}}. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/uber_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/uber_deal_landing.mjml new file mode 100644 index 0000000..0814a6c --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/uber_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/uber-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Uber ride. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Uber, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/apptiv_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/apptiv_deal_landing.mjml new file mode 100644 index 0000000..5c4f7e2 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/apptiv_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/apptiv-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back with Aaptiv. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Aaptiv, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/bluebottlecoffee_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/bluebottlecoffee_deal_landing.mjml new file mode 100644 index 0000000..00f5e7e --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/bluebottlecoffee_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/bluebottlecoffee-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back with Blue Bottle Coffee. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Blue Bottle Coffee, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/exxon_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/exxon_deal_landing.mjml new file mode 100644 index 0000000..79eeca5 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/exxon_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/exxon-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back with Exxon. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Exxon, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/greens_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/greens_deal_landing.mjml new file mode 100644 index 0000000..b0224a5 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/greens_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/green-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Greens Restaurant meal. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back at Greens Restaurant, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/grubhub_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/grubhub_deal_landing.mjml new file mode 100644 index 0000000..3b9a705 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/grubhub_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/grubhub-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back with GrubHub. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with GrubHub, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/instacart_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/instacart_deal_landing.mjml new file mode 100644 index 0000000..fd52800 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/instacart_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/instacart-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Instacart Delivery. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Instacart, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/jampajuice_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/jampajuice_deal_landing.mjml new file mode 100644 index 0000000..c7de6f6 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/jampajuice_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/jampajuice-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Jamba Juice purchase. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Jamba Juice, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/jump_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/jump_deal_landing.mjml new file mode 100644 index 0000000..d733876 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/jump_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/jump-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Jump ride. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Jump, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/lime_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/lime_deal_landing.mjml new file mode 100644 index 0000000..b8e3b54 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/lime_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/lime-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Lime ride. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Lime, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/lululemon_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/lululemon_deal_landing.mjml new file mode 100644 index 0000000..7d61cdc --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/lululemon_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/lululemon-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Lululemon purchase. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Lululemon, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/lush_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/lush_deal_landing.mjml new file mode 100644 index 0000000..9f992c5 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/lush_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/lush-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Lush purchase. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Lush, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/lyft_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/lyft_deal_landing.mjml new file mode 100644 index 0000000..8d2362a --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/lyft_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/lyft-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Lyft ride. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Lyft, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/projectjuice_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/projectjuice_deal_landing.mjml new file mode 100644 index 0000000..a38b99b --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/projectjuice_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/projectjuice-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Project Juice purchase. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Project Juice, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/realfood_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/realfood_deal_landing.mjml new file mode 100644 index 0000000..6eb8b41 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/realfood_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/realfood-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Realfood purchase. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get $5 back off your next Realfood purchase, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/scoot_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/scoot_deal_landing.mjml new file mode 100644 index 0000000..1d7d0f4 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/scoot_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/scoot-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Scoot ride. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Scoot, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/spin_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/spin_deal_landing.mjml new file mode 100644 index 0000000..4812c1b --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/spin_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/spin-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Spin ride. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Spin, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/traderjoe_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/traderjoe_deal_landing.mjml new file mode 100644 index 0000000..05d84b4 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/traderjoe_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/traderjoe-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Trader Joe's purchase. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Trader Joe's, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/ubereats_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/ubereats_deal_landing.mjml new file mode 100644 index 0000000..31af29f --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/ubereats_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/ubereats-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next UberEats delivery. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with UberEats, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_landing_page/us_email/wholefoods_deal_landing.mjml b/src/emailtemplates/src/deal_landing_page/us_email/wholefoods_deal_landing.mjml new file mode 100644 index 0000000..6ef0fa5 --- /dev/null +++ b/src/emailtemplates/src/deal_landing_page/us_email/wholefoods_deal_landing.mjml @@ -0,0 +1,295 @@ + + + + + + + + .header { + position: relative; + background-image: url('https://myfloat.com/assets/img/email/deals/wholefoods-2c-bg-email.png'); + background-size: contain; + background-repeat: no-repeat; + max-width: 590px; + height: 340px; + padding-top: 20px; + padding-left: 10px; + } + + .step-group { + color: black; + text-align: left; + padding: 0 25px; + font-family: "Open Sans", sans-serif; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: left; + width: 30px; + height: 30px; + } + + .step-group .description { + padding-left: 50px; + } + + .step-group .description .step-header { + margin-top: 8px; + margin-bottom: 8px; + font-size: 10px; + line-height: 120%; + font-weight: 600; + font-style: normal; + letter-spacing: 1px; + } + + .step-group .description .step-description { + margin-top: 0px; + margin-bottom: 0px; + font-size: 12px; + line-height: 16px; + font-style: normal; + font-weight: normal; + } + + .section.complete-profile .title { + word-break: unset !important; + } + + @media(max-width: 425px) { + + .header { + max-width: calc(100% - 10px); + max-height: 229px; + } + + .section.welcome-block > table > tbody > tr > td, + .section.complete-profile > table > tbody > tr > td { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + + .section.how-to-get-deal > table > tbody > tr > td { + padding-top: 30px !important; + padding-bottom: 30px !important; + } + + .section td div { + text-align: center !important; + } + + .how-to-get-deal .title { + padding-top: 30px !important; + } + + .d-none { + display: none; + } + + .d-inline-block { + display: inline-block; + } + + .d-block { + display: block; + } + + .step-group + .step-group { + margin-top: 30px; + } + + .step-icon { + float: unset; + } + + .step-group .description { + padding-left: 0px; + } + + .step-group .description .step-header { + margin-top: 12px; + margin-bottom: 8px; + } + + .logo-img { + top: 15px; + left: 15px; + } + + .button-group { + margin: auto; + text-align: center; + } + + .complete-button { + margin-top: 32px; + } + + .complete-button table { + margin: auto; + } + } + + @media (max-width: 375px) { + .header { + max-height: 199px; + } + } + + @media (max-width: 320px) { + .header { + max-height: 175px; + } + } + + @media(min-width: 426px) { + d-none { + display: inline-block; + } + + .d-inline-block { + display: none; + } + + .d-block { + display: none; + } + + .button-group { + padding-top: 30px; + } + } + + + + + + + + + + + + WELCOME TO FLOAT + + + Hello {{ firstname }}, +
+ Welcome to Float, thank you for signing up to get $5 back off your next Wholefoods purchase. +
+
+ + + Everyday travel the way you want. Get the most out of your travels and start saving money, time, reduce your carbon emissions, all whilst getting rewarded for smart behaviour...like signing up for this deal! + + +
+ + + + + HOW TO GET THE DEAL + + + + + + HOW TO GET THE DEAL + + + To get your $5 back with Wholefoods, you’ll first need to download the Float app (if you haven’t already) and complete your profile. + + + +
+ + apple-store + + + + google-play-store + +
+
+
+
+
+ + + + + COMPLETE YOUR PROFILE + + + Completing your profile takes just a few minutes and gives you unlimited access to additional in-app deals. + + + Complete now + + + + + +
+ profile +
+

01. PROFILE

+

+ Select ‘Profile’ in the bottom navigation bar +

+
+
+
+ + +
+ settings +
+

02. SETTINGS

+

+ Select the cog in the top right hand corner +

+
+
+
+ + +
+ bank +
+

03. CONNECT ACCOUNT

+

+ Connect your accounts by linking your bank details and Gmail +

+
+
+
+ + + Complete now + +
+
+ + + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/anywheel_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/anywheel_deal_not_bank.mjml new file mode 100644 index 0000000..ba980ee --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/anywheel_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your Anywheel account. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/comfortdelgro_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/comfortdelgro_deal_not_bank.mjml new file mode 100644 index 0000000..d8739e7 --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/comfortdelgro_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from ComfortDelGro on your next ride. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/gojek_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/gojek_deal_not_bank.mjml new file mode 100644 index 0000000..0e11b52 --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/gojek_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from Gojek on your next ride. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/grab_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/grab_deal_not_bank.mjml new file mode 100644 index 0000000..c5c0787 --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/grab_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from Grab on your next ride. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/harveynorman_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/harveynorman_deal_not_bank.mjml new file mode 100644 index 0000000..3a2f836 --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/harveynorman_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back off your next electronics purchase at Harvey Norman. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/moov_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/moov_deal_not_bank.mjml new file mode 100644 index 0000000..7e6c670 --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/moov_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your Moov account. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/scoopwholefood_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/scoopwholefood_deal_not_bank.mjml new file mode 100644 index 0000000..bc16ed5 --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/scoopwholefood_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from your next Scoop Wholefoods purchase. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/sgbike_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/sgbike_deal_not_bank.mjml new file mode 100644 index 0000000..e21f18b --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/sgbike_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your SG Bike account. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_not_bank/shellpetrol_deal_not_bank.mjml b/src/emailtemplates/src/deal_not_bank/shellpetrol_deal_not_bank.mjml new file mode 100644 index 0000000..3222c23 --- /dev/null +++ b/src/emailtemplates/src/deal_not_bank/shellpetrol_deal_not_bank.mjml @@ -0,0 +1,119 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + } + + + + + + + + + + + + + _ + +

+
+ + Hello {{firstname}} + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back on your next Shell petrol purchase. + +
+
+ + + + + + + + + Complete your profile + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + Profile (1) + + + Select ‘Profile’ in the bottom navigation bar + + + + + Settings (2) + + + Select the gear in the top right hand corner + + + + + Connect Accounts (3) + + + Connect your accounts by linking your bank details and Gmail + + + + + + + + + Complete now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/anywheel_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/anywheel_deal_sign_up.mjml new file mode 100644 index 0000000..cfab597 --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/anywheel_deal_sign_up.mjml @@ -0,0 +1,177 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Anywheel with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you shop at Anywheel. + + + Sign up for the Anywheel deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/comfortdelgro_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/comfortdelgro_deal_sign_up.mjml new file mode 100644 index 0000000..5593bb5 --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/comfortdelgro_deal_sign_up.mjml @@ -0,0 +1,179 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Comfort DelGro with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you use Comfort DelGro + + + Sign up for the Comfort DelGro deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/gojek_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/gojek_deal_sign_up.mjml new file mode 100644 index 0000000..2ac1339 --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/gojek_deal_sign_up.mjml @@ -0,0 +1,179 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Gojek with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you use Gojek + + + Sign up for the Gojek deal in your Float home feed and get $5 off your next ride. Gojek is just one of the local mobile providers (such as Grab and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/grab_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/grab_deal_sign_up.mjml new file mode 100644 index 0000000..cdab657 --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/grab_deal_sign_up.mjml @@ -0,0 +1,179 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Grab with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you use Grab + + + Sign up for the Grab deal in your Float home feed and get $5 off your next ride. Grab is just one of the local mobile providers (such as Gojek and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/harveynorman_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/harveynorman_deal_sign_up.mjml new file mode 100644 index 0000000..b27bac7 --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/harveynorman_deal_sign_up.mjml @@ -0,0 +1,177 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Harvey Norman with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you use Harvey Norman + + + Sign up for the Harvey Norman deal in your Float home feed and get $5 off your next purchase. Harvey Norman is just one of the local stores we've teamed up with. You’ll also find deals from lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and and mobile providers including Grab, GrabWheels, and Gojek so watch that feed. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/moov_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/moov_deal_sign_up.mjml new file mode 100644 index 0000000..30e6f7e --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/moov_deal_sign_up.mjml @@ -0,0 +1,177 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Moov with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you shop at Moov + + + Sign up for the Moov deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/scoopswholehood_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/scoopswholehood_deal_sign_up.mjml new file mode 100644 index 0000000..a192887 --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/scoopswholehood_deal_sign_up.mjml @@ -0,0 +1,177 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Scoop with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you shop at Scoop + + + Sign up for the Scoop deal in your Float home feed and get $5 off your next purchase. Scoop is just one of the local stores we’ve teamed up with. You’ll also find deals from lifestyle brands such as Amazon, iTunes, and Sephora and mobile providers including Grab, GrabWheels, and Gojek so watch that feed. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/sgbike_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/sgbike_deal_sign_up.mjml new file mode 100644 index 0000000..c190efc --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/sgbike_deal_sign_up.mjml @@ -0,0 +1,177 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on SG Bike with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you use SG Bike. + + + Sign up for the SG Bike deal in your Float home feed and get $5 off your next ride. We’ve teamed up with local mobile providers such as Grab, Gojek and Grab Wheels as well as lifestyle brands such as Amazon, iTunes, and Sephora and there’s more on the way. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/deal_sign_up/shellpetrol_deal_sign_up.mjml b/src/emailtemplates/src/deal_sign_up/shellpetrol_deal_sign_up.mjml new file mode 100644 index 0000000..4832ae9 --- /dev/null +++ b/src/emailtemplates/src/deal_sign_up/shellpetrol_deal_sign_up.mjml @@ -0,0 +1,177 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Save on Shell with Float Deals! + + + Hello {{firstname}} and thanks for completing your Float Profile. A complete profile lets Float provide you with exclusive deals, cashback, vouchers, and gift cards that can save you time and money and help you live a better mobile life. + +
+
+ + + + + + + + + Here is a deal for you + + + + We noticed that you use Shell + + + Sign up for the Shell deal in your Float home feed and get $5 off your next tank of petrol. Shell is just one of the local mobile providers (such as Gojek, Grab and Grab Wheels) as well as lifestyle brands such as Amazon, iTunes, and Sephora that we’ve teamed with and there’s more on the way. + + + + + + + How to get the deal + + + + + Subscribing to a deal: + + + + + + + + (1) + + + + Scroll + + + + + + through your home feed to find a deal that you like the look of and click the card to ‘Get Deal’ + + + + + (2) + + + + Subscribe + + + + + + to Deal - the deal has now been added to your account + + + + + (3) + + + + Interact + + + + + + with the merchant as normal - i.e use your Uber app or swipe your card at the selected merchant and Float will detect your activity + + + (Note that if you use cash or a card not connected to your account, Float won’t be able to reward you.) + + + + + + + + + See Deals + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/email_series_1/download_reminder/download_reminder_sg.mjml b/src/emailtemplates/src/email_series_1/download_reminder/download_reminder_sg.mjml new file mode 100644 index 0000000..dd601a6 --- /dev/null +++ b/src/emailtemplates/src/email_series_1/download_reminder/download_reminder_sg.mjml @@ -0,0 +1,180 @@ + + + + + + + + @media (max-width:425px) { + .img-block { + padding-top: 0 !important; + } + + .title div { + font-size: 32px !important; + } + + .custom-text div { + padding-left: 30px; + padding-right: 30px; + } + + .logo-img img { + margin-top: 15px; + } + + .feature > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .description-block > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .download-block > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + } + + .img-block { + padding-top: 30px; + } + + + + + + + + + + + + + Get the most out of your daily commute + + + + + Hello {{first_name}},
+ Make every ride count, download Float and start saving money whenever you take a trip. +
+
+ + + Let's go + + +
+ + + + + Make the most out of local travel and get exclusive deals and tips to suit your travel goals. +

+ What’s in it for me? +
+
+
+ + + + + + + + + Get cashback when you subscribe to deals + + + Subscribe to deals on transport, food delivery and more + + + + + + + + + + + + + Reduce emissions on your next trip + + + Switch up your commute by taking an e-bike or scooter near you + + + + + + + + + + + + + Driving a car? + + + Find a gas or EV station that is on your way to your destination + + + + + + + + + Want to find out more? + + + + Get the free app from the App Store or Google Play today. + + + + + + + + + + + + + + + + For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/email_series_1/download_reminder/download_reminder_us.mjml b/src/emailtemplates/src/email_series_1/download_reminder/download_reminder_us.mjml new file mode 100644 index 0000000..136e00b --- /dev/null +++ b/src/emailtemplates/src/email_series_1/download_reminder/download_reminder_us.mjml @@ -0,0 +1,179 @@ + + + + + + + + @media (max-width:425px) { + .img-block { + padding-top: 0 !important; + } + + .title div { + font-size: 32px !important; + } + + .custom-text div { + padding-left: 30px; + padding-right: 30px; + } + + .logo-img img { + margin-top: 15px; + } + + .feature > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .description-block > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .download-block > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + } + + .img-block { + padding-top: 30px; + } + + + + + + + + + + + + + Get the most out of your daily commute + + + + + Hello {{first_name}},
+ Make every ride count, download Float and start saving money whenever you take a trip. +
+
+ + + Let's go + + +
+ + + + + Make the most out of local travel and get exclusive deals and tips to suit your travel goals. +

+ What’s in it for me? +
+
+
+ + + + + + + + + Get cashback when you subscribe to deals + + + Subscribe to deals on transport, food delivery and more + + + + + + + + + + + + + Reduce emissions on your next trip + + + Switch up your commute by taking an e-bike or scooter near you + + + + + + + + + + + + + Driving a car? + + + Find a gas or EV station that is on your way to your destination + + + + + + + + + Want to find out more? + + + Get the free app from the App Store or Google Play today. + + + + + + + + + + + + + + + + For all support contact us at https://www.myfloat.com. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/email_series_1/how_it_works/sg_how_it_works.mjml b/src/emailtemplates/src/email_series_1/how_it_works/sg_how_it_works.mjml new file mode 100644 index 0000000..a3c5cba --- /dev/null +++ b/src/emailtemplates/src/email_series_1/how_it_works/sg_how_it_works.mjml @@ -0,0 +1,228 @@ + + + + + + + + .logo-section { + padding-bottom: 20px !important; + } + .logo-col { + width: 40% !important; + } + .logo-img { + padding: 0 0 0 25px !important; + } + .subject-col { + width: 60% !important; + } + .subject-text { + padding: 0 25px 0 0 !important; + } + .subject-text * { + text-align: right !important; + } + .custom-opacity { + opacity: 0.9; + } + .deal-description * { + max-width: 240px !important; + opacity: 0.9; + } + .stay-safe-text div { + max-width: 177px !important; + } + @media (min-width: 480px) { + .logo-img { + padding: 0 0 0 20px !important; + } + .subject-text { + padding: 0 !important; + } + .left-img-col * td { + padding: 0 0 0 5px !important; + text-align: left !important; + } + .right-description-col div, .right-description-col * td { + padding-left: 0 !important; + padding-right: 10px !important; + max-width: 177px !important; + text-align: left !important; + } + .right-img-col * td { + padding: 0 10px 0 0 !important; + } + .left-description-col div, .left-description-col * td { + max-width: 177px !important; + padding-left: 10px !important; + text-align: left !important; + } + .right-top-icon { + padding-top: 0 !important; + padding-bottom: 40px !important; + float: right !important; + } + .left-top-icon { + padding-top: 0 !important; + padding-bottom: 30px !important; + } + } + + + + + + + + + + Float Benefits + + + + + + + + + + + + float benefits + + + + + Hey {{ firstname }}, + + + + + Whether you own a car, take rideshare, ride a bike, walk or take public transport, Float analyzes your travel behavior through an advanced artificial intelligence platform, to provide you with the best option to target your travel goals. Let’s get started: + + + + + Download now + + + + + + + + + + + + + + + + + Save money + + + Track your daily spending so you can find out where to cut costs and receive cashback by subscribing to Float’s exclusive deals. + + + + + + + + + + + + + + + + + + Save time + + + Float will calculate the fastest routes for you to take and help you understand how much time you spend on your daily travel journey. + + + + + + + + + + + + + + + + + + Reduce emissions + + + Switch up how you travel and get rewarded when you reduce your carbon emissions over time. + + + + + + + + + + + + + + + Stay safe + + + Float considers all your transport options for a safer way home and provides safety alerts in a post COVID world. + + + + + + + + Download the app and Sign up.
If you haven’t already, download the Float app for free on Google Play or the App store. +
+ + + + + +
+
+ + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/email_series_1/how_it_works/us_how_it_works.mjml b/src/emailtemplates/src/email_series_1/how_it_works/us_how_it_works.mjml new file mode 100644 index 0000000..b36bcf3 --- /dev/null +++ b/src/emailtemplates/src/email_series_1/how_it_works/us_how_it_works.mjml @@ -0,0 +1,228 @@ + + + + + + + + .logo-section { + padding-bottom: 20px !important; + } + .logo-col { + width: 40% !important; + } + .logo-img { + padding: 0 0 0 25px !important; + } + .subject-col { + width: 60% !important; + } + .subject-text { + padding: 0 25px 0 0 !important; + } + .subject-text * { + text-align: right !important; + } + .custom-opacity { + opacity: 0.9; + } + .deal-description * { + max-width: 240px !important; + opacity: 0.9; + } + .stay-safe-text div { + max-width: 177px !important; + } + @media (min-width: 480px) { + .logo-img { + padding: 0 0 0 20px !important; + } + .subject-text { + padding: 0 !important; + } + .left-img-col * td { + padding: 0 0 0 5px !important; + text-align: left !important; + } + .right-description-col div, .right-description-col * td { + padding-left: 0 !important; + padding-right: 10px !important; + max-width: 177px !important; + text-align: left !important; + } + .right-img-col * td { + padding: 0 10px 0 0 !important; + } + .left-description-col div, .left-description-col * td { + max-width: 177px !important; + padding-left: 10px !important; + text-align: left !important; + } + .right-top-icon { + padding-top: 0 !important; + padding-bottom: 40px !important; + float: right !important; + } + .left-top-icon { + padding-top: 0 !important; + padding-bottom: 30px !important; + } + } + + + + + + + + + + Float Benefits + + + + + + + + + + + + float benefits + + + + + Hey {{ firstname }}, + + + + + Whether you own a car, take rideshare, ride a bike, walk or take public transport, Float analyzes your travel behavior through an advanced artificial intelligence platform, to provide you with the best option to target your travel goals. Let’s get started: + + + + + Download now + + + + + + + + + + + + + + + + + Save money + + + Track your daily spending so you can find out where to cut costs and receive cashback by subscribing to Float’s exclusive deals. + + + + + + + + + + + + + + + + + + Save time + + + Float will calculate the fastest routes for you to take and help you understand how much time you spend on your daily travel journey. + + + + + + + + + + + + + + + + + + Reduce emissions + + + Switch up how you travel and get rewarded when you reduce your carbon emissions over time. + + + + + + + + + + + + + + + Stay safe + + + Float considers all your transport options for a safer way home and provides safety alerts in a post COVID world. + + + + + + + + Download the app and Sign up.
If you haven’t already, download the Float app for free on Google Play or the App store. +
+ + + + + +
+
+ + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/email_series_1/welcome_email/sg_welcome_email.mjml b/src/emailtemplates/src/email_series_1/welcome_email/sg_welcome_email.mjml new file mode 100644 index 0000000..422f3da --- /dev/null +++ b/src/emailtemplates/src/email_series_1/welcome_email/sg_welcome_email.mjml @@ -0,0 +1,216 @@ + + + + + + + + .custom-opacity { + opacity: 0.9; + } + .deal-banner-image { + background-image: url('https://float.sg/assets/img/email/series-1/daily-deals-banner.jpg'); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } + .deal-description div { + max-width: 253px !important; + } + @media (min-width: 480px) { + .logo-section { + padding-bottom: 20px !important; + } + .logo-col { + width: 30% !important; + } + .logo-img { + padding: 0 0 0 45px !important; + } + .welcome-col { + width: 70% !important; + } + .welcome-text { + padding: 0 45px 0 0 !important; + } + .welcome-text * { + text-align: right !important; + } + .left-phone-col { + width: 40% !important; + padding-bottom: 8px; + } + .left-phone-col td { + padding-left: 40px; + text-align: left !important; + } + .right-description-col { + width: 60% !important; + text-align: left !important; + } + .right-description-col div, .right-description-col td { + max-width: 254px !important; + padding-left: 12px !important; + text-align: left !important; + } + .left-description-col { + width: 60% !important; + } + .left-description-col div, .left-description-col * td { + max-width: 254px !important; + padding-left: 20px !important; + text-align: left !important; + } + .right-phone-col { + width: 40% !important; + padding-bottom: 8px !important; + } + .right-phone-col * td { + float: right; + padding-right: 40px; + } + } + + + + + + + + + + Welcome to Float {{ firstname }} + + + + + + + + + + + + Why float? + + + + + Because we are
not just another travel app +
+
+ + + Float analyzes your spending and travel behavior to deliver you key tips and exclusive deals for you to improve your daily travel journey based upon the trips, providers and local merchants you use every day. + + + + + Download now + + + + + + + + Float’s key features: + + +
+ + + + + + + + + Compare your
local transport +
+ + Get customized recommendations based upon your travel behaviors and compare prices on local transport providers. + +
+
+
+ + + + + + + + + Learn about
your activites +
+ + Understand how much money, time, and emissions you are spending every day and how you’re able to improve. + +
+
+
+ + + + + + + + + Subscribe to
deals you love +
+ + Save money by subscribing to Float's exclusive deals that are based upon the trips, providers, and local merchants you use every day. + +
+
+
+ + + + + Collect your
Float Points +
+ + Get rewarded with Float Points by traveling smart, taking trips, and subscribing to deals. Every 100 points you earn is $1 cashback on future travel. + +
+
+ + + + Download Now
Click the link to get the free app from your +
+ + + + + +
+
+ + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/email_series_1/welcome_email/us_welcome_email.mjml b/src/emailtemplates/src/email_series_1/welcome_email/us_welcome_email.mjml new file mode 100644 index 0000000..8adee20 --- /dev/null +++ b/src/emailtemplates/src/email_series_1/welcome_email/us_welcome_email.mjml @@ -0,0 +1,216 @@ + + + + + + + + .custom-opacity { + opacity: 0.9; + } + .deal-banner-image { + background-image: url('https://myfloat.com/assets/img/email/series-1/daily-deals-banner.jpg'); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } + .deal-description div { + max-width: 253px !important; + } + @media (min-width: 480px) { + .logo-section { + padding-bottom: 20px !important; + } + .logo-col { + width: 30% !important; + } + .logo-img { + padding: 0 0 0 45px !important; + } + .welcome-col { + width: 70% !important; + } + .welcome-text { + padding: 0 45px 0 0 !important; + } + .welcome-text * { + text-align: right !important; + } + .left-phone-col { + width: 40% !important; + padding-bottom: 8px; + } + .left-phone-col td { + padding-left: 40px; + text-align: left !important; + } + .right-description-col { + width: 60% !important; + text-align: left !important; + } + .right-description-col div, .right-description-col td { + max-width: 254px !important; + padding-left: 12px !important; + text-align: left !important; + } + .left-description-col { + width: 60% !important; + } + .left-description-col div, .left-description-col * td { + max-width: 254px !important; + padding-left: 20px !important; + text-align: left !important; + } + .right-phone-col { + width: 40% !important; + padding-bottom: 8px !important; + } + .right-phone-col * td { + float: right; + padding-right: 40px; + } + } + + + + + + + + + + Welcome to Float {{ firstname }} + + + + + + + + + + + + Why float? + + + + + Because we are
not just another travel app +
+
+ + + Float analyzes your spending and travel behavior to deliver you key tips and exclusive deals for you to improve your daily travel journey based upon the trips, providers and local merchants you use every day. + + + + + Download now + + + + + + + + Float’s key features: + + +
+ + + + + + + + + Compare your
local transport +
+ + Get customized recommendations based upon your travel behaviors and compare prices on local transport providers. + +
+
+
+ + + + + + + + + Learn about
your activites +
+ + Understand how much money, time, and emissions you are spending every day and how you’re able to improve. + +
+
+
+ + + + + + + + + Subscribe to
deals you love +
+ + Save money by subscribing to Float's exclusive deals that are based upon the trips, providers, and local merchants you use every day. + +
+
+
+ + + + + Collect your
Float Points +
+ + Get rewarded with Float Points by traveling smart, taking trips, and subscribing to deals. Every 100 points you earn is $1 cashback on future travel. + +
+
+ + + + Download Now
Click the link to get the free app from your +
+ + + + + +
+
+ + + + + + + For all support contact us at https://www.myfloat.com/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/end_of_year.mjml b/src/emailtemplates/src/end_of_year.mjml new file mode 100644 index 0000000..e6abee2 --- /dev/null +++ b/src/emailtemplates/src/end_of_year.mjml @@ -0,0 +1,78 @@ + + + + + + + + body { + color: #241342; + } + + + + + + + + + + + + + _ + +

+
+ + +

Get a little something

+

for yourself on float

+
+
+
+
+ + + + + + + + + + + +

Hello *|FNAME|*.

+ This is the time of year when you’re so busy doing things for others that you probably haven’t paid much attention to yourself. With that in mind, + Float has teamed up with Takashimaya to offer a $10 shopping voucher to everyone who completes our survey on how to improve Float. Offer valid through December 25. +
+ + + We’re always working hard to squash those nasty bugs and improve the Float experience. If you had trouble when you first started using the app, we’d especially love to hear from you. The following survey takes just a few minutes and you’ll receive your voucher upon completion. + +
+
+ + + + Help us improve Float + + + + + + + + + + For all support contact us at http://www.float.sg/ You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_anywheel.mjml b/src/emailtemplates/src/float_deal_anywheel.mjml new file mode 100644 index 0000000..6d40f68 --- /dev/null +++ b/src/emailtemplates/src/float_deal_anywheel.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your Anywheel account. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_comfortdelgro.mjml b/src/emailtemplates/src/float_deal_comfortdelgro.mjml new file mode 100644 index 0000000..6246250 --- /dev/null +++ b/src/emailtemplates/src/float_deal_comfortdelgro.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for these $5 back from Comfort DelGro on your next ride. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_gojek.mjml b/src/emailtemplates/src/float_deal_gojek.mjml new file mode 100644 index 0000000..95e3802 --- /dev/null +++ b/src/emailtemplates/src/float_deal_gojek.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for these $5 back from Gojek on your next ride. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_grab.mjml b/src/emailtemplates/src/float_deal_grab.mjml new file mode 100644 index 0000000..47789d0 --- /dev/null +++ b/src/emailtemplates/src/float_deal_grab.mjml @@ -0,0 +1,141 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from Grab on your next ride. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + Before you can redeem your deal, you’ll need to first provide Float with a little bit more information. Float may ask for either Gmail sync, bank details or permission to use location awareness. + + + + + + + + + + How to complete your profile + + + + + + Step 1: + + + Select ‘My Trips’ in the bottom navigation bar + + + Step 2: + + + Select the cog in the top right hand corner + + + Step 3: + + + Set up your ‘Connected Accounts’ by linking your bank details and Gmail. + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_harveynorman.mjml b/src/emailtemplates/src/float_deal_harveynorman.mjml new file mode 100644 index 0000000..d847fda --- /dev/null +++ b/src/emailtemplates/src/float_deal_harveynorman.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back off your next electronics purchase at Harvey Norman. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_moov.mjml b/src/emailtemplates/src/float_deal_moov.mjml new file mode 100644 index 0000000..896a936 --- /dev/null +++ b/src/emailtemplates/src/float_deal_moov.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up you Moov account. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_scoopwholefoods.mjml b/src/emailtemplates/src/float_deal_scoopwholefoods.mjml new file mode 100644 index 0000000..7a77b7e --- /dev/null +++ b/src/emailtemplates/src/float_deal_scoopwholefoods.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back from your next Scoop Wholefoods purchase. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_sgbike.mjml b/src/emailtemplates/src/float_deal_sgbike.mjml new file mode 100644 index 0000000..3e8ad5f --- /dev/null +++ b/src/emailtemplates/src/float_deal_sgbike.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $10 back after you top up your SG Bike account. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/float_deal_shellpetrol.mjml b/src/emailtemplates/src/float_deal_shellpetrol.mjml new file mode 100644 index 0000000..c228966 --- /dev/null +++ b/src/emailtemplates/src/float_deal_shellpetrol.mjml @@ -0,0 +1,214 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float Deals. + + + + Thank you for subscribing to Float Deals. You’ll soon find points in your account that can be redeemed for $5 back on your next Shell petrol purchase. + +
+
+ + + + + + + + + Complete your profile: + + + + + + + + + + You’ll note that you will not be able to redeem your deals unless you do this first. + + + + + + + + + + How to sync your bank + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Search for bank name and select the correct option from the list + + + Step 4: + + + Enter Customer Number and Password (rest assured Float connects safely and securely to your accounts) + + + Step 5: + + + Press ‘confirm’ to allow Float access + + + Step 6: + + + All Done! Close the window to go back to Float + + + + + + + + + + How to sync your Gmail + + + + + + Step 1: + + + Select 'My Trips’ in the bottom navigation bar + + + Step 2: + + + Set budget (if you’ve already completed this step go straight to step 3) + + + Step 3: + + + Sync bank (if you’ve already completed this step go straight to step 4) + + + Step 4: + + + Select ‘ Sync Gmail’ + + + Step 5: + + + Press ‘allow’ to allow Float access (At no time does it open or read your personal mail) + + + Step 6: + + + All Done! Select ‘Finish’ to go back to the home feed + + + Step 7: + + + Start subscribing to deals! + + + + + Complete Profile now + + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/grab_deal.mjml b/src/emailtemplates/src/grab_deal.mjml new file mode 100644 index 0000000..309c6d3 --- /dev/null +++ b/src/emailtemplates/src/grab_deal.mjml @@ -0,0 +1,165 @@ + + + + + + + + .grab-bg { + background-image: url('https://www.float.sg/assets/img/email/grab-deal/grab.png') !important; + background-repeat: no-repeat; + background-position: top; + background-size: contain; + } + + @media (max-width:425px) { + .points-block { + height: auto !important; + } + + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .points-block { + height: auto !important; + } + + .content-wrapper { + margin: auto; + } + } + + .grab-icon { + float: left; + width: 41px; + height: 41px; + margin-right: 10px; + } + + .points-block { + float: left; + width: 100vw; + max-width: 600px; + max-height: 338px; + } + + .content-wrapper { + margin: auto; + background-color: white; + max-width: 366px; + width: 90vw; + height: 40px; + padding: 5px 4px; + background: #FFFFFF; + border-radius: 25px; + display: block; + margin-top: 53%; + } + + .content { + float: left; + font-size: 17px; + line-height: 23px; + color: black; + padding: 10px 0; + } + + .content span { + margin-left: 5px; + } + + .points { + font-size: 12px; + font-weight: bold; + color: white; + margin-top: 7px; + background-color: #6063EA; + border-radius: 13px; + padding: 4px 10px; + float: right; + margin-right: 12px; + } + + .point-icon { + width: 16px; + height: 16px; + margin-bottom: -3px; + margin-right: 6px; + float: left; + } + + + + + + + + + + + + + _ + +

+
+ + + Thank you for signing up for the Grab Voucher for 500 points. + + +
+
+ + + + +
+
+ +
+ $5Grab Cash back +
+
+ + 500 +
+
+
+ +
+
+
+ + + + + Please sync your Gmail or bank account/credit card so we can see the next time you take a ride with Grab. Upon seeing this transaction, we will deposit 500 points into your Float account. You will be able to redeem these points for cash and vouchers. + + + Complete Profile now + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/how_it_works.mjml b/src/emailtemplates/src/how_it_works.mjml new file mode 100644 index 0000000..0c9f06a --- /dev/null +++ b/src/emailtemplates/src/how_it_works.mjml @@ -0,0 +1,184 @@ + + + + + + + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 375px) { + .content-wrapper { + margin: auto; + } + + .step-1{ + padding-top: 20px; + } + } + + .block-divider { + display: inline-block; + } + + .content-wrapper { + margin: auto; + background-color: white; + max-width: 366px; + width: 90vw; + height: 40px; + padding: 5px 4px; + background: #FFFFFF; + border-radius: 25px; + display: block; + margin-top: 53%; + } + + .content { + float: left; + font-size: 17px; + line-height: 23px; + color: black; + padding: 10px 0; + } + + .content span { + margin-left: 5px; + } + + + + + + + + + + + + + _ + +

+
+ + How it Works + + + Float is a mobile app that is constantly on the lookout for ways to save you time and money + +
+
+ + + + + + + + + + What is Float + + + + + Float’s powerful recommendation engine + matches all available options to your travel preferences, simplifying and optimizing local travel. The more we know about you, the better our recommendations get. + + + + + + + + With Float you can: + + + + + + + + + + + Complete your profile + + + + + To take full advantage of Float benefits you’ll first need to complete your profile within the Float app. + + + + + + + Step 1 + Download & Sign Up + + If you haven’t already, download the app and sign-up by either connecting your Google account or using you another email and creating a password. Connect your bank details so that Float can analyze your spending history. Float only analyzes specific receipts related to transportation and at no time opens, accesses, or reads any of your personal email. + + + + + + + Step 2 + Set a budget. + + Float can help you track your spending and adjust as necessary to keep you on time and on budget. + + + + + Step 3 + Get deals. + + We’ve partnered with local merchants and mobile providers to get you exclusive deals. + + + + + Step 4 + Plan trips. + + Navigate from A to B by the fastest, most cost-effective, or greenest route. + + + + + + + + Let's Go! + + + + + + + + + + + For all support contact us at {{domain_url}}. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + Plese click here to Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/nus_welcome.mjml b/src/emailtemplates/src/nus_welcome.mjml new file mode 100644 index 0000000..d8f36bf --- /dev/null +++ b/src/emailtemplates/src/nus_welcome.mjml @@ -0,0 +1,163 @@ + + + + Welcome to Float + + + + + + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float. + + + + Float.sg is the new way to save money and time on your local transportation. + +
+
+ + + + + + + + + + + You're among the first to experience our smart recommendations, tips, and exclusive offers. + + + Track your spending, share rides with friends, plan trips & new deals every day - all for free. + + + + + + + + + + + + We are launching in Singapore and we have exclusive offers for NUS students, faculty, and community. Float will track your local trips and tell you where to save money and time. We guarantee you'll save $100 or we'll give it to you! + + + Download now. + + + + + + + + + + + + + + + + + + + + + + + + + + + list icon + + + Free Grab and Gojek rides. + + + + + + + + + + list icon + + + Unlimited free scooter & bicycle rentals. + + + + + + + + + + list icon + + + $10 to pay for your gas when you drive a friend. + + + + + + + + + + list icon + + + Route recommendations include the NUS Shuttle. + + + + + + + + + + Learn more + + + + + + + + + + + + For all support contact us at https://float.sg You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ © 2020 Float. All rights reserved +
+
+ +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/reset_password.mjml b/src/emailtemplates/src/reset_password.mjml new file mode 100644 index 0000000..e240de8 --- /dev/null +++ b/src/emailtemplates/src/reset_password.mjml @@ -0,0 +1,73 @@ + + + + Welcome to Float + + + + + + + .bottom-left-bg { + background: url(https://www.float.sg/assets/img/email/forgot-pass/bottom-left.png) bottom left no-repeat !important; + } + + .bottom-right-bg { + background: url(https://www.float.sg/assets/img/email/forgot-pass/bottom-right.png) bottom right no-repeat !important; + } + + + + + + + + + + + + + + + + + + _ + +

+
+ + + Dear {{firstname}} + + + + + + In order to reset your password, please enter the pin below, + as it is requested in your Float app. + + + + {{reset_pin}} + + + For further assistance, email us at support@float.sg + + +
+ + + + + + + This si a support email from Float.
+ © 2020 Float. All rights reserved +
+
+ +
+ +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/series-4/bank_and_email/sg_bank_and_email.mjml b/src/emailtemplates/src/series-4/bank_and_email/sg_bank_and_email.mjml new file mode 100644 index 0000000..aae2515 --- /dev/null +++ b/src/emailtemplates/src/series-4/bank_and_email/sg_bank_and_email.mjml @@ -0,0 +1,103 @@ + + + + + + + + .custom-wrapper { + max-width: 480px !important; + margin: 0 auto !important; + } + + + + + + + + + + + + + + + + + + + Get the most out of Float + + + Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile. +
+ +

Earn Points

+
+
+
+ + + + + Start earning Float Points every time you travel and stay on top of how much you’re spending on local travel. + + + + Set your weekly budget + + + Float will help to keep you on track with how much you spend on transport every week. Including where you may be able to cut costs. + + + + Connect your bank account + + + Improve your visibility on where and when you're spending on local transport by connecting your bank account. Float automatically detects transactions and categorizes them by transport type + + + + Sync your Gmail account + + + Float can help manage your spending, emissions and time traveled when you sync your Gmail account to analyze receipts from rideshare and other travel services. Float, will never read, open, or access any personal emails + + + + + + + + Happy saving + + +

Earn Points

+
+
+
+ + + + + For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/series-4/bank_and_email/us_bank_and_email.mjml b/src/emailtemplates/src/series-4/bank_and_email/us_bank_and_email.mjml new file mode 100644 index 0000000..a6e5104 --- /dev/null +++ b/src/emailtemplates/src/series-4/bank_and_email/us_bank_and_email.mjml @@ -0,0 +1,103 @@ + + + + + + + + .custom-wrapper { + max-width: 480px !important; + margin: 0 auto !important; + } + + + + + + + + + + + + + + + + + + + Get the most out of Float + + + Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile. +
+ +

Earn Points

+
+
+
+ + + + + Start earning Float Points every time you travel and stay on top of how much you’re spending on local travel + + + + Set your weekly budget + + + Float will help to keep you on track with how much you spend on transport every week. Including where you may be able to cut costs. + + + + Connect your bank account + + + Improve your visibility on where and when you're spending on local transport by connecting your bank account. Float automatically detects transactions and categorizes them by transport type + + + + Sync your Gmail account + + + Float can help manage your spending, emissions and time traveled when you sync your Gmail account to analyze receipts from rideshare and other travel services. Float, will never read, open, or access any personal emails + + + + + + + + Happy saving + + +

Earn Points

+
+
+
+ + + + + For all support contact us at https://www.myfloat.com. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/series-4/monthly_email_sg.mjml b/src/emailtemplates/src/series-4/monthly_email_sg.mjml new file mode 100644 index 0000000..70bb7af --- /dev/null +++ b/src/emailtemplates/src/series-4/monthly_email_sg.mjml @@ -0,0 +1,179 @@ + + + + + + + + @media(max-width: 425px) { + .custom-wrapper > table > tbody > tr > td:first-child, + .header-block > table > tbody > tr > td:first-child { + padding-left: 30px !important; + padding-right: 30px !important; + } + + .custom-wrapper { + padding-top: 0px !important; + } + + .download-block > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .content-header-img { + float: unset !important; + padding-top: 20px !important; + } + + .custom-divider { + padding: 24px 19px !important; + } + } + + .content-header-img { + float: left; + } + + .custom-divider { + padding: 24px 0 !important; + } + + + + + + + + + + + + + Float Monthly Update + + + Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile. +
+ +

Learn more

+
+
+
+ + + + + + + + + Float's latest blog post + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + + +

Read more

+
+
+
+ + + + + + + + + + + + + + + Deal of the week + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + + +

Read more

+
+
+
+ + + + + + + + + + + + + + + Book Direct with Yellow-Cab + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + + +

Read more

+
+
+
+ + + + + Want to find out more? + + + + Get the free app from the App Store or Google Play today. + + + + + + + + + + + + + + + + For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/series-4/monthly_email_us.mjml b/src/emailtemplates/src/series-4/monthly_email_us.mjml new file mode 100644 index 0000000..99ee527 --- /dev/null +++ b/src/emailtemplates/src/series-4/monthly_email_us.mjml @@ -0,0 +1,179 @@ + + + + + + + + @media(max-width: 425px) { + .custom-wrapper > table > tbody > tr > td:first-child, + .header-block > table > tbody > tr > td:first-child { + padding-left: 30px !important; + padding-right: 30px !important; + } + + .custom-wrapper { + padding-top: 0px !important; + } + + .download-block > table > tbody > tr > td:first-child { + padding-left: 20px !important; + padding-right: 20px !important; + } + + .content-header-img { + float: unset !important; + padding-top: 20px !important; + } + + .custom-divider { + padding: 24px 19px !important; + } + } + + .content-header-img { + float: left; + } + + .custom-divider { + padding: 24px 0 !important; + } + + + + + + + + + + + + + Float Monthly Update + + + Hello {{firstname}},
Become a money saving expert on local travel with Float. Receive exclusive deals and tips by completing your profile. +
+ +

Learn more

+
+
+
+ + + + + + + + + Float's latest blog post + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + + +

Read more

+
+
+
+ + + + + + + + + + + + + + + Deal of the week + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + + +

Read more

+
+
+
+ + + + + + + + + + + + + + + Book Direct with Yellow-Cab + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + + +

Read more

+
+
+
+ + + + + Want to find out more? + + + + Get the free app from the App Store or Google Play today. + + + + + + + + + + + + + + + + For all support contact us at https://www.myfloat.com. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/series_2/welcome_to_float_plus_deal.mjml b/src/emailtemplates/src/series_2/welcome_to_float_plus_deal.mjml new file mode 100644 index 0000000..c4e5fa6 --- /dev/null +++ b/src/emailtemplates/src/series_2/welcome_to_float_plus_deal.mjml @@ -0,0 +1,190 @@ + + + + + + + + @media (max-width:425px) { + .img-block { + padding-top: 0 !important; + } + + .title div { + font-size: 32px !important; + } + + .custom-text div { + padding-left: 30px; + padding-right: 30px; + } + + .logo-img img { + margin-top: 15px; + } + } + + .img-block { + padding-top: 30px; + } + + + + + + + + + + + + + + + + + + Smart traveling, just got easier + + + + + + + + Hello {{firstname}}, make the most of your next journey by earning Float Points as you go. Subscribe to these awesome deals and start earning cash-back now + + + + + + + +

Start Earning

+
+
+
+ + + + + + + + + + + To get started head to the app, check out the deals in your home feed and start subscribing + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Unlock these benefits by syncing your email and bank account to your profile which will allow Float to automatically detect when a transaction has taken place so you can be rewarded. + + + + + + + +

Start Earning

+
+
+
+ + + + + For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/series_3/trips_email/sg_trips_email.mjml b/src/emailtemplates/src/series_3/trips_email/sg_trips_email.mjml new file mode 100644 index 0000000..930cfb7 --- /dev/null +++ b/src/emailtemplates/src/series_3/trips_email/sg_trips_email.mjml @@ -0,0 +1,172 @@ + + + + + + + + .custom-wrapper * { + max-width: 480px !important; + margin: 0 auto !important; + } + .custom-divider { + padding: 24px 0 !important; + } + .img-box-shadow img { + box-shadow: 0px 5.09557px 10.0164px rgba(50, 50, 71, 0.25), 0px 7.64335px 10.1911px rgba(50, 50, 71, 0.08); + } + @media (min-width: 480px) { + .custom-divider { + padding: 24px 19px !important; + } + .img-box-shadow img { + box-shadow: 0px 5.09557px 19.0164px rgba(50, 50, 71, 0.25), 0px 7.64335px 10.1911px rgba(50, 50, 71, 0.08); + } + .left-phone-col { + width: 40% !important; + padding-bottom: 8px; + } + .left-phone-col td { + padding-left: 40px; + text-align: left !important; + } + .right-description-col { + width: 60% !important; + text-align: left !important; + } + .right-description-col div, .right-description-col td { + max-width: 254px !important; + padding-left: 12px !important; + text-align: left !important; + } + .left-description-col { + width: 60% !important; + } + .left-description-col div, .left-description-col * td { + max-width: 254px !important; + padding-left: 20px !important; + text-align: left !important; + } + .right-phone-col { + width: 40% !important; + padding-bottom: 8px !important; + } + .right-phone-col * td { + float: right; + padding-right: 40px; + } + } + + + + + + + + + + + + + Make the most out of your next ride + + + Hi {{firstname}}, + + + Float is the only independent search engine for comparing your daily trip prices. + + +

Explore trips

+
+
+
+ + + + + + + + + Compare Transport Options + + + Take back control! Compare transport options and access taxi and rideshare services directly in app, all whilst keeping track of your travel budget and traveling safely. + + + + + + + + + + + + + + + + + + Check out gas or EV stations on your way + + + If you are driving a car, plan your route with Float to find gas or EV stations that are on the way to your destination. How economical! + + + + + + + + + + + + + + + + + + Take an e-Bike or Scooter + + + Take a greener trip and find a e-bike or scooter near you. Earn Float Points and stay safe + + + + + + + +

Explore trips

+
+
+
+ + + + + For all support contact us at https://www.float.sg. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/series_3/trips_email/us_trips_email.mjml b/src/emailtemplates/src/series_3/trips_email/us_trips_email.mjml new file mode 100644 index 0000000..bbf0fa0 --- /dev/null +++ b/src/emailtemplates/src/series_3/trips_email/us_trips_email.mjml @@ -0,0 +1,172 @@ + + + + + + + + .custom-wrapper * { + max-width: 480px !important; + margin: 0 auto !important; + } + .custom-divider { + padding: 24px 0 !important; + } + .img-box-shadow img { + box-shadow: 0px 5.09557px 10.0164px rgba(50, 50, 71, 0.25), 0px 7.64335px 10.1911px rgba(50, 50, 71, 0.08); + } + @media (min-width: 480px) { + .custom-divider { + padding: 24px 19px !important; + } + .img-box-shadow img { + box-shadow: 0px 5.09557px 19.0164px rgba(50, 50, 71, 0.25), 0px 7.64335px 10.1911px rgba(50, 50, 71, 0.08); + } + .left-phone-col { + width: 40% !important; + padding-bottom: 8px; + } + .left-phone-col td { + padding-left: 40px; + text-align: left !important; + } + .right-description-col { + width: 60% !important; + text-align: left !important; + } + .right-description-col div, .right-description-col td { + max-width: 254px !important; + padding-left: 12px !important; + text-align: left !important; + } + .left-description-col { + width: 60% !important; + } + .left-description-col div, .left-description-col * td { + max-width: 254px !important; + padding-left: 20px !important; + text-align: left !important; + } + .right-phone-col { + width: 40% !important; + padding-bottom: 8px !important; + } + .right-phone-col * td { + float: right; + padding-right: 40px; + } + } + + + + + + + + + + + + + Make the most out of your next ride + + + Hi {{firstname}}, + + + Float is the only independent search engine for comparing your daily trip prices. + + +

Explore trips

+
+
+
+ + + + + + + + + Compare Transport Options + + + Take back control! Compare transport options and access taxi and rideshare services directly in app, all whilst keeping track of your travel budget and traveling safely. + + + + + + + + + + + + + + + + + + Check out gas or EV stations on your way + + + If you are driving a car, plan your route with Float to find gas or EV stations that are on the way to your destination. How economical! + + + + + + + + + + + + + + + + + + Take an e-Bike or Scooter + + + Take a greener trip and find a e-bike or scooter near you. Earn Float Points and stay safe + + + + + + + +

Explore trips

+
+
+
+ + + + + For all support contact us at https://www.myfloat.com. You received this email because you subscribe to Float. If you get this email in error please contact us. + + + + Plese click here to Unsubscribe. + + + + + + + + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/sg-surge-price.mjml b/src/emailtemplates/src/sg-surge-price.mjml new file mode 100644 index 0000000..006ffc6 --- /dev/null +++ b/src/emailtemplates/src/sg-surge-price.mjml @@ -0,0 +1,125 @@ + + + + + + + + + .button-wrapper { + margin-top: -30px !important; + } + + .left-col { + width: 10% !important; + max-width: 10% !important; + } + + .right-col { + width: 90% !important; + max-width: 90% !important; + } + + @media (max-width:425px) { + .content-wrapper { + margin: auto; + } + } + + @media (max-width: 425px) { + .content-wrapper { + margin: auto; + } + + .left-col { + width: 15% !important; + max-width: 15% !important; + } + + .right-col { + width: 85% !important; + max-width: 85% !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Review for Rewards + + + Let us know what you think and get 1000 Float points worth $10 + +
+
+ + + + Hello {{ firstname }}, + + + Thank you for being a valued member of the Float community. We have launched a new Stop the Surge price comparison tool and would love your feedback. + + + + + + + + + + + + + Check out the Stop the Surge tool here. If you test the online tool and complete the survey below, we will show our appreciation by depositing 1000 points into your Float account. This is enough for $10 off your next Grab or Gojek ride. + + + + + Take the survey + + + + + + + Kind regards, + + + Float Support Team + + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/sg_long_terms.mjml b/src/emailtemplates/src/sg_long_terms.mjml new file mode 100644 index 0000000..c60a5fd --- /dev/null +++ b/src/emailtemplates/src/sg_long_terms.mjml @@ -0,0 +1,96 @@ + + + + + + + + @media (max-width: 425px) { + .header { + padding-left: 25px !important; + padding-right: 25px !important; + } + } + + + + + + + + + + + + _ + +

+
+ + + + Long term testing + + + Are you interested in becoming a long term tester for Float Mobility? + + + + + + + + + + + + Hello {{ firstname }}, + + + Float is continuing to grow and improve, and feedback during this time is really important to helping ensure that we’re moving in the right direction. With app development being ongoing, we are looking for people who are interested in being involved in testing Float long term. + + + As a long term active tester the requirements will be sporadic testing, pending the development of new features, which will be communicated with you via email updates. To compensate your valuable feedback we will supply you with periodic prizes and vouchers to show our appreciation for your continuing support. + + + Let us know if you’re interested in continuing with us, we’d love to continue working with you! + + + If you have any questions don’t hesitate to get back in touch. + + + + + + + Sign me up + + + + + + Kind regards,

Float Support Team +
+
+
+ + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + Plese click here to Unsubscribe. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/subscribe_deal.mjml b/src/emailtemplates/src/subscribe_deal.mjml new file mode 100644 index 0000000..2e03df9 --- /dev/null +++ b/src/emailtemplates/src/subscribe_deal.mjml @@ -0,0 +1,116 @@ + + + + + + + + + + .left-bg { + background-image: url(https://www.float.sg/assets/img/email/subscribe-deal/subscribe-deal-bg.png) !important; + background-repeat: no-repeat; + background-position: 0 8px; + } + + .right-bg { + background-image: url(https://www.float.sg/assets/img/email/subscribe-deal/subscribe-deal-bg.png) !important; + background-repeat: no-repeat; + background-position: 100% 97%; + } + + + + + + + + + + + + + + + + + _ + +

+
+ + + Hello *|FNAME|* + + + + + Thank you for subscribing to Float Deals. You'll soon find points in your account that can be redeemed for these amazing deals. + +
+
+ + + + + + + + + + + + + + + + + + Complete your profile + + + + + + + +

+ Now's a great time to go in and complete your profile + so there's no interruption in the flow of points going into your account. Float may ask for either Gmail sync, bank detail or permission to use location awareness. +

+
+ + + Complete Profile now + +
+
+ + + + + + The Float Team + + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float. + + + If you get this in email in error please contact us. + + + © 2020 Float. All rights reserved + + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/user_congratulations_new_points(old).mjml b/src/emailtemplates/src/user_congratulations_new_points(old).mjml new file mode 100644 index 0000000..c2d70ca --- /dev/null +++ b/src/emailtemplates/src/user_congratulations_new_points(old).mjml @@ -0,0 +1,67 @@ + + + Welcome to Float + + + + + + + + + + + + + + + + _ + +

+
+ + Congratulations -
+ you have new Float Points! +
+
+
+ + + + + + + + + Congratulations, you have new Float points. Login to the app now to + view and redeem points. + + + + + + + + The Float Team + + + + + + + + + + For all support contact us at https://www.float.sg/ You receive this email because you subscribe to Float. + + + If you get this in email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/user_congratulations_new_points.mjml b/src/emailtemplates/src/user_congratulations_new_points.mjml new file mode 100644 index 0000000..7129886 --- /dev/null +++ b/src/emailtemplates/src/user_congratulations_new_points.mjml @@ -0,0 +1,74 @@ + + + + + + + + @media (min-width: 480px) { + .custom-btn { + text-align: left; + } + } + @media (max-width: 480px) { + .custom-text-1, .custom-text-3 { + padding-left: 25px !important; + padding-right: 25px !important; + } + .custom-text-2 { + padding-top: 22px !important; + padding-left: 25px !important; + padding-right: 25px !important; + } + .custom-btn { + padding: 0 25px !important; + } + } + + + + + + + + + + + + Congratulations {{firstname}} you have earned new Float Points. + + + + + You’ve just earned Float Points for one of the Deals you subscribed to. + You can either cash in your points now for a $5 or $10 reward, or keep earning points and cash-in later when you’ve unlocked more valuable reward options. + + + Go to the Float app now to shop for rewards and see how you can earn more points. + + + Check it out + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + Plese click here to Unsubscribe. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + + + \ No newline at end of file diff --git a/src/emailtemplates/src/user_login.mjml b/src/emailtemplates/src/user_login.mjml new file mode 100644 index 0000000..881f9e1 --- /dev/null +++ b/src/emailtemplates/src/user_login.mjml @@ -0,0 +1,62 @@ + + + + Welcome to Float + + + + + + + + + + + + + + + + + + _ + +

+
+ + + Hi {{firstname}} + + + + + + + Please be informed that you logged on to {{site_name}} at {{last_login2}} from {{loc}}. If you did not log on to your account at + the time detailed above, please contact us immediately. + + + + + + Contact us + + +
+
+ + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ © 2020 Float. All rights reserved +
+
+ +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/user_pending.mjml b/src/emailtemplates/src/user_pending.mjml new file mode 100644 index 0000000..fbeba27 --- /dev/null +++ b/src/emailtemplates/src/user_pending.mjml @@ -0,0 +1,75 @@ + + + + Welcome to Float + + + + + + + .bottom-left-bg { + background: url(https://www.float.sg/assets/img/email/forgot-pass/bottom-left.png) bottom left no-repeat !important; + } + + .bottom-right-bg { + background: url(https://www.float.sg/assets/img/email/forgot-pass/bottom-right.png) bottom right no-repeat !important; + } + + + + + + + + + + + + + + + + + + _ + +

+
+ + + Dear {{firstname}} + + + + + + Your confirmation code is + + + + {{verify_link}} + + + If you did initiate the account creation as detailed above, please contact us immediately. + + + Contact us + + +
+ + + + + + + This si a support email from Float.
+ © 2020 Float. All rights reserved +
+
+ +
+ +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/user_refer_friend.mjml b/src/emailtemplates/src/user_refer_friend.mjml new file mode 100644 index 0000000..8a8a055 --- /dev/null +++ b/src/emailtemplates/src/user_refer_friend.mjml @@ -0,0 +1,102 @@ + + + Welcome to Float + + + + + + + .left-col { + width: 40% !important; + } + + .right-col { + width: 60% !important; + max-width: 60%; + } + + @media (max-width: 480px) { + .left-col { + width: 60% !important; + } + + .right-col { + width: 100% !important; + max-width: 100%; + } + } + + @media (min-width: 481px) { + .refer-btn { + text-align: left; + } + } + + + + + + + + + + + + + _ + +

+
+ + Float with Friends + +
+
+ + + + + + + + Did you know? + + + + + + + + + Float is better with Friends.
+ Carpooling is easy on you and the environment. + Did you know that the average carbon emissions from a car with a single passenger + are 171g while a car with four passengers brings that down to 43g?
+ That’s why we’d like to offer you $10 to pay for your gas each time you drive a friend. + If a carpool doesn’t work for you, you can still Refer a Friend to Float + to collect Float Points to be redeemed later. +
+ + Refer a friend + +
+
+ + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/user_welcome.mjml b/src/emailtemplates/src/user_welcome.mjml new file mode 100644 index 0000000..ac557b6 --- /dev/null +++ b/src/emailtemplates/src/user_welcome.mjml @@ -0,0 +1,142 @@ + + + Welcome to Float + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float. + + + + Hello {{firstname}} and thanks for joining Float. Float is the new way to + save money and time on local transportation. You're among the first to + experience our smart recommendations, tips, and exclusive offers. + +
+
+ + + + + + + + Let's get started + Here are a few things you can do to get started: + + + + + + + + + Set up a budget. + Float will suggest ways to save as it learns more about how you like to travel. + + + + + + + + + + Subscribe to deals. + + We are launching with exclusive deals for + the NUS community including + cashback on Grab, Gojeck rides, + free bicycle rentals, $10 to carpool with a friend, and more! + + + + + + + + + + + Complete your Profile. + + When you sync your email or bank details, + Float analyzes the relevant transactions in order to reimburse you for the deals + you subscribe to.
+ We never open, read, or access any personal mail. +
+
+
+
+ + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + Let's go + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ + © 2020 Float. All rights reserved + +
+
+
+
\ No newline at end of file diff --git a/src/emailtemplates/src/user_welcome_old.mjml b/src/emailtemplates/src/user_welcome_old.mjml new file mode 100644 index 0000000..3cde2c8 --- /dev/null +++ b/src/emailtemplates/src/user_welcome_old.mjml @@ -0,0 +1,94 @@ + + + + Welcome to Float + + + + + + + + + + + + + + + + + + _ + +

+
+ + + Welcome to Float. + + + + Hello {{firstname}} and thanks for joining Float on our journey to make local travel all about you. + You're among the first to experience our smart recommendations, tips, and exclusive offers. + +
+
+ + + + + + + + + + Let's get started + Here are a few things you can do to get started: + + + + Set up a budget.

+ Float will suggest ways to save as it learns more about how you like to travel. +
+ + + Connect your Gmail. + Float can use this to summarize your travel receipts and display them as charts + so you can see exactly where you are spending. + + + + Complete your Profile. + The more Float knows, the better its recommendations get. + + +
+ + + + Help us get it right + We're just getting started on a long road ahead and we'd love to hear from you on + how you think we can make Float better. + + + Let us know + + + + + + + + + + + For all support contact us at {{contactus}} You receive this email because you subscribe to Float.
+ If you get this in email in error please contact us. +
+ © 2020 Float. All rights reserved +
+
+ +
+
\ No newline at end of file diff --git a/src/emailtemplates/src/welcome_all_location.mjml b/src/emailtemplates/src/welcome_all_location.mjml new file mode 100644 index 0000000..558da93 --- /dev/null +++ b/src/emailtemplates/src/welcome_all_location.mjml @@ -0,0 +1,149 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .middle-col { + border-left: 1px solid rgba(36, 19, 66, 0.5); + border-right: 1px solid rgba(36, 19, 66, 0.5); + } + + .left-bg div { + font-size: 24px !important; + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Welcome to Float + + + Hello {{firstname}} and thanks for joining Float on our journey to make local travel all about you. You're among the first to experience our smart recommendations, tips, and exclusive offers. + +
+
+ + + + + + + + + Let's get started + + + + Here are a few things you can do to get started: + + + + + + + + Download the App + + + + The button below will take you straight to the right Store for your phone. + + + + + Set up a budget + + + + Float will suggest ways to save as it learns more about how you like to travel. + + + + + Subscribe to deals + + + + We are launching with exclusive deals including cashback on rideshare rides, free bicycle rentals, $10 to carpool with a friend, and more! + + + + + + + + Once you've shared your credit card and email receipts, Float analyzes the relevant transactions in order to reimburse you for the deals you subscribe to. We never open, read, or access any personal mail. + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + Download now + + + + + + + + + + + + For all support contact us at {{domain_url}}. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + Plese click here to Unsubscribe. + + + © 2020 Float. All rights reserved + + + +
+
diff --git a/src/emailtemplates/src/welcome_sg.mjml b/src/emailtemplates/src/welcome_sg.mjml new file mode 100644 index 0000000..0dcbf6c --- /dev/null +++ b/src/emailtemplates/src/welcome_sg.mjml @@ -0,0 +1,138 @@ + + + + + + + + .right-bg { + background-repeat: no-repeat; + background-position: 100% 0; + background-image: url(https://www.float.sg/assets/img/email/welcome/right-bg.png); + } + + .left-bg { + background-repeat: no-repeat; + background-position: 0 100%; + background-image: url(https://www.float.sg/assets/img/email/welcome/left-bg.png); + } + + .left-bg div { + font-size: 24px !important; + } + + .right-col { + border-left: 1px solid rgba(36, 19, 66, 0.5); + } + + @media (max-width: 480px) { + .left-bg div { + font-size: 18px !important; + } + } + + + + + + + + + + + + + _ + +

+
+ + Welcome to Float + + + Hello {{firstname}} and thanks for joining Float. Float is the new way to save money and time on local transportation. You're among the first to experience our smart recommendations, tips, and exclusive offers. + +
+
+ + + + + + + + + Let's get started + + + + As a reminder, here are a couple of quick things you can do to get started: + + + + + + + + + Set up a budget + + + + Float will suggest ways to save as it learns more about how you like to travel. + + + + + Subscribe to deals + + + + We are launching with exclusive deals including cashback on rideshare rides, free bicycle rentals, $10 to carpool with a friend, and more! + + + + + + + + + When you connect your email or bank receipts, Float analyzes the relevant transactions in order to reimburse you for the deals you subscribe to. We never open, read, or access any personal mail. + + + + + + + + + + Thank you for being a member of the Float community. + Smart travel by smart people + + + + Download now + + + + + + + + + + + + For all support contact us at https://www.float.sg/. You received this email because you subscribe to Float. + + + If you get this email in error please contact us. + + + © 2020 Float. All rights reserved + + + +
+
diff --git a/src/server/controllers/member.js b/src/server/controllers/member.js index 5e0296c..f97ac49 100755 --- a/src/server/controllers/member.js +++ b/src/server/controllers/member.js @@ -1,21 +1,7 @@ -var Sequelize = require('sequelize'); -const nodemailer = require('nodemailer'); -const { body, validationResult } = require('express-validator'); +const { check, validationResult } = require('express-validator'); const memberServices = require("../services").member; module.exports = { - validate(method) { - switch (method) { - case 'register': - { - return [ - body('username', 'userName doesn\'t exists').exists(), - body('email', 'Invalid email').exists().isEmail(), - body('phone').optional().isInt() - ] - } - } - }, register(req, res) { const errors = validationResult(req); if (!errors.isEmpty()) { @@ -51,17 +37,37 @@ module.exports = { .catch(error => res.status(400).send(error.errors)); }, - resetPassword(req, res) { + async resetPassword(req, res) { const mode = req.body.mode; + var errors = null; switch (mode) { case memberServices.RESET_START: + await check('email').isEmail().run(req); + errors = validationResult(req); + if (!errors.isEmpty()) { + console.log(errors) + return res.status(400).json({ errors: errors.array() }); + } memberServices.resetPassword(req) .then(result => { - res.status(200).send(result) + if (result !== false) { + res.status(200).send({ + message: "Email reset password has been sent" + }) + } + res.status(200).send({ + message:"Please try again" + }) }) .catch(error => res.status(400).send(error.errors)); break; case memberServices.RESET_CONFIRM: + await check('resetPin').exists().isInt().run(req); + errors = validationResult(req); + if (!errors.isEmpty()) { + console.log(errors) + return res.status(400).json({ errors: errors.array() }); + } memberServices.confirmResetPassword(req) .then(result => { res.status(200).send(result) @@ -70,6 +76,13 @@ module.exports = { break; case memberServices.RESET_COMPLETE: + await check('resetPin').exists().isInt().run(req); + await check('resetKey').exists().run(req); + errors = validationResult(req); + if (!errors.isEmpty()) { + console.log(errors) + return res.status(400).json({ errors: errors.array() }); + } memberServices.completeResetPassword(req) .then(result => { res.status(200).send(result) @@ -103,8 +116,14 @@ module.exports = { .catch(error => res.status(400).send(error)); }, - deactivate(req, res) { + deActivate(req, res) { - } + }, + getSlideCardData(req, res) { + console.log('ss'); + memberServices.getSlideCard(req) + .then(data => res.status(200).send(data)) + .catch(error => res.status(400).send(error.errors)); + }, }; \ No newline at end of file diff --git a/src/server/controllers/validation/index.js b/src/server/controllers/validation/index.js new file mode 100755 index 0000000..dee322e --- /dev/null +++ b/src/server/controllers/validation/index.js @@ -0,0 +1,5 @@ +const member = require("./member"); + +module.exports = { + member +}; diff --git a/src/server/controllers/validation/member.js b/src/server/controllers/validation/member.js new file mode 100644 index 0000000..20622be --- /dev/null +++ b/src/server/controllers/validation/member.js @@ -0,0 +1,19 @@ + +const { body} = require('express-validator'); + +module.exports = { + register() { + return [ + body('email', 'Invalid email').isEmail(), + body('username').notEmpty(), + body('phone').isInt() + ] + }, + resetPassword() { + return [ + body('email', 'Invalid email').isEmail(), + body('username').notEmpty(), + body('phone').isInt() + ] + } +} \ No newline at end of file diff --git a/src/server/routes/member.js b/src/server/routes/member.js index 6d8a3d8..5fc4f7e 100644 --- a/src/server/routes/member.js +++ b/src/server/routes/member.js @@ -1,5 +1,6 @@ const memberController = require("../controllers").member; const auth = require("../middleware/auth"); +const memberValidation = require("../controllers/validation").member; module.exports = (app, url) => { /** @@ -64,7 +65,7 @@ module.exports = (app, url) => { * description: Message * example: Failed */ - app.post(url + "user/register", memberController.validate('register'), memberController.register); + app.post(url + "user/register", memberValidation.register(), memberController.register); /** * @swagger * /v1/user/login: @@ -300,7 +301,31 @@ module.exports = (app, url) => { * app.post("loadsubsription"); * app.post("subscriptionstatus"); * app.post("getapplist"); - * app.post("getslidecarddata"); + */ + + + /** + * @swagger + * /v1/user/getslidecarddata: + * get: + * tags: + * - Users + * summary: Retrieve a single JSONPlaceholder user. + * description: Retrieve a single JSONPlaceholder user. Can be used to populate a user profile when prototyping or testing an API. + * security: + * - bearerAuth: [] + * responses: + * 200: + * description: A single user. + * content: + * application/json: + * schema: + * type: object + * $ref: '#/components/schemas/Member' + */ + + app.get(url + "user/getslidecarddata", auth, memberController.getSlideCardData); + /** * app.post("subscribedcarddata"); * app.post("subscribecard"); * app.post("savesurvey"); diff --git a/src/server/services/card/card.js b/src/server/services/card/card.js new file mode 100644 index 0000000..54d9058 --- /dev/null +++ b/src/server/services/card/card.js @@ -0,0 +1,242 @@ +const sequelize = require("../../models").sequelize; +const { Op } = require("sequelize"); +const { forEach } = require('lodash'); +const MembersCardAssign = require("../../models").MembersCardAssign; + +module.exports = { + CARD_BEHAVIORS: { + BH0001: 'BH0001', + BH0002: 'BH0002', + BH0003: 'BH0003', + BH0004: 'BH0004', + BH0005: 'BH0005', + BH0006: 'BH0006', + BH0007: 'BH0007', + BH0008: 'BH0008', + BH0009: 'BH0009', + BH00010: 'BH00010', + BH00011: 'BH00011', + BH00012: 'BH00012', + BH00013: 'BH00013', + BH00014: 'BH00014', + BH00015: 'BH00015', + BH00016: 'BH00016', + BH00017: 'BH00017', + BH00018: 'BH00018', + }, + DEFAULT_CARD_TYPE: 33000, + DEFAULT_CARD_COUNT: 100, + CARD_LOCATIONS: { + DEFAULT: 0, + MAINFEED: 100, + ACTIVITIES: 200 + }, + CARD_ADD_DENIED: 0, + CARD_ADD_ALLOWED: 100, + async getMemberSurveyCards(memberId) { + var result = {}; + let sql = `SELECT card_id FROM members_onboarding_survey mos + LEFT JOIN onboarding_survey_cards ca ON ca.answers_key = mos.answers_key + LEFT JOIN main_cards a ON a.id=ca.card_id + WHERE mos.member_id = :member_id AND a.status = 1 + AND card_id NOT IN (SELECT card_id FROM members_card_assign WHERE member_id = :member_id AND status=1) + GROUP BY card_id`; + const results = await sequelize.query(sql, + { + replacements: { + member_id: memberId + } + }); + if (results[0]) { + var obj = this + console.log(results) + forEach(results[0], async function (value) { + await obj.userCardAdd(memberId, value.card_id) + }); + result = results[0]; + } + return result; + }, + + async userCardAdd(memberId, cardId) { + console.log('add card') + var a = this; + const memberCard = await this.getMemberCardAssignByMemberIdAndCardId(memberId, cardId); + //console.log("memberCard: ",memberCard) + if (memberCard) { + console.log('card status', memberCard.status) + if (memberCard.status == 0) { + const cardClick = await this.getMemberCardClickTrack(memberId, cardId); + const data = { + status: 1, + updated: Date.now() + }; + console.log('cardClick', cardClick) + if (cardClick) { + if (cardClick.expiration == 0) { + this.updateMemberCardAssign(memberId, cardId, data); + } + } else { + //update card status + this.updateMemberCardAssign(memberId, cardId, data); + } + } else { + //status already added + } + } else { + //insert member card assign + data = { + member_id: memberId, + card_id: cardId, + status: 1 + } + //console.log(data); + //this.memberCardAssignInsert(data); + } + }, + + async memberCardAssignInsert(data) { + return await MembersCardAssign.create(data); + }, + + async getMemberCardAssignByMemberIdAndCardId(memberId, cardId) { + console.log('getMemberCardAssignByMemberIdAndCardId') + return await MembersCardAssign.findOne({ + where: { + card_id: cardId, + member_id: memberId, + status: { + [Op.in]: [0, 1] + } + } + }); + + }, + + async getMemberCardClickTrack(memberId, cardId) { + var result = null; + let sql = `SELECT expiration FROM members_cardclicktrack mc LEFT JOIN main_cards a ON a.id=mc.card_id + WHERE a.id=:card_id AND mc.member_id=:member_id LIMIT 1`; + const results = await sequelize.query(sql, + { + replacements: { + card_id: cardId, + member_id: memberId + } + }); + if (results[0].expiration) { + console.log(results[0]) + result = results[0]; + } + return result; + + }, + + async updateMemberCardAssign(memberId, cardId, data) { + console.log('updateMemberCardAssign') + return MembersCardAssign + .update(data, + { + returning: true, + where: { + member_id: memberId, + card_id: cardId, + } + } + ) + .then(([rowsUpdate, [updatedRow]]) => { + return updatedRow + }) + .catch(error => { + console.log(error) + }); + }, + + async getMemberCardsByType(memberId, cardType, limit) { + var result = {}; + var total = 0; + var queryMain = ''; + var sqlSelect = ''; + var sqlCount = ''; + var cardType = cardType; + console.log(cardType) + switch (cardType) { + case 33000: + sqlCount = `SELECT count(ca.id) `; + sqlSelect = `SELECT ca.id AS assign_id, ca.subscribe, a.*, a.id AS card_id,b.name AS card_action_name,b.type AS card_action_type,b.data AS card_action_data,adr.latitude,adr.longitude, + EXTRACT(DAY FROM (CASE WHEN a.card_expiration IS NULL THEN now() -now() ELSE a.card_expiration -now() END)) AS expr_val, a.card_canexpire `; + queryMain = `FROM main_cards a + LEFT JOIN card_actions b ON (b.id=a.card_action_id) + LEFT JOIN address adr ON adr.id = a.card_location + LEFT JOIN members_card_assign ca ON ca.card_id=a.id AND ca.member_id=:member_id AND ca.status=1 + WHERE a.status = 1 AND a.deleted IS NULL AND a.button1_action IN ('GOOFFERS','CARPOOL') `; + sqlCount += queryMain; + sqlSelect += queryMain + `ORDER BY a.card_order ASC`; + break; + case 22000: + sqlCount = `SELECT count(ca.id) `; + sqlSelect = `SELECT ca.id AS assign_id, ca.subscribe, a.*, a.id AS card_id,b.name AS card_action_name,b.type AS card_action_type,b.data AS card_action_data,adr.latitude,adr.longitude,ca.trigger_key,ca.message,ca.cat, + EXTRACT(DAY FROM (CASE WHEN a.card_expiration IS NULL THEN now() -now() ELSE a.card_expiration -now() END)) AS expr_val, a.card_canexpire `; + queryMain = `FROM members_card_assign ca + LEFT JOIN main_cards a ON a.id=ca.card_id + LEFT JOIN address adr ON adr.id = a.card_location + LEFT JOIN card_actions b ON (b.id=a.card_action_id) + WHERE ca.member_id = :member_id AND ca.status =1 AND a.status=1 + AND show_area IN (`+ this.CARD_LOCATIONS.DEFAULT + `,` + this.CARD_LOCATIONS.MAINFEED + `) AND a.deleted IS NULL AND ca.subscribe IS NULL AND ca.completed IS NULL `; + sqlCount += queryMain; + sqlSelect += queryMain + `ORDER BY a.card_order ASC`; + break; + + case 55000: + sqlCount = `SELECT count(ca.id) `; + sqlSelect = `SELECT ca.id AS assign_id, ca.subscribe, a.*, a.id AS card_id,b.name AS card_action_name,b.type AS card_action_type,b.data AS card_action_data,adr.latitude,adr.longitude,ca.trigger_key,ca.message,ca.cat, + EXTRACT(DAY FROM (CASE WHEN a.card_expiration IS NULL THEN now() -now() ELSE a.card_expiration -now() END)) AS expr_val, a.card_canexpire `; + queryMain = `FROM members_card_assign ca + LEFT JOIN main_cards a ON a.id=ca.card_id + LEFT JOIN address adr ON adr.id = a.card_location + LEFT JOIN card_actions b ON (b.id=a.card_action_id) + WHERE ca.member_id = :member_id AND a.button1_action IN ('GOOFFERS') AND ca.subscribe IS NOT NULL `; + sqlCount += queryMain; + sqlSelect += queryMain + ` ORDER BY ca.subscribe ASC`; + break; + + case 11000: + sqlCount = `SELECT count(a.id) `; + sqlSelect = `SELECT a.*, a.id AS card_id,b.name AS card_action_name,b.type AS card_action_type,b.data AS card_action_data `; + queryMain = `FROM main_cards a LEFT JOIN card_actions b ON (b.id=a.card_action_id) + WHERE a.status = 1 AND a.deleted IS NULL ORDER BY RANDOM()`; + break; + default: + sql = `select 1 from 1`; + } + sqlSelect += ` LIMIT ` + limit; + console.log("sql", sqlSelect) + const results = await sequelize.query(sqlSelect, + { + replacements: { member_id: memberId } + }); + if (results[0]) { + forEach(results[0], async function (card) { + console.log(card.card_behavior) + }); + //result = results[0]; + } + const totalCards = await sequelize.query(sqlCount, + { + replacements: { member_id: memberId } + }); + if (totalCards[0][0]) { + total = parseInt(totalCards[0][0].count); + } + return { total: total, result: result }; + }, + + verifyMemberCardDescision(cardData, member){ + var behavior = cardData.card_behavior; + switch(behavior){ + case this.CARD_BEHAVIORS.BH0001: + return this.CARD_ADD_ALLOWED; + } + return this.CARD_ADD_ALLOWED; + } +} \ No newline at end of file diff --git a/src/server/services/index.js b/src/server/services/index.js index a91e3c7..61a57b7 100755 --- a/src/server/services/index.js +++ b/src/server/services/index.js @@ -1,5 +1,4 @@ const member = require("./member/member"); - module.exports = { member }; diff --git a/src/server/services/mail/index.js b/src/server/services/mail/index.js new file mode 100644 index 0000000..dee322e --- /dev/null +++ b/src/server/services/mail/index.js @@ -0,0 +1,5 @@ +const member = require("./member"); + +module.exports = { + member +}; diff --git a/src/server/services/mail/member.js b/src/server/services/mail/member.js new file mode 100644 index 0000000..18fe3de --- /dev/null +++ b/src/server/services/mail/member.js @@ -0,0 +1,37 @@ +const handlebars = require('handlebars'); +const fs = require('fs'); +const sgMail = require('@sendgrid/mail') +sgMail.setApiKey(process.env.SENDGRID_API_KEY); +module.exports = { + emailResetPassword(user, resetPin) { + /* fs.readFile(appRoot+ "/emailtemplates/reset_password.mailfile", function (err, data) { + if (err) throw err; + console.log(data.toString()); + }); */ + const buffer = fs.readFileSync(appRoot + "/emailtemplates/member/reset_password.mailfile"); + const fileContent = buffer.toString(); + const template = handlebars.compile(fileContent); + console.log(template) + const replacements = { + firstname: user.firstname, + reset_pin: resetPin, + }; + const htmlToSend = template(replacements); + const msg = { + to: user.email, + from: process.env.EMAIL_FROM, + subject: 'Float - Reset Password', + html: htmlToSend, + } + + sgMail.send(msg) + .then(result => { + console.log("mail result", result) + return true; + }) + .catch(error => { + console.log(error.errors) + return false; + }); + } +} diff --git a/src/server/services/member/member.js b/src/server/services/member/member.js index c6819a5..a84d4f4 100755 --- a/src/server/services/member/member.js +++ b/src/server/services/member/member.js @@ -2,13 +2,12 @@ const jwt = require('jsonwebtoken'); const { pick } = require('lodash'); const bcrypt = require('bcrypt'); const crypto = require('crypto'); -const { Sequelize, QueryTypes } = require('sequelize'); const Member = require("../../models").Members; -const MemberProfile = require("../../models").MembersProfile; const sequelize = require("../../models").sequelize; -const DecisionGroup = require("../../models").DecisionGroup; const resetPasswordService = require("./resetPassword"); -const MembersProfile = require('../../models/MembersProfile'); +const cardService = require("../card/card"); +const mailServiceMember = require("../mail").member; +const { DEFAULT_CARD_TYPE } = require('../card/card'); module.exports = { RESET_START: 100, @@ -112,11 +111,14 @@ module.exports = { let expired = date.setDate(date.getDate() + 7); var status = 3; - if (user) { - resetPasswordService.updateStatusExpired(user.id, 7); - status = 0 + console.log(user) + if (user == null) { + console.log('user null') + return false; } + resetPasswordService.updateStatusExpired(user.id, 7); + status = 0 const resetPasswordData = { username: user.username, member_id: user.id, @@ -126,7 +128,20 @@ module.exports = { status: status } - return await resetPasswordService.create(resetPasswordData); + var sendmail = mailServiceMember.emailResetPassword(user, reset_pin) + if (sendmail != false) { + resetPasswordService.create(resetPasswordData) + .then(result => { + return true; + }) + .catch(error => { + console.log(error.errors) + return false; + }); + } else { + return 'Cannot send email' + } + } catch (error) { console.debug(error) return "Invalid email"; @@ -175,9 +190,11 @@ module.exports = { const exist = await resetPasswordService.getByCondition({ member_id: user.id, status: 1, + reset_pin: req.body.resetPin.toString(), reset_key: req.body.resetKey.toString() }); if (exist) { + console.log(req.body.newPassword) const salt = bcrypt.genSaltSync(10); const hashpassword = bcrypt.hashSync(req.body.newPassword, salt); Member @@ -193,6 +210,7 @@ module.exports = { } ) .then(([rowsUpdate, [updatedRow]]) => { + console.log(updatedRow) console.log(rowsUpdate) }) .catch(error => { @@ -200,9 +218,11 @@ module.exports = { }); resetPasswordService.updateStatusById(exist.id, 5); - return "Ok" + return { + message: "Password has been update. Please try login!" + } } - return "invalid PIN"; + return "invalid Pin or Key"; } else { return "email is not existed"; } @@ -333,5 +353,124 @@ module.exports = { return res.status(200).json({ message: "Deleted successfully" }); }) .catch(error => res.status(400).send(error)); + }, + + + detectMemberLocation(memberId) { + /* + clog::fileName = "savvy_location"; + logfmt(FLOG_MAX, "detectMemberLocation()"); + const PGresult *res; + const PGresult *res1; + bool country_set = false; + load_db_record(out, "SELECT trim(country) AS country FROM members WHERE id = %lu", member_id); // this should also get the city outright + out["country_found"] = "0"; + if (out["country"] == "") { // country is blank + out["country_found"] = "0"; + // now let us see if we can change this with GPS + if (gpsMemberGPSLocations(member_id, out) == PHP_API_OK) { + logfmt(FLOG_MAX, "detectMemberLocation() DETECT LOCATION == %s country", out["country"].c_str()); + logfmt(FLOG_MAX, "detectMemberLocation() DETECT LOCATION == %s state", out["state"].c_str()); + logfmt(FLOG_MAX, "detectMemberLocation() DETECT LOCATION == %s city", out["city"].c_str()); + pgsql_query("UPDATE members SET country = '%s', state='%s', city='%s',updated=now() WHERE id = %lu", out["country"].c_str(), out["state"].c_str(), out["city"].c_str(), member_id); + country_set = true; + out["country_found"] = "1"; + } + + //OR WITH BANK Imports + if (false == country_set) { + bool cf = false; + res = pgsql_query("SELECT count(id) AS cur_count,currency FROM members_bankimport WHERE member_id =%lu GROUP BY currency ORDER BY cur_count DESC LIMIT 1", member_id); + if (res != NULL && pgsql_num_rows(res) > 0) { + map f = pgsql_fetch_assoc(res, 0); + CVars rec; + map_to_cvars(f, rec); + logfmt(FLOG_MAX, "detectMemberLocation() BANK DETECT LOCATION == %s currency", rec["currency"].c_str()); + + if (rec["currency"] == "USD") { + out["country"] = "US"; + cf = true; + } else { + res1 = pgsql_query("SELECT code FROM country WHERE currency_code ='%s'", rec["currency"].c_str()); + if (res1 != NULL && pgsql_num_rows(res1) > 0) { + map f = pgsql_fetch_assoc(res1, 0); + CVars rec1; + map_to_cvars(f, rec1); + out["country"] = rec1["code"]; + cf = true; + } + } + + if (cf == true) // actual update if found + { + pgsql_query("UPDATE members SET country = '%s',updated=now() WHERE id = %lu ", out["country"].c_str(), member_id); + out["country_found"] = "1"; + } + } else { + //out["session_valid"] = "INVALID_SESSION_CALL"; + } + + } // do only if country not set yet + + //OR WITH SURVEY ******************************************************************************************************* + + if (false == country_set) { + + res = pgsql_query("SELECT * FROM members_survey WHERE member_id =%lu AND LOWER(answer)='yes' AND card_id IN ( SELECT card_id FROM survey_card_country WHERE country ='SG' )", member_id); + if (res != NULL && pgsql_num_rows(res) > 0) { + out["country"] = "SG"; + out["country"].set_valid(true); + pgsql_query("UPDATE members SET country = '%s',updated=now() WHERE id = %lu ", out["country"].c_str(), member_id); + out["country_found"] = "1"; + country_set = true; + } + } + if (false == country_set) { + + res = pgsql_query("SELECT * FROM members_survey WHERE member_id =%lu AND LOWER(trim(answer))='singapore'", member_id); + if (res != NULL && pgsql_num_rows(res) > 0) { + out["country"] = "SG"; + out["country"].set_valid(true); + pgsql_query("UPDATE members SET country = '%s',updated=now() WHERE id = %lu ", out["country"].c_str(), member_id); + out["country_found"] = "1"; + country_set = true; + } + } + + if (false == country_set) { + + res = pgsql_query("SELECT * FROM members_survey WHERE member_id =%lu AND LOWER(trim(answer))='san francisco'", member_id); + if (res != NULL && pgsql_num_rows(res) > 0) { + out["country"] = "US"; + out["country"].set_valid(true); + pgsql_query("UPDATE members SET country = '%s', city='San Francisco' ,updated=now() WHERE id = %lu ", out["country"].c_str(), member_id); + out["country_found"] = "1"; + country_set = true; + } + } + + } else { + out["country_found"] = "1"; + } + + return 0;*/ + }, + + async getSlideCard(req) { + + const member_id = req.user.id; + const card_type = (req.query.card_type) ? req.query.card_type : DEFAULT_CARD_TYPE; + const card_count = (req.query.card_count) ? req.query.card_count : cardService.DEFAULT_CARD_COUNT; + //const surveyCards = await cardService.getMemberSurveyCards(member_id); + //console.log(surveyCards); + console.log("card_type:", card_type); + console.log("get cards") + + const memberCards = await cardService.getMemberCardsByType(member_id, parseInt(card_type), card_count); + + console.log("memberCards", memberCards.total) + if (surveyCards) { + } } + } \ No newline at end of file