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 %}
|
2021-07-17 00:37:09 +02:00
|
|
|
<title>Zulip for communities</title>
|
2017-08-01 00:19:18 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block customhead %}
|
2021-04-21 00:46:14 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2017-08-01 00:19:18 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
|
|
|
{% include 'zerver/landing_nav.html' %}
|
|
|
|
|
2021-07-22 09:20:01 +02:00
|
|
|
<div class="portico-landing why-page solutions-page">
|
|
|
|
<div class="hero bg-education">
|
|
|
|
<div class="bg-dimmer"></div>
|
2021-07-17 00:37:09 +02:00
|
|
|
<h1 class="center">Zulip for communities</h1>
|
2022-02-04 23:17:49 +01:00
|
|
|
<p>
|
|
|
|
Open-source projects, research collaborations, volunteer
|
|
|
|
organizations. <br />Most communities get an 85%+ discount
|
2022-02-05 08:29:54 +01:00
|
|
|
on <a href="/plans">Zulip Cloud Standard</a>!
|
2022-02-04 23:17:49 +01:00
|
|
|
</p>
|
2021-07-22 09:20:01 +02:00
|
|
|
<div class="hero-text">
|
2022-05-05 22:57:37 +02:00
|
|
|
Learn how the <a href="/case-studies/recurse-center/">Recurse
|
|
|
|
Center</a>, <a href="/case-studies/rust/">Rust language</a>,
|
|
|
|
<br />and <a href="/case-studies/asciidoctor/">Asciidoctor</a> communities are using Zulip.
|
2021-07-22 09:20:01 +02:00
|
|
|
</div>
|
|
|
|
<div class="hero-buttons center">
|
|
|
|
<a href="/new/" class="button">
|
|
|
|
{{ _('Create organization') }}
|
|
|
|
</a>
|
|
|
|
<a href="/accounts/go/?next=/upgrade%23sponsorship" class="button">
|
|
|
|
{{ _('Request sponsorship') }}
|
|
|
|
</a>
|
2021-10-16 01:12:43 +02:00
|
|
|
<a href="/self-hosting/" class="button">
|
2021-07-22 09:20:01 +02:00
|
|
|
{{ _('Self-host Zulip') }}
|
|
|
|
</a>
|
|
|
|
</div>
|
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">
|
2021-07-17 00:37:09 +02:00
|
|
|
{{ render_markdown_path('zerver/for/communities.md') }}
|
2017-08-01 00:19:18 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-07-22 09:20:01 +02:00
|
|
|
<div class="bottom-register-buttons">
|
|
|
|
<h1>
|
2022-02-05 08:29:54 +01:00
|
|
|
Most communities get an 85%+ discount on <a href="/plans">Zulip Cloud Standard</a>!
|
2021-07-22 09:20:01 +02:00
|
|
|
</h1>
|
2022-02-04 23:17:49 +01:00
|
|
|
<div class="bottom-text-large">
|
|
|
|
<p> Join the hundreds of communities we sponsor. Contact <a href="mailto:sales@zulip.com">
|
|
|
|
sales@zulip.com</a> to check whether your organization
|
|
|
|
qualifies, or <a href="/accounts/go/?next=/upgrade%23sponsorship">request
|
|
|
|
sponsorship</a> today.
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-07-22 09:20:01 +02:00
|
|
|
<div class="hero-buttons center">
|
|
|
|
<a href="/new/" class="button">
|
|
|
|
{{ _('Create organization') }}
|
|
|
|
</a>
|
|
|
|
<a href="/accounts/go/?next=/upgrade%23sponsorship" class="button">
|
|
|
|
{{ _('Request sponsorship') }}
|
|
|
|
</a>
|
2021-10-16 01:12:43 +02:00
|
|
|
<a href="/self-hosting/" class="button">
|
2021-07-22 09:20:01 +02:00
|
|
|
{{ _('Self-host Zulip') }}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-08-01 00:19:18 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|