Website: Update primary-tagline.partial.ejs (#18754)

Not everyone was getting what we meant by "focus on data, not vendors".


To be clear, what we meant is that you can use open standards and data,
and learn related skills (git, yml, sql, REST, json, http, devops, etc)
rather than using lots of overlapping proprietary tools and learning a
bunch of overlapping proprietary skills that rot quickly and don't
always translate between jobs.
This commit is contained in:
Mike McNeil 2024-05-03 18:31:53 -05:00 committed by GitHub
parent 57b52204a9
commit 7ae2f24e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1 @@
<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' : 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 security, not vendors' : 'Untangle your endpoints' %>