add static announcement banner

This commit is contained in:
Tobias Brunner 2025-03-14 15:25:52 +01:00
parent 31844f1b13
commit 1105fc7605
No known key found for this signature in database

View file

@ -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;">