zulip/templates/corporate/plans.html

209 lines
9.2 KiB
HTML
Raw Normal View History

{% extends "zerver/base.html" %}
{% set entrypoint = "plans-page" %}
{% set PAGE_TITLE = "Plans and pricing | Zulip" %}
{% set PAGE_DESCRIPTION = "Sign up for a managed cloud solution, or self-host our 100\x25 open-source software. Get started for free." %}
{% block customhead %}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{% endblock %}
{% block content %}
{% if not is_self_hosted_realm %}
{% include 'zerver/landing_nav.html' %}
{% endif %}
<div class="portico-pricing plans {% if is_self_hosted_realm %} showing-self-hosted {% else %} showing-cloud {% endif %}">
<div class="main">
{% include "corporate/pricing_model.html" %}
</div>
<!-- This is the subsection that displays with cloud plans. -->
<div class="additional-pricing-information cloud-additional-pricing">
<div class="discounts-section">
<header>
<h2>Sponsorship and discounts</h2>
<p>
We sponsor over 1000 organizations.
</p>
</header>
<div class="text-content">
<div class="discounted-community-plan">
<h3>Eligible for free Standard plan
</h3>
<ul>
<li>
<span><a href="/for/open-source/">Open-source projects</a></span>
</li>
<li>
<span><a href="/for/research/">Researchers and academics</a></span>
</li>
<li>
<span><a href="/for/events/">Academic conferences and other non-profit events</a></span>
</li>
</ul>
</div>
<div class="discounted-business-plan">
<h3>Eligible for 85+% discount</h3>
<ul>
<li>
<span><a href="/for/education/">Education</a> (for-profit and non-profit)</span>
</li>
<li>
<span><a href="/for/communities/">Non-profits and communities</a></span>
</li>
</ul>
<a href="{{ sponsorship_url }}" class="button sponsorship-button">Request sponsorship</a>
<p class="contact-note">
Wondering if your organization will qualify, but not
ready to request sponsorship yet? E-mail us at <a
href="mailto:sales@zulip.com">sales@zulip.com</a>.
Discounts are also available for organizations based in
the developing world.
</p>
</div>
</div>
</div>
<div class="questions-section">
<header>
<h2>Other questions?</h2>
<p>
See our <a href="/help/zulip-cloud-billing">billing help page</a> for
additional details.
</p>
</header>
<div class="text-content">
<ul>
<li>
<span><a href="/help/trying-out-zulip">How can I try out Zulip for free?</a></span>
</li>
<li>
<span><a href="/help/zulip-cloud-or-self-hosting">How do I choose between Zulip Cloud and self-hosting?</a></span>
</li>
<li>
<span><a href="/help/migrating-from-other-chat-tools">Can I import data from other chat tools?</a></span>
</li>
<li>
<span><a href="/help/zulip-cloud-billing#temporary-users-and-guests">Are there discounts for guest users?</a></span>
</li>
<li>
<span><a
href="/help/zulip-cloud-billing#how-does-having-10000-messages-of-search-history-on-zulip-cloud-free-work">How does limited search history on the Free plan work?</a></span>
</li>
</ul>
<p>
If you have any other questions, please dont hesitate to
contact
<a href="mailto:sales@zulip.com">sales@zulip.com</a>.
</p>
</div>
</div>
</div>
<!-- This is the subsection that displays with self-hosted plans. -->
<div class="additional-pricing-information self-hosted-additional-pricing">
<div class="discounts-section">
<header>
<h2>Sponsorship and discounts</h2>
<p>
Contact <a href="mailto:sales@zulip.com">sales@zulip.com</a>
with any questions.
</p>
</header>
<div class="text-content">
<div class="discounted-community-plan">
<h3>Community plan <a href="/help/self-hosted-billing#free-community-plan">eligibility</a></h3>
<ul>
<li>
<span><a href="/for/open-source/">Open-source projects</a></span>
</li>
<li>
<span><a href="/for/research/">Researchers and academics</a></span>
</li>
<li>
<span><a href="/for/events/">Academic conferences and other non-profit events</a></span>
</li>
<li>
<span><a href="/for/education/">Education</a> and non-profit organizations (up to 100 users)</span>
</li>
<li>
<span><a href="/for/communities/">Communities</a>
and personal organizations (clubs, groups of
friends, volunteer groups, etc.)</span>
</li>
</ul>
<div class="discounted-business-plan">
<h3>Business plan discounts <a href="/help/self-hosted-billing#business-plan-discounts">available</a></h3>
<ul>
<li>
<span><a href="/help/self-hosted-billing#business-plan-discounts">Special</a> education and non-profit pricing (100+ users)</span>
</li>
<li>
<span>Organizations based in the developing world</span>
</li>
<li>
<span>Any organization where many users are not paid staff</span>
</li>
</ul>
{% if is_self_hosted_realm %}
<a href="{{ sponsorship_url }}" class="button sponsorship-button">Request sponsorship</a>
{% else %}
<a href="/help/self-hosted-billing#free-community-plan" class="button sponsorship-button">
Log in to apply
</a>
{% endif %}
</div>
</div>
</div>
</div>
<div class="questions-section">
<header>
<h2>Other questions?</h2>
<p>
See our <a href="/help/self-hosted-billing">billing help page</a> for
additional details.
</p>
</header>
<div class="text-content">
<ul>
<li>
<span><a href="/help/trying-out-zulip">How can I try out Zulip for free?</a></span>
</li>
<li>
<span><a href="/help/zulip-cloud-or-self-hosting">How do I choose between Zulip Cloud and self-hosting?</a></span>
</li>
<li>
<span><a href="/help/self-hosted-billing#business-plan-details-and-upgrades">How do I upgrade to the Business plan?</a></span>
</li>
<li>
<span><a
href="/help/self-hosted-billing#free-community-plan">How do I apply for the Community plan?</a></span>
</li>
<li>
<span><a href="/help/migrating-from-other-chat-tools">Can I import data from other chat tools?</a></span>
</li>
</ul>
<p>
Please reach out to <a href="mailto:sales@zulip.com">sales@zulip.com</a> if you
have any further questions or would like to discuss Enterprise pricing.
</p>
</div>
2022-07-15 12:12:27 +02:00
</div>
</div>
<div id="self-hosted-plan-comparison" class="self-hosted-comparison">
{% include "corporate/comparison_table_self_hosted.html" %}
</div>
</div>
{% if not is_self_hosted_realm %}
{% include 'zerver/footer.html' %}
{% endif %}
{% endblock %}