Skip to content

Commit c8e9287

Browse files
committed
Apply suggestions from code review
1 parent c195a99 commit c8e9287

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

assets/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ body {
12071207
border-radius: 0.5rem 0.5rem 0 0;
12081208
}
12091209

1210-
.core-member {
1210+
.member-detail {
12111211
cursor: pointer;
12121212
}
12131213

@@ -1236,7 +1236,7 @@ body {
12361236
color: #0056b3;
12371237
}
12381238

1239-
.core-member:hover .additional-info {
1239+
.member-detail:hover .additional-info {
12401240
display: block;
12411241
}
12421242

content/people/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,29 +278,29 @@ preface = "For people participating in and interacting with the consortium, ther
278278
# ----------
279279

280280
[[teams]]
281-
name = "Helping hands"
281+
name = "Helping Hands"
282282
text = "Community members who have taken over certain responsiblities without being part of the core team"
283283

284284
[[teams.members]]
285285
name = "Malte Kuehl"
286286
url = "https://github.com/maltekuehl/"
287287
showDetails = true
288-
role = "website, stats"
288+
role = "website, spatial proteomics, agentic ai"
289289
affiliation = "Aarhus University"
290290

291291
[[teams.members]]
292-
name = " Mikkel Niklas Rasmussen"
292+
name = "Mikkel Niklas Rasmussen"
293293
url = "https://github.com/mikkelnrasmussen"
294294
showDetails = true
295295
role = "review of ecosystem packages"
296296
affiliation = "DTU"
297297

298298
[[teams.members]]
299-
name = "Kartik"
299+
name = "Kartik Singhal"
300300
url = ""
301301
showDetails = true
302302
role = "social media"
303-
affiliation = ""
303+
affiliation = "Washington University, St Louis"
304304

305305

306306
# ----------

layouts/people/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3>{{ $team.name }}</h3>
4444
<a
4545
href="{{ .url }}"
4646
target="_blank"
47-
class="person-chip {{ if .showDetails }}core-member{{ end }}"
47+
class="person-chip {{ if .showDetails }}member-detail{{ end }}"
4848
>
4949
<span class="member-name">{{ .name }}</span>
5050
</a>

0 commit comments

Comments
 (0)