diff --git a/public/img/organizations/orange-business.webp b/public/img/organizations/orange-business.webp new file mode 100644 index 0000000..85529e7 Binary files /dev/null and b/public/img/organizations/orange-business.webp differ diff --git a/public/img/profil/emmanuel_espias.webp b/public/img/profil/emmanuel_espias.webp deleted file mode 100644 index a174b7f..0000000 Binary files a/public/img/profil/emmanuel_espias.webp and /dev/null differ diff --git a/public/img/profil/jerome_cardon.webp b/public/img/profil/jerome_cardon.webp new file mode 100644 index 0000000..4ced624 Binary files /dev/null and b/public/img/profil/jerome_cardon.webp differ diff --git a/src/assets/data/contributors.json b/src/assets/data/contributors.json index cd5fd1e..023430c 100644 --- a/src/assets/data/contributors.json +++ b/src/assets/data/contributors.json @@ -19,20 +19,12 @@ }, { "name": "Johanna Duigou", - "company": "Orange Business Services", + "company": "Orange Business", "profile": "johanna_duigou.webp", "links": { "linkedin": "johannaduigou" } }, - { - "name": "Emmanuel Espias", - "company": "Snapp'", - "profile": "emmanuel_espias.webp", - "links": { - "linkedin": "eespias" - } - }, { "name": "Mikaël Picard", "company": "Aubay", @@ -48,5 +40,14 @@ "links": { "github": "Djoums" } + }, + { + "name": "Jérôme Cardon", + "company": "Accenture", + "profile": "jerome_cardon.webp", + "links": { + "linkedin": "jcardon79", + "github": "jay-79" + } } ] diff --git a/src/assets/data/partner-organizations.json b/src/assets/data/partner-organizations.json index 53824ea..be06022 100644 --- a/src/assets/data/partner-organizations.json +++ b/src/assets/data/partner-organizations.json @@ -87,5 +87,11 @@ "name": "Capgemini", "width": 171, "height": 38 + }, + { + "img": "orange-business.webp", + "name": "Orange Business", + "width": 160, + "height": 55 } ]