From adc47cad6d7b8dbd4a35bec64f0270582c5f7ded Mon Sep 17 00:00:00 2001 From: Son NK Date: Wed, 20 Nov 2019 22:12:26 +0100 Subject: [PATCH] welcome email: use base template --- templates/emails/welcome.html | 284 +++------------------------------- 1 file changed, 20 insertions(+), 264 deletions(-) diff --git a/templates/emails/welcome.html b/templates/emails/welcome.html index e45e30c0..75987351 100644 --- a/templates/emails/welcome.html +++ b/templates/emails/welcome.html @@ -1,276 +1,32 @@ - - - - - - +{% extends "base.html" %} - - - - - - Welcome to SimpleLogin - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - Logo - -
- - - - - - - - - - - - - - - - - - - - +{% block content %} + {{ render_text("Welcome " + name + " 🎉!") }} + {{ render_text("I really appreciate you signing up for SimpleLogin, and I'm sure you'll love it when you see how *simple* it is to use.") }} + {{ render_text("We built SimpleLogin to help people protecting their online identity, and I hope that we can achieve that for you.") }} - - - - - + + + + - - + Join our Community + + - - - + {{ render_text("Click the button 👇 to join our community on Spectrum and learn news about the SimpleLogin. We are community driven and we value feedbacks from you!") }} - - - - - + {{ render_button("Join Spectrum Community", "https://spectrum.chat/simplelogin") }} +{% endblock %} - - - - - - - - - - - - - -
- Welcome {{name}} 🎉! -
- I really appreciate you signing up for SimpleLogin, and I'm sure you'll love it when you see how *simple* it is to use. -
- We built SimpleLogin to help people protecting their online identity, and I hope that we can achieve that for you. -
- Thanks.
- Son - SimpleLogin founder. -

-
+
+
- Join our Community -
- Click the button 👇 to join our community on Spectrum and learn news about the SimpleLogin. We are community driven and we value feedbacks from you! -
-
- Join Spectrum Community - -
-

-
- Have a question? son@simplelogin.io -
- - - - - - - - - - - - - - - - - - -
- - -
- - - \ No newline at end of file