12345678910111213141516171819202122232425262728293031323334353637 |
- export const core = [
- {
- avatar: 'https://www.github.com/alvarosabu.png',
- name: 'Alvaro Sabu',
- title: 'Creative Engineer | Content Creator',
- org: 'TresJS',
- orgLink: 'https://tresjs.org/',
- desc: 'TresJS author, DevRel Engineer at @storyblok',
- links: [
- { icon: 'github', link: 'https://github.com/alvarosabu' },
- { icon: 'twitter', link: 'https://twitter.com/alvarosabu' },
- { icon: 'youtube', link: 'https://www.youtube.com/channel/UC6D2KveNVcuuPqOKp0YWO3w' },
- ],
- sponsor: 'https://github.com/sponsors/alvarosabu',
- },
- {
- avatar: 'https://www.github.com/JaimeTorrealba.png',
- name: 'Jaime Torrealba',
- title: 'Frontend Engineer',
- desc: 'A passionate creative-developer',
- links: [
- { icon: 'github', link: 'https://github.com/JaimeTorrealba' },
- { icon: 'twitter', link: 'https://twitter.com/jaimebboyjt' },
- ],
- sponsor: 'https://github.com/sponsors/JaimeTorrealba',
- },
- {
- avatar: 'https://www.github.com/Tinoooo.png',
- name: 'Tino Koch',
- title: 'Frontend Engineer',
- desc: 'A passionate creative-developer',
- links: [
- { icon: 'github', link: 'https://github.com/Tinoooo' },
- { icon: 'twitter', link: 'https://twitter.com/@ichbintino' },
- ],
- },
- ]
|