mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
e97755f924
commit
dc1627a33f
1 changed files with 3 additions and 3 deletions
6
website/views/pages/platform.ejs
vendored
6
website/views/pages/platform.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue