Skip to content

Commit

Permalink
Merge pull request #95 from Swetugg/94-add-new-team-members
Browse files Browse the repository at this point in the history
add new team members
  • Loading branch information
RobertMili authored Nov 18, 2024
2 parents 11fb63c + 4c387af commit 4190918
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Pages/Team.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,16 @@
"eric-r-johansson", "ericjohansson", new string[]{content}),
("Abdi Farah",
"/img/team/abdi.farah.jfif",
"abdi92", "", new string[]{sponsors})
"abdi92", "", new string[]{sponsors}),
("Svitlana Horodylova",
"/img/team/Svitlana-Horodylova.jfif",
"svitlana-horodylova", "", new string[]{socialMedia}),
("Robert Milicevic",
"/img/team/robert.milicevic.jfif",
"robert-milicevic-5a2013149", "", new string[]{website}),
("Stacy Cashmore",
"/img/team/stacy.cashmore.jfif",
"stacycash", "", new string[]{website})
}.OrderBy(member => member.responsibilities.Any(r => boardResponsibilities.Contains(r)) ? 1 : 2)
.ThenBy(member => member.name);
}
Expand Down
Binary file added wwwroot/img/team/Svitlana-Horodylova.jfif
Binary file not shown.
Binary file added wwwroot/img/team/robert.milicevic.jfif
Binary file not shown.
Binary file added wwwroot/img/team/stacy.cashmore.jfif
Binary file not shown.

0 comments on commit 4190918

Please sign in to comment.