team.ts 2.5 KB

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