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/announcement.html b/layouts/partials/announcement.html new file mode 100644 index 000000000..25f246433 --- /dev/null +++ b/layouts/partials/announcement.html @@ -0,0 +1,71 @@ +{{- /* + AAIF announcement banner — a dismissible, goose-style fixed bar pinned to the + top of the viewport. This partial is included from every page template + (homepage, docs, tutorials, enterprise, blog), so the banner is site-wide. + + Dismissal is remembered in localStorage. When the banner is showing, the + `agw-has-banner` class on shifts the fixed navbars and page content + down by the banner height so nothing is covered. +*/ -}} + + +
+ ✨ agentgateway has joined the Agentic AI Foundation (AAIF) — Learn more + +
+ + diff --git a/layouts/partials/homepage-content.html b/layouts/partials/homepage-content.html index 0c00f9114..9cb783794 100644 --- a/layouts/partials/homepage-content.html +++ b/layouts/partials/homepage-content.html @@ -129,13 +129,22 @@ .hp-eyebrow-dot { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; } .hp-eyebrow-dot img { width: 22px; height: 22px; } .hp-hero-title { - margin: 0 0 28px; line-height: 1; + margin: 0 0 8px; line-height: 1; } .hp-hero-logo { height: clamp(140px, 16vw, 220px); width: auto; } .hp-page .hp-hero-logo-light { display: block; } .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 { + display: inline-block; width: 124px; height: 30px; + background-color: var(--hp-text-2); + -webkit-mask: url(/aaif-light.svg) center / contain no-repeat; + mask: url(/aaif-light.svg) center / contain no-repeat; + transition: opacity .18s ease; +} +.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.7; } .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,12 +666,7 @@

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.

-
- Part of - The Linux Foundation -
- -
+
Get Started @@ -887,7 +891,7 @@

APIs & Services

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

APIs & Services

SalesforceSalesforce
HuaweiHuawei
AmdocsAmdocs
- + @@ -1310,7 +1314,7 @@

Jo
- THE LINUX
FOUNDATION + AAIF

@@ -1357,7 +1361,7 @@

Community
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 8816fca4e..aeb3503cc 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -397,7 +397,7 @@ .dark .landing-navbar .landing-nav-btn-ghost:hover { background: rgba(255,255,255,0.06); } .dark .navbar.landing-navbar.scrolled { background: rgba(11,14,24,0.92); border-color: rgba(255,255,255,0.10); } .dark .navbar.landing-navbar.scrolled .link { color: #B0B4C4 !important; } - .dark .landing-navbar a[href="/"] img { content: url('/logo-dark.svg'); } + .dark .landing-navbar a[href="/"] img { content: url('/agw-dark.svg'); } /* .landing-theme-toggle + .theme-icon-{sun,moon} removed when the custom button was replaced with Hextra's theme-toggle dropdown @@ -444,9 +444,9 @@ color: #e5e7eb; /* gray-200 — visible on the near-black nav in dark mode */ } -