2022-07-21 08:44:45 +02:00
|
|
|
{% if corporate_enabled %}
|
2017-04-20 20:44:49 +02:00
|
|
|
<div class="footer">
|
2021-07-27 19:42:18 +02:00
|
|
|
<div class="footer-section">
|
|
|
|
<h3>{{ _("Product") }}</h3>
|
2017-08-03 22:00:06 +02:00
|
|
|
<ul>
|
|
|
|
<li><a href="/">{{ _("Home") }}</a></li>
|
|
|
|
<li><a href="/why-zulip/">{{ _("Why Zulip") }}</a></li>
|
|
|
|
<li><a href="/features/">{{ _("Features") }}</a></li>
|
2017-09-01 01:22:06 +02:00
|
|
|
<li><a href="/plans/">{{ _("Plans & pricing") }}</a></li>
|
2021-10-16 01:12:43 +02:00
|
|
|
<li><a href="/self-hosting/">{{ _("Self-hosting") }}</a></li>
|
2021-07-27 19:42:18 +02:00
|
|
|
<li><a href="/apps/">{{ _("Desktop & mobile apps") }}</a></li>
|
|
|
|
<li><a href="/security/">{{ _("Security") }}</a></li>
|
|
|
|
<li><a href="/integrations/">{{ _("Integrations") }}</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
|
|
|
<h3>{{ _("Solutions") }}</h3>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2021-12-09 21:18:59 +01:00
|
|
|
<a href="/for/business/">{{ _("Business") }}</a>
|
2021-07-27 19:42:18 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2022-02-04 22:13:14 +01:00
|
|
|
<a href="/for/education/">{{ _("Education") }}</a>
|
2021-07-27 19:42:18 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2022-02-04 22:13:14 +01:00
|
|
|
<a href="/for/research/">{{ _("Research") }}</a>
|
2021-07-27 19:42:18 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/for/events/">{{ _("Events and conferences") }}</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2022-02-04 22:13:14 +01:00
|
|
|
<a href="/for/open-source/">{{ _("Open source projects") }}</a>
|
2021-07-27 19:42:18 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/for/communities/">{{ _("Communities") }}</a>
|
|
|
|
</li>
|
2017-08-03 22:00:06 +02:00
|
|
|
</ul>
|
2021-07-27 19:42:18 +02:00
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
|
|
|
<h3>{{ _("Customer stories") }}</h3>
|
2017-08-03 22:00:06 +02:00
|
|
|
<ul>
|
2022-02-04 21:36:29 +01:00
|
|
|
<li>
|
|
|
|
<a href="/case-studies/idrift/">iDrift AS {{ _("Company") }}</a>
|
|
|
|
</li>
|
2021-07-27 19:42:18 +02:00
|
|
|
<li>
|
|
|
|
<a href="/case-studies/tum/">{{ _("Technical University of Munich") }}</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/case-studies/ucsd/">{{ _("University of California San Diego") }}</a>
|
|
|
|
</li>
|
2021-11-24 21:55:00 +01:00
|
|
|
<li>
|
2022-02-04 22:13:14 +01:00
|
|
|
<a href="/case-studies/lean/">{{ _("Lean theorem prover community") }}</a>
|
2021-11-24 21:55:00 +01:00
|
|
|
</li>
|
2022-03-25 23:30:26 +01:00
|
|
|
<li>
|
|
|
|
<a href="/case-studies/asciidoctor/">{{ _("Asciidoctor open-source community") }}</a>
|
|
|
|
</li>
|
2021-11-05 21:35:41 +01:00
|
|
|
<li>
|
2022-02-04 22:13:14 +01:00
|
|
|
<a href="/case-studies/rust/">{{ _("Rust language community") }}</a>
|
2021-11-05 21:35:41 +01:00
|
|
|
</li>
|
2022-05-05 22:57:37 +02:00
|
|
|
<li>
|
|
|
|
<a href="/case-studies/recurse-center/">Recurse Center</a>
|
|
|
|
</li>
|
2022-10-04 00:29:28 +02:00
|
|
|
<li>
|
|
|
|
<a href="/communities/">{{ _("Open communities directory") }}</a>
|
|
|
|
</li>
|
2017-08-03 22:00:06 +02:00
|
|
|
</ul>
|
2021-07-27 19:42:18 +02:00
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
2017-08-03 22:00:06 +02:00
|
|
|
<h3>{{ _("Accounts") }}</h3>
|
|
|
|
<ul>
|
|
|
|
{% if find_team_link_disabled %}
|
|
|
|
{% else %}
|
2021-07-27 19:42:18 +02:00
|
|
|
<li><a href="{{ root_domain_uri }}/accounts/find">{{ _("Find accounts") }}</a></li>
|
2017-08-03 22:00:06 +02:00
|
|
|
{% endif %}
|
|
|
|
{% if open_realm_creation %}
|
2018-02-28 16:41:21 +01:00
|
|
|
<li><a href="{{ root_domain_uri }}/new/">{{ _("New organization") }}</a></li>
|
2017-04-20 20:44:49 +02:00
|
|
|
{% endif %}
|
2017-09-05 10:14:02 +02:00
|
|
|
<li><a href="{{ root_domain_uri }}/terms/">{{ _("Terms of Service") }}</a></li>
|
2017-08-28 23:01:18 +02:00
|
|
|
<li><a href="{{ root_domain_uri }}/privacy/">{{ _("Privacy policy") }}</a></li>
|
2017-08-03 22:00:06 +02:00
|
|
|
</ul>
|
2021-07-27 19:42:18 +02:00
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
|
|
|
<h3>{{ _("For users") }}</h3>
|
2017-08-03 22:00:06 +02:00
|
|
|
<ul>
|
2021-07-27 19:42:18 +02:00
|
|
|
<li>
|
|
|
|
<a href="/help/getting-started-with-zulip">{{ _("Getting started") }}</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/help">{{ _("Help center") }}</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2022-09-12 21:42:22 +02:00
|
|
|
<a href="/development-community/" target="_blank">
|
2021-07-27 19:42:18 +02:00
|
|
|
{{ _("Community chat") }}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="/help/contact-support">{{ _("Contact support") }}</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://blog.zulip.com/">{{ _("Blog") }}</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
|
|
|
<h3>{{ _("For administrators") }}</h3>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="/help/getting-your-organization-started-with-zulip">
|
|
|
|
{{ _("Setting up your organization") }}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/install.html">
|
|
|
|
{{ _("Installing a Zulip server") }}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">
|
|
|
|
{{ _("Upgrading a Zulip server") }}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://zulip.readthedocs.io/en/latest/production/upgrade-or-modify.html#modifying-zulip">
|
|
|
|
{{ _("Modifying Zulip") }}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
|
|
|
<h3>{{ _("For contributors") }}</h3>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://github.com/zulip/zulip/">{{ _("GitHub") }}</a></li>
|
|
|
|
<li>
|
2022-08-25 20:24:50 +02:00
|
|
|
<a href="https://zulip.readthedocs.io/en/latest/contributing/contributing.html">
|
|
|
|
{{ _("Contributing guide") }}
|
2021-07-27 19:42:18 +02:00
|
|
|
</a>
|
|
|
|
</li>
|
2021-12-01 19:48:10 +01:00
|
|
|
<li><a href="/development-community/">{{ _("Development community") }}</a></li>
|
2021-07-27 19:42:18 +02:00
|
|
|
<li>
|
|
|
|
<a href="https://zulip.readthedocs.io/en/latest/translating/translating.html">
|
|
|
|
{{ _("Translation") }}
|
|
|
|
</a>
|
|
|
|
</li>
|
2017-08-03 22:00:06 +02:00
|
|
|
<li><a href="/api/">REST API</a></li>
|
2017-04-20 20:44:49 +02:00
|
|
|
</ul>
|
2021-07-27 19:42:18 +02:00
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
|
|
|
<h3>{{ _("About us") }}</h3>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/team/">{{ _("Team") }}</a> & <a href="/history/">{{ _("History") }}</a></li>
|
2022-11-15 19:53:23 +01:00
|
|
|
<li><a href="/values/">{{ _("Values") }}</a></li>
|
2021-07-27 19:42:18 +02:00
|
|
|
<li><a href="https://twitter.com/zulip/">Twitter</a></li>
|
2021-08-03 17:17:51 +02:00
|
|
|
<li><a href="/jobs/">{{ _("Jobs") }}</a></li>
|
2022-03-29 19:04:35 +02:00
|
|
|
<li><a href="/attribution">{{ _("Website attributions") }}</a></li>
|
2021-07-27 19:42:18 +02:00
|
|
|
<li><a href="https://github.com/sponsors/zulip">{{ _("Sponsor Zulip") }}</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2017-04-20 20:44:49 +02:00
|
|
|
</div>
|
2022-07-26 09:07:30 +02:00
|
|
|
{% else %}
|
|
|
|
<div class="footer self-hosted-footer">
|
|
|
|
<div class="footer-section">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="/help">{{ _("Help center") }}</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="footer-section">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="/policies">{{ _("Policies") }}</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="break"></div>
|
|
|
|
<div class="footer-section powered-by-zulip">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
{% trans %}
|
|
|
|
Powered by <a href="https://zulip.com" class="coloured-text">Zulip</a>
|
|
|
|
{% endtrans %}
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-07-21 08:44:45 +02:00
|
|
|
{% endif %}
|