From 423be2fc70a5db4fa5f69f00759b019f85eb0593 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 12 Mar 2026 14:25:18 +1100 Subject: [PATCH] Improve website accessibility (#979) * Improve website accessibility Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Refine homepage search semantics Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- website/src/pages/agents.astro | 4 +- website/src/pages/contributors.astro | 4 +- website/src/pages/hooks.astro | 4 +- website/src/pages/index.astro | 18 +++- website/src/pages/instructions.astro | 4 +- website/src/pages/plugins.astro | 4 +- website/src/pages/skills.astro | 4 +- website/src/pages/tools.astro | 4 +- website/src/pages/workflows.astro | 4 +- website/src/scripts/pages/agents-render.ts | 78 +++++++-------- website/src/scripts/pages/hooks-render.ts | 70 ++++++------- website/src/scripts/pages/index.ts | 97 +++++++++++++++++-- .../src/scripts/pages/instructions-render.ts | 24 ++--- website/src/scripts/pages/plugins-render.ts | 24 ++--- website/src/scripts/pages/skills-render.ts | 50 +++++----- website/src/scripts/pages/workflows-render.ts | 20 ++-- website/src/styles/global.css | 40 +++++++- 17 files changed, 293 insertions(+), 160 deletions(-) diff --git a/website/src/pages/agents.astro b/website/src/pages/agents.astro index f1ca6f42..df1e0566 100644 --- a/website/src/pages/agents.astro +++ b/website/src/pages/agents.astro @@ -11,7 +11,7 @@ const initialItems = sortAgents(agentsData.items, 'title'); --- -
+
@@ -54,7 +54,7 @@ const initialItems = sortAgents(agentsData.items, 'title');
-
+ diff --git a/website/src/pages/contributors.astro b/website/src/pages/contributors.astro index 38b13b47..3225a690 100644 --- a/website/src/pages/contributors.astro +++ b/website/src/pages/contributors.astro @@ -4,7 +4,7 @@ import PageHeader from '../components/PageHeader.astro'; --- -
+
@@ -281,7 +281,7 @@ import PageHeader from '../components/PageHeader.astro';
-
+