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

Commit 1d619c0

Browse files
authored
Renew pictures, remove supercoaches (#221)
* renew pictures, remove supercoaches #220 * better css for non-full rows #220
1 parent 9cb3496 commit 1d619c0

17 files changed

+8
-12
lines changed
-207 KB
Binary file not shown.
Binary file not shown.
-151 KB
Loading
53.8 KB
Loading
-290 KB
Binary file not shown.
Loading
48.7 KB
Loading
-225 KB
Loading
Loading
-139 KB
Loading
Loading
49.4 KB
Loading
-208 KB
Binary file not shown.
-97.7 KB
Loading

src/components/committee/committee-list.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "Eugénie Kwak",
2222
"role": "Vice-Administratrice",
23-
"imageURL": "/committee/default.png",
23+
"imageURL": "/committee/eugeniekwak.jpg",
2424
"websiteURL": "https://people.epfl.ch/eugenie.kwak"
2525
},
2626
{
@@ -32,7 +32,7 @@
3232
{
3333
"name": "Lucas Trognon",
3434
"role": "Événements",
35-
"imageURL": "/committee/default.png",
35+
"imageURL": "/committee/lucastrognon.jpg",
3636
"websiteURL": "https://people.epfl.ch/lucas.trognon"
3737
},
3838
{
@@ -50,7 +50,7 @@
5050
{
5151
"name": "Noé Terrier",
5252
"role": "Communication",
53-
"imageURL": "/committee/default.png",
53+
"imageURL": "/committee/noeterrier.jpg",
5454
"websiteURL": "https://people.epfl.ch/noe.terrier"
5555
},
5656
{
@@ -64,11 +64,5 @@
6464
"role": "Logistique",
6565
"imageURL": "/committee/eloisedoyard.jpg",
6666
"websiteURL": "https://people.epfl.ch/eloise.doyard"
67-
},
68-
{
69-
"name": "Hugues Devimeux",
70-
"role": "Relations Coaching",
71-
"imageURL": "/committee/default.png",
72-
"websiteURL": "https://coaching.epfl.ch/coaching-ic/"
7367
}
7468
]

src/pages/home/home-page-view.njk

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
<div class="content padded-40">
7575
<h1>Team</h1>
7676
<h3>Notre équipe de bénévoles</h3>
77-
{{ committee.staffGrid(members = committeeList) }}
77+
<div class="pole">
78+
{{ committee.staffGrid(members = committeeList) }}
79+
</div>
7880
</div>
7981
<!-- content -->
8082
</div>

src/sass/style.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ h4
582582
text-align: center
583583

584584
.pole .member
585-
float: none
586-
display: inline-block
585+
float: none
586+
display: inline-block
587587

588588
.more-news, .more-events
589589
border: 2px solid #0099ff

0 commit comments

Comments
 (0)