Updated flash

This commit is contained in:
Relism
2025-02-28 21:04:33 +01:00
parent 55cc97e4fc
commit 0a6fe2d7a6
4 changed files with 37 additions and 34 deletions
+35
View File
@@ -29,3 +29,38 @@ features:
link: /mobot
---
<br>
---
<br>
<script setup>
import { VPTeamMembers } from 'vitepress/theme';
const members = [
{
avatar: 'https://avatars.githubusercontent.com/u/83401018?v=4',
name: 'Relism',
title: 'Backend Developer',
links: [
{ icon: 'github', link: 'https://github.com/Relism' },
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/69807609?v=4',
name: 'Sieadev',
title: 'Developer',
links: [
{ icon: 'github', link: 'https://github.com/sieadev' },
]
},
]
</script>
# Our Team
Say hello to the Pixel Services team !
<VPTeamMembers size="small" :members="members" />