1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00
Files
dozzle/docs/team.md
2024-05-24 09:31:24 -07:00

3.3 KiB

layout, title
layout title
page Team
<script setup> import { VPTeamPage, VPTeamPageTitle, VPTeamMembers } from 'vitepress/theme' const members = [ { avatar: 'https://www.github.com/amir20.png', name: 'Amir Raminfar', title: 'Creator', links: [ { icon: 'github', link: 'https://github.com/amir20' }, { icon: 'linkedin', link: 'https://www.linkedin.com/in/amirraminfar' }, { icon: {svg: ''}, link: 'https://www.buymeacoffee.com/amirraminfar' } ] } ] </script> Team Dozzle is created and maintained by the following people.