Skip to content

Commit

Permalink
add current and alumni team members
Browse files Browse the repository at this point in the history
  • Loading branch information
ychoy committed Oct 30, 2020
1 parent 0addbf6 commit aec7ce1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/aboutUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,25 @@ export default function AboutUs() {
{ name: "Coco M", position: "Backend" },
{ name: "Diane L", position: "UX & Design" },
{ name: "Irina R", position: "UX & Design" },
{ name: "Yan-Yin C", position: "Frontend"}
])
const alumni = sortTeamByAlphabeticalOrder([
{ name: "Helen", position: "Project Lead", lead: true },
{ name: "Jacky H", position: "Backend" },
{ name: "Karan B", position: "Backend" },
{ name: "Tim W", position: "Frontend" },
{ name: "Guy W", position: "Frontend" },
{ name: "Myra C", position: "Fullstack" },
{ name: "Duy N", position: "Fullstack" },
{ name: "Glenn S", position: "Fullstack" },
{ name: "Matthew N", position: "Fullstack" },
{ name: "K Siddana", position: "Fullstack" },
{ name: "Michele C", position: "Backend" },
{ name: "Emily R", position: "Fullstack" },
{ name: "Vivek B", position: "Fullstack" },
{ name: "Lynna J", position: "Fullstack" },
{ name: "Gajan N", position: "Fullstack" },
{ name: "Nicole", position: "Fullstack" },
])

return (
Expand Down

0 comments on commit aec7ce1

Please sign in to comment.