Skip to content

Commit

Permalink
Add board pronouns
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Aug 25, 2024
1 parent 2778cc9 commit fd7cd04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dwhdelft.nl/content/board_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,34 @@ board:
description:
nl: Voorzitter
en: President
pronouns:
nl: hij/hem
en: he/him
email: [email protected]

- name: Vanadie
description:
nl: Secretaris
en: Secretary
pronouns:
nl: die/diens
en: they/them
email: [email protected]

- name: Dries Stuij
description:
nl: Penningmeester
en: Treasurer
pronouns:
nl: hij/hem
en: he/him
email: [email protected]

- name: Thomas Smits
description:
nl: Algemeen Bestuurslid
en: Board Member
pronouns:
nl: hij/hem
en: he/him
email: [email protected]
1 change: 1 addition & 0 deletions dwhdelft.nl/pages/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const requireImage = (name) => image(name.toLowerCase().replace(/ /g, '_'))
v-for="member in boardMembers"
:key="member.name"
:name="member.name"
:pronouns="tt(member.pronouns)"
:role="tt(member.description)"
:email="member.email"
:photo="requireImage(member.name)"
Expand Down

0 comments on commit fd7cd04

Please sign in to comment.