mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Update pricing footnote (#9742)
Changes: - Moved the footnote about additional hosts on the pricing page.
This commit is contained in:
parent
d80101924f
commit
c1787e2724
2 changed files with 10 additions and 3 deletions
7
website/assets/styles/pages/pricing.less
vendored
7
website/assets/styles/pages/pricing.less
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
6
website/views/pages/pricing.ejs
vendored
6
website/views/pages/pricing.ejs
vendored
|
|
@ -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() %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue