# Team

Gacela is maintained by the following open-source contributors.

<script setup>
import {
  VPTeamPage,
  VPTeamPageTitle,
  VPTeamMembers
} from 'vitepress/theme';

const members = [
  {
    avatar: 'https://avatars.githubusercontent.com/u/5256287?s=155',
    name: 'Chemaclass',
    title: 'Jose Maria Valera Reales',
    links: [
      {
        icon: { 
          svg: '<svg width="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.3861 1.21065C11.7472 0.929784 12.2528 0.929784 12.6139 1.21065L21.6139 8.21065C21.8575 8.4001 22 8.69141 22 9V20.5C22 21.3284 21.3284 22 20.5 22H15V14C15 13.4477 14.5523 13 14 13H10C9.44772 13 9 13.4477 9 14V22H3.5C2.67157 22 2 21.3284 2 20.5V9C2 8.69141 2.14247 8.4001 2.38606 8.21065L11.3861 1.21065Z"/></svg>'
        },
        link: 'https://chemaclass.com/'
      },
      { icon: 'github', link: 'https://github.com/Chemaclass/' },
      { icon: 'x', link: 'https://x.com/Chemaclass/' },
      { icon: 'linkedin', link: 'https://www.linkedin.com/in/jose-maria-valera-reales/' }
    ]
  },
  {
    avatar: 'https://avatars.githubusercontent.com/u/6381924?s=155',
    name: 'JesusValera',
    title: 'Jesús Valera Reales',
    links: [
      { 
        icon: { 
          svg: '<svg width="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.3861 1.21065C11.7472 0.929784 12.2528 0.929784 12.6139 1.21065L21.6139 8.21065C21.8575 8.4001 22 8.69141 22 9V20.5C22 21.3284 21.3284 22 20.5 22H15V14C15 13.4477 14.5523 13 14 13H10C9.44772 13 9 13.4477 9 14V22H3.5C2.67157 22 2 21.3284 2 20.5V9C2 8.69141 2.14247 8.4001 2.38606 8.21065L11.3861 1.21065Z"/></svg>'
        },
        link: 'https://jesusvalera.dev/' 
      },
      { icon: 'github', link: 'https://github.com/JesusValeraDev/' },
      { icon: 'x', link: 'https://x.com/JesusValeraDev/' },
      { icon: 'linkedin', link: 'https://www.linkedin.com/in/jesus-valera-reales/' }
    ]
  },
]
</script>

<VPTeamPage>
  <VPTeamMembers
    :members="members"
  />
</VPTeamPage>
