zulip/templates/corporate/plans.html

173 lines
7.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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 %}
{% include 'zerver/landing_nav.html' %}
<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>
to discuss Enterprise pricing.
</p>
</header>
<div class="text-content">
<div class="discounted-community-plan">
<h3>Eligible for discounts</h3>
<ul>
<li>
<span><a href="/for/open-source/">Open source projects</a></span>
</li>
<li>
<span><a href="/for/research/">Research groups or departments</a></span>
</li>
<li>
<span><a href="/for/events/">Academic conferences and most other non-profit events</a></span>
</li>
<li>
<span><a href="/for/education/">Education</a> (online or in-person)</span>
</li>
<li>
<span><a href="/for/communities/">Non-profits and communities</a></span>
</li>
<li>
<span>Organizations based in the developing world</span>
</li>
</ul>
</div>
</div>
</div>
<div class="questions-section">
<header>
<h2>Other questions?</h2>
<p>
Learn about <a href="/self-hosting">self-hosting Zulip</a>.
</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>
</ul>
<p>
If you have any other questions, please dont hesitate to reach out to
<a href="mailto:sales@zulip.com">sales@zulip.com</a>.
</p>
</div>
</div>
</div>
</div>
{% include 'zerver/footer.html' %}
{% endblock %}