diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-17 13:29:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-17 13:29:46 +0100 |
commit | 5037bdb8336b31bb7d2cd58f5638588de3982118 (patch) | |
tree | 2b8db9ad0212c4245cdc5a7c71d0c325853509ff /templates | |
parent | db306ba29d7beba7749cf9b0482b6b72cc78cfbb (diff) | |
download | garagehq.deuxfleurs.fr-5037bdb8336b31bb7d2cd58f5638588de3982118.tar.gz garagehq.deuxfleurs.fr-5037bdb8336b31bb7d2cd58f5638588de3982118.zip |
mention new nlnet funding
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html index ccf80db..019ac1b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -216,15 +216,28 @@ <div class="w-full flex flex-col items-center justify-center shadow-inner"> <div class="px-8 py-24 space-y-8 text-garage-gray max-w-4xl mx-auto"> <h2 class="text-2xl text-garage-orange font-semibold">Sponsors and funding</h2> - <p>The <a class="text-garage-orange underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a> - has received a grant from <a class="text-garage-orange underline" href="https://pointer.ngi.eu/" target="_blank">NGI POINTER</a>, - to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022.</p> - <p>If you want to fund Garage development past its initial grant, + <p>Garage has received funding from <a class="text-garage-orange underline" href="https://pointer.ngi.eu/" target="_blank">NGI POINTER</a> (3 full-time employees for one year, in 2021-2022), + and from <a class="text-garage-orange underline" href="https://nlnet.nl/entrust/" target="_blank">NLnet / NGI0 Entrust</a> (1 full-time employee for one year, in 2023-2024). + </p> + <p>If you want to participate in funding Garage development, either through donation or support contract, - please <a class="text-garage-orange underline" href="mailto:{{config.extra.social.email}}">get in touch with us</a></p> - <img src="{{ get_url(path='images/ngi-pointer-eu.png') }}" class="w-2/3 mx-auto" alt="NGI Pointers"> + please <a class="text-garage-orange underline" href="mailto:{{config.extra.social.email}}">get in touch with us</a>. + </p> + <p> + <img src="{{ get_url(path='images/ngi-pointer-eu.png') }}" class="w-2/3 mx-auto" alt="NGI Pointers"> + </p> + <p class="flex flex-row justify-around"> + <img src="{{ get_url(path='images/nlnet.svg') }}" class="w-1/3" alt="NLnet logo"> + <img src="{{ get_url(path='images/NGI0Entrust_tag.svg') }}" class="w-1/3" alt="NGI0 Entrust logo"> + </p> <p class="italic">This project has received funding from the European Union's Horizon 2021 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement N° 871528.</p> + <p class="italic">This project has received funding from the NGI0 + Entrust Fund, a fund established by NLnet with financial support from the + European Commission's Next Generation Internet programme, under the aegis of DG + Communications Networks, Content and Technology under grant agreement No + 101069594. + </p> </div> </div> |