2017-04-20 20:44:49 +02:00
|
|
|
<div class="footer">
|
2017-08-03 22:00:06 +02:00
|
|
|
<section>
|
|
|
|
<h3>{{ _("About Zulip") }}</h3>
|
|
|
|
<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>
|
2018-10-04 23:40:06 +02:00
|
|
|
<li><a href="/team/">{{ _("Team") }}</a> and <a href="/history/">{{ _("History") }}</a></li>
|
2017-08-03 22:00:06 +02:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
2017-09-01 01:22:06 +02:00
|
|
|
<h3>{{ _("Help & community") }}</h3>
|
2017-08-03 22:00:06 +02:00
|
|
|
<ul>
|
2017-11-20 06:11:10 +01:00
|
|
|
<li><a href="https://zulip.readthedocs.io/en/latest/contributing/chat-zulip-org.html">{{ _("Community chat") }}</a></li>
|
2017-08-03 22:00:06 +02:00
|
|
|
<li><a href="/help/">{{ _("Help center") }}</a></li>
|
2020-05-04 09:24:19 +02:00
|
|
|
<li><a href="https://twitter.com/zulip/">Twitter</a> & <a href="https://blog.zulip.org">Blog</a></li>
|
|
|
|
<li><a href="https://github.com/zulip/zulip/">GitHub</a>
|
|
|
|
& <a href="https://zulip.readthedocs.io/en/latest/">ReadTheDocs</a></li>
|
|
|
|
<li><a href="{{ root_domain_uri }}/help/contact-support">{{ _("Support") }}</a></li>
|
2017-08-03 22:00:06 +02:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h3>{{ _("Accounts") }}</h3>
|
|
|
|
<ul>
|
|
|
|
{% if find_team_link_disabled %}
|
|
|
|
{% else %}
|
2017-08-28 23:36:57 +02:00
|
|
|
<li><a href="{{ root_domain_uri }}/accounts/find">{{ _("Find account") }}</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 %}
|
|
|
|
{% if login_link_disabled %}
|
|
|
|
{% else %}
|
2017-08-03 22:00:06 +02:00
|
|
|
<li><a href="{{ login_url }}">{{ _("Login") }}</a></li>
|
2017-04-20 20:44:49 +02:00
|
|
|
{% endif %}
|
|
|
|
{% if register_link_disabled %}
|
|
|
|
{% elif only_sso %}
|
|
|
|
{% else %}
|
2017-12-14 06:46:57 +01:00
|
|
|
<li><a href="{{ url('register') }}">{{ _("Sign up") }}</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>
|
|
|
|
</section>
|
|
|
|
<section>
|
2017-09-01 01:22:06 +02:00
|
|
|
<h3>{{ _("Apps & integrations") }}</h3>
|
2017-08-03 22:00:06 +02:00
|
|
|
<ul>
|
2017-09-01 01:22:06 +02:00
|
|
|
<li><a href="/apps/">{{ _("Desktop & mobile apps") }}</a></li>
|
2017-08-03 22:00:06 +02:00
|
|
|
<li><a href="/integrations/">{{ _("Integrations") }}</a></li>
|
|
|
|
{# Interactive bots would go here? #}
|
|
|
|
<li><a href="/api/">REST API</a></li>
|
2017-04-20 20:44:49 +02:00
|
|
|
</ul>
|
2017-08-03 22:00:06 +02:00
|
|
|
</section>
|
2017-04-20 20:44:49 +02:00
|
|
|
</div>
|