From d76c124858fa9f523ddfa5d8879f1161fb420763 Mon Sep 17 00:00:00 2001 From: robinbraemer Date: Thu, 2 May 2024 13:58:53 +0200 Subject: [PATCH] docs: Update team --- .../.vitepress/theme/components/MeetTeam.vue | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/.web/docs/.vitepress/theme/components/MeetTeam.vue b/.web/docs/.vitepress/theme/components/MeetTeam.vue index d2727c3..ae973f1 100644 --- a/.web/docs/.vitepress/theme/components/MeetTeam.vue +++ b/.web/docs/.vitepress/theme/components/MeetTeam.vue @@ -31,7 +31,7 @@ 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.', @@ -39,6 +39,33 @@ const core: DefaultTheme.TeamMember[] = [ {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!', + }, ]