From 2a34a0a0c2bb5627d06c3f305cdc71afd5e608dd Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 23 Jul 2026 13:07:41 -0400 Subject: [PATCH] docs(astro): replace organizations array with static list and add inline links --- src/pages/index.astro | 45 +++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 25 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index ce199a1..273f52e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -34,18 +34,6 @@ const meta = { "Prad Nukala — engineer and founder building decentralized identity infrastructure. Explore my projects, experience, writing, and talks.", schema: [websiteSchema(), personSchema(skills)], }; -const organizations = [ - { - name: "World Wide Web Consortium (W3C)", - role: "Working Group — DIDs, WebAuthn, WASM", - url: "https://www.w3.org/", - }, - { - name: "Decentralized Identity Foundation (DIF)", - role: "Working Group — UCAN, DWN", - url: "https://identity.foundation/", - }, -]; --- @@ -59,9 +47,11 @@ const organizations = [

I help shape the open standards behind user-owned identity as a working-group member at the - W3C (DIDs, WebAuthn, WebAssembly) and the Decentralized Identity Foundation (UCAN, DWN). I've - been shipping software since age 12 — three apps with over 1M downloads, technical writing - read 120k+ times, and bylines in Fast Company. + W3C (DIDs, + WebAuthn, WebAssembly) + and the Decentralized Identity Foundation (UCAN, DWN). I've been shipping software since age + 12 — three apps with over 1M downloads, technical writing read 120k+ times, and bylines in + Fast Company.

Find me on Github, @@ -132,16 +122,21 @@ const organizations = [

Standards & Organizations