add static announcement banner
This commit is contained in:
parent
31844f1b13
commit
1105fc7605
1 changed files with 10 additions and 0 deletions
|
@ -24,6 +24,16 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="overflow-hidden">
|
||||
<!-- Announcement Bar -->
|
||||
<div class="bg-primary text-white py-2 text-center">
|
||||
<div class="container">
|
||||
<a href="https://www.vshn.ch/en/blog/vshn-launches-servala-open-cloud-native-service-hub/" class="text-white text-decoration-none" target="_blank">
|
||||
VSHN launches Servala – Open Cloud Native Service Hub
|
||||
</a>
|
||||
<i class="bi bi-box-arrow-up-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<header x-data="{sideNav: false, atTop: true}" class="site-header position-relative">
|
||||
<div class="header-nav" :class="{ 'header-nav--top': atTop, 'header-nav--fixed': !atTop }"
|
||||
x-on:scroll.window="atTop = (window.pageYOffset > 200) ? false : true;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue