team.js 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. export const core = [
  2. {
  3. avatar: 'https://www.github.com/alvarosabu.png',
  4. name: 'Alvaro Sabu',
  5. title: 'Creative Engineer | Content Creator',
  6. org: 'TresJS',
  7. orgLink: 'https://tresjs.org/',
  8. desc: 'TresJS author, DevRel Engineer at @storyblok',
  9. links: [
  10. { icon: 'github', link: 'https://github.com/alvarosabu' },
  11. { icon: 'twitter', link: 'https://twitter.com/alvarosabu' },
  12. { icon: 'youtube', link: 'https://www.youtube.com/channel/UC6D2KveNVcuuPqOKp0YWO3w' },
  13. ],
  14. sponsor: 'https://github.com/sponsors/alvarosabu',
  15. },
  16. {
  17. avatar: 'https://www.github.com/JaimeTorrealba.png',
  18. name: 'Jaime Torrealba',
  19. title: 'Frontend Engineer',
  20. desc: 'A passionate creative-developer',
  21. links: [
  22. { icon: 'github', link: 'https://github.com/JaimeTorrealba' },
  23. { icon: 'twitter', link: 'https://twitter.com/jaimebboyjt' },
  24. ],
  25. sponsor: 'https://github.com/sponsors/JaimeTorrealba',
  26. },
  27. {
  28. avatar: 'https://www.github.com/Tinoooo.png',
  29. name: 'Tino Koch',
  30. title: 'Frontend Engineer',
  31. desc: 'A passionate creative-developer',
  32. links: [
  33. { icon: 'github', link: 'https://github.com/Tinoooo' },
  34. { icon: 'twitter', link: 'https://twitter.com/@ichbintino' },
  35. ],
  36. },
  37. ]