123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- 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: 'bluesky', link: 'https://bsky.app/profile/alvarosaburido.dev' },
- { icon: 'youtube', link: 'https://www.youtube.com/channel/UC6D2KveNVcuuPqOKp0YWO3w' },
- ],
- sponsor: 'https://github.com/sponsors/alvarosabu',
- },
- {
- avatar: 'https://github.com/garrlker.png',
- name: 'Garrett Walker',
- title: 'Frontend Engineer',
- links: [
- { icon: 'github', link: 'https://github.com/garrlker' },
- { icon: 'twitter', link: 'https://twitter.com/garrlker' },
- ],
- },
- {
- avatar: 'https://www.github.com/Tinoooo.png',
- name: 'Tino Koch',
- title: 'Frontend Engineer',
- links: [
- { icon: 'github', link: 'https://github.com/Tinoooo' },
- { icon: 'twitter', link: 'https://twitter.com/@ichbintino' },
- { icon: 'bluesky', link: 'https://bsky.app/profile/iamtino.bsky.social' },
- ],
- sponsor: 'https://github.com/sponsors/Tinoooo',
- },
- ]
- export const maintainers = [
- {
- avatar: 'https://www.github.com/damienmontastier.png',
- name: 'Damien Montastier',
- title: 'Freelance Frontend Developer',
- links: [
- { icon: 'github', link: 'https://github.com/damienmontastier' },
- { icon: 'twitter', link: 'https://twitter.com/dammontastier' },
- { icon: 'bluesky', link: 'https://bsky.app/profile/dammontastier.bsky.social' },
- ],
- },
- ]
- export const alumni = [
- {
- avatar: 'https://www.github.com/JaimeTorrealba.png',
- name: 'Jaime Torrealba',
- title: 'Frontend Engineer',
- 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/andretchen0.png',
- name: 'Andretchen0',
- title: 'Frontend Engineer',
- links: [
- { icon: 'github', link: 'https://github.com/andretchen0' },
- ],
- },
- ]
|