diff --git a/public/img/organizations/capgemini.svg b/public/img/organizations/capgemini.svg new file mode 100644 index 0000000..6ccdf2b --- /dev/null +++ b/public/img/organizations/capgemini.svg @@ -0,0 +1 @@ + diff --git a/public/img/profil/vianney_de_bellabre.webp b/public/img/profil/vianney_de_bellabre.webp new file mode 100644 index 0000000..34575e8 Binary files /dev/null and b/public/img/profil/vianney_de_bellabre.webp differ diff --git a/src/assets/data/contributors.json b/src/assets/data/contributors.json index bbe7ba9..cd5fd1e 100644 --- a/src/assets/data/contributors.json +++ b/src/assets/data/contributors.json @@ -40,5 +40,13 @@ "links": { "github": "MP-Aubay" } + }, + { + "name": "Vianney de Bellabre", + "company": "Bouygues", + "profile": "vianney_de_bellabre.webp", + "links": { + "github": "Djoums" + } } ] diff --git a/src/assets/data/partner-organizations.json b/src/assets/data/partner-organizations.json index 5202aba..53824ea 100644 --- a/src/assets/data/partner-organizations.json +++ b/src/assets/data/partner-organizations.json @@ -81,5 +81,11 @@ "width": 160, "height": 66, "featured": 5 + }, + { + "img": "capgemini.svg", + "name": "Capgemini", + "width": 171, + "height": 38 } ] diff --git a/src/components/collective/Member.vue b/src/components/collective/Member.vue index dbb6472..a25b4b1 100644 --- a/src/components/collective/Member.vue +++ b/src/components/collective/Member.vue @@ -44,6 +44,7 @@ const links = Object.entries(linkTypes) display: flex; flex-direction: column; align-items: center; + text-align: center; } img {