Skip to content

Commit ab4bcc8

Browse files
mikermcneileashaw
andauthored
Mellowing out some language (#27832)
Co-authored-by: Eric <[email protected]>
1 parent 7b7a005 commit ab4bcc8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

website/assets/styles/pages/pricing.less

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
}
6666
.Security-selected {
6767
width: 220px;
68-
transform: translateX(440px);
68+
transform: translateX(218px);
6969
}
7070
.IT-selected {
7171
left: 1px;
7272
width: 220px;
73-
transform: translateX(218px);
73+
transform: translateX(440px);
7474
}
7575
.all-selected {
7676
width: 220px;
@@ -627,12 +627,12 @@
627627
}
628628
.Security-selected {
629629
width: 100%;
630-
transform: translateY(114px);
630+
transform: translateY(55px);
631631
}
632632
.IT-selected {
633633
width: 100%;
634634
top: 1px;
635-
transform: translateY(55px);
635+
transform: translateY(114px);
636636
}
637637
.all-selected {
638638
width: 100%;

website/views/pages/pricing.ejs

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
</div>
8383
<div purpose="pricing-switch" class="d-flex flex-md-row flex-column justify-content-center mx-auto">
8484
<div purpose="pricing-switch-option" class="all" :class="[pricingMode === 'all' ? 'selected' : '']" @click="clickChangePricingMode('all')">All features</div>
85-
<div purpose="pricing-switch-option" class="it" :class="[pricingMode === 'IT' ? 'selected' : '']" @click="clickChangePricingMode('IT')">For IT admins</div>
8685
<div purpose="pricing-switch-option" class="security" :class="[pricingMode === 'Security' ? 'selected' : '']" @click="clickChangePricingMode('Security')">For security engineers</div>
86+
<div purpose="pricing-switch-option" class="it" :class="[pricingMode === 'IT' ? 'selected' : '']" @click="clickChangePricingMode('IT')">For IT admins</div>
8787
<div purpose="pricing-tier-switch" :class="pricingMode+'-selected'"></div>
8888
</div>
8989
</div>
@@ -338,7 +338,7 @@
338338
// ██║ ██║ ██║╚██████╔╝ ██║ ██║ ██║
339339
// ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝ ╚═╝
340340
%>
341-
You already know how to manage the operating system. In Fleet, you can focus on managing Apple, Windows and Linux; not Intune, Omnissa, and your anxiety.
341+
You already know how to manage the operating system. In Fleet, you can focus on managing Apple, Windows and Linux; not "Android MDM", "Apple MDM", "config management", etc.
342342
</p>
343343
</div>
344344
<div purpose="accordion-item">
@@ -363,7 +363,7 @@
363363
// ██║ ██║ ██║╚██████╔╝ ██║ ██║███████╗
364364
// ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝╚══════╝
365365
%>
366-
We're moving pretty fast, and we have every incentive to listen. At Fleet, everyone can contribute. We also regularly deliver customer promises, and all the code is 100% source-available.
366+
We're moving pretty fast, and we have every incentive to listen. At Fleet, everyone can contribute. We also regularly deliver customer promises, and all the code is <a href="https://github.com/fleetdm/fleet">100% source-available</a>.
367367
</p>
368368
</div>
369369
<div purpose="accordion-item">
@@ -388,12 +388,12 @@
388388
// ██║ ██║ ██║╚██████╔╝ ██║ ██║██████╔╝
389389
// ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝╚═════╝
390390
%>
391-
Fleet <a href="https://fleetdm.com/handbook/company#history">started as an osquery management server</a>. After 10 years of production osquery use at scale in huge organizations, Fleet added "write" and "execute" device management capabilities, with all the necessary integrations to be comparable with other device management platforms like Omnissa (fka WS1, fka Airwatch), Jamf, Intune, and more. Today, Fleet is actively used as the next-gen MDM in homelabs all over the world, and at larger fleets at Epic Games, Cisco, Stripe, Fastly, Lear, and more.
391+
Fleet <a href="https://fleetdm.com/handbook/company#history">started as an osquery management server</a>. After 10 years of production osquery use at scale in huge organizations, Fleet added "write" and "execute" device management capabilities, with all the necessary integrations to be comparable with other device management platforms like Omnissa (fka WS1, fka Airwatch), Jamf, Intune, and more. Today, Fleet is used in homelabs all over the world, and at larger fleets at Epic Games, Cisco, Stripe, Fastly, Lear, and more.
392392
</p>
393393
</div>
394394
</div>
395395
<div class="d-flex flex-row justify-content-start">
396-
<p purpose="contact-note">Couldn’t find an answer? <a href="/contact">Talk to an engineer</a>.</p>
396+
<p purpose="contact-note">Couldn’t find an answer? <a href="/docs/get-started/faq">Read the FAQ</a> or <a href="/contact">talk to an engineer</a>.</p>
397397
</div>
398398
</div>
399399
</div>

0 commit comments

Comments
 (0)