zulip/templates/zerver/emails/invitation/invitation_reminder_email.html

47 lines
1.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Zulip</title>
</head>
<body>
<table width="80%" style="align:center; max-width:800px" align="center">
<tr>
<td>
<a href="{{ server_uri }}/hello">
<img style="max-height:75px; height:75px;" height="75px" alt="Zulip" title="{{ _('Zulip') }}" src="{{ server_uri }}/static/images/landing-page/zulip-header.png" />
</a>
<h3 style="font-family:Arial; font-size:30px; margin: 5px 0px; color:#555">
you're busy: we get you
</h3>
</td>
</tr>
<tr>
<td style="font-size:16px; font-family:Helvetica;">
<p>Hi again,
</p>
<p>
This is a friendly reminder that {{ referrer.full_name }} (<a href="mailto:{{ referrer.email }}" style="color:#08c">{{ referrer.email }}</a>) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.
</p>
<p>
To get started, visit the link below:
<br />
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
</p>
<p>
{% if verbose_support_offers %}
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
{% else %}
If you are having issues, please contact your Zulip administrator at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
{% endif %}
</p>
<p>
Cheers,<br />
The Zulip Team
</p>
</td>
</tr>
</table>
</body>
</html>