mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
update eo-security hero text (#23450)
Closes https://github.com/fleetdm/fleet/issues/23449 - updated eo-security hero text @mikermcneil, "Easily get security data" is my favourite, but I don't like the double compound adjective in the subheading. What do you think about this instead?
This commit is contained in:
parent
a6fd506668
commit
fb473f3ece
2 changed files with 2 additions and 2 deletions
2
website/views/pages/homepage.ejs
vendored
2
website/views/pages/homepage.ejs
vendored
|
|
@ -7,7 +7,7 @@
|
|||
<%/* Hero text */%>
|
||||
<div purpose="hero-text" class="d-flex flex-column justify-content-center">
|
||||
<h1 class="mx-auto <%= primaryBuyingSituation%>"><%- partial('../partials/primary-tagline.partial.ejs') %></h1>
|
||||
<p>Replace the sprawl with <%= primaryBuyingSituation === 'vm'? 'secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'universal, open-source endpoint visibility' : 'a modern device management platform that works the way you want' %>.</p>
|
||||
<p>Replace the sprawl with <%= primaryBuyingSituation === 'vm'? 'secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'open-source endpoint observability for every platform' : 'a modern device management platform that works the way you want' %>.</p>
|
||||
<div purpose="button-row" class="d-flex flex-sm-row flex-column justify-content-center align-items-center">
|
||||
<a purpose="cta-button" href="<%= primaryBuyingSituation === 'mdm' ? '/device-management' : primaryBuyingSituation === 'vm' ? '/vulnerability-management' : primaryBuyingSituation === 'eo-security' ? '/endpoint-ops' : primaryBuyingSituation === 'eo-it' ? '/endpoint-ops' : '/device-management' %>">Learn how</a>
|
||||
<animated-arrow-button href="/contact">Talk to us</animated-arrow-button>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<%=
|
||||
typeof primaryBuyingSituation === 'undefined' ? 'Open-source device management for everyone' // Default (no buying situation)
|
||||
: primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' // vm
|
||||
: primaryBuyingSituation === 'eo-security' ? 'Light in every corner'// eo-security
|
||||
: primaryBuyingSituation === 'eo-security' ? 'Easily get security data'// eo-security
|
||||
: primaryBuyingSituation === 'eo-it' ? 'Untangle your endpoints' : // eo-it
|
||||
'Open-source device management for everyone'// mdm
|
||||
%>
|
||||
|
|
|
|||
Loading…
Reference in a new issue