From e2765870d32e9fd8bed8a1360e8bcbfe9dd7f175 Mon Sep 17 00:00:00 2001 From: Will Patti Date: Fri, 7 Aug 2026 22:36:06 -0400 Subject: [PATCH 1/2] add indelible logo to brands (128px png) --- v2/public/brands/indelible.png | Bin 0 -> 1263 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 v2/public/brands/indelible.png diff --git a/v2/public/brands/indelible.png b/v2/public/brands/indelible.png new file mode 100644 index 0000000000000000000000000000000000000000..efd4c787640ebacd2d440e089caa109589c62721 GIT binary patch literal 1263 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7xzrVAe}w0J?l)XILm608ojkF0pQ$l&2*3GlHMD?%ood2R6Q!34VByLC0-^T*RLz zXY%Df-UV_#d|Mk`lby>Trexv5B6~Q!X}j8?N9G%UXy4xV`Xs}eqt;Bn`QIj8__q5H z^Zke0`D^+s!x;F*-g8FH5Hrm9?PBqK``zMy!Dd_sHtjz6_H8b=q6x3_4Y8Al(l_5c zSG=z3`Y}eE4ZyU%ZH?CSIWZ)komU0ukaCvSM?&Yd^PZ4Alx yAE+PxpYiL~zJ!(?mv&3o>QtH6JY2MU9}~BpO#N=A?jyj0jKR~@&t;ucLK6UZ&LE)x literal 0 HcmV?d00001 From 145f1a2ec26d6cef1361d699b8c6232154ff0cb3 Mon Sep 17 00:00:00 2001 From: Will Patti Date: Fri, 7 Aug 2026 22:39:37 -0400 Subject: [PATCH 2/2] add Indelible section to stories.ts in data/ --- v2/src/data/stories.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/v2/src/data/stories.ts b/v2/src/data/stories.ts index d06d1e7..c410062 100644 --- a/v2/src/data/stories.ts +++ b/v2/src/data/stories.ts @@ -178,6 +178,14 @@ export const categories: UseCaseCategory[] = [ photo: '/portraits/nancy-baker-cahill.webp', }, }, + { + brand: 'Indelible.world', hue: 15, + title: 'Timestamped authorship attestation for news', + useCase: 'Verifiable timestamps and quotes', + body: 'Indelible.world is building a platform for news organizations to certify their articles on-chain with immutable, IPFS-compatible CIDs.', + linkLabel: "Try out a demo", link: 'indelible.world', href: 'https://docs.indelible.world/tryit', + logo: '/brands/indelible.png', + }, ], }, ];