Skip to content

Commit 6aae296

Browse files
Copilotjeswr
andcommitted
Add banner advertising Solid26, Solid Symposium and Solid Hackathon
Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solidproject.org/sessions/d2a8934d-61ee-4fc7-b8fa-2b4b43fd5a0c
1 parent 580e56c commit 6aae296

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
<span></span>
3535
<span></span>
3636
</button>
37-
</header>{% if page.breadcrumbs %}
37+
</header>
38+
<div class="event-banner" role="region" aria-label="Event announcement">
39+
📣 Join us for <a href="https://solid26.org/">Solid26</a> — Solid Symposium (Apr 30 – May 1) · Solid Hackathon (Apr 27 – 29) · London, 2026
40+
</div>{% if page.breadcrumbs %}
3841
<nav class="breadcrumb" aria-label="breadcrumbs">
3942
<ol>
4043
<li><a href="/">Home</a></li>

assets/css/banner.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Event Banner */
2+
.event-banner {
3+
background-color: #7C4DFF;
4+
color: #fff;
5+
text-align: center;
6+
padding: 0.6rem 1rem;
7+
font-size: 1rem;
8+
line-height: 1.4;
9+
}
10+
11+
.event-banner a {
12+
color: #fff;
13+
text-decoration: underline;
14+
font-weight: bold;
15+
}
16+
17+
.event-banner a:hover,
18+
.event-banner a:focus {
19+
color: #e0d4ff;
20+
}

assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
permalink: /assets/styles.css
33
---
4-
{% capture css %}{% include_relative base.css %}{% include_relative header.css %}{% include_relative footer.css %}{% include_relative breadcrumb.css %}{% include_relative homepage.css %}{% include_relative apps.css %}{% endcapture %}{{ css | strip_newlines | replace: ' ', ' ' | replace: ' ', ' ' }}
4+
{% capture css %}{% include_relative base.css %}{% include_relative header.css %}{% include_relative banner.css %}{% include_relative footer.css %}{% include_relative breadcrumb.css %}{% include_relative homepage.css %}{% include_relative apps.css %}{% endcapture %}{{ css | strip_newlines | replace: ' ', ' ' | replace: ' ', ' ' }}

0 commit comments

Comments
 (0)