mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: add homepage banner & update redirect (#30084)
Changes: - Uncommented the banner at the top of the homepage - Updated the `/funding-announcement` redirect.
This commit is contained in:
parent
ea1e8b428f
commit
fc382ac639
2 changed files with 4 additions and 4 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -939,7 +939,7 @@ module.exports.routes = {
|
|||
// Temporary redirects
|
||||
// =============================================================================================================
|
||||
// For events, etc. that can be removed after a certain date. Please leave a comment with a valid until date.
|
||||
'GET /funding-announcement': '/',// This will be changed on 2025-06-17.
|
||||
'GET /funding-announcement': 'https://www.businesswire.com/news/home/20250617550974/en/Fleet-Adds-%2427M-to-Usher-in-New-Era-of-Open-Device-Management',// This will be changed on 2025-06-17.
|
||||
|
||||
|
||||
// ╦ ╦╔═╗╔╗ ╦ ╦╔═╗╔═╗╦╔═╔═╗
|
||||
|
|
|
|||
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="TODO">🎉 Fleet raises $27M for<br> open device management </animated-arrow-button>
|
||||
</div> -->
|
||||
<div purpose="announcement-banner">
|
||||
<animated-arrow-button arrow-color="white" text-color="white" href="/funding-announcement" target="_blank">🎉 Fleet raises $27M for<br> open device management </animated-arrow-button>
|
||||
</div>
|
||||
<%/* Hero container */%>
|
||||
<div purpose="hero-container">
|
||||
<div purpose="hero-background-image">
|
||||
|
|
|
|||
Loading…
Reference in a new issue