From 7c2d9130cdd84d415edf3c9978a2619e83ecb88a Mon Sep 17 00:00:00 2001 From: Russ Rutledge Date: Wed, 19 Aug 2026 16:43:58 -0500 Subject: [PATCH 1/4] Summit 2026: add sponsor section with Airbus as first Silver sponsor Adds an 'Our Sponsors' section to the Summit 2026 event page with a Silver tier showing Airbus (first Silver sponsor), using the existing airbus.png logo. Includes a commented scaffold for a Bronze tier to add later. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01C8yjkuA8vD9DwBx1vUjkKi --- content/en/events/isc-2026.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/en/events/isc-2026.md b/content/en/events/isc-2026.md index 8e59324d19..af23b1b108 100644 --- a/content/en/events/isc-2026.md +++ b/content/en/events/isc-2026.md @@ -77,6 +77,24 @@ Scott Hanselman is Vice President and Member of Technical Staff at Microsoft/Git

+### Our Sponsors +
+ +
+

Silver Sponsors

+
+ +
+
+ {{< company name="Airbus" image="/images/logos/airbus.png" >}}{{< /company >}} +
+
+ + + +
+
+ **Talk to us now on info@innersourcecommons.org to find out how you can be part of this year’s summit or fill out the following forms:
From b74affc845f011bbc1cf757fb734091f33d3d110 Mon Sep 17 00:00:00 2001 From: Russ Rutledge Date: Wed, 19 Aug 2026 17:14:29 -0500 Subject: [PATCH 2/4] Summit 2026 sponsors: link Airbus logo to airbus.com and make the card background transparent Extends the company shortcode with an optional url that wraps the logo in a link (additive; existing sponsors unchanged). Airbus now links to airbus.com and its logo card background is transparent so it blends into the page. Also updates CLAUDE.md to require a full-page PR screenshot for context. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01C8yjkuA8vD9DwBx1vUjkKi --- CLAUDE.md | 2 +- content/en/events/isc-2026.md | 8 ++++++-- layouts/shortcodes/company.html | 7 +++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index b1738edcda..23f14f6320 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -5,5 +5,5 @@ Hugo static site for the InnerSource Commons Foundation. ## When modifying pages - **Preview locally before opening a PR**: `hugo server --buildDrafts --buildFuture`, then check every page you touched at `http://localhost:1313/...`. If `hugo` isn't on `PATH`, it's typically installed via `winget install Hugo.Hugo.Extended`. -- **Attach a screenshot of every changed page to the PR description**, under a "Screenshots" section — a markdown or CSS diff doesn't show how the page actually renders, and layout/spacing/image-crop issues only show up visually. +- **Attach a full-page screenshot of every changed page to the PR description**, under a "Screenshots" section — capture the whole page top to bottom, not just the changed area, so each change is reviewed in the context of how it sits within the overall page. A markdown or CSS diff doesn't show how the page actually renders, and layout/spacing/image-crop issues only show up visually. - Run a full `hugo` build (not just the dev server) at least once before opening the PR — the dev server's incremental rebuild can miss errors a clean build catches. diff --git a/content/en/events/isc-2026.md b/content/en/events/isc-2026.md index af23b1b108..e1accd0a74 100644 --- a/content/en/events/isc-2026.md +++ b/content/en/events/isc-2026.md @@ -84,12 +84,16 @@ Scott Hanselman is Vice President and Member of Technical Staff at Microsoft/Git

Silver Sponsors

-
+
- {{< company name="Airbus" image="/images/logos/airbus.png" >}}{{< /company >}} + {{< company name="Airbus" image="/images/logos/airbus.png" url="https://www.airbus.com" >}}{{< /company >}}
+ +
diff --git a/layouts/shortcodes/company.html b/layouts/shortcodes/company.html index 1d1b59d03a..11bcd3cebd 100644 --- a/layouts/shortcodes/company.html +++ b/layouts/shortcodes/company.html @@ -1,9 +1,16 @@
+ {{ if .Get "url" }} + + {{ .Get +
{{ .Get "name" }}
+
+ {{ else }}
{{ .Get
{{ .Get "name" }}
+ {{ end }}
{{ if (not (eq (trim .Inner "\n ") "")) }}{{ end }} {{ if .Get "video" }}{{ end }} From 41a18f914756f296e6ff4fe3e2b82d4434e9b3d2 Mon Sep 17 00:00:00 2001 From: Russ Rutledge Date: Wed, 19 Aug 2026 19:47:02 -0500 Subject: [PATCH 3/4] Summit 2026 sponsors: add a short thank-you intro above the sponsor logos Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01C8yjkuA8vD9DwBx1vUjkKi --- content/en/events/isc-2026.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/events/isc-2026.md b/content/en/events/isc-2026.md index e1accd0a74..0b1d72597f 100644 --- a/content/en/events/isc-2026.md +++ b/content/en/events/isc-2026.md @@ -80,6 +80,9 @@ Scott Hanselman is Vice President and Member of Technical Staff at Microsoft/Git ### Our Sponsors
+

The InnerSource Summit is made possible by the generosity of its sponsors - organizations that believe in open collaboration and invest in the community that practices it. We're grateful to have them with us for Summit 2026.

+
+

Silver Sponsors

From 3bcbced95da4b3b8481064b64eea5a0841959614 Mon Sep 17 00:00:00 2001 From: Russ Rutledge Date: Wed, 19 Aug 2026 19:53:07 -0500 Subject: [PATCH 4/4] Summit 2026 sponsors: left-align the sponsor thank-you intro Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01C8yjkuA8vD9DwBx1vUjkKi --- content/en/events/isc-2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/events/isc-2026.md b/content/en/events/isc-2026.md index 0b1d72597f..73c2b72cee 100644 --- a/content/en/events/isc-2026.md +++ b/content/en/events/isc-2026.md @@ -80,7 +80,7 @@ Scott Hanselman is Vice President and Member of Technical Staff at Microsoft/Git ### Our Sponsors
-

The InnerSource Summit is made possible by the generosity of its sponsors - organizations that believe in open collaboration and invest in the community that practices it. We're grateful to have them with us for Summit 2026.

+

The InnerSource Summit is made possible by the generosity of its sponsors - organizations that believe in open collaboration and invest in the community that practices it. We're grateful to have them with us for Summit 2026.