Skip to content

Commit

Permalink
docs: update team (#11258)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 8, 2022
1 parent 5cb63d0 commit 962e593
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions docs/_data/team.js
Expand Up @@ -38,6 +38,28 @@ export const core = [
],
sponsor: 'https://github.com/sponsors/antfu',
},
{
avatar: 'https://github.com/bluwy.png',
name: 'Bjorn Lu',
title: 'Frontend Developer',
desc: 'Svelte and Vite team member. Something something opinions.',
links: [
{ icon: 'github', link: 'https://github.com/bluwy' },
{ icon: 'twitter', link: 'https://twitter.com/bluwyoo' },
],
sponsor: 'https://bjornlu.com/sponsor',
},
{
avatar: 'https://github.com/sapphi-red.png',
name: 'green',
title: 'Web Developer',
desc: 'Vite team member. Call me sapphi or green or midori ;)',
links: [
{ icon: 'github', link: 'https://github.com/sapphi-red' },
{ icon: 'twitter', link: 'https://twitter.com/sapphi_red' },
],
sponsor: 'https://github.com/sponsors/sapphi-red',
},
{
avatar: 'https://github.com/sodatea.png',
name: 'Haoqun Jiang',
Expand Down Expand Up @@ -75,17 +97,6 @@ export const core = [
],
sponsor: 'https://github.com/sponsors/aleclarson',
},
{
avatar: 'https://github.com/bluwy.png',
name: 'Bjorn Lu',
title: 'Frontend Developer',
desc: 'Svelte and Vite team member. Something something opinions.',
links: [
{ icon: 'github', link: 'https://github.com/bluwy' },
{ icon: 'twitter', link: 'https://twitter.com/bluwyoo' },
],
sponsor: 'https://bjornlu.com/sponsor',
},
{
avatar: 'https://github.com/poyoho.png',
name: 'yoho',
Expand All @@ -97,16 +108,15 @@ export const core = [
],
},
{
avatar: 'https://github.com/sapphi-red.png',
name: 'green',
title: 'Web Developer',
desc: 'Vite team member. Call me sapphi or green or midori ;)',
links: [
{ icon: 'github', link: 'https://github.com/sapphi-red' },
{ icon: 'twitter', link: 'https://twitter.com/sapphi_red' },
],
sponsor: 'https://github.com/sponsors/sapphi-red',
avatar: 'https://github.com/ArnaudBarre.png',
name: 'Arnaud Barré',
title: 'Frontend Developer',
desc: 'Passionate by tooling around TypeScript and React.',
links: [{ icon: 'github', link: 'https://github.com/ArnaudBarre' }],
},
]

export const emeriti = [
{
avatar: 'https://github.com/ygj6.png',
name: 'ygj6',
Expand All @@ -128,9 +138,6 @@ export const core = [
{ icon: 'twitter', link: 'https://twitter.com/Niputi_' },
],
},
]

export const emeriti = [
{
avatar: 'https://github.com/underfin.png',
name: 'underfin',
Expand Down

0 comments on commit 962e593

Please sign in to comment.