mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Co-authored-by: Pete Davison <pd93.uk@outlook.com> Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
46 lines
1.4 KiB
TypeScript
46 lines
1.4 KiB
TypeScript
export const team = [
|
|
{
|
|
slug: 'andreynering',
|
|
avatar: 'https://www.github.com/andreynering.png',
|
|
name: 'Andrey Nering',
|
|
icon: '/img/flag-brazil.svg',
|
|
title: 'Creator & Maintainer',
|
|
sponsor: 'https://github.com/sponsors/andreynering',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/andreynering' },
|
|
{ icon: 'discord', link: 'https://discord.com/users/310141681926275082' },
|
|
{ icon: 'x', link: 'https://x.com/andreynering' },
|
|
{
|
|
icon: 'bluesky',
|
|
link: 'https://bsky.app/profile/andreynering.bsky.social'
|
|
},
|
|
{ icon: 'mastodon', link: 'https://mastodon.social/@andreynering' }
|
|
]
|
|
},
|
|
{
|
|
slug: 'pd93',
|
|
avatar: 'https://www.github.com/pd93.png',
|
|
name: 'Pete Davison',
|
|
icon: '/img/flag-wales.svg',
|
|
title: 'Maintainer',
|
|
sponsor: 'https://github.com/sponsors/pd93',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/pd93' },
|
|
{ icon: 'bluesky', link: 'https://bsky.app/profile/pd93.uk' }
|
|
]
|
|
},
|
|
{
|
|
slug: 'vmaerten',
|
|
avatar: 'https://www.github.com/vmaerten.png',
|
|
name: 'Valentin Maerten',
|
|
icon: '/img/flag-france.svg',
|
|
title: 'Maintainer',
|
|
sponsor: 'https://github.com/sponsors/vmaerten',
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/vmaerten' },
|
|
{ icon: 'x', link: 'https://x.com/v_maerten' },
|
|
{ icon: 'bluesky', link: 'https://bsky.app/profile/vmaerten.bsky.social' }
|
|
]
|
|
}
|
|
];
|