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/bitcoin-core.mdx b/data/projects/bitcoin-core.mdx index d3de52596..782dbb562 100644 --- a/data/projects/bitcoin-core.mdx +++ b/data/projects/bitcoin-core.mdx @@ -5,6 +5,7 @@ summary: 'The full node software that validates the chain, relays transactions, nym: 'Bitcoin Core Developers' website: 'https://bitcoincore.org/en/download/' coverImage: '/static/images/projects/bitcoin-core.png' +darkCoverImage: '/static/images/projects/bitcoin-core-dark.png' git: 'https://github.com/bitcoin/bitcoin' twitter: 'bitcoincoreorg' tags: ['Bitcoin'] 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..8bc30ce8c 100644 --- a/data/projects/utreexod.mdx +++ b/data/projects/utreexod.mdx @@ -5,6 +5,7 @@ summary: 'A fully validating Bitcoin node and bridge node implementation of the nym: 'Calvin Kim' website: 'https://github.com/utreexo/utreexod' coverImage: '/static/images/projects/utreexod.jpg' +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..7a981c9b2 Binary files /dev/null and b/public/static/images/projects/asmap-dark.png differ diff --git a/public/static/images/projects/bitcoin-core-dark.png b/public/static/images/projects/bitcoin-core-dark.png new file mode 100644 index 000000000..2d21d8247 Binary files /dev/null and b/public/static/images/projects/bitcoin-core-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..c772f849d Binary files /dev/null and b/public/static/images/projects/graphene-transparent.png differ