Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dataforgood logo and update contributors list #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
wip : Update contributors
benoit-cty committed Jul 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 24b6e081b6917cf3e684f39ea2519ebb89dbfebd
35 changes: 15 additions & 20 deletions assets/contributor/contributor.js
Original file line number Diff line number Diff line change
@@ -14,21 +14,21 @@ Copy/paste the example, and replace with your own information.

export const data = [
{
name: "Victor Schmidt",
job : "PhD Candidate",
Organisation: "Mila, Université de Montréal",
img_path: "./assets/contributor/img/victor.jpeg"
name: "Benoît Courty",
job : "Data Scientist",
Organisation: "",
img_path: "./assets/contributor/img/Benoit_Courty.jpg"
},
{
name: "Thomas Bouvier",
job : "Data Engineer",
name: "Amine Saboni",
job : "Deep Learning Engineer",
Organisation: "",
img_path: "./assets/contributor/img/Thomas_bouvier.jpg"
img_path: "./assets/contributor/img/Amine_Saboni.jpg"
},
{
name: "Marion Coutarel-Huez",
job : "Data Analyst",
Organisation: "AO-Conseil",
Organisation: "Article 1",
img_path: "./assets/contributor/img/Marion_Coutarel-Huez.jpg"
},
{
@@ -43,18 +43,7 @@ export const data = [
Organisation: "",
img_path: "./assets/contributor/img/Jeremy_Lecourt.jpg"
},
{
name: "Benoît Courty",
job : "Data Scientist",
Organisation: "",
img_path: "./assets/contributor/img/Benoit_Courty.jpg"
},
{
name: "Amine Saboni",
job : "Deep Learning Engineer",
Organisation: "Buster.AI",
img_path: "./assets/contributor/img/Amine_Saboni.jpg"
},

{
name: "Camille Keisser",
job : "Data Scientist",
@@ -67,5 +56,11 @@ export const data = [
Organisation: "",
img_path: "./assets/contributor/img/Mathilde_Leval.jpg"
},
{
name: "Thomas Bouvier",
job : "Data Engineer",
Organisation: "",
img_path: "./assets/contributor/img/Thomas_bouvier.jpg"
},

]