mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Add banner to homepage (#39520)
Closes: https://github.com/fleetdm/fleet/issues/39459 Changes: - Added a banner with a link to the Fleet vs Jamf comparison article
This commit is contained in:
parent
c4841efa57
commit
a01846dfad
2 changed files with 4 additions and 4 deletions
2
website/assets/styles/layout.less
vendored
2
website/assets/styles/layout.less
vendored
|
|
@ -71,7 +71,7 @@ html, body {
|
|||
padding: 12px 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: #0587FF;
|
||||
background: #527CDB;
|
||||
color: #FFF;
|
||||
font-family: Inter;
|
||||
font-size: 14px;
|
||||
|
|
|
|||
6
website/views/pages/homepage.ejs
vendored
6
website/views/pages/homepage.ejs
vendored
|
|
@ -1,7 +1,7 @@
|
|||
<div id="homepage" v-cloak>
|
||||
<!-- <div purpose="announcement-banner">
|
||||
<animated-arrow-button arrow-color="white" text-color="white" href="/articles/free-migration-from-jamf-to-fleet">Free Jamf to Fleet MDM migration service</animated-arrow-button>
|
||||
</div> -->
|
||||
<div purpose="announcement-banner">
|
||||
<animated-arrow-button arrow-color="white" text-color="white" href="/compare/jamf">How to choose the right MDM — Fleet vs. Jamf</animated-arrow-button>
|
||||
</div>
|
||||
<%/* Hero container */%>
|
||||
<div purpose="hero-container">
|
||||
<div purpose="hero-background-image">
|
||||
|
|
|
|||
Loading…
Reference in a new issue