From 500f33c512ebdf774cf89711df67d2f29dd1e61d Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 12 Apr 2024 18:21:56 -0500 Subject: [PATCH] Website: Update personalization on /endpoint-ops page (#18252) Changes: - Updated the /endpoint-ops page to display different content in the hero based on a users `primaryBuyingSituation` --- website/assets/styles/pages/endpoint-ops.less | 3 + website/views/pages/endpoint-ops.ejs | 68 ++++++++++++++----- 2 files changed, 53 insertions(+), 18 deletions(-) diff --git a/website/assets/styles/pages/endpoint-ops.less b/website/assets/styles/pages/endpoint-ops.less index 09aa410aa4..aa92b9d1f2 100644 --- a/website/assets/styles/pages/endpoint-ops.less +++ b/website/assets/styles/pages/endpoint-ops.less @@ -636,6 +636,9 @@ } } @media (max-width: 472px) { + h1 { + font-size: 36px; + } [purpose='testimonial-videos'] { flex-direction: column; } diff --git a/website/views/pages/endpoint-ops.ejs b/website/views/pages/endpoint-ops.ejs index 9576f3d175..e464db9c83 100644 --- a/website/views/pages/endpoint-ops.ejs +++ b/website/views/pages/endpoint-ops.ejs @@ -4,19 +4,35 @@

Endpoint operations

-

A consistent interface

+

Understand your computers

A device verifying compliance for every endpoint
- 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.

- 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.

+ <% if(primaryBuyingSituation === 'eo-it') { %> + 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') { %> + 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 +

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.

+ <% } else { %> + 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.

+ 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.

+ <% }%>
Start now Talk to us @@ -25,19 +41,35 @@
-
-
- an opening quotation mark -

I love the steady and consistent delivery of features that help teams work how they want to work, not how your product dictates they work.

-
-
-
Daniel Grzelak
-
-

Daniel Grzelak

-

CISO

+ <% if(primaryBuyingSituation === 'eo-it') { %> +
+
+ an opening quotation mark +

“Fleet provides a way to surface device data to our other teams and partners.”

+
+
+
Nick Fohs
+
+

Nick Fohs

+

Systems and infrastructure manager

+
-
+ <% } else { %> +
+
+ an opening quotation mark +

"I love the steady and consistent delivery of features that help teams work how they want to work, not how your product dictates they work."

+
+
+
Daniel Grzelak
+
+

Daniel Grzelak

+

CISO

+
+
+
+ <% } %>
PlayPlay video