|
| 1 | +import type { DefaultTheme } from 'vitepress'; |
| 2 | + |
| 3 | +export const coreTeam: DefaultTheme.TeamMember[] = [ |
| 4 | + { |
| 5 | + avatar: '/team/aurelienmino.png', |
| 6 | + name: 'Aurélien Mino', |
| 7 | + title: 'Core Team', |
| 8 | + links: [ |
| 9 | + { icon: 'github', link: 'https://github.com/murdos' }, |
| 10 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/amino/' }, |
| 11 | + { icon: 'mastodon', link: 'https://mastodon.social/@AurelienMino' }, |
| 12 | + { icon: 'x', link: 'https://x.com/AurelienMino' }, |
| 13 | + ], |
| 14 | + }, |
| 15 | + { |
| 16 | + avatar: '/team/colindamon.png', |
| 17 | + name: 'Colin Damon', |
| 18 | + title: 'Core Team', |
| 19 | + links: [ |
| 20 | + { icon: 'github', link: 'https://github.com/damnclin' }, |
| 21 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/colin-damon/' }, |
| 22 | + ], |
| 23 | + }, |
| 24 | + { |
| 25 | + avatar: '/team/qmonmert.png', |
| 26 | + name: 'Quentin Monmert', |
| 27 | + title: 'Core Team', |
| 28 | + links: [ |
| 29 | + { icon: 'github', link: 'https://github.com/qmonmert' }, |
| 30 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/quentin-monmert-65038438/' }, |
| 31 | + { icon: 'x', link: 'https://x.com/quentinmonmert' }, |
| 32 | + ], |
| 33 | + }, |
| 34 | + { |
| 35 | + avatar: '/team/pascalgrimaud.png', |
| 36 | + name: 'Pascal Grimaud', |
| 37 | + title: 'Core Team', |
| 38 | + links: [ |
| 39 | + { icon: 'github', link: 'https://github.com/pascalgrimaud' }, |
| 40 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/pascalgrimaud/' }, |
| 41 | + { icon: 'x', link: 'https://x.com/pascalgrimaud' }, |
| 42 | + ], |
| 43 | + }, |
| 44 | + { |
| 45 | + avatar: '/team/renanfranca.png', |
| 46 | + name: 'Renan Franca', |
| 47 | + title: 'Core Team', |
| 48 | + links: [ |
| 49 | + { icon: 'github', link: 'https://github.com/renanfranca' }, |
| 50 | + { icon: 'linkedin', link: 'https://www.linkedin.com/in/renan-af/' }, |
| 51 | + { |
| 52 | + icon: { |
| 53 | + svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="StyledIconBase-sc-ea9ulj-0 devAbe"><circle cx="12" cy="12" r="10"></circle><line x1="2" x2="22" y1="12" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>', |
| 54 | + }, |
| 55 | + link: 'https://renanfranca.github.io/about.html', |
| 56 | + ariaLabel: 'My Blog' |
| 57 | + } |
| 58 | + ], |
| 59 | + }, |
| 60 | +]; |
0 commit comments