mirror of https://github.com/zulip/zulip.git
portico: Add buttons to Why Zulip hero bar.
This commit is contained in:
parent
ef264efccf
commit
18dc503865
|
@ -15,13 +15,21 @@
|
||||||
|
|
||||||
{% include 'zerver/landing_nav.html' %}
|
{% 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="hero bg-pycon why-zulip">
|
||||||
<div class="bg-dimmer"></div>
|
<div class="bg-dimmer"></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1 class="center">Why Zulip?</h1>
|
<h1 class="center">Why Zulip?</h1>
|
||||||
<p>Efficient communication with organized team chat.</p>
|
<p>Efficient communication with organized team chat.</p>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2404,6 +2404,7 @@ button {
|
||||||
border-left: 6px solid hsl(168.1deg 49.15% 46.27%);
|
border-left: 6px solid hsl(168.1deg 49.15% 46.27%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#why-zulip-page,
|
||||||
.case-study-page,
|
.case-study-page,
|
||||||
.solutions-page {
|
.solutions-page {
|
||||||
.bottom-register-buttons.extra_margin_before_footer {
|
.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 {
|
.self-hosting-page {
|
||||||
& p {
|
& p {
|
||||||
font-size: 18px !important;
|
font-size: 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-buttons {
|
|
||||||
margin-top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.alternative-features {
|
.alternative-features {
|
||||||
.feature-container {
|
.feature-container {
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
|
|
Loading…
Reference in New Issue