team.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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: 'bluesky', link: 'https://bsky.app/profile/alvarosaburido.dev' },
  13. { icon: 'youtube', link: 'https://www.youtube.com/channel/UC6D2KveNVcuuPqOKp0YWO3w' },
  14. ],
  15. sponsor: 'https://github.com/sponsors/alvarosabu',
  16. },
  17. {
  18. avatar: 'https://github.com/garrlker.png',
  19. name: 'Garrett Walker',
  20. title: 'Frontend Engineer',
  21. links: [
  22. { icon: 'github', link: 'https://github.com/garrlker' },
  23. { icon: 'twitter', link: 'https://twitter.com/garrlker' },
  24. ],
  25. },
  26. {
  27. avatar: 'https://www.github.com/Tinoooo.png',
  28. name: 'Tino Koch',
  29. title: 'Frontend Engineer',
  30. links: [
  31. { icon: 'github', link: 'https://github.com/Tinoooo' },
  32. { icon: 'twitter', link: 'https://twitter.com/@ichbintino' },
  33. { icon: 'bluesky', link: 'https://bsky.app/profile/iamtino.bsky.social' },
  34. ],
  35. sponsor: 'https://github.com/sponsors/Tinoooo',
  36. },
  37. ]
  38. export const maintainers = [
  39. {
  40. avatar: 'https://www.github.com/damienmontastier.png',
  41. name: 'Damien Montastier',
  42. title: 'Freelance Frontend Developer',
  43. links: [
  44. { icon: 'github', link: 'https://github.com/damienmontastier' },
  45. { icon: 'twitter', link: 'https://twitter.com/dammontastier' },
  46. { icon: 'bluesky', link: 'https://bsky.app/profile/dammontastier.bsky.social' },
  47. ],
  48. },
  49. ]
  50. export const alumni = [
  51. {
  52. avatar: 'https://www.github.com/JaimeTorrealba.png',
  53. name: 'Jaime Torrealba',
  54. title: 'Frontend Engineer',
  55. links: [
  56. { icon: 'github', link: 'https://github.com/JaimeTorrealba' },
  57. { icon: 'twitter', link: 'https://twitter.com/jaimebboyjt' },
  58. ],
  59. sponsor: 'https://github.com/sponsors/JaimeTorrealba',
  60. },
  61. {
  62. avatar: 'https://www.github.com/andretchen0.png',
  63. name: 'Andretchen0',
  64. title: 'Frontend Engineer',
  65. links: [
  66. { icon: 'github', link: 'https://github.com/andretchen0' },
  67. ],
  68. },
  69. ]