2017-08-01 00:19:18 +02:00
|
|
|
|
{% extends "zerver/portico.html" %}
|
2019-10-23 07:46:34 +02:00
|
|
|
|
{% set entrypoint = "landing-page" %}
|
2017-08-01 00:19:18 +02:00
|
|
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
|
<title>Zulip: the best group chat for working groups and communities</title>
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block customhead %}
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
|
|
|
|
|
{% include 'zerver/landing_nav.html' %}
|
|
|
|
|
|
2017-08-10 22:53:42 +02:00
|
|
|
|
<div class="portico-landing why-page">
|
2017-08-01 00:19:18 +02:00
|
|
|
|
<div class="hero">
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<h1 class="center">{% trans %}The best chat for working groups and communities.{% endtrans %}</h1>
|
|
|
|
|
<p>Make good use of your users’ time, and engage your community with thoughtful, organized discussion.</p>
|
2017-08-01 00:19:18 +02:00
|
|
|
|
</div>
|
|
|
|
|
<div class="main">
|
|
|
|
|
<div class="padded-content">
|
2019-07-22 19:22:56 +02:00
|
|
|
|
<div class="inner-content markdown">
|
2017-08-01 00:19:18 +02:00
|
|
|
|
{{ render_markdown_path('zerver/for/working-groups-and-communities.md') }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|