<https://github.com/Disfactory/Landing/blob/main/constants/contributor.js | contributor.js>
```
const ContributorInfo = [
{
id: 'frontend',
type: '前端',
name: 'IU、yukai、yeefun、dotsea、Caleb',
},
{
id: 'design',
type: '設計',
name: 'SL、J、Tin、Lydia、Xinroo、RAY',
},
{
id: 'backend',
type: '後端',
name: 'cph、yellowsoar、swind、小白、YAlgorithm、sour、Jsaon、Toby、 Sonia、Andy、Hubert、Darren、Looofy、Simon、Aaron',
},
{
id: 'ngo',
type: '地球公民基金會',
name: '小海、deeper、小胖、沅諭、可飛、peii',
},
{
id: 'socialmedia',
type: '社群協力',
name: 'ddio、chiahe、Joycelin、laiTzan、chelin、jenhaoyang、chihao、Angel、安東尼、Bryce、笑笑、積丹尼、誠夏、Stasia、慈忻、Kai、昱伶、Tai、Wuulong、Carmen、fly、土撥鼠、mhshih、JinWen、Johnson、John Huang、zyan、tai、slayer、mg、robin、星穎、ichieh、isabel、Tiff、雅安、Jay Lo、mcdlee、CRW、Guo-Jim',
},
];
export { ContributorInfo };
```