in src/components/TeamProfileCards/index.tsx [127:149]
export function HonoraryAlumniTeamRow() {
return (
<div className="row">
<TeamProfileCardCol
name="Endilie Yacop Sucipto"
githubUrl="https://github.com/endiliey"
twitterUrl="https://twitter.com/endiliey">
<Translate id="team.profile.Endilie Yacop Sucipto.body">
Maintainer @docusaurus · 🔥🔥🔥
</Translate>
</TeamProfileCardCol>
<TeamProfileCardCol
name="Wei Gao"
githubUrl="https://github.com/wgao19"
twitterUrl="https://twitter.com/wgao19">
<Translate id="team.profile.Wei Gao.body">
🏻🌾 Work in progress React developer, maintains Docusaurus, writes
docs and spams this world with many websites.
</Translate>
</TeamProfileCardCol>
</div>
);
}