diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 10:21:10 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 10:21:10 +0200 |
commit | c5574c8409740a91ce6a3efa2ec816b7236aca7c (patch) | |
tree | 1a1febeae0d2990c0e93ed7d447d840083586443 /doc/book/src | |
parent | 78f0c9ed3883cdb1cd056d9fe365cdb28bd67fbc (diff) | |
download | garage-c5574c8409740a91ce6a3efa2ec816b7236aca7c.tar.gz garage-c5574c8409740a91ce6a3efa2ec816b7236aca7c.zip |
Add links and put logos in a flexboxfeature/doc-add-ngi-funding
Diffstat (limited to 'doc/book/src')
-rw-r--r-- | doc/book/src/intro.md | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/book/src/intro.md b/doc/book/src/intro.md index 81e82889..94d582f0 100644 --- a/doc/book/src/intro.md +++ b/doc/book/src/intro.md @@ -114,9 +114,15 @@ Please note that if you patch Garage and then use it to provide any service over # Funding -The Deuxfleurs association has recieved a grant promise to fund 3 people working on Garage for a year, from October 2021 to September 2022. - -<img href="https://pointer.ngi.eu/" src="img/ngi-logo.png" alt="NGI Pointer logo"> -<img src="img/eu-flag-logo.png" alt="EU flag logo"> - -_This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528._
\ No newline at end of file +The Deuxfleurs association has received a grant promise to fund 3 people working on Garage for a year, from October 2021 to September 2022. + +<div style="display: flex; justify-content: space-around"> + <a href="https://pointer.ngi.eu/"> + <img style="height:100px" src="img/ngi-logo.png" alt="NGI Pointer logo"> + </a> + <a href="https://ec.europa.eu/programmes/horizon2020/what-horizon-2020"> + <img style="height:100px" src="img/eu-flag-logo.png" alt="EU flag logo"> + </a> +</div> + +_This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528._ |