2013-07-29 23:03:31 +02:00
{% extends "zerver/portico.html" %}
2013-03-15 19:34:42 +01:00
2017-03-09 21:18:14 +01:00
{% block customhead %}
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2017-07-08 02:28:18 +02:00
< style media = "screen" >
2017-10-20 01:39:23 +02:00
.app.portico-page { padding-bottom: 0px; }
2017-07-08 02:28:18 +02:00
< / style >
2019-09-14 02:44:46 +02:00
{{ bundle('landing-page') }}
2017-03-09 21:18:14 +01:00
{% endblock %}
2013-03-15 19:34:42 +01:00
2017-03-09 21:18:14 +01:00
{% block portico_content %}
2013-07-05 23:15:41 +02:00
2017-03-09 21:18:14 +01:00
{% include 'zerver/landing_nav.html' %}
2017-06-08 21:25:19 +02:00
{% include 'zerver/gradients.html' %}
2017-03-09 21:18:14 +01:00
2017-08-10 22:53:42 +02:00
< div class = "portico-landing apps" >
2017-07-08 02:28:18 +02:00
< div class = "hero" >
< div id = "waves" > < / div >
2017-09-27 18:15:12 +02:00
< div class = "inner-content" >
< div class = "info" >
< div class = "flex" >
< div class = "cta" >
< h1 > Zulip for < span class = "platform" > < / span > < / h1 >
< p class = "description" > < / p >
< p class = "download-instructions" > For download instructions, go to the < a class = "silver bold" href = "/help/desktop-app-install-guide" target = "_blank" > desktop app install guide< / a > .< / p >
2019-06-17 06:01:45 +02:00
< a class = "link no-action" href = "" > < span class = "button green" > Download Zulip for < span class = "platform" > < / span > < / span > < / a >
2019-03-03 16:59:03 +01:00
< span id = "download-android-apk" > < a href = "https://github.com/zulip/zulip-mobile/releases/latest" > or manually download APK< / a > < / span >
2017-09-27 18:15:12 +02:00
< / div >
2017-03-09 21:18:14 +01:00
< / div >
2017-07-08 02:28:18 +02:00
< / div >
2017-09-27 18:15:12 +02:00
< div class = "image" >
< div class = "flex" >
2019-04-23 05:50:41 +02:00
< img src = "/static/images/loader.svg" alt = "" / >
2017-09-27 18:15:12 +02:00
< / div >
2017-07-08 02:28:18 +02:00
< / div >
< / div >
< / div >
2017-03-09 21:18:14 +01:00
2017-07-08 02:28:18 +02:00
< div class = "other-apps" >
< h2 > Apps for every platform.< / h2 >
2017-03-09 21:18:14 +01:00
2017-07-08 02:28:18 +02:00
< div class = "apps" >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/mac" >
2017-08-26 09:33:47 +02:00
< i class = "icon fa fa-apple" data-label = "macOS" > < / i >
2017-07-28 04:29:37 +02:00
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/windows" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-windows" data-label = "Windows" > < / i >
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/linux" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-linux" data-label = "Linux" > < / i >
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/android" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-android" data-label = "Android" > < / i >
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/ios" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-mobile-phone" data-label = "iOS" > < / i >
< / a >
2017-03-09 21:18:14 +01:00
< / div >
2018-04-27 18:14:55 +02:00
< div id = "third-party-apps" >
Zulip also works great in pinned browser tabs and
multi-protocol desktop chat apps
like < a href = "http://rambox.pro" > Rambox< / a >
and < a href = "https://meetfranz.com" > Franz< / a > .
< / div >
2013-03-15 19:34:42 +01:00
< / div >
2017-03-09 21:18:14 +01:00
< / div >
2013-03-15 19:34:42 +01:00
{% endblock %}