diff --git a/v2/public/brands/indelible.png b/v2/public/brands/indelible.png new file mode 100644 index 0000000..efd4c78 Binary files /dev/null and b/v2/public/brands/indelible.png differ 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', + }, ], }, ];