Skip to content

Commit

Permalink
Merge pull request #609 from andrea-kyurchiev/feat/adding-second-head…
Browse files Browse the repository at this point in the history
…er-banner

adds a second banner to the header
  • Loading branch information
CiaraFlanagan authored Sep 1, 2023
2 parents bc621c7 + b5860ff commit f323adf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@
</div>
</header>
{{ "<!-- /navigation -->" | safeHTML }}
<section class="notice bg-transperant">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12 text-center text-dark">
<i class="ti-announcement mr-2"></i>
<a href="https://bit.ly/45QzPkO" class="btn-link ml-1" target="_blank"> The Call for Presenters
</a>
for the InnerSource Summit 2023 on November 15-16 is now open! Deadline is September 30 (anywhwere on Earth)!
</div>
</div>
</div>
</section>

<section class="notice bg-light">
<div class="container">
<div class="row align-items-center">
Expand Down

0 comments on commit f323adf

Please sign in to comment.