layout
<script setup>
import {
VPTeamPage,
VPTeamPageTitle,
VPTeamMembers,
VPTeamPageSection
} from 'vitepress/theme';
const members = [
{
name: 'Henry Hale',
title: 'Creator',
avatar: '
https://www.github.com/henryhale.png',
org: 'xterminal',
orgLink: '
https://github.com/henryhale/xterminal',
links: [
{
icon: 'github',
link: '
https://github.com/henryhale'
},
{
icon: 'twitter',
link: '
https://twitter.com/devhenryhale'
}
]
},
];
const contributors = [
{
name: 'Enzo Notario',
title: 'Full Stack Developer',
avatar: '
https://www.github.com/enzonotario.png',
links: [
{
icon: 'github',
link: '
https://github.com/enzonotario'
},
]
}
];
</script>
Our Team
Say hello to our awesome team.
Contributors
A big shout out to these awesome people