Skip to content

Commit eb857fd

Browse files
committed
Adding a banner for the SustainOSS Virtual Forum
1 parent 25bf903 commit eb857fd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_includes/2025-event.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<div class="alert text-center text-white py-3 mb-0 border-0 rounded-0 book-promo" role="alert" style="background-color: #aa70b5">
2+
<strong>Join us at <a href="https://opencollective.com/sustainoss/events/sustainoss-virtual-forum-348aa185" class="btn btn-outline-light ml-2">SustainOSS Virtual Forum</a></strong>
3+
<button type="button" class="close float-none align-middle ml-2 ml-sm-4 text-white" data-dismiss="alert" aria-label="Close">
4+
<span aria-hidden="true">&times;</span>
5+
</button>
6+
</div>

_includes/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@
4848
<body class="{{ body_class }}">
4949
<header class="mast-header">
5050
{%- include nav.html -%}
51+
{%- include 2025-event.html -%}
5152
</header>

0 commit comments

Comments
 (0)