Skip to content

Commit

Permalink
Merge pull request #42 from MuNuChapterHKN/update-past-boards
Browse files Browse the repository at this point in the history
Updated past boards
  • Loading branch information
antox01 authored Sep 30, 2024
2 parents 8a27315 + 662dd15 commit f23e122
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/People/PastBoards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ import styles from '@/styles/People/PastBoards.module.scss'
import {useEffect, useState} from "react";

const PastBoardsData = [
{
year: "2023/24",
members: [
{ name: "Gustavo Nicoletti", role: "Recording Secretary", imageSrc: "/People/members/gustavo_nicoletti_rosa.png" },
{ name: "Serena Canavero", role: "President", imageSrc: "/People/members/serena_canavero.png" },
{ name: "Francesco Anzoino", role: "Treasurer", imageSrc: "/People/members/francesco_anzoino.png" },
{ name: "Dario Gosmar", role: "Web Correspondent", imageSrc: "/People/members/dario_gosmar.png" },
{ name: "Claudio Fantasia", role: "Vice-President", imageSrc: "/People/members/claudio_fantasia.png" },
{ name: "Alberto Castrignanò", role: "Corresponding Secretary", imageSrc: "/People/members/alberto_castrignano.png" }
]
},
{
year: "2022/23",
members: [
Expand Down

0 comments on commit f23e122

Please sign in to comment.