mirror of https://github.com/zulip/zulip.git
plans: Swap the order of the two blocks within .pricing-container.
This commit is contained in:
parent
460e9b4634
commit
3ef5296ea9
|
@ -20,69 +20,6 @@
|
|||
<h1>Get started using Zulip today</h1>
|
||||
|
||||
<div class="pricing-container">
|
||||
<div class="block">
|
||||
<div class="plan-title">
|
||||
Run your own server
|
||||
</div>
|
||||
|
||||
<div class="price-box" tabindex="-1">
|
||||
<div class="text-content">
|
||||
<h2>Community support</h2>
|
||||
<div class="description">
|
||||
Install your own Zulip server
|
||||
</div>
|
||||
<hr />
|
||||
<ul class="feature-list">
|
||||
<li>Easy self-service installation</li>
|
||||
<li>Free and open source forever under Apache 2.0 license</li>
|
||||
<li>All Zulip features included</li>
|
||||
<li>LDAP/Active directory integration</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="text-content">
|
||||
<div class="pricing-details">
|
||||
Free and open source forever!
|
||||
</div>
|
||||
<a href="https://zulip.readthedocs.io/en/1.7.1/prod.html">
|
||||
<button class="green" type="button">
|
||||
Install a Zulip server
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="price-box" tabindex="-1">
|
||||
<div class="text-content">
|
||||
<h2>Commercial support</h2>
|
||||
<div class="description">
|
||||
For mission-critical installations
|
||||
</div>
|
||||
<hr />
|
||||
<ul class="feature-list">
|
||||
<li>Easy self-service installation</li>
|
||||
<li>Support response SLAs</li>
|
||||
<li>Input into the Zulip roadmap</li>
|
||||
<li>High availability assistance</li>
|
||||
<li>Anything else you need</li>
|
||||
<li>Funds the Zulip open source project</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="text-content">
|
||||
<div class="pricing-details">
|
||||
Pricing varies with support
|
||||
required.
|
||||
</div>
|
||||
<a href="mailto:sales@zulipchat.com" target="_blank" class="no-action">
|
||||
<button class="green" type="button" name="button">Contact sales</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<div class="plan-title use-our-servers">
|
||||
Use our servers
|
||||
|
@ -151,6 +88,69 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<div class="plan-title">
|
||||
Run your own server
|
||||
</div>
|
||||
|
||||
<div class="price-box" tabindex="-1">
|
||||
<div class="text-content">
|
||||
<h2>Community support</h2>
|
||||
<div class="description">
|
||||
Install your own Zulip server
|
||||
</div>
|
||||
<hr />
|
||||
<ul class="feature-list">
|
||||
<li>Easy self-service installation</li>
|
||||
<li>Free and open source forever under Apache 2.0 license</li>
|
||||
<li>All Zulip features included</li>
|
||||
<li>LDAP/Active directory integration</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="text-content">
|
||||
<div class="pricing-details">
|
||||
Free and open source forever!
|
||||
</div>
|
||||
<a href="https://zulip.readthedocs.io/en/1.7.1/prod.html">
|
||||
<button class="green" type="button">
|
||||
Install a Zulip server
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="price-box" tabindex="-1">
|
||||
<div class="text-content">
|
||||
<h2>Commercial support</h2>
|
||||
<div class="description">
|
||||
For mission-critical installations
|
||||
</div>
|
||||
<hr />
|
||||
<ul class="feature-list">
|
||||
<li>Easy self-service installation</li>
|
||||
<li>Support response SLAs</li>
|
||||
<li>Input into the Zulip roadmap</li>
|
||||
<li>High availability assistance</li>
|
||||
<li>Anything else you need</li>
|
||||
<li>Funds the Zulip open source project</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="text-content">
|
||||
<div class="pricing-details">
|
||||
Pricing varies with support
|
||||
required.
|
||||
</div>
|
||||
<a href="mailto:sales@zulipchat.com" target="_blank" class="no-action">
|
||||
<button class="green" type="button" name="button">Contact sales</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue