|
@@ -9,15 +9,49 @@ export const core = [
|
|
links: [
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/alvarosabu' },
|
|
{ icon: 'github', link: 'https://github.com/alvarosabu' },
|
|
{ icon: 'twitter', link: 'https://twitter.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' },
|
|
{ icon: 'youtube', link: 'https://www.youtube.com/channel/UC6D2KveNVcuuPqOKp0YWO3w' },
|
|
],
|
|
],
|
|
sponsor: 'https://github.com/sponsors/alvarosabu',
|
|
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',
|
|
avatar: 'https://www.github.com/JaimeTorrealba.png',
|
|
name: 'Jaime Torrealba',
|
|
name: 'Jaime Torrealba',
|
|
title: 'Frontend Engineer',
|
|
title: 'Frontend Engineer',
|
|
- desc: 'A passionate creative-developer',
|
|
|
|
links: [
|
|
links: [
|
|
{ icon: 'github', link: 'https://github.com/JaimeTorrealba' },
|
|
{ icon: 'github', link: 'https://github.com/JaimeTorrealba' },
|
|
{ icon: 'twitter', link: 'https://twitter.com/jaimebboyjt' },
|
|
{ icon: 'twitter', link: 'https://twitter.com/jaimebboyjt' },
|
|
@@ -25,13 +59,11 @@ export const core = [
|
|
sponsor: 'https://github.com/sponsors/JaimeTorrealba',
|
|
sponsor: 'https://github.com/sponsors/JaimeTorrealba',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- avatar: 'https://www.github.com/Tinoooo.png',
|
|
|
|
- name: 'Tino Koch',
|
|
|
|
|
|
+ avatar: 'https://www.github.com/andretchen0.png',
|
|
|
|
+ name: 'Andretchen0',
|
|
title: 'Frontend Engineer',
|
|
title: 'Frontend Engineer',
|
|
- desc: 'A passionate creative-developer',
|
|
|
|
links: [
|
|
links: [
|
|
- { icon: 'github', link: 'https://github.com/Tinoooo' },
|
|
|
|
- { icon: 'twitter', link: 'https://twitter.com/@ichbintino' },
|
|
|
|
|
|
+ { icon: 'github', link: 'https://github.com/andretchen0' },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
]
|
|
]
|