mirror of https://github.com/zulip/zulip.git
49 lines
1.9 KiB
HTML
49 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="https://{{ external_host }}/hello">
|
|
<img style="max-height:75px; height:75px;" height="75px" alt="Zulip" title="Zulip" src="https://{{ external_host }}/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>
|
|
{% if enterprise %}
|
|
<p>
|
|
If you are having issues, please contact your Zulip administrator at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
</p>
|
|
{% else %}
|
|
<p>
|
|
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
|
</p>
|
|
{% endif %}
|
|
<p>
|
|
Cheers,<br />
|
|
The Zulip Team
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|