Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/components/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const funders = [
logo: '/assets/sponsors/nlnet.svg',
logoDark: '/assets/sponsors/nlnet-white.svg',
logoClass: 'h-9 w-auto',
blurb: 'Privacy & trust enhancing technology grant.',
blurb:
'Founded in 1989, NLnet is one of the world’s oldest philanthropic foundations for free and open internet infrastructure. Their grants have built KDE, GNOME, GnuTLS, WireGuard, Matrix — and the bedrock on which RNP stands.',
},
{
name: 'NGI Zero PET',
Expand All @@ -24,7 +25,7 @@ const funders = [
logoDark: '/assets/sponsors/ngi-zero-pet.svg',
logoClass: 'h-7 w-auto',
blurb:
'Next Generation Internet Privacy & Trust Enhancing Technologies. Funded through the European Commission.',
'The European Commission’s flagship Next Generation Internet initiative — the Privacy & Trust Enhancing Technologies stream funding privacy-preserving open-source infrastructure across Europe.',
},
{
name: 'Mozilla',
Expand All @@ -33,7 +34,7 @@ const funders = [
logoDark: '/assets/sponsors/mozilla-white.svg',
logoClass: 'h-7 w-auto',
blurb:
'Mozilla Open Source Support (MOSS) Foundational Technology & Secure Open Source funds.',
'Recipient of Mozilla Open Source Support (MOSS) awards under both the Foundational Technology track (software Mozilla relies on) and the Secure Open Source track (security hardening of critical cryptography).',
},
];

Expand Down
8 changes: 4 additions & 4 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,23 @@ const standards = [
const partners = [
{
name: 'Mozilla',
desc: 'RNP powers end-to-end email encryption in <a href="https://www.thunderbird.net/" class="text-accent underline decoration-accent/30 underline-offset-4 hover:decoration-accent">Thunderbird</a>.',
desc: 'Mozilla chose RNP as the cryptographic core of <a href="https://www.thunderbird.net/" class="text-accent underline decoration-accent/30 underline-offset-4 hover:decoration-accent">Thunderbird</a> — the world’s most widely deployed open-source mail client — powering end-to-end encryption for tens of millions of users, independently audited by Cure53 under Mozilla’s Secure Open Source program.',
href: 'https://www.mozilla.org/',
logo: '/assets/sponsors/mozilla.svg',
logoDark: '/assets/sponsors/mozilla-white.svg',
logoClass: 'h-7 w-auto',
},
{
name: 'g10 Code',
desc: 'Developers of GnuPG.',
desc: 'Founded by Werner Koch, principal author of GnuPG — the canonical OpenPGP implementation underpinning secure communication for three decades. Co-architect of the LibrePGP specification alongside Ribose and Intevation; maintains the cryptographic backbone trusted by Linux distributions, governments, and enterprises worldwide.',
href: 'https://g10code.com',
logo: '/assets/sponsors/g10-logo.svg',
logoDark: '/assets/sponsors/g10-logo.svg',
logoClass: 'h-10 w-auto',
},
{
name: 'Intevation',
desc: 'Developers of Gpg4win.',
desc: 'Co-developer and maintainer of Gpg4win, the official Windows distribution of GnuPG — in continuous production across European public administration and the German federal government since 2006. Founding partner of the LibrePGP specification alongside Ribose and g10 Code.',
href: 'https://intevation.de',
logo: '/assets/sponsors/intevation.svg',
logoDark: '/assets/sponsors/intevation-white.svg',
Expand All @@ -116,7 +116,7 @@ const partners = [
const funders = [
{
name: 'Ribose',
desc: 'Creator and primary maintainer of RNP.',
desc: 'Creator and primary steward of RNP. Co-architect of the LibrePGP specification alongside g10 Code and Intevation, and home institution of the project since inception.',
href: 'https://www.ribose.com',
logo: '/assets/sponsors/ribose.svg',
logoDark: '/assets/sponsors/ribose-white.svg',
Expand Down
Loading