Update platform.ejs (#7326)

- Updated "Try it out" CTA to point to Sandbox.
- Updated "Try Fleet" to "Sandbox" to avoid repetition and have continuity across the CTAs.
- Updated "Join the community" to "Community" for continuity across the CTAs.
This commit is contained in:
Mike Thomas 2022-08-20 07:10:50 +09:00 committed by GitHub
parent e97755f924
commit dc1627a33f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,8 +215,8 @@
<div purpose="next-steps" class="row card-deck flex-lg-row flex-column mx-auto">
<div class="card card-body text-center">
<img class="mx-auto" style="width: 40px; height: 40px; margin-bottom: 16px;" alt="Fleet logo" src="/images/platform/logo-fleet-brandmark-40x40@2x.png">
<h3>Try Fleet</h3>
<p>Install Fleet and osquery locally on your device in less than 5 minutes.</p>
<h3>Sandbox</h3>
<p>Play with Fleet on your device to see how easy getting endpoint data can be.</p>
<a href="/try-fleet/register" class="mt-auto">Try it out<img alt="A vibrant blue arrow pointing right" src="/images/platform/icon-right-arrow-vibrant-blue-16x16@2x.png"></a>
</div>
<div class="card card-body text-center">
@ -227,7 +227,7 @@
</div>
<div class="card card-body text-center">
<img class="mx-auto" style="width: 40px; height: 40px; margin-bottom: 16px;" alt="Slack logo" src="/images/logo-slack-24x24@2x.png">
<h3>Join the community</h3>
<h3>Community</h3>
<p>Join the conversation or ask for help in our Slack channel.</p>
<a href="/slack" target="_blank" class="mt-auto">Join on Slack<img alt="A vibrant blue arrow pointing right" src="/images/platform/icon-right-arrow-vibrant-blue-16x16@2x.png"></a>
</div>