From c2006f6e0828547d04ecd6405c05d6862e193698 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Tue, 21 Feb 2023 01:38:01 +0100 Subject: [PATCH] Factorize more the about page --- src/pages/about.mdx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/pages/about.mdx b/src/pages/about.mdx index 4c19adf..a5b847e 100644 --- a/src/pages/about.mdx +++ b/src/pages/about.mdx @@ -1,24 +1,29 @@ import Avatar from '@components/avatar' +function Author({user, children}) { + return <> + {children} + ; +} + # About The **Pineline** and this websites are developed and maintained by [N3PDF](https://n3pdf.mi.infn.it/). - In particular, the following people are involved in the overall project: -- [Andrea Barontini](https://github.com/andreab1997) -- [Alessandro Candido](https://github.com/AleCandido) -- [Juan Cruz-Martinez](https://github.com/scarlehoff) -- [Felix Hekhorn](https://github.com/felixhekhorn) -- [Christopher Schwan](https://github.com/cschwan) +- Andrea Barontini +- Alessandro Candido +- Juan Cruz +- Felix Hekhorn +- Christopher Schwan While people in the following list widely contributed to specific projects belonging in the Pineline scope: -- [Giacomo Magni](https://github.com/giacomomagni) -- [Niccolò Laurenti](https://github.com/niclaurenti) +- Giacomo Magni +- Niccolò Laurenti