forked from SeleniumHQ/seleniumhq.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannouncement-banner.html
More file actions
17 lines (15 loc) · 918 Bytes
/
announcement-banner.html
File metadata and controls
17 lines (15 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{ $color := "selenium-blue" }}
{{ $p1 := .p1 }}
<section id="announcement-banner" class="alert-static g-0 row -bg-{{ $color }}">
<div class="container g-0" style="padding: 10px;">
<div class="row g-0 justify-content-center">
<div class="alert alert-{{ $color }} col-12 fade show mb-0 p-0 -bg-{{ $color }}" role="alert">
<!--Use this section to add announcement to the website. Ensure to switch flag off and on depending on whether announcement is to be show. TOML file-->
<h4 class="alert-heading text-center m-2">
<!--Sample Annoucement -Tune in for the Selenium Community Live scheduled for July 30th, 2025. -->
<!--Add link -<a href="https://www.linkedin.com/events/seleniumcommunitylive-episode87345785775592042497/theater/" target='_blank' aria-pressed="true">Join us!</a> -->
</h4>
</div>
</div>
</div>
</section>