Skip to content

Commit

Permalink
Edited names
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-lai-sh committed Nov 3, 2024
1 parent 7351880 commit a0c57de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export default function Team() {
<IndivTeamMemberCard imgSrc={"../assets/team-photos/Kevin_Dong.jpg"} name={"Kevin Dong"} role={"Tech Treks Co-Lead"} linkedin={"https://www.linkedin.com/in/kevinlindong/"}/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/bryanko.jpg"} name={"Bryan Ko"} role={"Tech Treks Co-Lead"} linkedin={"https://www.linkedin.com/in/bryan-ko7/"} website={"https://bryanko.carrd.co/"}/>
</Row>
<h2 className="team-heading">Startup Week</h2>
<h2 className="team-heading">Startup</h2>
<Row>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/sean.jpg"} name={"Sean Lai"} role={"Startup Week Co-Lead"} linkedin={"https://www.linkedin.com/in/sean-sh-lai/"} github={"https://github.com/sean-lai-sh"} website={"https://seanlai1.com"}/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/michael_s.png"} name={"Michael Shen"} role={"Startup Week Co-Lead"} linkedin={"https://www.linkedin.com/in/michashen/"} github={"https://github.com/mshen766"}/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/peda.jpg"} name={"Parul Veda"} role={"Startup Week Co-Lead"} linkedin={"https://www.linkedin.com/in/parul-veda/"}/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/sean.jpg"} name={"Sean Lai"} role={"Startup Co-Lead"} linkedin={"https://www.linkedin.com/in/sean-sh-lai/"} github={"https://github.com/sean-lai-sh"} website={"https://seanlai1.com"}/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/michael_s.png"} name={"Michael Shen"} role={"Startup Co-Lead"} linkedin={"https://www.linkedin.com/in/michashen/"} github={"https://github.com/mshen766"}/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/peda.jpg"} name={"Parul Veda"} role={"Startup Co-Lead"} linkedin={"https://www.linkedin.com/in/parul-veda/"}/>
</Row>
{/* <h2 className="team-heading">Dev Team</h2>
<Row>
Expand Down

0 comments on commit a0c57de

Please sign in to comment.