Skip to content

Commit

Permalink
More configuration cleanup, particularly regarding software tool vers…
Browse files Browse the repository at this point in the history
…ions

- Fixed Sam's image
  • Loading branch information
kvlinden committed Jul 25, 2024
1 parent a5ba39e commit f39a608
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions client-course-schedulizer/src/utilities/helpers/teamMembers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,25 @@ export const team2021: TeamMember[] = [

export const team2022: TeamMember[] = [
{
bio:
"Computer Science Student at Calvin University.",
bio: "Computer Science Student at Calvin University.",
name: "John White",
photo: "https://avatars.githubusercontent.com/u/90846531?v=4",
website: "https://github.com/jmw-75",
},
{
bio:
"Computer Science Student at Calvin University.",
bio: "Computer Science Student at Calvin University.",
name: "Samuel Haileselassie",
photo: "https://media-exp1.licdn.com/dms/image/C5603AQH8mr-DiG2BEw/profile-displayphoto-shrink_400_400/0/1634434581718?e=1671667200&v=beta&t=RyVTx8CAqQ8RmELiQN5PBXM7Bf2pQGSGu8uO40E7v4k",
photo: "https://avatars.githubusercontent.com/u/66380716?v=4",
website: "https://github.com/samuelth47",
},
{
bio:
"Computer Science Student at Calvin University.",
bio: "Computer Science Student at Calvin University.",
name: "Sharon Velpula",
photo: "https://avatars.githubusercontent.com/u/90476681?v=4",
website: "https://github.com/VelSharon",
},
{
bio:
"Computer Science Student at Calvin University.",
bio: "Computer Science Student at Calvin University.",
name: "Fitsum Maru",
photo: "https://avatars.githubusercontent.com/u/86684529?v=4",
website: "https://github.com/FitsumMaru",
Expand All @@ -84,18 +80,15 @@ export const team2022: TeamMember[] = [

export const team2023: TeamMember[] = [
{
bio:
"Computer Science Student at Calvin University.",
bio: "Computer Science Student at Calvin University.",
name: "ZeAi Sun",
photo: "https://avatars.githubusercontent.com/u/112643038?s=400&v=4",
website: "https://github.com/SophiaSun18",
},
{
bio:
"Computer Science Student at Calvin University.",
bio: "Computer Science Student at Calvin University.",
name: "Faeren Madza",
photo:
"https://avatars.githubusercontent.com/u/143450134?v=4",
photo: "https://avatars.githubusercontent.com/u/143450134?v=4",
website: "https://github.com/NycoCC1993",
},
];
Expand Down

0 comments on commit f39a608

Please sign in to comment.