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
12 changes: 6 additions & 6 deletions website_and_docs/layouts/partials/announcement-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<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">
<h4 class="alert-heading text-center m-2">
Registrations Open for SeleniumConf 2025 | March 26–28 | Join Us In-Person!
<a href="https://seleniumconf.com/?utm_medium=Referral&utm_source=selenium.dev&utm_campaign=register" target='_blank' aria-pressed="true"> Register now!</a>
</h4>
</div>
<div class="alert alert-{{ $color }} col-12 fade show mb-0 p-0 -bg-{{ $color }}" role="alert">
<h4 class="alert-heading text-center m-2">
Join us for Selenium Community Live Episde 5, on April 25th, 2025.
<a href="https://www.linkedin.com/events/seleniumcommunitylive-episode57315712465407733761/theater/" target='_blank' aria-pressed="true">More Details</a>
</h4>
</div>
</div>
</div>
</section>
Expand Down
Loading