Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Renew pictures, remove supercoaches #221

Merged
merged 2 commits into from
Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
Binary file removed src/components/committee/assets/arthurvignon.jpg
Binary file not shown.
Binary file not shown.
Binary file modified src/components/committee/assets/eloisedoyard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/committee/assets/eugeniekwak.jpg
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 src/components/committee/assets/gonxheidrizi.jpg
Binary file not shown.
Binary file modified src/components/committee/assets/kevinfaustini.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/committee/assets/lucastrognon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/committee/assets/maelysbillon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/committee/assets/malloryhenriet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/committee/assets/manonmichel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/committee/assets/marinebossanne.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/committee/assets/noeterrier.jpg
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 src/components/committee/assets/rayandaod.jpg
Binary file not shown.
Binary file modified src/components/committee/assets/tomdemont.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 3 additions & 9 deletions src/components/committee/committee-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"name": "Eugénie Kwak",
"role": "Vice-Administratrice",
"imageURL": "/committee/default.png",
"imageURL": "/committee/eugeniekwak.jpg",
"websiteURL": "https://people.epfl.ch/eugenie.kwak"
},
{
Expand All @@ -32,7 +32,7 @@
{
"name": "Lucas Trognon",
"role": "Événements",
"imageURL": "/committee/default.png",
"imageURL": "/committee/lucastrognon.jpg",
"websiteURL": "https://people.epfl.ch/lucas.trognon"
},
{
Expand All @@ -50,7 +50,7 @@
{
"name": "Noé Terrier",
"role": "Communication",
"imageURL": "/committee/default.png",
"imageURL": "/committee/noeterrier.jpg",
"websiteURL": "https://people.epfl.ch/noe.terrier"
},
{
Expand All @@ -64,11 +64,5 @@
"role": "Logistique",
"imageURL": "/committee/eloisedoyard.jpg",
"websiteURL": "https://people.epfl.ch/eloise.doyard"
},
{
"name": "Hugues Devimeux",
"role": "Relations Coaching",
"imageURL": "/committee/default.png",
"websiteURL": "https://coaching.epfl.ch/coaching-ic/"
}
]
4 changes: 3 additions & 1 deletion src/pages/home/home-page-view.njk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
<div class="content padded-40">
<h1>Team</h1>
<h3>Notre équipe de bénévoles</h3>
{{ committee.staffGrid(members = committeeList) }}
<div class="pole">
{{ committee.staffGrid(members = committeeList) }}
</div>
</div>
<!-- content -->
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ h4
text-align: center

.pole .member
float: none
display: inline-block
float: none
display: inline-block

.more-news, .more-events
border: 2px solid #0099ff
Expand Down