mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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:
parent
111c6e703f
commit
c0903c2db2
4 changed files with 12 additions and 0 deletions
3
website/views/pages/entrance/login.ejs
vendored
3
website/views/pages/entrance/login.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
3
website/views/pages/entrance/signup.ejs
vendored
3
website/views/pages/entrance/signup.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
3
website/views/pages/fleetctl-preview.ejs
vendored
3
website/views/pages/fleetctl-preview.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
3
website/views/pages/homepage.ejs
vendored
3
website/views/pages/homepage.ejs
vendored
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue