From 2a22a991e42965f6afb414d68110c9204df23bf1 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Fri, 17 May 2024 20:48:55 +0300 Subject: [PATCH] update --- docs/_data/team.js | 30 ++++++++++++++++++++++++++++++ docs/team.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 docs/_data/team.js create mode 100644 docs/team.md diff --git a/docs/_data/team.js b/docs/_data/team.js new file mode 100644 index 0000000..a2f1147 --- /dev/null +++ b/docs/_data/team.js @@ -0,0 +1,30 @@ +/** @type {import("vitepress").DefaultTheme.TeamMember[]} */ + +const globeIcon = { + svg: 'Website', +}; + +/** @type {import("vitepress").DefaultTheme.TeamMember[]} */ +export const teamMembers = [ + { + avatar: 'https://avatars.githubusercontent.com/u/50577633?v=4', + name: 'Bozhidar Slaveykov 🇧🇬', + title: 'Developer', + org: 'CloudVision', + orgLink: 'https://phyrepanel.com', + links: [ + { icon: 'github', link: 'https://github.com/bobicloudvision' }, + { icon: 'linkedin', link: 'https://www.linkedin.com/in/bozhidar.slaveykov' }, + ], + }, + { + avatar: 'https://avatars.githubusercontent.com/u/5698247?v=4', + name: 'Peter Ivanov 🇧🇬', + title: 'Developer', + org: 'Microweber', + orgLink: 'https://microweber.com.com', + links: [ + { icon: 'github', link: 'https://github.com/peter-mw' }, + ] + } +]; diff --git a/docs/team.md b/docs/team.md new file mode 100644 index 0000000..9b6e0ae --- /dev/null +++ b/docs/team.md @@ -0,0 +1,31 @@ +--- +layout: page + +title: The Team +--- + + + + + + + + + + + + + +