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/",
- },
-];
---
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
- {
- organizations.map((org) => (
-