From 4d0a09a980d560f3bff91c8d195908f0150e0b6d Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 13 Sep 2024 18:14:56 -0500 Subject: [PATCH] Website: Update pricing page layout (#22096) Closes: #21935 Changes: - Updated the /pricing page: - truncated the features table and added a button to show all features - Added a FAQ section with three questions - Added a logo carousel. --- .../icon-chevron-fleet-black-75-12x12@2x.png | Bin 0 -> 470 bytes website/assets/js/pages/pricing.page.js | 1 + website/assets/styles/pages/pricing.less | 193 +++++++++++++++- website/views/pages/pricing.ejs | 207 ++++++++++++------ 4 files changed, 337 insertions(+), 64 deletions(-) create mode 100644 website/assets/images/icon-chevron-fleet-black-75-12x12@2x.png diff --git a/website/assets/images/icon-chevron-fleet-black-75-12x12@2x.png b/website/assets/images/icon-chevron-fleet-black-75-12x12@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..c64bba4ca8840a4cb7febaf35748afeb9ca2b2f7 GIT binary patch literal 470 zcmV;{0V)28P)X1^@s6D=Y3@00009a7bBm000&x z000&x0ZCFM@Bjb+0drDELIAGL9O(c600d`2O+f$vv5yPb#IPIoIS~xY)WxtDaZph=iUIyqDc>Y$4y6(o5EVK8H6c)tnIkJ7$JmmttHp& z*smjf4>34Q)&NIh(rX4{AOfx4);VDpmVgVMi*a8MJ5!^AULI%DT)yzi9h4v%xhY3t zd>Q$3BK$z?Fhho)xPV575px: diff --git a/website/views/pages/pricing.ejs b/website/views/pages/pricing.ejs index 6a421123e5..d533e9d729 100644 --- a/website/views/pages/pricing.ejs +++ b/website/views/pages/pricing.ejs @@ -64,6 +64,9 @@ +
+ +
All features
For IT admins
@@ -73,7 +76,7 @@
<%// All features %>
-
+
<%// Desktop features tables %>
<% for(let category of pricingTable) {%> @@ -123,29 +126,32 @@ <%// Mobile features tables %>
{{category.categoryName}}
-
-
- - {{feature.name}}{{feature.comingSoon ? '*' : ''}} - - More info -
-
- Free - checkmark -
-
- Premium - checkmark -
+
+
+ + {{feature.name}}{{feature.comingSoon ? '*' : ''}} + + More info +
+
+ Free + checkmark +
+
+ Premium + checkmark
-

* Coming soon

+
+

* Coming soon

+
+
+
<%// Filtered features %>
-
+
<%// Desktop features tables %>
<% for(let category of pricingTableForIt) {%> @@ -195,28 +201,30 @@ <%// Mobile features tables %>
{{category.categoryName}}
-
-
- - {{feature.name}}{{feature.comingSoon ? '*' : ''}} - - More info -
-
- Free - checkmark -
-
- Premium - checkmark -
+
+
+ + {{feature.name}}{{feature.comingSoon ? '*' : ''}} + More info + +
+
+ Free + checkmark +
+
+ Premium + checkmark
-

* Coming soon

+
+

* Coming soon

+
+
-
+
<%// Desktop features tables %>
<% for(let category of pricingTableForSecurity) {%> @@ -266,37 +274,114 @@ <%// Mobile features tables %>
{{category.categoryName}}
-
-
- - {{feature.name}}{{feature.comingSoon ? '*' : ''}} - - More info -
-
- Free - checkmark -
-
- Premium - checkmark -
+
+
+ + {{feature.name}}{{feature.comingSoon ? '*' : ''}} + + More info +
+
+ Free + checkmark +
+
+ Premium + checkmark
-

* Coming soon

+
+

* Coming soon

+
+
<%// Bottom call to action %> -
-

Questions?

-

We have answers to the most commonly asked questions.

-
- - Talk to us - - - Read the docs - +
+
+

Frequently
asked questions

+
+
+
+
+

+ <% + // ███████╗ █████╗ ██████╗ ██████╗ ██╗ + // ██╔════╝██╔══██╗██╔═══██╗ ██╔═══██╗███║ + // █████╗ ███████║██║ ██║ ██║ ██║╚██║ + // ██╔══╝ ██╔══██║██║▄▄ ██║ ██║▄▄ ██║ ██║ + // ██║ ██║ ██║╚██████╔╝ ╚██████╔╝ ██║ + // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚══▀▀═╝ ╚═╝ + %> + Parts of the UI are unfamiliar to us. Is this too far out of my team's comfort zone? + +

+

+ <% + // ███████╗ █████╗ ██████╗ █████╗ ██╗ + // ██╔════╝██╔══██╗██╔═══██╗ ██╔══██╗███║ + // █████╗ ███████║██║ ██║ ███████║╚██║ + // ██╔══╝ ██╔══██║██║▄▄ ██║ ██╔══██║ ██║ + // ██║ ██║ ██║╚██████╔╝ ██║ ██║ ██║ + // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝ ╚═╝ + %> + 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. +

+
+
+

+ <% + // ███████╗ █████╗ ██████╗ ██████╗ ██████╗ + // ██╔════╝██╔══██╗██╔═══██╗ ██╔═══██╗╚════██╗ + // █████╗ ███████║██║ ██║ ██║ ██║ █████╔╝ + // ██╔══╝ ██╔══██║██║▄▄ ██║ ██║▄▄ ██║██╔═══╝ + // ██║ ██║ ██║╚██████╔╝ ╚██████╔╝███████╗ + // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚══▀▀═╝ ╚══════╝ + %> + Fleet is perfect, it's just missing this one feature... + +

+

+ <% + // ███████╗ █████╗ ██████╗ █████╗ ██████╗ + // ██╔════╝██╔══██╗██╔═══██╗ ██╔══██╗╚════██╗ + // █████╗ ███████║██║ ██║ ███████║ █████╔╝ + // ██╔══╝ ██╔══██║██║▄▄ ██║ ██╔══██║██╔═══╝ + // ██║ ██║ ██║╚██████╔╝ ██║ ██║███████╗ + // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝╚══════╝ + %> + 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. +

+
+
+

+ <% + // ███████╗ █████╗ ██████╗ ██████╗ ██████╗ + // ██╔════╝██╔══██╗██╔═══██╗ ██╔═══██╗╚════██╗ + // █████╗ ███████║██║ ██║ ██║ ██║ █████╔╝ + // ██╔══╝ ██╔══██║██║▄▄ ██║ ██║▄▄ ██║ ╚═══██╗ + // ██║ ██║ ██║╚██████╔╝ ╚██████╔╝██████╔╝ + // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚══▀▀═╝ ╚═════╝ + %> + What actually is Fleet? Was it purpose built for this kind of thing? + +

+

+ <% + // ███████╗ █████╗ ██████╗ █████╗ ██████╗ + // ██╔════╝██╔══██╗██╔═══██╗ ██╔══██╗╚════██╗ + // █████╗ ███████║██║ ██║ ███████║ █████╔╝ + // ██╔══╝ ██╔══██║██║▄▄ ██║ ██╔══██║ ╚═══██╗ + // ██║ ██║ ██║╚██████╔╝ ██║ ██║██████╔╝ + // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝╚═════╝ + %> + Fleet started as an osquery management server. After 10 years of production osquery use at scale in huge organizations, Fleet added "write" and "execute" device management capabitilies, 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. +

+
+
+
+

Couldn’t find an answer? Message us.

+