Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions frontend/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,16 @@ const teamLeads: HoagieChef[] = [
];

const contributors: HoagieChef[] = [
{
name: 'Eric Chen',
graduationYear: '2029',
link: 'https://www.linkedin.com/in/eric--c/',
},
{
name: 'Lucy Chen',
graduationYear: '2027',
link: 'https://www.linkedin.com/in/lucy-c1/',
},
{
name: 'Eric Chen',
graduationYear: '2029',
link: 'https://www.linkedin.com/in/eric--c/',
{
name: 'Grace Ding',
graduationYear: '2029',
Expand Down Expand Up @@ -137,6 +138,11 @@ const contributors: HoagieChef[] = [
graduationYear: '2028',
link: 'https://www.linkedin.com/in/lukekschreiber',
},
{
name: 'Ruoming Shen',
graduationYear: '2027',
link: 'https://www.linkedin.com/in/ruomingshen/',
},
{
name: 'Grace Tan',
graduationYear: '2028',
Expand All @@ -157,16 +163,16 @@ const contributors: HoagieChef[] = [
graduationYear: '2027',
link: 'https://www.linkedin.com/in/gary-yang-4a5ab9292/',
},
{
name: 'Stephy Zhang',
graduationYear: '2028',
link: 'https://www.linkedin.com/in/stephy-zhang/',
},
{
name: 'Linsey Zhong',
graduationYear: '2028',
link: 'https://www.linkedin.com/in/linsey-zhong-686a72309/',
},
{
name: 'Ruoming Shen',
graduationYear: '2027',
link: 'https://www.linkedin.com/in/ruomingshen/',
},
];

const LinkedInIcon = (props: SVGProps<SVGSVGElement>) => (
Expand Down