team.js 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /** @type {import("vitepress").DefaultTheme.TeamMember[]} */
  2. export const projectManagers = [
  3. {
  4. avatar: 'https://www.github.com/ScIT-Raphael.png',
  5. name: 'Raphael Schneeberger 🇨🇭',
  6. title: 'Project Founder',
  7. links: [{ icon: 'github', link: 'https://github.com/ScIT-Raphael' }],
  8. },
  9. {
  10. avatar: 'https://www.github.com/jaapmarcus.png',
  11. name: 'Jaap Marcus 🇳🇱',
  12. links: [
  13. { icon: 'github', link: 'https://github.com/jaapmarcus' },
  14. { icon: 'twitter', link: 'https://twitter.com/jaapmarcus' },
  15. ],
  16. },
  17. {
  18. avatar: 'https://www.github.com/Lupul.png',
  19. name: 'Robert Zollner 🇷🇴',
  20. links: [{ icon: 'github', link: 'https://github.com/Lupul' }],
  21. },
  22. {
  23. avatar:
  24. 'https://cdn.discordapp.com/avatars/737720562482151485/bac8f56f0a909032efaf60c1aa4047e5.webp',
  25. name: 'Kristan Kenney 🇨🇦',
  26. },
  27. ];
  28. /** @type {import("vitepress").DefaultTheme.TeamMember[]} */
  29. export const teamMembers = [
  30. {
  31. avatar: 'https://www.github.com/jakobbouchard.png',
  32. name: 'Jakob Bouchard 🇨🇦',
  33. title: 'Developer',
  34. org: 'Prosomo',
  35. orgLink: 'https://prosomo.com',
  36. links: [
  37. { icon: 'github', link: 'https://github.com/jakobbouchard' },
  38. { icon: 'linkedin', link: 'https://linkedin.com/in/jakobbouchard' },
  39. {
  40. icon: {
  41. svg: '<svg role="img" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><title>Website</title><path stroke-linecap="round" stroke-linejoin="round" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9" /></svg>',
  42. },
  43. link: 'https://jakobbouchard.dev',
  44. },
  45. ],
  46. },
  47. {
  48. avatar:
  49. 'https://cdn.discordapp.com/avatars/737905427097845780/32452f630dd8684ed7c580806ccbee09.webp',
  50. name: 'Falzo 🇩🇪',
  51. links: [{ icon: 'github', link: 'https://github.com/falzoMAD' }],
  52. },
  53. {
  54. avatar: 'https://www.github.com/divinity76.png',
  55. name: 'divinity76 🇳🇴',
  56. links: [{ icon: 'github', link: 'https://github.com/divinity76' }],
  57. },
  58. {
  59. avatar: 'https://www.github.com/istiak101.png',
  60. name: 'istiak101 🇧🇩',
  61. links: [{ icon: 'github', link: 'https://github.com/istiak101' }],
  62. },
  63. {
  64. avatar: 'https://www.github.com/Pleskan.png',
  65. name: 'Anton Pleskanovskyy 🇺🇦',
  66. links: [{ icon: 'github', link: 'https://github.com/Pleskan' }],
  67. },
  68. {
  69. avatar: 'https://www.github.com/AlecRust.png',
  70. name: 'Alec Rust 🇬🇧',
  71. links: [{ icon: 'github', link: 'https://github.com/AlecRust' }],
  72. },
  73. ];