app-MAIL-temp/templates/emails/welcome.html

33 lines
1.4 KiB
HTML
Raw Normal View History

2019-11-20 22:12:26 +01:00
{% extends "base.html" %}
2019-11-20 22:12:26 +01:00
{% 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.") }}
2019-11-16 14:49:14 +01:00
<!-- LINE -->
2019-11-20 22:12:26 +01:00
<!-- Set line color -->
2019-11-16 14:49:14 +01:00
<tr>
2019-11-20 22:12:26 +01:00
<td align="center" valign="top" style="border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; padding-left: 6.25%; padding-right: 6.25%; width: 87.5%;
padding-top: 25px;" class="line">
<hr
color="#E0E0E0" align="center" width="100%" size="1" noshade style="margin: 0; padding: 0;"/>
</td>
</tr>
2019-11-16 14:49:14 +01:00
<tr>
2019-11-20 22:12:26 +01:00
<td align="left" valign="top" style="border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; padding-left: 6.25%; padding-right: 6.25%; width: 87.5%; font-size: 24px; font-weight: 700; line-height: 200%;
2019-11-16 14:49:14 +01:00
padding-top: 25px;
color: #000000;
font-family: sans-serif;" class="paragraph">
2019-11-20 22:12:26 +01:00
Join our Community
</td>
</tr>
2019-11-20 22:12:26 +01:00
{{ 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!") }}
2019-11-20 22:12:26 +01:00
{{ render_button("Join Spectrum Community", "https://spectrum.chat/simplelogin") }}
2019-11-20 22:12:26 +01:00
{% endblock %}