Files
task/website/src/team.md
Valentin Maerten 79c93fb42b docs: migrate website to vitepress (#2359)
Co-authored-by: Pete Davison <pd93.uk@outlook.com>
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
2025-08-12 18:09:19 +02:00

1.8 KiB

layout
layout
page
<script setup> import { VPTeamPage, VPTeamPageTitle, VPTeamMembers } from 'vitepress/theme' const members = [ { 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' } ] }, { 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' } ] }, { 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' } ] } ] </script> Our Team The development of Task is guided by an international team, some of whom have chosen to be featured below.