mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 20:17:50 +02:00
* add myself to /team page + add TeamProfileCard component * apply col classes from parent to make TeamProfileCard more reusable
80 lines
3.3 KiB
Markdown
80 lines
3.3 KiB
Markdown
---
|
||
id: team
|
||
title: Team
|
||
slug: /team
|
||
---
|
||
|
||
import TeamProfileCard from "@site/src/components/TeamProfileCard"
|
||
|
||
export function TeamProfileCardCol(props) { return <TeamProfileCard {...props} className={'col col--6 margin-bottom--lg'}/> }
|
||
|
||
## Active Team
|
||
|
||
<div className="row">
|
||
<TeamProfileCardCol
|
||
name="Alexey Pyltsyn"
|
||
githubUrl="https://github.com/lex111"
|
||
>
|
||
Obsessed open-source enthusiast 👋 Eternal amateur at everything 🤷♂️ Maintainer of Russian docs on PHP, React, Kubernetes and much more 🧐
|
||
</TeamProfileCardCol>
|
||
<TeamProfileCardCol
|
||
name="Fanny Vieira"
|
||
githubUrl="https://github.com/fanny"
|
||
twitterUrl="https://twitter.com/fannyvieiira"
|
||
>
|
||
Fanny got started with web development in high school, building a project for the school kitchen. In her free time she loves contributing to Open Source, occasionally writing on <a href="https://dev.to/fannyvieira" target="_blank">her blog</a> about her experiences, cooking, and creating <a href="https://open.spotify.com/user/anotherfanny" target="_blank">Spotify playlists</a>.
|
||
</TeamProfileCardCol>
|
||
<TeamProfileCardCol
|
||
name="Joel Marcey"
|
||
githubUrl="https://github.com/JoelMarcey"
|
||
twitterUrl="https://twitter.com/joelmarcey"
|
||
>
|
||
Docusaurus founder and now ever grateful Docusaurus cheerleader to those who actually write code for it.
|
||
</TeamProfileCardCol>
|
||
<TeamProfileCardCol
|
||
name="Sébastien Lorber"
|
||
githubUrl="https://github.com/slorber"
|
||
twitterUrl="https://twitter.com/sebastienlorber"
|
||
>
|
||
React lover since 2014. Freelance, helping Facebook ship Docusaurus v2.
|
||
</TeamProfileCardCol>
|
||
<TeamProfileCardCol
|
||
name="Yangshun Tay"
|
||
githubUrl="https://github.com/yangshun"
|
||
twitterUrl="https://twitter.com/yangshunz"
|
||
>
|
||
Full Front End Stack developer who likes working on the Jamstack. Working on Docusaurus made him Facebook's unofficial part-time Open Source webmaster, which is an awesome role to be in.
|
||
</TeamProfileCardCol>
|
||
</div>
|
||
|
||
## Honorary Alumni
|
||
|
||
<div className="row">
|
||
<TeamProfileCardCol name="Endilie Yacop Sucipto" githubUrl="https://github.com/endiliey" twitterUrl="https://twitter.com/endiliey">
|
||
Maintainer @docusaurus · 🔥🔥🔥
|
||
</TeamProfileCardCol>
|
||
<TeamProfileCardCol
|
||
name="Wei Gao"
|
||
githubUrl="https://github.com/wgao19"
|
||
twitterUrl="https://twitter.com/wgao19"
|
||
>
|
||
🏻🌾 Work in progress React developer, maintains Docusaurus, writes docs and spams this world with many websites.
|
||
</TeamProfileCardCol>
|
||
</div>
|
||
|
||
## Acknowledgements
|
||
|
||
Docusaurus was originally created by Joel Marcey. Today, Docusaurus has a few hundred open source contributors. We’d like to recognize a few people who have made significant contributions to Docusaurus and its documentation in the past and have helped maintain them over the years:
|
||
|
||
- [Amy Lam](https://github.com/amyrlam)
|
||
- [Cheng Lou](https://github.com/chenglou)
|
||
- [Christine Abernathy](https://github.com/caabernathy)
|
||
- [Christopher Chedeau](https://github.com/vjeux)
|
||
- [Elvis Wolcott](https://github.com/elviswolcott)
|
||
- [Eric Nakagawa](https://github.com/ericnakagawa)
|
||
- [Fienny Angelina](https://github.com/fiennyangeln)
|
||
- [Frank Li](https://github.com/deltice)
|
||
- [Héctor Ramos](https://github.com/hramos)
|
||
- [Ramón Lamana](https://github.com/rlamana)
|
||
- [Ricky Vetter](https://github.com/rickyvetter)
|
||
- [Sam Zhou](https://github.com/SamChou19815)
|