-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
198 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -357,7 +357,7 @@ <h4>Standard</h4> | |
</ul> | ||
<div class="plan-cost"> | ||
<span class="plan-cost-value"><span class="plan-cost-currency">$</span>6.67</span> | ||
<span class="plan-cost-desc">/user/month billed annually or <span class="plan-cost-value-alt"><span class="plan-cost-currency">$</span>8</span> billed monthly</span> | ||
<span class="plan-cost-desc">/user/month billed annually or <span class="plan-cost-value-alt">$8</span> billed monthly</span> | ||
</div> | ||
<a class="upgrade-button btn--att_high--int_info" href="https://zulip.com/upgrade/"> | ||
<span class="upgrade-button-label"> | ||
|
@@ -382,7 +382,7 @@ <h4>Plus</h4> | |
</ul> | ||
<div class="plan-cost"> | ||
<span class="plan-cost-value"><span class="plan-cost-currency">$</span>6.67</span> | ||
<span class="plan-cost-desc">/user/month billed annually or <span class="plan-cost-value-alt"><span class="plan-cost-currency">$</span>8</span> billed monthly</span> | ||
<span class="plan-cost-desc">/user/month billed annually or <span class="plan-cost-value-alt">$8</span> billed monthly</span> | ||
</div> | ||
<a class="current-plan-button btn--att_low--int_success" href="https://zulip.com/billing"> | ||
<i class="icon current-plan-icon"></i> | ||
|
@@ -403,7 +403,7 @@ <h4>Premium</h4> | |
</ul> | ||
<div class="plan-cost"> | ||
<span class="plan-cost-value"><span class="plan-cost-currency">$</span>10</span> | ||
<span class="plan-cost-desc">/user/month billed annually or <span class="plan-cost-value-alt"><span class="plan-cost-currency">$</span>12</span> billed monthly</span> | ||
<span class="plan-cost-desc">/user/month billed annually or <span class="plan-cost-value-alt">$12</span> billed monthly</span> | ||
</div> | ||
<a class="upgrade-button btn--att_high--int_info" href="https://zulip.com/upgrade/"> | ||
<span class="upgrade-button-label"> | ||
|
@@ -444,17 +444,66 @@ <h4>Enterprise</h4> | |
<li>Funds the Zulip open source project</li> | ||
<li>Affordable pricing depends on support required</li> | ||
</ul> | ||
<a class="neworg-button btn--att_high--int_success" href="https://zulip.com/new/"> | ||
<a class="neworg-button btn--att_high--int_success" href="mailto:sales@zulip.com"> | ||
Contact Sales | ||
</a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div id="plans-right-button"> | ||
<div class="plans-scroll-right-btn"><i class="icon icon-chevron-right"></i></div> | ||
</div> | ||
</div> | ||
|
||
<div class="pricing-appendix-wrapper" id="tab_cloud_appendix"> | ||
<div class="pricing-appendix"> | ||
<h5 class="pricing-appendix-title">Discounts?</h5> | ||
<span class="pricing-appendix-subtitle">We sponsor hundreds of worthy organizations </span> | ||
<div class="pricing-appendix-content"> | ||
<h6>Standard plan for free</h6> | ||
<ul> | ||
<li><a href="https://zulip.com/for/open-source/">Open source projects</a></li> | ||
<li><a href="https://zulip.com/for/research/">Research group or department</a></li> | ||
<li><a href="https://zulip.com/for/events/">Academic conferences and most other non-profit events</a></li> | ||
</ul> | ||
<h6>Standard plan with 85% discount</h6> | ||
<ul> | ||
<li><a href="https://zulip.com/for/education/">Education</a> (online or in-person)</li> | ||
<li><a href="https://zulip.com/for/communities/">Non profits and communities</a></li> | ||
</ul> | ||
<a class="sponsorship-button btn--att_high--int_success" href="https://zulip.com/accounts/go/?next=%2Fsponsorship%2F"> | ||
Request for sponsorship | ||
</a> | ||
<div class="sponsorship-button-desc">If you don’t have Zulip account yet contact us via <a href="mailto:[email protected]">[email protected]</a></div> | ||
</div> | ||
</div> | ||
<div class="pricing-appendix"> | ||
<h5 class="pricing-appendix-title">Other questions?</h5> | ||
<span class="pricing-appendix-subtitle">See our <a href="https://zulip.com/help/zulip-cloud-billing">billing help page</a> for additional details</span> | ||
<div class="pricing-appendix-content"> | ||
<ul> | ||
<li><a href="https://zulip.com/help/zulip-cloud-billing#differences-between-zulip-cloud-plans">Differences between Zulip Cloud plans</a></li> | ||
<li><a href="https://zulip.com/help/zulip-cloud-billing#payment-methods">Payment methods</a></li> | ||
<li><a href="https://zulip.com/help/zulip-cloud-billing#temporary-users-and-guests">Temporary users and guests</a></li> | ||
</ul> | ||
<ul> | ||
<li><a href="https://zulip.com/help/migrating-from-other-chat-tools">Migrating from other chat tools</a></li> | ||
<li><a href="https://zulip.com/help/trying-out-zulip">Trying out Zulip</a></li> | ||
</ul> | ||
<div> | ||
If you have any other questions, please don't hesitate to reach out at <a href="mailto:[email protected]">[email protected]</a>. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="pricing-appendix-wrapper _hidden" id="tab_selfhosted_appendix"> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</main> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters