team.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. /** @type {import("vitepress").DefaultTheme.TeamMember[]} */
  24. export const teamMembers = [
  25. {
  26. avatar: 'https://www.github.com/jakobbouchard.png',
  27. name: 'Jakob Bouchard 🇨🇦',
  28. title: 'Developer',
  29. org: 'Prosomo',
  30. orgLink: 'https://prosomo.com',
  31. links: [
  32. { icon: 'github', link: 'https://github.com/jakobbouchard' },
  33. { icon: 'linkedin', link: 'https://linkedin.com/in/jakobbouchard' },
  34. {
  35. icon: {
  36. 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>',
  37. },
  38. link: 'https://jakobbouchard.dev',
  39. },
  40. ],
  41. },
  42. {
  43. avatar:
  44. 'https://cdn.discordapp.com/avatars/737905427097845780/32452f630dd8684ed7c580806ccbee09.webp',
  45. name: 'Falzo 🇩🇪',
  46. links: [{ icon: 'github', link: 'https://github.com/falzoMAD' }],
  47. },
  48. {
  49. avatar: 'https://www.github.com/divinity76.png',
  50. name: 'divinity76 🇳🇴',
  51. links: [{ icon: 'github', link: 'https://github.com/divinity76' }],
  52. },
  53. {
  54. avatar: 'https://www.github.com/istiak101.png',
  55. name: 'istiak101 🇧🇩',
  56. links: [{ icon: 'github', link: 'https://github.com/istiak101' }],
  57. },
  58. {
  59. avatar: 'https://www.github.com/Pleskan.png',
  60. name: 'Anton Pleskanovskyy 🇺🇦',
  61. links: [{ icon: 'github', link: 'https://github.com/Pleskan' }],
  62. },
  63. {
  64. avatar: 'https://www.github.com/AlecRust.png',
  65. name: 'Alec Rust 🇬🇧',
  66. links: [{ icon: 'github', link: 'https://github.com/AlecRust' }],
  67. },
  68. ];