Files
hestiacp/docs/_data/team.js

84 lines
2.5 KiB
JavaScript
Raw Normal View History

2024-03-19 22:05:27 +03:00
/** @type {import("vitepress").DefaultTheme.TeamMember[]} */
export const projectManagers = [
{
avatar: 'https://www.github.com/ScIT-Raphael.png',
name: 'Raphael Schneeberger 🇨🇭',
title: 'Основатель проекта',
2024-03-19 22:05:27 +03:00
links: [{ icon: 'github', link: 'https://github.com/ScIT-Raphael' }],
},
{
avatar: 'https://www.github.com/jaapmarcus.png',
name: 'Jaap Marcus 🇳🇱',
links: [{ icon: 'github', link: 'https://github.com/jaapmarcus' }],
2024-03-19 22:05:27 +03:00
},
{
avatar: 'https://www.github.com/Lupul.png',
name: 'Robert Zollner 🇷🇴',
links: [{ icon: 'github', link: 'https://github.com/Lupul' }],
},
];
const globeIcon = {
svg: '🌐',
};
2024-03-19 22:05:27 +03:00
/** @type {import("vitepress").DefaultTheme.TeamMember[]} */
export const teamMembers = [
{
avatar: 'https://www.github.com/imjuniper.png',
name: 'Juniper Bouchard 🇨🇦',
2024-03-19 22:05:27 +03:00
links: [
{ icon: 'github', link: 'https://github.com/imjuniper' },
{ icon: globeIcon, link: 'https://imjuniper.fyi' },
2024-03-19 22:05:27 +03:00
],
},
{
avatar:
'https://cdn.discordapp.com/avatars/737905427097845780/32452f630dd8684ed7c580806ccbee09.webp',
name: 'Falzo 🇩🇪',
links: [{ icon: 'github', link: 'https://github.com/falzoMAD' }],
},
{
avatar: 'https://www.github.com/divinity76.png',
name: 'divinity76 🇳🇴',
links: [{ icon: 'github', link: 'https://github.com/divinity76' }],
},
{
avatar: 'https://www.github.com/Pleskan.png',
name: 'Anton Pleskanovskyy 🇺🇦',
links: [{ icon: 'github', link: 'https://github.com/Pleskan' }],
},
{
avatar: 'https://www.github.com/AlecRust.png',
name: 'Alec Rust 🇬🇧',
links: [
{ icon: 'github', link: 'https://github.com/AlecRust' },
{ icon: globeIcon, link: 'https://www.alecrust.com/' },
],
},
{
avatar: 'https://github.com/ioannidesalex.png',
name: 'Alexandros Ioannides 🇨🇾',
title: 'Технический директор (CTO)',
org: 'FocusNet',
orgLink: 'https://focus-net.net',
links: [
{ icon: 'github', link: 'https://github.com/ioannidesalex' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/ioannidesa' },
],
},
];
/** @type {import("vitepress").DefaultTheme.TeamMember[]} */
export const teamRpm = [
{
avatar: 'https://www.github.com/bayrepo.png',
name: 'Alexey Berezhok 🇷🇺',
title: 'Сопровождающий RPM-версии',
desc: 'Отвечает за адаптацию и поддержку экосистем RHEL / Rocky / AlmaLinux.',
links: [
{ icon: 'github', link: 'https://github.com/bayrepo' },
{ icon: globeIcon, link: 'https://hestiadocs.brepo.ru' },
],
2024-03-19 22:05:27 +03:00
},
];