Adding copie publique to donors.

This commit is contained in:
Dessalines 2024-01-02 11:12:21 -05:00
parent f2d7aebbe3
commit e07174974c
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",
},
];