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 >
< p > Open-source projects, research collaborations, volunteer organizations.< / p >
2021-07-22 09:20:01 +02:00
< div class = "hero-text" >
< a href = "/plans" > Zulip Standard< / a > is discounted 85%+ for registered non-profits, and most communities are eligible for a discount. 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.
< / 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 >
< a href = "https://zulip.readthedocs.io/en/stable/production/install.html" class = "button" >
{{ _('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 >
< a href = "/plans" > Zulip Standard< / a > is discounted for most communities!
< / h1 >
< 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 >
< a href = "https://zulip.readthedocs.io/en/stable/production/install.html" class = "button" >
{{ _('Self-host Zulip') }}
< / a >
< / div >
< / div >
2017-08-01 00:19:18 +02:00
< / div >
{% endblock %}