|
| 1 | +/** @type {import('@voidzero-dev/vitepress-theme').TeamMember[]} */ |
| 2 | +export const core = [ |
| 3 | + { |
| 4 | + avatar: 'https://github.com/fengmk2.png', |
| 5 | + name: 'MK', |
| 6 | + links: [{ icon: 'github', link: 'https://github.com/fengmk2' }, |
| 7 | + { icon: 'x', link: 'https://x.com/fengmk2' }, |
| 8 | + ], |
| 9 | + }, |
| 10 | + { |
| 11 | + avatar: 'https://github.com/branchseer.png', |
| 12 | + name: 'Wang Chi', |
| 13 | + links: [ |
| 14 | + { icon: 'github', link: 'https://github.com/branchseer' }, |
| 15 | + { icon: 'x', link: 'https://x.com/branchseer' } |
| 16 | + ], |
| 17 | + }, |
| 18 | + { |
| 19 | + avatar: 'https://github.com/Brooooooklyn.png', |
| 20 | + name: 'Long Yinan', |
| 21 | + links: [ |
| 22 | + { icon: 'github', link: 'https://github.com/Brooooooklyn' }, |
| 23 | + { icon: 'x', link: 'https://x.com/Brooooook_lyn' }, |
| 24 | + ], |
| 25 | + }, |
| 26 | + { |
| 27 | + avatar: 'https://github.com/cpojer.png', |
| 28 | + name: 'Christoph Nakazawa', |
| 29 | + links: [ |
| 30 | + { icon: 'github', link: 'https://github.com/cpojer' }, |
| 31 | + { icon: 'x', link: 'https://x.com/cpojer' }, |
| 32 | + { icon: 'bluesky', link: 'https://bsky.app/profile/christoph.nkzw.tech' }, |
| 33 | + ], |
| 34 | + }, |
| 35 | + { |
| 36 | + avatar: 'https://github.com/TheAlexLichter.png', |
| 37 | + name: 'Alexander Lichter', |
| 38 | + links: [ |
| 39 | + { icon: 'github', link: 'https://github.com/TheAlexLichter' }, |
| 40 | + { icon: 'x', link: 'https://x.com/TheAlexLichter' }, |
| 41 | + { icon: 'bluesky', link: 'https://bsky.app/profile/thealexlichter.com' }, |
| 42 | + ], |
| 43 | + }, |
| 44 | + { |
| 45 | + avatar: 'https://github.com/camc314.png', |
| 46 | + name: 'Cameron Clark', |
| 47 | + links: [ |
| 48 | + { icon: 'github', link: 'https://github.com/camc314' }, |
| 49 | + { icon: 'x', link: 'https://x.com/cameron_C2' }, |
| 50 | + ], |
| 51 | + }, |
| 52 | + { |
| 53 | + avatar: 'https://github.com/leaysgur.png', |
| 54 | + name: 'Yuji Sugiura', |
| 55 | + links: [ |
| 56 | + { icon: 'github', link: 'https://github.com/leaysgur' }, |
| 57 | + { icon: 'x', link: 'https://x.com/leaysgur' }, |
| 58 | + ], |
| 59 | + }, |
| 60 | + { |
| 61 | + avatar: 'https://github.com/mdong1909.png', |
| 62 | + name: 'Michael Dong', |
| 63 | + links: [ |
| 64 | + { icon: 'github', link: 'https://github.com/mdong1909' }, |
| 65 | + { icon: 'x', link: 'https://x.com/mdong1909' }, |
| 66 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/michael-d-612b5b50/' }, |
| 67 | + ], |
| 68 | + }, |
| 69 | + { |
| 70 | + avatar: 'https://github.com/kazupon.png', |
| 71 | + name: 'kazupon', |
| 72 | + links: [ |
| 73 | + { icon: 'github', link: 'https://github.com/kazupon' }, |
| 74 | + { icon: 'x', link: 'https://x.com/kazu_pon' }, |
| 75 | + { icon: 'bluesky', link: 'https://bsky.app/profile/kazupon.dev' }, |
| 76 | + ], |
| 77 | + }, |
| 78 | + { |
| 79 | + avatar: 'https://github.com/ubugeeei.png', |
| 80 | + name: 'ubugeeei', |
| 81 | + links: [ |
| 82 | + { icon: 'github', link: 'https://github.com/ubugeeei' }, |
| 83 | + { icon: 'x', link: 'https://x.com/ubugeeei' }, |
| 84 | + ], |
| 85 | + }, |
| 86 | + { |
| 87 | + avatar: 'https://github.com/nekomoyi.png', |
| 88 | + name: 'nekomoyi', |
| 89 | + links: [ |
| 90 | + { icon: 'github', link: 'https://github.com/nekomoyi' }, |
| 91 | + ], |
| 92 | + }, |
| 93 | + { |
| 94 | + avatar: 'https://github.com/HaasStefan.png', |
| 95 | + name: 'Stefan Haas', |
| 96 | + links: [ |
| 97 | + { icon: 'github', link: 'https://github.com/HaasStefan' }, |
| 98 | + { icon: 'x', link: 'https://x.com/StefanvHaas' }, |
| 99 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/stefan-haas-angular' }, |
| 100 | + ], |
| 101 | + }, |
| 102 | + { |
| 103 | + avatar: 'https://github.com/naokihaba.png', |
| 104 | + name: 'naokihaba', |
| 105 | + links: [ |
| 106 | + { icon: 'github', link: 'https://github.com/naokihaba' }, |
| 107 | + { icon: 'x', link: 'https://x.com/naokihaba' }, |
| 108 | + { icon: 'bluesky', link: 'https://bsky.app/profile/naokihaba.com' }, |
| 109 | + ], |
| 110 | + }, |
| 111 | + { |
| 112 | + avatar: 'https://github.com/jong-kyung.png', |
| 113 | + name: 'JongKyung Lee', |
| 114 | + links: [ |
| 115 | + { icon: 'github', link: 'https://github.com/jong-kyung' }, |
| 116 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/jong-kyung' }, |
| 117 | + ], |
| 118 | + }, |
| 119 | +] |
| 120 | + |
| 121 | +/** @type {import('@voidzero-dev/vitepress-theme').TeamMember[]} */ |
| 122 | +export const emeriti = [] |
0 commit comments