Skip to content

Commit

Permalink
Website: add JNUC banner to device-management page (#22560)
Browse files Browse the repository at this point in the history
Closes: #22559

Changes:
-Added a banner to the top of the device management page for JNUC
atendees to book a meeting with the CEO.
  • Loading branch information
eashaw authored Oct 1, 2024
1 parent f8fff16 commit fd928e7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added website/assets/images/icon-hand-wave-20x20@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions website/assets/styles/pages/device-management.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,27 @@
strong {
color: @core-fleet-black;
}
[purpose='jnuc-banner'] {
height: 44px;
background-color: #0587FF;
p {
color: #FFF;
font-size: 14px;
font-weight: 700;
margin-bottom: 0px;
}
a {
color: #FFF;
text-decoration-line: underline;
text-underline-offset: 2px;

}
img {
display: inline;
height: 20px;
margin-right: 10px;
}
}
[purpose='page-container'] {
padding-left: 64px;
padding-right: 64px;
Expand Down
1 change: 1 addition & 0 deletions website/views/pages/device-management.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div id="device-management-page" v-cloak>
<div purpose="jnuc-banner" class="d-flex flex-row align-items-center justify-content-center"><img src="/images/icon-hand-wave-20x20@2x.png" alt="👋"><p>Attending JNUC? <a href="https://calendly.com/d/ckwb-wcp-8fz/meet-with-fleet-ceo" target="_blank">Chat with our CEO</a>.</p></div>
<div purpose="page-container">
<div purpose="page-content" class="mx-auto">
<div purpose="hero">
Expand Down

0 comments on commit fd928e7

Please sign in to comment.