diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less index 72c04a9868..b9f9f5b262 100644 --- a/website/assets/styles/pages/homepage.less +++ b/website/assets/styles/pages/homepage.less @@ -338,10 +338,10 @@ .selected { font-weight: 700; } - .eo-selected { + .it-selected { transform: translateX(100%); } - .vm-selected { + .security-selected { transform: translateX(200%); } } @@ -999,11 +999,11 @@ height: 56px; width: 100%; } - .eo-selected { + .it-selected { width: 100%; transform: translateY(56px); } - .vm-selected { + .security-selected { width: 100%; transform: translateY(113px); } diff --git a/website/views/pages/endpoint-ops.ejs b/website/views/pages/endpoint-ops.ejs index dc107d725d..c9cfbb40fa 100644 --- a/website/views/pages/endpoint-ops.ejs +++ b/website/views/pages/endpoint-ops.ejs @@ -3,7 +3,7 @@
-

Endpoint operations

+

Endpoint operations <%= ['eo-security', 'vm'].includes(primaryBuyingSituation) ? 'for security' : ['eo-it', 'mdm'].includes(primaryBuyingSituation) ? 'for IT' : '' %>

<%= primaryBuyingSituation==='eo-security'? 'Instrument your endpoints' : 'Understand your computers'%>

diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index d07b372d36..99d70bfbaa 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -27,9 +27,9 @@ <% if(!primaryBuyingSituation){ %>
Device management
-
Endpoint ops
-
Vulnerability management
-
+
IT engineering
+
Security engineering
+
<%/* Device management block */%>
@@ -49,38 +49,38 @@
- <%/* Endpoint ops block */%> -
+ <%/* IT engineering block */%> +
Endpoint ops
- Pulse check anything -

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

+ Automate anything +

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

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

Use "read-only" mode or enable remote scripting to automate anything on every operating system, including Linux.

- <%/* Vulnerability management block */%> -
+ <%/* Security engineering block */%> +
An orb being scanned for vulnerabilities
- Report what matters -

Let's face it, most built-in graphs leave you wanting more. Report MTTR and any other custom metrics exactly the way you want to using fresh data from real computers.

- Deep context from the environment -

Fleet gives you data down to the chip level on every endpoint to help you make sense of which vulnerabilities to prioritize.

- Untangle your security stack -

Use open data and APIs to connect your vulnerability solution with osquery, the agent you might already have deployed.

+ Osquery on easy mode +

Use "read-only" mode or enable remote scripting to automate anything on every operating system, including Linux.

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

@@ -104,11 +104,11 @@ <% } %>
-

Endpoint ops

+

<%= primaryBuyingSituation==='eo-security'? 'Security engineering' : 'IT engineering'%>

<%= primaryBuyingSituation==='eo-security'? 'Instrument your endpoints' : 'Understand your computers'%>

A <%= primaryBuyingSituation==='eo-security'? 'lightweight' : 'quick-fast' %> way to gather <%= primaryBuyingSituation==='vm'? 'patch level and custom reports across all your computing devices, even in OT and production environments' : primaryBuyingSituation==='eo-security'? 'deep context and custom telemetry across all your endpoints, even servers' : primaryBuyingSituation==='mdm'||primaryBuyingSituation==='eo-it'? 'compliance and inventory data across all your devices' : 'device data across all your computers' %>. Pulse check or automate anything on any platform.

- Start with endpoint ops + Start with <%= primaryBuyingSituation==='eo-security' ? 'security engineering' : 'IT engineering'%>
@@ -171,11 +171,11 @@ Endpoint ops
-

Endpoint ops

-

<%= primaryBuyingSituation==='eo-security'? 'Instrument your endpoints' : 'Understand your computers'%>

-

A <%= primaryBuyingSituation==='eo-security'? 'lightweight' : 'quick-fast' %> way to gather <%= primaryBuyingSituation==='vm'? 'patch level and custom reports across all your computing devices, even in OT and production environments' : primaryBuyingSituation==='eo-security'? 'deep context and custom telemetry across all your endpoints, even servers' : primaryBuyingSituation==='mdm'||primaryBuyingSituation==='eo-it'? 'compliance and inventory data across all your devices' : 'device data across all your computers' %>. Pulse check or automate anything on any platform.

+

<%= primaryBuyingSituation==='mdm' ? 'IT engineering' : 'Security engineering'%>

+

<%= primaryBuyingSituation==='vm'? 'Instrument your endpoints' : 'Understand your computers'%>

+

A <%= primaryBuyingSituation==='vm'? 'lightweight' : 'quick-fast' %> way to gather <%= primaryBuyingSituation==='vm'? 'patch level and custom reports across all your computing devices, even in OT and production environments' : primaryBuyingSituation==='vm'? 'deep context and custom telemetry across all your endpoints, even servers' : primaryBuyingSituation==='mdm'||primaryBuyingSituation==='eo-it'? 'compliance and inventory data across all your devices' : 'device data across all your computers' %>. Pulse check or automate anything on any platform.

- Start with endpoint ops + Start with <%= primaryBuyingSituation==='mdm' ? 'IT engineering' : 'security engineering'%>