mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
homepage "Try it out" text change (#2156)
Updated the homepage call to action to read "Try it out".
This commit is contained in:
parent
fd4c90eddf
commit
0b7ff6cd38
1 changed files with 4 additions and 4 deletions
8
website/views/pages/homepage.ejs
vendored
8
website/views/pages/homepage.ejs
vendored
|
|
@ -12,8 +12,8 @@
|
|||
<h6 style="max-width: 580px;" class="mx-auto mt-3 mb-0">
|
||||
Quickly deploy <a style="color: white; text-decoration-line: underline;" href="https://osquery.io/">osquery</a> and scale your fleet to 100,000+ devices on top of a stable core technology.
|
||||
</h6>
|
||||
<div style="max-width: 480px;" class="mt-5 mx-auto mb-0 d-sm-flex">
|
||||
<a style="max-width: 280px" class="d-sm-flex align-items-center justify-content-center btn btn-block btn-primary px-3 px-sm-5 py-3 mx-auto" href="/get-started">Get started with Fleet</a>
|
||||
<div style="max-width: 400px;" class="mt-5 mx-auto mb-0 d-sm-flex">
|
||||
<a style="max-width: 280px" class="d-sm-flex align-items-center justify-content-center btn btn-block btn-primary px-3 px-sm-5 py-3 mx-auto" href="/get-started">Try it out</a>
|
||||
<a target="_blank" style="font-size: 20px; color: white; text-decoration: none; font-weight: 700;" class="d-sm-flex align-items-center justify-content-center btn btn-link px-3 py-3" href="https://www.youtube.com/watch?v=dg1dwGQMaLw">
|
||||
<span>Watch video</span>
|
||||
<svg class="ml-2" width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
class="btn btn-block btn-md btn-primary mx-4"
|
||||
href="/get-started"
|
||||
>
|
||||
Get started
|
||||
Try it out
|
||||
</a>
|
||||
<a
|
||||
style="max-width: 220px"
|
||||
|
|
@ -243,7 +243,7 @@
|
|||
class="btn btn-block btn-md btn-primary mx-4"
|
||||
href="/get-started"
|
||||
>
|
||||
Get started
|
||||
Try it out
|
||||
</a>
|
||||
<a
|
||||
style="max-width: 220px"
|
||||
|
|
|
|||
Loading…
Reference in a new issue