portico: Add buttons to Why Zulip hero bar.

This commit is contained in:
Alya Abbott 2024-10-17 14:05:02 -07:00 committed by Tim Abbott
parent ef264efccf
commit 18dc503865
2 changed files with 17 additions and 5 deletions

View File

@ -15,13 +15,21 @@
{% include 'zerver/landing_nav.html' %}
<div class="portico-landing why-page">
<div class="portico-landing why-page" id="why-zulip-page">
<div class="hero bg-pycon why-zulip">
<div class="bg-dimmer"></div>
<div class="content">
<h1 class="center">Why Zulip?</h1>
<p>Efficient communication with organized team chat.</p>
</div>
<div class="hero-buttons center">
<a href="/new/" class="button">
{{ _('Create organization') }}
</a>
<a href="/request-demo/" class="button">
{{ _('Get a demo') }}
</a>
</div>
</div>

View File

@ -2404,6 +2404,7 @@ button {
border-left: 6px solid hsl(168.1deg 49.15% 46.27%);
}
#why-zulip-page,
.case-study-page,
.solutions-page {
.bottom-register-buttons.extra_margin_before_footer {
@ -2696,15 +2697,18 @@ button {
}
}
.self-hosting-page,
#why-zulip-page {
.hero-buttons {
margin-top: 30px;
}
}
.self-hosting-page {
& p {
font-size: 18px !important;
}
.hero-buttons {
margin-top: 30px;
}
.alternative-features {
.feature-container {
padding: 30px;