2013-07-29 23:03:31 +02:00
{% extends "zerver/portico.html" %}
2015-11-03 09:37:07 +01:00
{% load i18n %}
2013-09-13 06:06:10 +02:00
{% block hello_page_container %} hello-main{% endblock %}
{% block hello_page_footer %} hello-footer{% endblock %}
2015-09-24 01:35:21 +02:00
{% block os_announcement %}
{% if zulip_com %}
< div class = "os-headline-container" >
< img src = "/static/images/logo/zballoon.png" class = "os-illustration" alt = "Zulip balloon" / >
< div class = "main-headline-text" >
< span class = "tagline os-tagline" >
2015-11-03 09:37:07 +01:00
{% trans 'Zulip has been released as open source software!' %}
2015-09-24 01:35:21 +02:00
< / span >
< span class = "footnote os-footnote" >
2015-11-03 09:37:07 +01:00
{% blocktrans %}Read the < a href = "https://blogs.dropbox.com/tech/2015/09/open-sourcing-zulip-a-dropbox-hack-week-project" target = "_blank" > announcement< / a > or go to < a href = "https://www.zulip.org" target = "_blank" > the Zulip open source project website< / a > .{% endblocktrans %}
2015-09-24 01:35:21 +02:00
< / span >
< / div >
< / div >
{% endif %}
{% endblock %}
2013-09-13 06:06:10 +02:00
{% block portico_content %}
< div class = "app main-headline" >
< div class = "app-main main-headline-container" >
2013-12-17 17:37:28 +01:00
< img src = "/static/images/logo/textlogo@2x.png" class = "main-headline-logo" alt = "Zulip logo" / >
2013-09-13 06:06:10 +02:00
< div class = "main-headline-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
{% trans 'Finally, workplace chat that actually improves your productivity.*' %}
2013-09-13 06:06:10 +02:00
< / span >
2015-11-03 09:37:07 +01:00
< span class = "footnote" > {% trans "* It's also great for sharing cat pictures" %}.< / span >
2015-08-21 11:48:43 +02:00
{% if not_voyager %}
2013-11-22 17:12:43 +01:00
{% elif only_sso %}
2015-11-03 09:37:07 +01:00
< a href = "{% url 'login-sso' %}" class = "main-signup-button btn btn-large btn-primary" > {% trans 'Log in now!' %}< / a >
2013-11-22 17:12:43 +01:00
{% else %}
2015-11-03 09:37:07 +01:00
< a href = "{% url 'register' %}" class = "main-signup-button btn btn-large btn-primary" > {% trans 'Register now!' %}< / a >
2013-11-22 17:12:43 +01:00
{% endif %}
2013-09-13 06:06:10 +02:00
< / div >
2013-12-17 17:37:28 +01:00
< img src = "/static/images/landing-page/laptop-screenshot.png" class = "main-image" alt = "Screenshot of Zulip" / >
2013-05-21 22:57:01 +02:00
< / div >
2013-05-16 21:24:11 +02:00
< / div >
2014-03-12 19:31:52 +01:00
< div class = "app feature-line dark" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container" >
< div class = "feature-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
{% trans 'Conversations, not messages' %}.
2013-09-13 06:06:10 +02:00
< / span >
< span class = "description" >
2015-11-03 09:37:07 +01:00
< p > {% blocktrans %}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?
2015-11-03 09:37:07 +01:00
No problem.{% endblocktrans %}
2013-09-13 06:06:10 +02:00
< / p >
2015-11-03 09:37:07 +01:00
< p > {% trans "You wouldn’ t tolerate email without subject lines or threading, so why do you for chat?" %}< / 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" >
2013-12-17 17:37:28 +01:00
< img class = "feature-image" src = "/static/images/landing-page/threads.png" alt = "message threading in Zulip" / >
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
2014-03-12 19:31:52 +01:00
< div class = "app feature-line light" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container" >
< div class = "feature-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
{% trans 'Easily read just the important things' %}.
2013-09-13 06:06:10 +02:00
< / span >
< span class = "description" >
2015-11-03 09:37:07 +01:00
< p > {% blocktrans %}Sometimes, important things get discussed when you’ re not
around. Unfortunately, so do a lot of unimportant things.{% endblocktrans %}< / p >
2013-08-26 22:29:56 +02:00
2015-11-03 09:37:07 +01:00
< p > {% blocktrans %}< em > Narrowing< / em > by stream or topic lets you focus on that important
2013-08-26 22:29:56 +02:00
customer project without having to read about how Jim’ s guitar lessons
2015-11-03 09:37:07 +01:00
are going.{% endblocktrans %}< / 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" >
2013-12-17 17:37:28 +01:00
< img class = "feature-image shadow" src = "/static/images/landing-page/important-things.png" alt = "Zulip streams bar" / >
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
2014-03-12 19:31:52 +01:00
< div class = "app feature-line dark" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container" >
< div class = "feature-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
{% trans "Search that's better than Gmail's" %}.
2013-09-13 06:06:10 +02:00
< / span >
< span class = "description" >
2015-11-03 09:37:07 +01:00
{% blocktrans %}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
2015-11-03 09:37:07 +01:00
exactly what you’ re looking for.{% endblocktrans %}
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" >
2013-12-17 17:37:28 +01:00
< img class = "feature-image shadow" src = "/static/images/landing-page/better-search.png" alt = "example of Zulip search" / >
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
2014-03-12 19:31:52 +01:00
< div class = "app feature-line light" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container" >
< div class = "feature-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
{% trans "Integrations that don't intrude" %}.
2013-09-13 06:06:10 +02:00
< / span >
< span class = "description" >
2015-11-03 09:37:07 +01:00
< p > {% blocktrans %}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,
2015-11-03 09:37:07 +01:00
they’ re easy to focus on, skim, defer to later, or ignore— as appropriate.{% endblocktrans %}< / 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" >
2013-12-17 17:37:28 +01:00
< img class = "feature-image shadow" src = "/static/images/landing-page/integrations.png" alt = "Zulip's Jenkins integration" / >
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
2014-03-12 19:31:52 +01:00
< div class = "app feature-line dark" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container" >
< div class = "feature-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
{% trans 'As technical as you want to be' %}.
2013-09-13 06:06:10 +02:00
< / span >
< span class = "description" >
2015-11-03 09:37:07 +01:00
< p > {% trans 'Keyboard shortcuts? Check.' %}< br / >
{% trans 'Syntax highlighting? Check.' %}< br / >
{% trans '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" >
2013-12-17 17:37:28 +01:00
< img class = "feature-image shadow" src = "/static/images/landing-page/technical.png" alt = "code highlighting in Zulip" / >
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
2014-03-12 19:31:52 +01:00
< div class = "app feature-line light" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container" >
< div class = "feature-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
… {% trans 'and all the obvious stuff, too.' %}
2013-09-13 06:06:10 +02:00
< / span >
< span class = "description" >
2015-11-03 09:37:07 +01:00
< p > {% blocktrans %}Drag-and-drop file uploads, image pasting, group private messages,
2013-09-13 06:06:10 +02:00
audible notifications, missed-message emails, desktop apps, and
2015-11-03 09:37:07 +01:00
< a href = "/features" > everything else you might want< / a > . Including emoji, naturally.{% endblocktrans %}< / p >
2013-09-13 06:06:10 +02:00
< / span >
< / div >
< div class = "feature-illustration" >
2013-12-17 17:37:28 +01:00
< img class = "feature-image shadow" src = "/static/images/landing-page/features.png" alt = "unicode and emoji in Zulip" / >
2013-05-16 21:24:11 +02:00
< / div >
< / div >
< / div >
2014-03-12 19:31:52 +01:00
< div class = "app feature-line dark" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container" >
< div class = "platform-text" >
< span class = "tagline" >
2015-11-03 09:37:07 +01:00
{% trans 'On the platform of your choice.' %}
2013-09-13 06:06:10 +02:00
< / 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 >
2014-03-12 19:31:52 +01:00
< div class = "app feature-line light" >
2013-09-13 06:06:10 +02:00
< div class = "app-main feature-line-container centered-content" >
2015-08-21 11:48:43 +02:00
{% if not_voyager %}
2013-11-22 17:12:43 +01:00
{% elif only_sso %}
2015-11-03 09:37:07 +01:00
< a href = "{% url 'login-sso' %}" class = "bottom-signup-button btn btn-large btn-primary" > {% trans 'Log in now' %}< / a >
2013-11-21 18:05:25 +01:00
{% else %}
2015-11-03 09:37:07 +01:00
< a href = "{% url 'register' %}" class = "bottom-signup-button btn btn-large btn-primary" > {% trans 'Register now' %}< / a >
2013-11-21 18:05:25 +01:00
{% endif %}
2013-09-13 06:06:10 +02:00
< / div >
< / div >
2013-05-16 21:24:11 +02:00
{% endblock %}