diff --git a/data/projects/0xchat.mdx b/data/projects/0xchat.mdx index 3e51c68f3..bbfe666de 100644 --- a/data/projects/0xchat.mdx +++ b/data/projects/0xchat.mdx @@ -5,7 +5,7 @@ summary: 'A secure nostr chat client for iOS, Android, and desktop with encrypte nym: 'water783' website: 'https://0xchat.com/' donationLink: 'https://github.com/sponsors/0xchat-app' -coverImage: '/static/images/projects/0xchat.png' +coverImage: '/static/images/projects/0xchat-transparent.png' git: 'https://github.com/0xchat-app' nostr: 'npub10td4yrp6cl9kmjp9x5yd7r8pm96a5j07lk5mtj2kw39qf8frpt8qm9x2wl' zapstore: 'https://zapstore.dev/apps/com.oxchat.nostr' diff --git a/data/projects/amethyst.mdx b/data/projects/amethyst.mdx index a6326e52f..64a9b66e2 100644 --- a/data/projects/amethyst.mdx +++ b/data/projects/amethyst.mdx @@ -4,7 +4,7 @@ dateAdded: '2023-03-31' summary: 'A privacy-focused nostr client for Android with built-in Tor support.' nym: 'Vitor Pamplona' website: 'https://www.amethyst.social/' -coverImage: '/static/images/projects/amethyst.png' +coverImage: '/static/images/projects/amethyst-transparent.png' git: 'https://github.com/vitorpamplona/amethyst' twitter: 'vitorpamplona' nostr: 'npub142gywvjkq0dv6nupggyn2euhx4nduwc7yz5f24ah9rpmunr2s39se3xrj0' diff --git a/data/projects/asmap.mdx b/data/projects/asmap.mdx index 1d00898aa..ec395cd02 100644 --- a/data/projects/asmap.mdx +++ b/data/projects/asmap.mdx @@ -5,6 +5,7 @@ summary: 'A project that builds reproducible IP-to-AS maps for Bitcoin Core so n nym: 'ASmap Contributors' website: 'https://asmap.org/' coverImage: '/static/images/projects/asmap.png' +darkCoverImage: '/static/images/projects/asmap-dark.png' git: 'https://github.com/asmap/kartograf' tags: ['Bitcoin', 'Security', 'Networking'] fund: general diff --git a/data/projects/grapheneos.mdx b/data/projects/grapheneos.mdx index bedc1ac6d..d691aab76 100644 --- a/data/projects/grapheneos.mdx +++ b/data/projects/grapheneos.mdx @@ -5,7 +5,8 @@ summary: 'A hardened mobile operating system focused on privacy, security, and A nym: 'GrapheneOS Foundation' website: 'https://grapheneos.org/' donationLink: 'https://grapheneos.org/donate' -coverImage: '/static/images/projects/graphene.png' +coverImage: '/static/images/projects/graphene-transparent.png' +invertDarkImage: true git: 'https://github.com/GrapheneOS' twitter: 'GrapheneOS' nostr: 'npub1235tem4hfn34edqh8hxfja9amty73998f0eagnuu4zm423s9e8ksdg0ht5' diff --git a/data/projects/utreexod.mdx b/data/projects/utreexod.mdx index 155affa93..6c024dbeb 100644 --- a/data/projects/utreexod.mdx +++ b/data/projects/utreexod.mdx @@ -4,7 +4,8 @@ dateAdded: '2026-05-07' summary: 'A fully validating Bitcoin node and bridge node implementation of the Utreexo protocol.' nym: 'Calvin Kim' website: 'https://github.com/utreexo/utreexod' -coverImage: '/static/images/projects/utreexod.jpg' +coverImage: '/static/images/projects/utreexod.png' +invertDarkImage: true git: 'https://github.com/utreexo/utreexod' tags: ['Bitcoin', 'Core'] fund: general @@ -56,4 +57,4 @@ other implementations need. [bips-pr]: https://github.com/bitcoin/bips/pull/1923 [v0-5-0]: https://github.com/utreexo/utreexod/releases/tag/v0.5.0 [v0-5-1]: https://github.com/utreexo/utreexod/releases/tag/v0.5.1 -[SwiftSync gist]:https://gist.github.com/RubenSomsen/a61a37d14182ccd78760e477c78133cd +[SwiftSync gist]: https://gist.github.com/RubenSomsen/a61a37d14182ccd78760e477c78133cd diff --git a/public/static/images/projects/0xchat-transparent.png b/public/static/images/projects/0xchat-transparent.png new file mode 100644 index 000000000..cb0eed09c Binary files /dev/null and b/public/static/images/projects/0xchat-transparent.png differ diff --git a/public/static/images/projects/amethyst-transparent.png b/public/static/images/projects/amethyst-transparent.png new file mode 100644 index 000000000..81436d087 Binary files /dev/null and b/public/static/images/projects/amethyst-transparent.png differ diff --git a/public/static/images/projects/asmap-dark.png b/public/static/images/projects/asmap-dark.png new file mode 100644 index 000000000..e9b514203 Binary files /dev/null and b/public/static/images/projects/asmap-dark.png differ diff --git a/public/static/images/projects/graphene-transparent.png b/public/static/images/projects/graphene-transparent.png new file mode 100644 index 000000000..89ec83c99 Binary files /dev/null and b/public/static/images/projects/graphene-transparent.png differ diff --git a/public/static/images/projects/utreexod.jpg b/public/static/images/projects/utreexod.jpg deleted file mode 100644 index cbc8d5b4c..000000000 Binary files a/public/static/images/projects/utreexod.jpg and /dev/null differ diff --git a/public/static/images/projects/utreexod.png b/public/static/images/projects/utreexod.png new file mode 100644 index 000000000..74410d82d Binary files /dev/null and b/public/static/images/projects/utreexod.png differ