1
0

team.js 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. },
  26. {
  27. avatar: 'https://www.github.com/Tinoooo.png',
  28. name: 'Tino Koch',
  29. title: 'Frontend Engineer',
  30. desc: 'A passionate creative-developer',
  31. links: [
  32. { icon: 'github', link: 'https://github.com/Tinoooo' },
  33. { icon: 'twitter', link: 'https://twitter.com/@ichbintino' },
  34. ],
  35. },
  36. ]