2013-07-29 23:03:31 +02:00
|
|
|
|
{% extends "zerver/portico.html" %}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
{% block hello_page_container %} hello-main{% endblock %}
|
|
|
|
|
{% block hello_page_footer %} hello-footer{% endblock %}
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
<div class="app main-headline">
|
|
|
|
|
<div class="app-main main-headline-container">
|
|
|
|
|
<img src="/static/images/logo/textlogo@2x.png" class="main-headline-logo">
|
|
|
|
|
<div class="main-headline-text">
|
|
|
|
|
<span class="tagline">
|
|
|
|
|
Finally, workplace chat that actually improves your productivity.*
|
|
|
|
|
</span>
|
|
|
|
|
<span class="footnote">* It's also great for sharing cat pictures.</span>
|
2013-05-21 22:57:01 +02:00
|
|
|
|
<a href="{% url 'signup' %}" class="main-signup-button btn btn-large btn-info">Sign up now, for free!</a>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</div>
|
|
|
|
|
<img src="/static/images/landing-page/laptop-screenshot.png" class="main-image">
|
2013-05-21 22:57:01 +02:00
|
|
|
|
</div>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line light">
|
|
|
|
|
<div class="app-main feature-line-container">
|
|
|
|
|
<div class="feature-text">
|
|
|
|
|
<span class="tagline">
|
|
|
|
|
Conversations, not messages.
|
|
|
|
|
</span>
|
|
|
|
|
<span class="description">
|
2013-08-26 22:29:56 +02:00
|
|
|
|
<p>Every conversation in Zulip has a <em>topic</em>, so it’s
|
2013-09-13 06:06:10 +02:00
|
|
|
|
easy to keep conversations straight. Are your coworkers discussing
|
2013-08-26 22:29:56 +02:00
|
|
|
|
a software bug and the content of your website at the same time?
|
2013-08-07 19:35:35 +02:00
|
|
|
|
No problem.
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</p>
|
|
|
|
|
<p>You wouldn’t tolerate email without subject lines or threading, so why do you for chat?</p>
|
|
|
|
|
</span>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="feature-illustration">
|
|
|
|
|
<img class="feature-image" src="/static/images/landing-page/threads.png">
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-08-07 19:35:35 +02:00
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line dark">
|
|
|
|
|
<div class="app-main feature-line-container">
|
|
|
|
|
<div class="feature-text">
|
|
|
|
|
<span class="tagline">
|
|
|
|
|
Easily read just the important things.
|
|
|
|
|
</span>
|
|
|
|
|
<span class="description">
|
2013-08-26 22:29:56 +02:00
|
|
|
|
<p>Sometimes, important things get discussed when you’re not
|
2013-08-07 19:35:35 +02:00
|
|
|
|
around. Unfortunately, so do a lot of unimportant things.</p>
|
2013-08-26 22:29:56 +02:00
|
|
|
|
|
|
|
|
|
<p><em>Narrowing</em> by stream or topic lets you focus on that important
|
|
|
|
|
customer project without having to read about how Jim’s guitar lessons
|
|
|
|
|
are going.</p>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</span>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="feature-illustration">
|
|
|
|
|
<img class="feature-image shadow" src="/static/images/landing-page/important-things.png">
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line light">
|
|
|
|
|
<div class="app-main feature-line-container">
|
|
|
|
|
<div class="feature-text">
|
|
|
|
|
<span class="tagline">
|
|
|
|
|
Search that’s better than Gmail’s.
|
|
|
|
|
</span>
|
|
|
|
|
<span class="description">
|
|
|
|
|
An impressive amount of knowledge lives in your chat system. Zulip’s
|
2013-08-26 22:29:56 +02:00
|
|
|
|
powerful and fast search will delight you with how quickly you can find
|
2013-09-13 06:06:10 +02:00
|
|
|
|
exactly what you’re looking for.
|
|
|
|
|
</span>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="feature-illustration">
|
|
|
|
|
<img class="feature-image shadow" src="/static/images/landing-page/better-search.png">
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-08-07 19:35:35 +02:00
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line dark">
|
|
|
|
|
<div class="app-main feature-line-container">
|
|
|
|
|
<div class="feature-text">
|
|
|
|
|
<span class="tagline">
|
|
|
|
|
Integrations that don’t intrude.
|
|
|
|
|
</span>
|
|
|
|
|
<span class="description">
|
2013-08-26 22:29:56 +02:00
|
|
|
|
<p>Zulip has <a href="/integrations">many integrations</a> and
|
2013-08-16 19:36:41 +02:00
|
|
|
|
a powerful <a href="/api">API</a> to match. But here’s
|
2013-09-13 06:06:10 +02:00
|
|
|
|
where it gets interesting: thanks to how Zulip categorizes messages,
|
|
|
|
|
automated messages never overwhelm you. As with any topic in Zulip,
|
|
|
|
|
they’re easy to focus on, skim, defer to later, or ignore—as appropriate.</p>
|
|
|
|
|
</span>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="feature-illustration">
|
|
|
|
|
<img class="feature-image shadow" src="/static/images/landing-page/integrations.png">
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-08-07 19:35:35 +02:00
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line light">
|
|
|
|
|
<div class="app-main feature-line-container">
|
|
|
|
|
<div class="feature-text">
|
|
|
|
|
<span class="tagline">
|
|
|
|
|
As technical as you want to be.
|
|
|
|
|
</span>
|
|
|
|
|
<span class="description">
|
2013-08-07 19:35:35 +02:00
|
|
|
|
<p>Keyboard shortcuts? Check.<br />
|
|
|
|
|
Syntax highlighting? Check.<br />
|
|
|
|
|
Discuss code and technical topics with ease.</p>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</span>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="feature-illustration">
|
|
|
|
|
<img class="feature-image shadow" src="/static/images/landing-page/technical.png">
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</div>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line dark">
|
|
|
|
|
<div class="app-main feature-line-container">
|
|
|
|
|
<div class="feature-text">
|
|
|
|
|
<span class="tagline">
|
2013-10-07 20:26:37 +02:00
|
|
|
|
…and all the obvious stuff, too.
|
2013-09-13 06:06:10 +02:00
|
|
|
|
</span>
|
|
|
|
|
<span class="description">
|
|
|
|
|
<p>Drag-and-drop file uploads, image pasting, group private messages,
|
|
|
|
|
audible notifications, missed-message emails, desktop apps, and
|
|
|
|
|
<a href="/features">everything else you might want</a>. Including emoji, naturally.</p>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="feature-illustration">
|
|
|
|
|
<img class="feature-image shadow" src="/static/images/landing-page/features.png">
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line light">
|
|
|
|
|
<div class="app-main feature-line-container">
|
|
|
|
|
<div class="platform-text">
|
|
|
|
|
<span class="tagline">
|
|
|
|
|
On the platform of your choice.
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="platform-icons">
|
|
|
|
|
<div class="platform">
|
|
|
|
|
<i class="icon-vector-apple platform-icon"></i>
|
|
|
|
|
<h4>Mac</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="platform">
|
|
|
|
|
<i class="icon-vector-windows platform-icon"></i>
|
|
|
|
|
<h4>Windows</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="platform">
|
|
|
|
|
<i class="icon-vector-linux platform-icon"></i>
|
|
|
|
|
<h4>Linux</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="platform">
|
|
|
|
|
<i class="icon-vector-android platform-icon"></i>
|
|
|
|
|
<h4>Android</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="platform">
|
|
|
|
|
<i class="icon-vector-mobile-phone platform-icon"></i>
|
|
|
|
|
<h4>iOS</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="platform">
|
|
|
|
|
<i class="icon-vector-desktop platform-icon"></i>
|
|
|
|
|
<h4>Web</h4>
|
|
|
|
|
</div>
|
2013-05-21 22:57:01 +02:00
|
|
|
|
</div>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
|
<div class="app feature-line dark">
|
|
|
|
|
<div class="app-main feature-line-container centered-content">
|
|
|
|
|
<a href="{% url 'signup' %}" class="bottom-signup-button btn btn-large btn-info">Sign up now</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-05-16 21:24:11 +02:00
|
|
|
|
{% endblock %}
|