Antoine's vision of the credit page (#95)

Co-authored-by: Minh Vo <minh.vo2@mail.mcgill.ca>
Co-authored-by: Antoine Phan <hoangtuan11102@gmail.com>
This commit is contained in:
ECSESS VP Tech Dev
2026-02-09 16:33:34 -05:00
committed by GitHub
parent 680a6a61a4
commit a3908745d7
8 changed files with 327 additions and 0 deletions

View File

@@ -72,3 +72,15 @@ export type Redirect = {
shortname: string;
url: string;
};
export type DevTeam = {
name: string;
role: string;
yearProgram: string;
email: string;
active: boolean;
term: string;
funFact: string;
github: string;
image: string; //URL
};