Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new team member and close project applications #459

Merged
merged 9 commits into from
Oct 2, 2023
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.
4 changes: 2 additions & 2 deletions src/pages/ApplyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ const ApplyPage = () => {
role="Project Member"
description="Work and grow as a developer, business strategist, or designer.
Collaborate with team members on various platforms to build an exciting project for 1 academic year."
statusIsOpen={true}
closedStatus="Opens Fall 2023"
statusIsOpen={false}
closedStatus="APPLICATIONS CLOSED"
applicationLink="https://forms.gle/Su73KRH6e5XF9BFd6"
deadline=""
/>
Expand Down
Loading