Skip to content

Commit

Permalink
Added Brian to team page and active contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-ngyn committed Oct 2, 2023
1 parent ad85804 commit 9bd9590
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
9 changes: 8 additions & 1 deletion src/components/TeamSection/TeamInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -192,7 +193,13 @@ export const executiveTeam: TeamMember[] = [
image: rajpreet_jpg,
linkedin: "https://www.linkedin.com/in/rajpreet-gill/",
},

{
id: 22,
name: "Brian Nguyen",
affiliation: "Senior Website Developer",
image: brian_jpg,
linkedin: "https://www.linkedin.com/in/rajpreet-gill/",
},
];

export const projectManagers: TeamMember[] = [
Expand Down
Binary file added src/images/team/Brian_Nguyen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9bd9590

Please sign in to comment.