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:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
|
||||
// ╦ ╦╔═╗╔╗ ╦ ╦╔═╗╔═╗╦╔═╔═╗
|
||||
|
||||
Vendored
+3
-3
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user