From 785f8cb4455eb0a021f4975827890396ae155ed2 Mon Sep 17 00:00:00 2001 From: Sebastian Maniak Date: Mon, 1 Jun 2026 13:18:02 -0400 Subject: [PATCH 1/5] Replace Linux Foundation branding with AAIF agentgateway was accepted into the AAIF (aaif.io). Swap the Linux Foundation logo and text for the new AAIF logo across the site, and add a "Visit the AAIF project" link to the homepage hero. - Add static/aaif-light.svg (black) and aaif-dark.svg (white) logo variants - Hero "Part of" badge: AAIF logo (auto-inverts in dark mode) + project link - Contributing Companies carousel: Linux Foundation -> AAIF - Footer: "A Linux Foundation Project" -> "An AAIF Project" - Enterprise page: update copy and logo (white variant for dark section) - Quotes carousel: AAIF logo with light/dark filter handling Testimonial quotes and historical blog posts left unchanged, as they are verbatim/dated records. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Sebastian Maniak --- layouts/_default/enterprise.html | 4 +-- layouts/partials/homepage-content.html | 19 ++++++++++---- layouts/partials/quotes-carousel.html | 5 ++-- static/aaif-dark.svg | 34 ++++++++++++++++++++++++++ static/aaif-light.svg | 34 ++++++++++++++++++++++++++ 5 files changed, 87 insertions(+), 9 deletions(-) create mode 100644 static/aaif-dark.svg create mode 100644 static/aaif-light.svg diff --git a/layouts/_default/enterprise.html b/layouts/_default/enterprise.html index facb4953a..0dc48107c 100644 --- a/layouts/_default/enterprise.html +++ b/layouts/_default/enterprise.html @@ -20,11 +20,11 @@

Enterprise Distributions

- Agentgateway was originally created by Solo.io and is a Linux Foundation project. The listed partners offer enterprise distributions and commercial support for agentgateway. + Agentgateway was originally created by Solo.io and is an AAIF project. The listed partners offer enterprise distributions and commercial support for agentgateway.

- Linux Foundation + AAIF
diff --git a/layouts/partials/homepage-content.html b/layouts/partials/homepage-content.html index 0c00f9114..097f8ddaf 100644 --- a/layouts/partials/homepage-content.html +++ b/layouts/partials/homepage-content.html @@ -136,6 +136,14 @@ .hp-page .hp-hero-logo-dark { display: none; } .dark .hp-page .hp-hero-logo-light { display: none; } .dark .hp-page .hp-hero-logo-dark { display: block; } +.hp-page .hp-aaif-badge { height: 26px; width: auto; opacity: 0.6; filter: brightness(0); } +.dark .hp-page .hp-aaif-badge { filter: brightness(0) invert(1); } +.hp-page .hp-aaif-link { + font-family: var(--hp-font-m); font-size: 12px; letter-spacing: 0.06em; + color: var(--hp-text-5); text-decoration: none; + border-bottom: 1px solid transparent; transition: color .18s ease, border-color .18s ease; +} +.hp-page .hp-aaif-link:hover { color: var(--hp-text-2); border-bottom-color: currentColor; } .hp-hero-lede { font-family: var(--hp-font-h); font-weight: 600; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.18; letter-spacing: -0.02em; @@ -657,9 +665,10 @@

An open source HTTP and gRPC gateway that handles traditional application traffic and AI-native protocols in one data plane. Route, secure, observe, and govern services, LLM provider traffic, MCP tools, and agent-to-agent communication without stitching together separate gateways.

-
+
@@ -887,7 +896,7 @@

APIs & Services

Contributing Companies
-
The Linux FoundationLinux Foundation
+
AAIFAAIF
Solo.ioSolo.io
MicrosoftMicrosoft
AppleApple
@@ -898,7 +907,7 @@

APIs & Services

SalesforceSalesforce
HuaweiHuawei
AmdocsAmdocs
- + @@ -1357,7 +1366,7 @@
Community
diff --git a/layouts/partials/quotes-carousel.html b/layouts/partials/quotes-carousel.html index 0477cce54..57a3a68fb 100644 --- a/layouts/partials/quotes-carousel.html +++ b/layouts/partials/quotes-carousel.html @@ -16,7 +16,8 @@ .hp-quotes-left { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; } -.hp-quotes-logo { height: 64px; width: auto; } +.hp-quotes-logo { height: 64px; width: auto; filter: brightness(0); opacity: 0.7; } +.dark .hp-quotes-logo { filter: brightness(0) invert(1); } @media (min-width: 1024px) { .hp-quotes-logo { height: 80px; } } .hp-quotes-nav { display: flex; gap: 10px; } .hp-quotes-nav button { @@ -64,7 +65,7 @@
- +
+
+ + diff --git a/layouts/partials/homepage-content.html b/layouts/partials/homepage-content.html index 097f8ddaf..95bf737ba 100644 --- a/layouts/partials/homepage-content.html +++ b/layouts/partials/homepage-content.html @@ -136,14 +136,10 @@ .hp-page .hp-hero-logo-dark { display: none; } .dark .hp-page .hp-hero-logo-light { display: none; } .dark .hp-page .hp-hero-logo-dark { display: block; } -.hp-page .hp-aaif-badge { height: 26px; width: auto; opacity: 0.6; filter: brightness(0); } +.hp-page .hp-aaif-badge { height: 44px; width: auto; opacity: 0.6; filter: brightness(0); } .dark .hp-page .hp-aaif-badge { filter: brightness(0) invert(1); } -.hp-page .hp-aaif-link { - font-family: var(--hp-font-m); font-size: 12px; letter-spacing: 0.06em; - color: var(--hp-text-5); text-decoration: none; - border-bottom: 1px solid transparent; transition: color .18s ease, border-color .18s ease; -} -.hp-page .hp-aaif-link:hover { color: var(--hp-text-2); border-bottom-color: currentColor; } +.hp-page .hp-aaif-link { display: inline-flex; align-items: center; line-height: 0; } +.hp-page .hp-aaif-link:hover .hp-aaif-badge { opacity: 0.9; } .hp-hero-lede { font-family: var(--hp-font-h); font-weight: 600; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.18; letter-spacing: -0.02em; @@ -667,8 +663,9 @@

@@ -1319,7 +1316,7 @@

Jo
- THE LINUX
FOUNDATION + AAIF

diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 8816fca4e..24ce933e0 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -444,7 +444,7 @@ color: #e5e7eb; /* gray-200 — visible on the near-black nav in dark mode */ } -