Skip to content

Commit

Permalink
Added Brian to team page and active contributors (#457)
Browse files Browse the repository at this point in the history
* Added Brian to team page and active contributors

Signed-off-by: brian-ngyn <[email protected]>

* update linkedin

Signed-off-by: brian-ngyn <[email protected]>

* Address comments

Signed-off-by: brian-ngyn <[email protected]>

---------

Signed-off-by: brian-ngyn <[email protected]>
  • Loading branch information
brian-ngyn authored Oct 2, 2023
1 parent 29a5596 commit 91a680b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
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
15 changes: 11 additions & 4 deletions 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 @@ -165,34 +166,40 @@ 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,
linkedin: "https://www.linkedin.com/in/isaiah-a-2001/",
},

{
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[] = [
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 91a680b

Please sign in to comment.