team.ts 2.5 KB

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