Website: Update pricing footnote (#9742)

Changes:
 - Moved the footnote about additional hosts on the pricing page.
This commit is contained in:
Eric 2023-02-07 17:30:16 -06:00 committed by GitHub
parent d80101924f
commit c1787e2724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,5 @@
#pricing {
[purpose='page-content'] {
padding-left: 0px;
padding-right: 0px;
@ -104,6 +105,12 @@
color: #ff5c83;
margin-bottom: 8px;
}
a {
text-decoration: none;
font-size: 12px;
vertical-align: super;
color: #ff5c83;
}
.show-estimated-price {
color: @core-vibrant-blue;
}

View file

@ -20,7 +20,7 @@
<div purpose="pricing-tier-title">
<h2>Fleet Premium</h2>
<h3>For orgs with multiple compliance standards</h3>
<p>Up to 500 hosts*</p>
<p>Up to 500 hosts<a href="#additional-hosts">✝</a></p>
<h2>$3500/month</h2>
</div>
<div>
@ -59,7 +59,7 @@
<div purpose="pricing-tier-title">
<h2>Fleet Ultimate</h2>
<h3>For orgs with large deployments</h3>
<p>Over 500 hosts*</p>
<p>Over 500 hosts<a href="#additional-hosts">✝</a></p>
<h2>$<span :class="[estimatedUltimateCostPerHostHasBeenUpdated ? 'show-estimated-price' : '']">{{ estimatedUltimateCostPerHost.toFixed(2) }}</span>/host</h2>
</div>
<div>
@ -163,6 +163,7 @@
</div>
</div>
</div>
<p style="color: #515774; font-size: 14px; scroll-margin-top: 200px;" class="mt-4" id="additional-hosts"><span style="vertical-align: super;">✝</span> Additional hosts beyond the contracted quantity will be invoiced at the agreed upon per-host rate as specified in a contract or order form.</p>
</div>
</div>
<div purpose="features" class="d-flex flex-column justify-content-center mx-auto px-0">
@ -345,7 +346,6 @@
</a>
</div>
</div>
<p style="color: #515774;" class="mt-4">* Additional hosts beyond the contracted quantity will be invoiced at the agreed upon per-host rate as specified in a contract or order form.</p>
</div>
</div>
<%- /* Expose locals as `window.SAILS_LOCALS` :: */ exposeLocalsToBrowser() %>