Skip to content

Commit

Permalink
🌐 [Website] Added contributors (Ptut Particles)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Dec 23, 2023
1 parent 3f27d9e commit 378ce15
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions website/src/components/Contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ export default ({}) => {
name="Jolan Goulin"
github_name="Jolan-Goulin"
link="https://github.com/Jolan-Goulin"
roles={["Programmer"]}
roles={["Programmer (3D)"]}
/>,
<Contributor
name="Emma Pernin"
github_name="Emma-prn"
link="https://github.com/Emma-prn"
roles={["Programmer"]}
roles={["Programmer (3D)"]}
/>,
<Contributor
name="Théo Arnauld des Lions"
github_name="Dyokiin"
link="https://github.com/Dyokiin"
roles={["Programmer"]}
roles={["Programmer (3D)"]}
/>,
<Contributor
name="Quentin Mesquita"
github_name="MesQuentin"
link="https://github.com/MesQuentin"
roles={["Programmer"]}
roles={["Programmer (3D)"]}
/>,
<Contributor
name="Lucas David"
Expand All @@ -58,7 +58,7 @@ export default ({}) => {
name="Jordan Roberty"
github_name="badbois"
link="https://github.com/badbois"
roles={["Programmer"]}
roles={["Programmer (MacOS port, Tests)"]}
/>,
<Contributor
name="Éva Benharira"
Expand All @@ -70,25 +70,25 @@ export default ({}) => {
name="Mattéo Leclercq"
github_name="MatteoL-W"
link="https://matteo-leclercq.fr/"
roles={["Programmer", "VFX Artist"]}
roles={["Programmer (Compositing)", "VFX Artist"]}
/>,
<Contributor
name="Wendy Gervais"
github_name="kaugrv"
link="https://linktr.ee/commandant.grant"
roles={["Programmer", "VFX Artist"]}
roles={["Programmer (Compositing)", "VFX Artist"]}
/>,
<Contributor
name="Romain Serres"
github_name="Bouillon2Poulet"
link="https://www.instagram.com/consomme2poyo/"
roles={["Programmer", "VFX Artist"]}
roles={["Programmer (Compositing)", "VFX Artist"]}
/>,
<Contributor
name="Lou Couard"
github_name="Couloir00"
link="https://loucouard.wixsite.com/website"
roles={["Programmer", "VFX Artist"]}
roles={["Programmer (Compositing)", "VFX Artist"]}
/>,
<Contributor
name="Tristan Debeaune"
Expand Down Expand Up @@ -126,6 +126,30 @@ export default ({}) => {
link="https://www.linkedin.com/in/brucelane06/"
roles={["Programmer (MIDI)"]}
/>,
<Contributor
name="Marianne Kerckhove"
github_name="Maria30"
link="https://github.com/Maria30"
roles={["Programmer (Particles)"]}
/>,
<Contributor
name="Baptiste Jouin"
github_name="baptistejouin"
link="https://github.com/baptistejouin"
roles={["Programmer (Particles)"]}
/>,
<Contributor
name="Thomas Garnier"
github_name="TotoShampoin"
link="https://github.com/TotoShampoin"
roles={["Programmer (Particles)"]}
/>,
<Contributor
name="Mattéo Moulat"
github_name="Xiantas"
link="https://github.com/Xiantas"
roles={["Programmer (Particles)"]}
/>,
]}
/>
)
Expand Down

0 comments on commit 378ce15

Please sign in to comment.