Skip to content

Commit

Permalink
docs: add codey to active team members
Browse files Browse the repository at this point in the history
  • Loading branch information
ilunglee committed Oct 9, 2021
1 parent fa6e5f8 commit b7ab0c0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions website/src/components/TeamProfileCards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,24 @@ function TeamProfileCardCol(props) {
export function ActiveTeamRow() {
return (
<div className="row">
<TeamProfileCardCol
name="Codey Du"
githubUrl="https://github.com/dulerong">
<Translate id="team.profile.dulerong.body">
Vue.js front end developer. Enjoys testing using Jest and Cypress. Loves contributing to open source.
</Translate>
</TeamProfileCardCol>
<TeamProfileCardCol
name="I-Lung Lee"
githubUrl="https://github.com/ilunglee">
<Translate id="team.profile.I-Lung Lee.body">
<Translate id="team.profile.ilunglee.body">
Creator of Adminterface and its predecessors, passionate about anything software-related, loves Ruby and RoR.
</Translate>
</TeamProfileCardCol>
<TeamProfileCardCol
name="Richard Wang"
githubUrl="https://github.com/richchw">
<Translate id="team.profile.Richard Wang.body">
<Translate id="team.profile.richchw.body">
Project Manager and Developer. Writes docs and experiment things here and there.
</Translate>
</TeamProfileCardCol>
Expand Down

0 comments on commit b7ab0c0

Please sign in to comment.