for-companies: Add buttons at top and bottom.

TODO: Adjust header text.
This commit is contained in:
Aman Agrawal
2021-07-22 11:46:07 +00:00
committed by Tim Abbott
parent ccecb99227
commit a4dce136af

View File

@@ -13,10 +13,25 @@
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page">
<div class="hero">
<div class="portico-landing why-page solutions-page">
<div class="hero bg-education">
<div class="bg-dimmer"></div>
<h1 class="center">{% trans %}The best chat for workplaces.{% endtrans %}</h1>
<p>Make better use of your managers time, integrate your remote workers, and replace your low-content meetings.</p>
<div class="hero-text">
<a href="/plans">Checkout plans</a> for pricing details.
</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>
</div>
<div class="main">
<div class="padded-content">
@@ -25,6 +40,22 @@
</div>
</div>
</div>
<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>
</div>
{% endblock %}