mirror of https://github.com/zulip/zulip.git
portico: Make "Get a demo" button easier to find.
This commit is contained in:
parent
e5043b991a
commit
9ab465c689
|
@ -23,8 +23,8 @@
|
||||||
<a href="/new/" class="button">
|
<a href="/new/" class="button">
|
||||||
{{ _('Create organization') }}
|
{{ _('Create organization') }}
|
||||||
</a>
|
</a>
|
||||||
<a href="#plans-and-pricing" class="button">
|
<a href="/request-demo/" class="button">
|
||||||
{{ _('Plans & pricing') }}
|
{{ _('Get a demo') }}
|
||||||
</a>
|
</a>
|
||||||
<a href="/self-hosting/" class="button">
|
<a href="/self-hosting/" class="button">
|
||||||
{{ _('Self-host Zulip') }}
|
{{ _('Self-host Zulip') }}
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
<p>Open-source team chat with enterprise-grade reliability and security.</p>
|
<p>Open-source team chat with enterprise-grade reliability and security.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-buttons center">
|
<div class="hero-buttons center">
|
||||||
<a href="#plans-and-pricing" class="button">
|
<a href="/request-demo/" class="button">
|
||||||
{{ _('Plans & pricing') }}
|
{{ _('Get a demo') }}
|
||||||
</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">
|
||||||
Install Zulip Server {{ latest_release_version }}
|
Install Zulip Server {{ latest_release_version }}
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
<li><a href="/help/">{{ _("Help center") }}</a></li>
|
<li><a href="/help/">{{ _("Help center") }}</a></li>
|
||||||
<li><a href="/development-community/" target="_blank">{{ _("Community chat") }}</a></li>
|
<li><a href="/development-community/" target="_blank">{{ _("Community chat") }}</a></li>
|
||||||
<li><a href="/help/contact-support">{{ _("Contact support") }}</a></li>
|
<li><a href="/help/contact-support">{{ _("Contact support") }}</a></li>
|
||||||
|
<li><a href="/request-demo/">{{ _("Get a demo") }}</a></li>
|
||||||
<li class="extra_margin"><a href="https://status.zulip.com/">{{ _("Zulip Cloud status") }}</a></li>
|
<li class="extra_margin"><a href="https://status.zulip.com/">{{ _("Zulip Cloud status") }}</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/help/moving-to-zulip">
|
<a href="/help/moving-to-zulip">
|
||||||
|
|
Loading…
Reference in New Issue