diff --git a/website/api/controllers/view-endpoint-ops.js b/website/api/controllers/view-endpoint-ops.js index c9a860a64f..ec913c6972 100644 --- a/website/api/controllers/view-endpoint-ops.js +++ b/website/api/controllers/view-endpoint-ops.js @@ -26,9 +26,9 @@ module.exports = { // Specify an order for the testimonials on this page using the last names of quote authors let testimonialOrderForThisPage = ['Charles Zaffery','Dan Grzelak','Nico Waisman','Tom Larkin','Austin Anderson','Erik Gomez','Nick Fohs','Brendan Shaklovitz','Mike Arpaia','Andre Shields','Dhruv Majumdar','Ahmed Elshaer','Abubakar Yousafzai','Harrison Ravazzolo','Wes Whetstone','Kenny Botelho', 'Chandra Majumdar','Eric Tan']; - if(this.req.session.primaryBuyingSituation === 'eo-it'){ - testimonialOrderForThisPage = ['Eric Tan', 'Tom Larkin', 'Nick Fohs', 'Harrison Ravazzolo', 'Wes Whetstone', 'Chandra Majumdar', 'Erik Gomez', 'Mike Arpaia', 'Kenny Botelho']; - } else if(this.req.session.primaryBuyingSituation === 'eo-security'){ + if(['eo-it', 'mdm'].includes(this.req.session.primaryBuyingSituation)){ + testimonialOrderForThisPage = [ 'Harrison Ravazzolo', 'Eric Tan','Erik Gomez', 'Tom Larkin', 'Nick Fohs', 'Wes Whetstone', 'Mike Arpaia', 'Kenny Botelho']; + } else if(['eo-security', 'vm'].includes(this.req.session.primaryBuyingSituation)){ testimonialOrderForThisPage = ['Nico Waisman','Charles Zaffery','Abubakar Yousafzai','Eric Tan','Mike Arpaia','Chandra Majumdar','Ahmed Elshaer','Brendan Shaklovitz','Austin Anderson','Dan Grzelak','Dhruv Majumdar']; } // Filter the testimonials by product category and the filtered list we built above. diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less index 249fdf7441..455e28d27d 100644 --- a/website/assets/styles/pages/homepage.less +++ b/website/assets/styles/pages/homepage.less @@ -132,7 +132,7 @@ &:hover { box-shadow: 0px 4px 16px 0px #E2E4EA; } - &:first-of-type { + &.nick-fohs { [purpose='testimonial-video'] { background: url('/images/video-testimonial-thumbnail-nick-fohs-160x120@2x.png'); background-position: center; @@ -141,7 +141,7 @@ margin-right: 20px; margin-left: 0px; } - &:last-of-type { + &.austin-anderson { [purpose='testimonial-video'] { background: url('/images/video-testimonial-thumbnail-austin-anderson-160x120@2x.png'); background-position: center; @@ -730,22 +730,27 @@ [purpose='category-text-block'] { max-width: 410px; } + [purpose='platform-block'] { + .left { + margin-right: 24px; + } + .right { + margin-left: 24px; + } + } [purpose='endpoint-ops-image'] { - margin-right: 24px; img { height: auto; width: 100%; } } [purpose='device-management-image'] { - margin-left: 24px; img { height: auto; width: 100%; } } [purpose='vuln-management-image'] { - margin-left: 24px; img { height: auto; width: 100%; @@ -935,9 +940,18 @@ width: 100%; } } + [purpose='platform-block'] { + .left { + margin-right: auto; + margin-left: auto; + } + .right { + margin-right: auto; + margin-left: auto; + } + } [purpose='endpoint-ops-image'] { - margin-right: auto; - margin-left: auto; + margin-bottom: 20px; img { width: 100%; diff --git a/website/views/pages/endpoint-ops.ejs b/website/views/pages/endpoint-ops.ejs index 59b640323c..152667a782 100644 --- a/website/views/pages/endpoint-ops.ejs +++ b/website/views/pages/endpoint-ops.ejs @@ -11,14 +11,14 @@ A device verifying compliance for every endpoint
- <% if(primaryBuyingSituation === 'eo-it') { %> + <% if(['eo-it', 'mdm'].includes(primaryBuyingSituation)) { %> Pulse check anything

Use a live connection to every endpoint to simplify audit, compliance, and reporting from workstations to data centers.

Ship data to any platform

Ship logs to any platform like Splunk, Snowflake, or any streaming infrastructure like AWS Kinesis and Apache Kafka.

Automate anything

Remotely run scripts and prompts to complete tasks on every kind of computer, including Linux.

- <% } else if(primaryBuyingSituation === 'eo-security') { %> + <% } else if(['eo-security', 'vm'].includes(primaryBuyingSituation)) { %> Osquery on easy mode

You don’t need to be an osquery expert to get the answers you need from your devices, Fleet does some of that for you.

Pulse check anything @@ -71,11 +71,11 @@
<% } %>
- <%if(primaryBuyingSituation === 'eo-security'){%> + <%if(['eo-security', 'vm'].includes(primaryBuyingSituation)){%>
PlayPlay video
- <%} else if(primaryBuyingSituation === 'eo-it') {%> + <%} else if(['eo-it', 'mdm'].includes(primaryBuyingSituation)) {%>
PlayPlay video
diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index a0a7fc6269..bd977ba42f 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -27,26 +27,30 @@ <%/* Testimonial videos */%>
-
-
- Play video + <% if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%> +
+
+ Play video +
+
+

“Fleet lets us to be as lightweight as possible while surfacing data to other teams and partners.”

+

Nick Fohs

+

Systems and IT infrastructure manager

+
-
-

“Fleet lets us to be as lightweight as possible while surfacing data to other teams and partners.”

-

Nick Fohs

-

Systems and IT infrastructure manager

+ <%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%> +
+
+ Play video +
+
+

“We can build it exactly the way we want it. Which is just not possible on other platforms.”

+

Austin Anderson

+

Cybersecurity team senior manager

+
-
-
-
- Play video -
-
-

“We can build it exactly the way we want it. Which is just not possible on other platforms.”

-

Austin Anderson

-

Cybersecurity team senior manager

-
-
+ <%}%> + <% %>
@@ -79,53 +83,146 @@
<% } %>
-
- <%/* Endpoint ops block */%> -
-
-

Endpoint ops

-

Understand your computers

-

Use a consistent interface to deploy, update, and manage thousands of workstations and servers with open standards and data.

-
- Start with endpoint ops +
+ <% if(!primaryBuyingSituation){ %> + <%/* Endpoint ops block */%> +
+
+

Endpoint ops

+

Understand your computers

+

Use a consistent interface to deploy, update, and manage thousands of workstations and servers with open standards and data.

+ +
+
+ Endpoint ops
-
- Endpoint ops -
-
- - <%/* Device management block */%> -
-
- Operating systems entering a glass device management dome -
-
-

Device management

-

Manage everything in one place

-

Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.

-
- Start with device management + <%/* Device management block */%> +
+
+ Operating systems entering a glass device management dome +
+
+

Device management

+

Manage everything in one place

+

Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.

+
-
- - <%/* Vulnerability management block */%> -
-
-

Vulnerability management

-

Build the vulnerability program you actually want

-

Show how quickly zero days and "celebrity CVEs" are resolved and which teams need extra help. Use scoring, known exploit feeds, and live, down-to-the-chip data about your own environment to prioritize, export, automate, and monitor mitigations of everyday vulnerabilities in operating systems, software packages, browsers, and plugins, anywhere.

-
- Start with vuln management + <%/* Vulnerability management block */%> +
+
+

Vulnerability management

+

Build the vulnerability program you actually want

+

Show how quickly zero days and "celebrity CVEs" are resolved and which teams need extra help. Use scoring, known exploit feeds, and live, down-to-the-chip data about your own environment to prioritize, export, automate, and monitor mitigations of everyday vulnerabilities in operating systems, software packages, browsers, and plugins, anywhere.

+ +
+
+ An orb being scanned for vulnerabilities
-
- An orb being scanned for vulnerabilities -
-
+ <% } else if(['eo-it', 'eo-security'].includes(primaryBuyingSituation)) {%> + <%/* Endpoint ops block */%> +
+
+

Endpoint ops

+

Understand your computers

+

Use a consistent interface to deploy, update, and manage thousands of workstations and servers with open standards and data.

+ +
+
+ Endpoint ops +
+
+ <%if(primaryBuyingSituation === 'eo-it'){ %> + <%/* Device management block */%> +
+
+ Operating systems entering a glass device management dome +
+
+

Device management

+

Manage everything in one place

+

Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.

+ +
+
+ <% } else {%> + <%/* Vulnerability management block */%> +
+
+ An orb being scanned for vulnerabilities +
+
+

Vulnerability management

+

Build the vulnerability program you actually want

+

Show how quickly zero days and "celebrity CVEs" are resolved and which teams need extra help. Use scoring, known exploit feeds, and live, down-to-the-chip data about your own environment to prioritize, export, automate, and monitor mitigations of everyday vulnerabilities in operating systems, software packages, browsers, and plugins, anywhere.

+ +
+
+ <% } %> + <% } else if(['vm', 'mdm'].includes(primaryBuyingSituation)) {%> + + <%if(primaryBuyingSituation === 'mdm'){ %> + <%/* Device management block */%> +
+
+ Operating systems entering a glass device management dome +
+
+

Device management

+

Manage everything in one place

+

Modernize your device management practice with a single, open platform for Apple, Windows, and Linux.

+ +
+
+ <% } else {%> + <%/* Vulnerability management block */%> +
+
+ An orb being scanned for vulnerabilities +
+
+

Vulnerability management

+

Build the vulnerability program you actually want

+

Show how quickly zero days and "celebrity CVEs" are resolved and which teams need extra help. Use scoring, known exploit feeds, and live, down-to-the-chip data about your own environment to prioritize, export, automate, and monitor mitigations of everyday vulnerabilities in operating systems, software packages, browsers, and plugins, anywhere.

+ +
+
+ <% } %> + +
+
+

Endpoint ops

+

Understand your computers

+

Use a consistent interface to deploy, update, and manage thousands of workstations and servers with open standards and data.

+ +
+
+ Endpoint ops +
+
+ <% } %> <%/* Integration cards */%>

Connect your favorite tools