Skip to content

Commit

Permalink
docs: Update team
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed May 2, 2024
1 parent 8dabe4f commit d76c124
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .web/docs/.vitepress/theme/components/MeetTeam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,41 @@ const core: DefaultTheme.TeamMember[] = [
{
avatar: 'https://www.github.com/robinbraemer.png',
name: 'Robin Brämer',
title: 'Creator',
title: 'CTO',
org: 'Minekube',
orgLink: 'https://github.com/minekube',
desc: 'Independent open source developer, creator of Connect, Gate & Minekube Organization.',
links: [
{icon: 'github', link: 'https://github.com/robinbraemer'},
],
},
{
avatar: 'https://www.github.com/NixNux123.png',
name: 'Benjamin',
title: 'Tech. Moderation',
org: 'Minekube',
orgLink: 'https://github.com/minekube',
desc: 'Technical Community Moderation at Minekube Platform',
links: [
{icon: 'github', link: 'https://github.com/NixNux123'},
],
},
{
avatar: 'https://www.github.com/minekube.png',
name: 'Tyler',
title: 'Engineer',
org: 'Minekube',
orgLink: 'https://github.com/minekube',
desc: 'Engineering at Minekube Platform',
},
{
avatar: 'https://www.github.com/plus.png',
name: 'You?',
title: 'Engineer',
org: 'See all positions below',
orgLink: '/blog/',
desc: 'This could be you!',
},
]
</script>
Expand Down

0 comments on commit d76c124

Please sign in to comment.