mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
portico: Align plans on /for/education with /plans.
This commit is contained in:
parent
8e0518d777
commit
736070ca2e
@ -255,7 +255,7 @@
|
||||
<div class="for-education-pricing-model">
|
||||
<div class="padded-content">
|
||||
<div class="pricing-container">
|
||||
<div class="price-box" tabindex="-1">
|
||||
<div class="price-box" id="for-education-free-price-box" tabindex="-1">
|
||||
<div class="text-content">
|
||||
<h2>Free</h2>
|
||||
<div class="description">
|
||||
@ -266,9 +266,10 @@
|
||||
<li>All features on this page</li>
|
||||
<li>10,000 messages of search history</li>
|
||||
<li>File storage up to 5 GB total</li>
|
||||
<li><a href="/features/">Full-featured</a> team chat service</li>
|
||||
<li><a href="/features/">Complete</a> team chat solution</li>
|
||||
<li><a href="/integrations/">Hundreds of integrations</a></li>
|
||||
<li>Advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/stream-permissions">permissions</a></li>
|
||||
<li><a href="/help/guest-users">Guest</a> accounts</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
@ -291,11 +292,12 @@
|
||||
</div>
|
||||
<hr />
|
||||
<ul class="feature-list">
|
||||
<li>Priority commercial support</li>
|
||||
<li>Unlimited search history</li>
|
||||
<li>File storage up to 10 GB per user</li>
|
||||
<li><a href="/help/message-retention-policy">Message retention policies</a></li>
|
||||
<li>Brand Zulip with your logo</li>
|
||||
<li>Priority commercial support</li>
|
||||
<li><a href="/help/public-access-option">Public access option</a></li>
|
||||
<li>Additional legal agreements</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1668,6 +1668,16 @@ button {
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
#for-education-free-price-box {
|
||||
.bottom {
|
||||
height: 240px;
|
||||
|
||||
.text-content {
|
||||
margin-top: 52px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.plans_faq_questions {
|
||||
background: transparent;
|
||||
padding: 20px 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user