Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion website_and_docs/layouts/partials/announcement-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
<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>
Expand Down
Loading