portico: Edit top and bottom of /for/companies.

This commit is contained in:
Alya Abbott 2021-07-23 15:42:08 -07:00 committed by Tim Abbott
parent a4dce136af
commit 176e3b983d
2 changed files with 13 additions and 12 deletions

View File

@ -12,9 +12,9 @@
</div> </div>
<p class="answer"> <p class="answer">
{% if free_trial_days %} {% if free_trial_days %}
You can request sponsorship during You can request sponsorship or special pricing during
<a href="/new">organization creation</a>, in an organization's <a href="/new">organization creation</a>, in an organization's
<a href="{{ sponsorship_url }}">billing page</a>, or contact us at <a href="{{ sponsorship_url }}">billing page</a>, or by contacting us at
<a href="mailto:sales@zulip.com">sales@zulip.com</a>. <a href="mailto:sales@zulip.com">sales@zulip.com</a>.
{% else %} {% else %}
You can request sponsorship from an organization's You can request sponsorship from an organization's
@ -22,7 +22,8 @@
<a href="mailto:sales@zulip.com">sales@zulip.com</a>. <a href="mailto:sales@zulip.com">sales@zulip.com</a>.
{% endif %} {% endif %}
Zulip sponsors free Zulip Cloud Standard for hundreds of Zulip sponsors free Zulip Cloud Standard for hundreds of
worthy organizations via the above programs. worthy organizations via the above programs. Organizations whose members are
not employees are generally eligible for special pricing.
</p> </p>
</div> </div>
<div class="faq"> <div class="faq">

View File

@ -2,7 +2,7 @@
{% set entrypoint = "landing-page" %} {% set entrypoint = "landing-page" %}
{% block title %} {% block title %}
<title>Zulip: the best group chat for companies</title> <title>Zulip: The best group chat for your business.</title>
{% endblock %} {% endblock %}
{% block customhead %} {% block customhead %}
@ -16,17 +16,17 @@
<div class="portico-landing why-page solutions-page"> <div class="portico-landing why-page solutions-page">
<div class="hero bg-education"> <div class="hero bg-education">
<div class="bg-dimmer"></div> <div class="bg-dimmer"></div>
<h1 class="center">{% trans %}The best chat for workplaces.{% endtrans %}</h1> <h1 class="center">The best group chat for your business.</h1>
<p>Make better use of your managers time, integrate your remote workers, and replace your low-content meetings.</p> <p>Make better use of managers time, integrate remote workers, and replace low-content meetings.</p>
<div class="hero-text"> <div class="hero-text">
<a href="/plans">Checkout plans</a> for pricing details. Zulip is free for light use. Get started today!
</div> </div>
<div class="hero-buttons center"> <div class="hero-buttons center">
<a href="/new/" class="button"> <a href="/new/" class="button">
{{ _('Create organization') }} {{ _('Create organization') }}
</a> </a>
<a href="/accounts/go/?next=/upgrade%23sponsorship" class="button"> <a href="/plans/" class="button">
{{ _('Request sponsorship') }} {{ _('View pricing') }}
</a> </a>
<a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button"> <a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button">
{{ _('Self-host Zulip') }} {{ _('Self-host Zulip') }}
@ -42,14 +42,14 @@
</div> </div>
<div class="bottom-register-buttons"> <div class="bottom-register-buttons">
<h1> <h1>
<a href="/plans">Zulip Standard</a> is discounted for most communities! Zulip is free for light use. Get started today!
</h1> </h1>
<div class="hero-buttons center"> <div class="hero-buttons center">
<a href="/new/" class="button"> <a href="/new/" class="button">
{{ _('Create organization') }} {{ _('Create organization') }}
</a> </a>
<a href="/accounts/go/?next=/upgrade%23sponsorship" class="button"> <a href="/plans/" class="button">
{{ _('Request sponsorship') }} {{ _('View pricing') }}
</a> </a>
<a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button"> <a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button">
{{ _('Self-host Zulip') }} {{ _('Self-host Zulip') }}