Skip to content

Commit

Permalink
Optimize assets
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed May 29, 2024
1 parent 1cee64d commit f484b0b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
Binary file removed public/img/organizations/capgemini.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/img/organizations/capgemini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/profil/vianney_de_bellabre.jpeg
Binary file not shown.
Binary file added public/img/profil/vianney_de_bellabre.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/assets/data/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"name": "Vianney de Bellabre",
"company": "Bouygues",
"profile": "vianney_de_bellabre.jpeg",
"profile": "vianney_de_bellabre.webp",
"links": {
"github": "Djoums"
}
Expand Down
6 changes: 3 additions & 3 deletions src/assets/data/partner-organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"featured": 5
},
{
"img": "capgemini.png",
"img": "capgemini.svg",
"name": "Capgemini",
"width": 160,
"height": 66
"width": 171,
"height": 38
}
]
1 change: 1 addition & 0 deletions src/components/collective/Member.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const links = Object.entries(linkTypes)
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
img {
Expand Down

0 comments on commit f484b0b

Please sign in to comment.