From 52267b993f9007b2eef7b6665bb29d6ebfe17e5c Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 2 May 2024 18:14:08 -0500 Subject: [PATCH] Website: homepage and /endpoint-ops personalization & content update. (#18707) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/fleetdm/confidential/issues/6408 Changes: - Updated the "Osquery on easy mode" bullet point and section on the endpoint ops page. - Added missing punctuation to an integration card on the homepage. - Updated the calendar video to fix autoplaying on IOS - Updated the homepage tagline to be personalized for vulnerability management users (“Focus on vulnerabilities, not vendors”) - --- website/views/pages/endpoint-ops.ejs | 6 +++--- website/views/pages/homepage.ejs | 6 +++--- .../views/partials/calendar-banner.partial.ejs | 15 +++++++++------ .../views/partials/primary-tagline.partial.ejs | 2 +- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/website/views/pages/endpoint-ops.ejs b/website/views/pages/endpoint-ops.ejs index 6b284eaf70..bca7ff49f5 100644 --- a/website/views/pages/endpoint-ops.ejs +++ b/website/views/pages/endpoint-ops.ejs @@ -20,7 +20,7 @@

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

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

+

You don’t need to be an osquery expert to get the answers you need from your endpoints.

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 @@ -31,7 +31,7 @@ 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.

+

You don’t need to be an osquery expert to get the answers you need from your devices.

<% }%>
Start now @@ -190,7 +190,7 @@

Osquery on easy mode

-

Accelerate deployment and get more out of osquery. You don’t need to be an osquery expert to get the answers you need from your devices, Fleet takes care of some of that for you.

+

Accelerate deployment and get more out of osquery. You don’t need to be an osquery expert to get the answers you need from your <%= ['vm', 'eo-security'].includes(primaryBuyingSituation) ? 'endpoints' : 'devices' %>.

Remotely disable/enable agent features, choose plugins, and keep osquery up to date.

Import community queries from other security teams at top brands like Palantir and Fastly.

diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index c7223bffce..c978dd65a2 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -41,7 +41,7 @@ <%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%>

Tell employees why

Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.

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

Say goodbye to annoying IT notifications and restarts.

Use AI to explain why your security policies matter.

@@ -52,7 +52,7 @@
- +
@@ -237,7 +237,7 @@ Custom IT workflows <% if(['vm', 'eo-security'].includes(primaryBuyingSituation)){%> Kick off automations -

Use git, yaml, webhooks, file carving, vuln feeds, the REST API, and a GUI for security automations

+

Use git, yaml, webhooks, file carving, vuln feeds, the REST API, and a GUI for security automations.

<% } else { %> Custom IT workflows

Use git, yaml, webhooks, realtime device access, file carving, vuln feeds, the REST API, and a GUI for IT automation.

diff --git a/website/views/partials/calendar-banner.partial.ejs b/website/views/partials/calendar-banner.partial.ejs index 4df3443801..26700c9432 100644 --- a/website/views/partials/calendar-banner.partial.ejs +++ b/website/views/partials/calendar-banner.partial.ejs @@ -2,15 +2,18 @@
NEW
<% if(!primaryBuyingSituation) {%> -

Stop nudging

-

Stop installing updates and forcing restarts when your users are busy using their computers. Fleet finds time in the calendar for a reboot and uses AI to explain why.

- <%} else if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%> -

Put IT in your calendar

+

"This is a terrible time to mess with my computer."

+

Install updates and force restarts when your users’ computers are actually free.

+ <%} else if(['mdm'].includes(primaryBuyingSituation)) {%> +

Timing is everything

+

Install updates and force restarts when your users’ computers are actually free.

+ <%} else if(['eo-it'].includes(primaryBuyingSituation)) {%> +

Patch your C-suite with confidence

Install updates and force restarts when your users’ computers are actually free.

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

Tell employees why

Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.

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

Say goodbye to annoying IT notifications and restarts.

Use AI to explain why your security policies matter.

@@ -21,6 +24,6 @@
- +
diff --git a/website/views/partials/primary-tagline.partial.ejs b/website/views/partials/primary-tagline.partial.ejs index 32b47d58e3..14f1004763 100644 --- a/website/views/partials/primary-tagline.partial.ejs +++ b/website/views/partials/primary-tagline.partial.ejs @@ -1 +1 @@ -<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation ? 'Focus on data, not vendors' : 'Untangle your endpoints' %> +<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' : primaryBuyingSituation ? 'Focus on data, not vendors' : 'Untangle your endpoints' %>