mirror of https://github.com/zulip/zulip.git
57 lines
2.7 KiB
HTML
57 lines
2.7 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 }}/"><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">we love our users</h3>
|
|
</td></tr>
|
|
|
|
<tr><td style="font-size:16px; font-family:Helvetica;">
|
|
<p>Hi there!</p>
|
|
|
|
<p>Welcome to Zulip.</p>
|
|
|
|
<p><a href="https://{{ external_host }}/hello" style="color:#08c">https://{{ external_host }}/hello</a> has a nice overview of what we're up to, but here are a few tips that'll help you get the most out of it:</p>
|
|
|
|
<ol>
|
|
<li>Zulip works best when it's always open, so <a href="https://{{ external_host }}/apps" style="color:#08c">grab our apps</a>! (Mac, Windows, Linux, Android, iOS)</li>
|
|
|
|
<li>Want to <b>share files</b> in Zulip? No problem! Start a new message and click the paperclip, or just drag-and-drop the file into the textbox.</li>
|
|
|
|
<li>Trying to <b>get someone's attention</b>? Type in an @-sign followed by their name to "mention" them.</li>
|
|
|
|
<li>Bulleted lists, bold, code blocks, and more are all at your fingertips - just check out <b>"Message formatting"</b> in the gear menu.</li>
|
|
|
|
<li>Are you a keyboard power user? Learn about <b>keyboard shortcuts</b> in the Keyboard Shortcuts tab under the gear icon. (Or press '?')</li>
|
|
|
|
<li><b>Emoji</b>. Because <pre style="display:inline; color:#D14; padding:2px 4px; background-color:#f5f5f5; border-radius:4px; border:1px solid rgba(0,0,0,0.15); font-family:Monaco,Menlo,Consolas,'Courier New',monospace">:ramen:</pre> means <img src="https://{{ external_host }}/static/third/gemoji/images/emoji/ramen.png" style="max-height:20px; height:20px;" height="20px" />.</li>
|
|
</ol>
|
|
|
|
{% if not_enterprise %}
|
|
<p>Zulip has a team of engineers standing by to respond to your feedback, so please let us know what you think! Click the "Send feedback" button inside Zulip, or just reply to this email.</p>
|
|
{% endif %}
|
|
|
|
{% if not_enterprise %}
|
|
<p>- Waseem, for the Zulip team</p>
|
|
{% else %}
|
|
<p>Thanks,<br />Zulip</p>
|
|
{% endif %}
|
|
</td></tr>
|
|
|
|
</table>
|
|
|
|
<p>
|
|
<a href="https://{{ external_host }}/#settings">Manage email preferences</a> |
|
|
<a href="{{ unsubscribe_link }}">Unsubscribe from welcome emails</a> <small>(but there's only one more and aren't you a little curious?)</small>
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|