Website: Add announcement banner (#32603)

Changes:
- Added an announcement banner on the homepage, /login, /register, and
/try-fleet that links to the contact page with the message "$0 MDM
migration"
This commit is contained in:
Eric 2025-09-04 14:19:51 -05:00 committed by GitHub
parent 111c6e703f
commit c0903c2db2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,7 @@
<div id="login" v-cloak>
<div purpose="announcement-banner">
<animated-arrow-button arrow-color="white" text-color="white" href="/contact">$0 MDM migration</animated-arrow-button>
</div>
<div purpose="page-container" class="container">
<div purpose="page-heading">
<h1>Welcome to Fleet</h1>

View file

@ -1,4 +1,7 @@
<div id="signup" v-cloak>
<div purpose="announcement-banner">
<animated-arrow-button arrow-color="white" text-color="white" href="/contact">$0 MDM migration</animated-arrow-button>
</div>
<div purpose="page-container" class="container">
<div purpose="page-heading">
<h1>Welcome to Fleet</h1>

View file

@ -1,4 +1,7 @@
<div id="fleetctl-preview" v-cloak>
<div purpose="announcement-banner">
<animated-arrow-button arrow-color="white" text-color="white" href="/contact">$0 MDM migration</animated-arrow-button>
</div>
<div purpose="page-container" class="d-flex flex-column container">
<div purpose="page-title">
<h1>Try Fleet</h1>

View file

@ -1,4 +1,7 @@
<div id="homepage" v-cloak>
<div purpose="announcement-banner">
<animated-arrow-button arrow-color="white" text-color="white" href="/contact">$0 MDM migration</animated-arrow-button>
</div>
<%/* Hero container */%>
<div purpose="hero-container">
<div purpose="hero-background-image">