aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/vitepress/markdown/team.md
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:47:33 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:47:33 +0100
commit3774d5dfd730ab947438ba45dced508602483324 (patch)
tree83baafed9d2476e75bf43f84d3a98567943e600a /communities/red-right-hand/vitepress/markdown/team.md
parent98ec34378c1a40803fcd04494518be9b80536355 (diff)
downloadunnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.gz
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.bz2
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.xz
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.zip
add red-right-hand community projects
Diffstat (limited to 'communities/red-right-hand/vitepress/markdown/team.md')
-rw-r--r--communities/red-right-hand/vitepress/markdown/team.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/communities/red-right-hand/vitepress/markdown/team.md b/communities/red-right-hand/vitepress/markdown/team.md
new file mode 100644
index 0000000..a9d7466
--- /dev/null
+++ b/communities/red-right-hand/vitepress/markdown/team.md
@@ -0,0 +1,34 @@
+---
+layout: page
+---
+
+<script setup>
+import {
+ VPTeamPage,
+ VPTeamPageTitle,
+ VPTeamMembers
+} from 'vitepress/theme';
+
+const members = [
+ {
+ avatar: 'https://robertsspaceindustries.com/media/7lw2abfargyozr/heap_infobox/Ezgif-4-6671ae942950.png',
+ name: 'bayla',
+ desc: "Project Manager",
+ title: "Admiral",
+ org: 'Red Right Hand',
+ orgLink: 'https://robertsspaceindustries.com/orgs/UNNAMEDGRP',
+ }
+];
+</script>
+
+<VPTeamPage>
+ <VPTeamPageTitle>
+ <template #title>
+ Our Team
+ </template>
+ <template #lead>
+ The development of this site is guided by an international team, some of whom are listed below. We are always looking for new members to join our ranks, so if you are interested in contributing, please reach out to us on our Discord server.
+ </template>
+ </VPTeamPageTitle>
+ <VPTeamMembers :members />
+</VPTeamPage>