diff --git a/contribution-guidelines.md b/contribution-guidelines.md index 48b6d0e5..4ab1936b 100644 --- a/contribution-guidelines.md +++ b/contribution-guidelines.md @@ -34,6 +34,7 @@ Thank you for your interest in contributing to the Tech Start UCalgary website r | Sahiti Akella | [Sahitiakella](https://github.com/Sahitiakella) | | Rachel Renegado | [racherene](https://github.com/racherene) | | Isaiah Asaolu | [Isaiah](https://github.com/IsaiahA21) | +| Brian Nguyen | [brian-ngyn](https://github.com/brian-ngyn) | There are several types of contributions that you can make to this repository: diff --git a/src/components/TeamSection/TeamInformation.ts b/src/components/TeamSection/TeamInformation.ts index c0097db3..bfac5531 100644 --- a/src/components/TeamSection/TeamInformation.ts +++ b/src/components/TeamSection/TeamInformation.ts @@ -26,6 +26,7 @@ import naman_jpg from "../../images/team/Naman_Bhoj.jpg"; import lujaina_jpg from "../../images/team/Lujaina_ Eldelebshany.jpg"; import hamza_jpg from "../../images/team/Hamza_Afzaal.jpg"; import Maham_jpg from "../../images/team/Maham_Jamal.jpg"; +import brian_jpg from "../../images/team/Brian_Nguyen.jpg"; export type TeamMember = { id: number; @@ -165,13 +166,20 @@ export const executiveTeam: TeamMember[] = [ }, { id: 18, + name: "Brian Nguyen", + affiliation: "Senior Web Developer", + image: brian_jpg, + linkedin: "https://www.linkedin.com/in/nguyennbrian/", + }, + { + id: 19, name: "Sahiti Akella", affiliation: "Web Developer", image: sahiti_jpg, linkedin: "https://www.linkedin.com/in/sahiti-akella/", }, { - id: 19, + id: 20, name: "Isaiah Asaolu", affiliation: "Web Developer", image: isaiah_jpg, @@ -179,20 +187,19 @@ export const executiveTeam: TeamMember[] = [ }, { - id: 20, + id: 21, name: "Joel Happ", affiliation: "Founder & Chairman", image: joel_jpg, linkedin: "https://www.linkedin.com/in/joel-happ/", }, { - id: 21, + id: 22, name: "Rajpreet Gill", affiliation: "Board Member", image: rajpreet_jpg, linkedin: "https://www.linkedin.com/in/rajpreet-gill/", }, - ]; export const projectManagers: TeamMember[] = [ diff --git a/src/images/team/Brian_Nguyen.jpg b/src/images/team/Brian_Nguyen.jpg new file mode 100644 index 00000000..4aef57ba Binary files /dev/null and b/src/images/team/Brian_Nguyen.jpg differ