@@ -8,69 +8,9 @@ title: Our Team
88
99<script setup >
1010// noinspection ES6UnusedImports
11- import {
12- VPTeamPage ,
13- VPTeamPageTitle ,
14- VPTeamMembers ,
15- } from ' vitepress/theme' ;
16-
17- // noinspection JSUnusedGlobalSymbols
18- const members = [
19- {
20- avatar: ' https://raw.githubusercontent.com/smashedr/repo-images/refs/heads/master/avatar/shane/1.jpg' ,
21- name: ' Shane' ,
22- title: ' Developer' ,
23- org: ' CSSNR' ,
24- orgLink: ' https://github.com/cssnr' ,
25- desc: ' Ralf Broke It' ,
26- sponsor: ' https://ko-fi.com/cssnr' ,
27- actionText: ' Support' ,
28- links: [
29- { icon: ' github' , link: ' https://github.com/smashedr' },
30- { icon: ' mozilla' , link: ' https://addons.mozilla.org/firefox/user/18021912' },
31- { icon: ' googleplay' , link: ' https://play.google.com/store/apps/dev?id=8933468453824534870' },
32- { icon: ' npm' , link: ' https://www.npmjs.com/~smashed' },
33- { icon: ' discord' , link: ' https://discord.gg/wXy6m2X8wY' },
34- { icon: ' linux' , link: ' https://cssnr.github.io/' },
35- ],
36- },
37- {
38- avatar: ' https://avatars.githubusercontent.com/u/16159770' ,
39- name: ' Ralf' ,
40- title: ' Developer' ,
41- org: ' Blastsoft' ,
42- orgLink: ' https://github.com/blastsoftstudios' ,
43- desc: ' Upper Management' ,
44- links: [
45- { icon: ' github' , link: ' https://github.com/raluaces' },
46- { icon: ' x' , link: ' https://x.com/raluaces' },
47- {
48- icon: {
49- svg: ' <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" style="fill: none;" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin-icon lucide-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect width="4" height="12" x="2" y="9"/><circle cx="4" cy="4" r="2"/></svg>' ,
50- },
51- link: ' https://www.linkedin.com/in/raluaces' ,
52- },
53- { icon: ' threads' , link: ' https://www.threads.com/@raluaces' },
54- { icon: ' rocket' , link: ' https://blastsoftstudios.com/' },
55- ],
56- },
57- {
58- avatar: ' https://avatars.githubusercontent.com/u/10658977' ,
59- name: ' Michael' ,
60- title: ' The Bird' ,
61- org: ' The Word' ,
62- orgLink: ' https://www.youtube.com/watch?v=uSlB4eznXoA' ,
63- desc: ' Have you Heard?' ,
64- links: [
65- { icon: ' github' , link: ' https://github.com/miluaces' },
66- { icon: ' x' , link: ' https://x.com/miluaces' },
67- { icon: ' youtube' , link: ' https://www.youtube.com/milua20' },
68- { icon: ' twitch' , link: ' https://www.twitch.tv/miluaces' },
69- { icon: ' steam' , link: ' https://steamcommunity.com/id/miluaces' },
70- { icon: ' rocket' , link: ' https://blastsoftstudios.com/' },
71- ],
72- },
73- ]
11+ import { VPTeamPage , VPTeamPageTitle , VPTeamMembers } from ' vitepress/theme'
12+ // noinspection ES6UnusedImports
13+ import { members } from ' ../.vitepress/team.js'
7414</script >
7515
7616<!-- suppress CssUnusedSymbol -->
@@ -89,7 +29,7 @@ const members = [
8929 Meet the AI behind the software…
9030 </template>
9131 </VPTeamPageTitle >
92- <VPTeamMembers :members />
32+ <VPTeamMembers :members />
9333</VPTeamPage >
9434
9535<Contributors :contributors =" $contributors " heading =" Our Contributors " margin =" 0 0 96px " />
0 commit comments