zulip/templates/zerver/emails/followup/day2.html

44 lines
1.8 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="{{ realm_uri }}/"><img style="max-height:75px; height:75px;" height="75px" alt="Zulip" title="{{ _('Zulip') }}" src="{{ realm_uri }}/static/images/landing-page/zulip-header.png" /></a>
<h3 style="font-family:Arial; font-size:30px; margin: 5px 0px; color:#555">one last thing</h3>
</td></tr>
<tr><td style="font-size:16px; font-family:Helvetica;">
<p>Hey,</p>
<p>I wanted to share one last thing with you: a few tips about topics, since mastering topics is a key part of being a Zulip power user.</p>
<p>Topics are like email subject lines. The big difference, though, is that they're really short and lightweight. One or two words will do it. Don't overthink 'em&mdash;you can always edit the message later!</p>
<ul>
<li>Good topics: screenshot, Bug 345, lunch</li>
<li>Not recommended: "What do people think of this new screenshot?", "I'm looking at Bug 345", "Where should we go to lunch?"</li>
</ul>
<p>Why bother with topics? Well, two reasons: it makes conversations clearer (imagine if email didn't have them!), and it lets you more efficiently catch up on what's happened while you're away&mdash;read the topics that are relevant to you, and ignore the ones that aren't!</p>
<p><a href="{{ realm_uri }}">Take it for a spin now.</a></p>
<p>Thanks,<br />Zulip</p>
</td></tr>
</table>
<p>
<a href="{{ realm_uri }}/#settings">Manage email preferences</a> |
<a href="{{ unsubscribe_link }}">Unsubscribe from welcome emails</a>
</p>
</body>
</html>