Skip to content

Commit 54b8ead

Browse files
CopilotjeswrCopilot
authored
Add banner advertising Solid Symposium and Solid Hackathon (#951)
* Initial plan * 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 * Update banner text: Solid26 as new standard release, add symposium and hackathon links Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solidproject.org/sessions/8b4efea0-7fad-4a3c-bc90-e59053d6bc9a * Revert unintended Gemfile.lock changes Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solidproject.org/sessions/8b4efea0-7fad-4a3c-bc90-e59053d6bc9a * Update _layouts/default.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update assets/css/banner.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Move Liquid breadcrumbs conditional to its own line for readability Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solidproject.org/sessions/efb97971-4519-4801-a115-f81fc719f5f7 * Update hackathon link to ODI announcement page Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solidproject.org/sessions/7573e3d2-6d96-45e8-8be0-15f3809ce74f * Remove Solid26 references from banner; announce only Symposium and Hackathon Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solidproject.org/sessions/5a8ac00f-833b-415f-827c-096d064cf0ed --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9878996 commit 54b8ead

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

_layouts/default.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
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+
<span aria-hidden="true">📣</span> <a href="https://sosy2026.eu/">Solid Symposium</a> (Apr 30 – May 1) · <a href="https://theodi.org/news-and-events/news/announcing-the-solid-symposium-2026/">Solid Hackathon</a> (Apr 27 – 29) · London, 2026
40+
</div>
41+
{% if page.breadcrumbs %}
3842
<nav class="breadcrumb" aria-label="breadcrumbs">
3943
<ol>
4044
<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: #fff;
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)