Adding copie publique to donors. (#288)

This commit is contained in:
Dessalines 2024-01-03 04:27:41 -05:00 committed by GitHub
parent f2d7aebbe3
commit ad458b4269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 696 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 234 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -75,7 +75,12 @@ export const LATINUM_SPONSORS: GoldSponsor[] = [
{
name: "NLnet",
link: "https://nlnet.nl",
avatar: "https://nlnet.nl/image/logo_nlnet.svg",
avatar: "/static/assets/images/logo_nlnet.svg",
},
{
name: "Copie Publique",
link: "https://copiepublique.fr/",
avatar: "/static/assets/images/logo_copiepublique.svg",
},
];