From 42cd44427ca542dfe426918b299ab143ea36b899 Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Wed, 18 May 2022 11:04:26 +0200 Subject: [PATCH] add email templates --- app/email-templates/confirm.html | 280 ------------------ .../reset-password-confirmation.html | 175 +++++++++++ app/email-templates/reset-password.html | 252 +++++----------- app/email-templates/sign-up-confirmation.html | 169 +++++++++++ 4 files changed, 420 insertions(+), 456 deletions(-) delete mode 100644 app/email-templates/confirm.html create mode 100644 app/email-templates/reset-password-confirmation.html create mode 100644 app/email-templates/sign-up-confirmation.html diff --git a/app/email-templates/confirm.html b/app/email-templates/confirm.html deleted file mode 100644 index d9cfea2e58..0000000000 --- a/app/email-templates/confirm.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - - Confirm - - - - - - - - -
-
- - - - - - -
- - - - - - -
- - - -
- logo application -
-
- - - - - - -
- - - - -
-

Confirm account.

-

Click the link below to confirm your account.

- - - - -
- - - - -
- Confirm -
-
-
-

Your new password is:

- - - - -
- - - - -
- {{password}} -
-
-
-
-
-
-
- -
- - - - -
-
- - - - - - -
- - - - - - -
- - - - -
-

- You are receiving this email because you signed up for an account for {{{appName}}}. -

- - - - -
- - - - -
- -
-
- -
-
-
-
-
- - - \ No newline at end of file diff --git a/app/email-templates/reset-password-confirmation.html b/app/email-templates/reset-password-confirmation.html new file mode 100644 index 0000000000..f389160772 --- /dev/null +++ b/app/email-templates/reset-password-confirmation.html @@ -0,0 +1,175 @@ + + + + + + + + + Password Change Confirmation + + + + + + + + +
+
+ + + + + + +
+ + + + + + +
+ + + +
+ marxan-Logo +
+
+
+
+ + + + + + +
+ + + + +
+

+ You've recover your password!

+

Just a + heads-up that your Marxan password has been changed.

+ + + + +
+ + + + +
+ + + + +
+ Sign in +
+
+
+ +
+
+
+
+
+ +
+
+ + + + +
+
+ + + + + + +
+ + + + + + +
+ + + + +
+

+ If you didn't recently change your Marxan password and believe your account may have + been compromised, please contact us. +

+
+
+
+
+
+ + + \ No newline at end of file diff --git a/app/email-templates/reset-password.html b/app/email-templates/reset-password.html index ab6a483b52..14baa94ce3 100644 --- a/app/email-templates/reset-password.html +++ b/app/email-templates/reset-password.html @@ -4,192 +4,102 @@ + + Reset Password - - + @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap'); + + + * { + box-sizing: border-box; + font-family: 'Poppins', sans-serif; + } + + html, + body { + background-color: #FFF; + box-sizing: border-box; + color: #111; + margin: 0; + font-family: 'Poppins', sans-serif; + padding: 0; + font-weight: normal; + } + + .butn-email { + color: #FFF; + text-align: center; + padding: 15px; + font-size: 20px; + background-color: #01ADF1; + display: block; + max-width: 250px; + margin: 0 auto; + transition: .2s; + } + + .butn-email:hover { + background-color: #3787FF; + } + - +
- - +
+
- - +
+
- +
-
- logo application + + marxan-Logo +
+
- +
- +
-

Forgot Your Password?

-

It happens. Click the link below to reset your password.

- +

+ Forgot Your Password?

+

It + happens. Click the link below to reset your password.

+
- +
- @@ -214,8 +124,11 @@

Forgot Your Password?

- Reset + + Reset Password
-
- +
+
+
@@ -223,31 +136,18 @@

Forgot Your Password?

- +
- +
-

- You are receiving this email because a password reset for your {{{appName}}} account +

+ You are receiving this email because a password reset for your Marxan account was received. If you did not request this reset, please ignore this email.

- - - - -
- - - - -
- -
-
-
diff --git a/app/email-templates/sign-up-confirmation.html b/app/email-templates/sign-up-confirmation.html new file mode 100644 index 0000000000..b8c344d225 --- /dev/null +++ b/app/email-templates/sign-up-confirmation.html @@ -0,0 +1,169 @@ + + + + + + + + + Welcome to Marxan + + + + + + + + +
+
+ + + + + + +
+ + + + + + +
+ + + +
+ marxan-Logo +
+
+
+
+ + + + + + +
+ + + + +
+

+ Welcome to Marxan!

+

One + last thing: before you can start using Marxan, we need you to confirm your email + address.

+ + + + +
+ + + + +
+ Click + here to confirm your email address +
+
+ +
+
+
+
+
+ +
+
+ + + + +
+
+ + + + + + +
+ + + + + + +
+ + + + +
+

+ You are receiving this email because you have signed up for a Marxan account. + If you did not do this, please ignore this email. +

+
+
+
+
+
+ + + \ No newline at end of file