mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: add CTA back to device-management page (#23105)
Closes: #23028 Changes: - Added a CTA to the Hero section of the device management page
This commit is contained in:
parent
d9fabdb698
commit
46e0549ed8
2 changed files with 8 additions and 4 deletions
|
|
@ -539,10 +539,10 @@
|
|||
}
|
||||
[purpose='cta-button'] {
|
||||
cursor: pointer;
|
||||
margin-right: 32px;
|
||||
margin-right: 24px;
|
||||
background: @core-vibrant-red;
|
||||
border-radius: 8px;
|
||||
padding: 16px 32px;
|
||||
padding: 16px;
|
||||
height: 36px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
8
website/views/pages/device-management.ejs
vendored
8
website/views/pages/device-management.ejs
vendored
|
|
@ -28,6 +28,10 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="button-row" class="d-flex flex-row align-items-center">
|
||||
<a purpose="cta-button" href="/contact">Talk to us</a>
|
||||
<animated-arrow-button href="/register">Try it yourself</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
<logo-carousel></logo-carousel>
|
||||
|
||||
|
|
@ -511,8 +515,8 @@
|
|||
<h4>Device management (MDM)</h4>
|
||||
<h1>Your easiest MDM migration</h1>
|
||||
<div purpose="button-row" style="margin-top: 32px;" class="d-flex flex-row justify-content-center align-items-center mx-auto">
|
||||
<a purpose="cta-button" href="/register">Start now</a>
|
||||
<animated-arrow-button href="/contact">Talk to us</animated-arrow-button>
|
||||
<a purpose="cta-button" href="/contact">Talk to us</a>
|
||||
<animated-arrow-button href="/register">Try it yourself</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue