Skip to content

Commit 71e759f

Browse files
committed
update about us page
1 parent 8fb3438 commit 71e759f

3 files changed

Lines changed: 22 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ By making a contribution to this project, I certify that:
8686
are public and that a record of the contribution (including all
8787
personal information I submit with it) is maintained indefinitely
8888
and may be redistributed consistent with this project or the open
89-
source license(s) involved.
89+
source license(s) involved which may change over time.
9090
```
9191

9292
This Contributor License Agreement (CLA) was adopted on April 1st, 2019.

vitepress/docs/src/pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ import { members, contributors } from '../static/members'
4444
<br>
4545
Here, we hope you may find something useful to you.<br>
4646
<br>
47-
We advocate the <a class="custom-links" href="https://en.wikipedia.org/wiki/Open-source_model" target="_blank">Open Source model</a>.<br>
47+
We advocate the <a class="custom-links" href="https://sourcefirst.com/" target="_blank">Source First model</a> to promote sustainable development practices.<br>
4848
<br>
49-
This is why we strive to make our work open to other people for consultation, replication and reuse.
49+
This is why we strive to make our work open to other people to view, audit, and use at no cost.
5050
</template>
5151
</VPTeamPageSection>
5252
</VPTeamPage>

vitepress/docs/src/static/members/index.ts

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const members: IMembers[] = [
44
{
55
name: 'Prohurtz',
66
avatar: 'https://avatars.githubusercontent.com/u/48768484?v=4',
7-
title: 'Creator / Lead Software Developer / Documentor / Hardware Developer',
7+
title: 'Creator / Lead Software Developer / ML Engineer / Hardware Developer',
88
links: [
99
{
1010
icon: 'github',
@@ -15,7 +15,7 @@ const members: IMembers[] = [
1515
{
1616
name: 'Summer',
1717
avatar: 'https://avatars.githubusercontent.com/u/115666235?v=4',
18-
title: 'Machine Learning Engineer / Data Scientist / App Developer',
18+
title: 'ML Engineer / Data Scientist / App Developer',
1919
links: [
2020
{
2121
icon: 'github',
@@ -35,19 +35,32 @@ const members: IMembers[] = [
3535
]
3636
},
3737
{
38-
name: 'DaOfficialWizard',
39-
avatar: 'https://avatars.githubusercontent.com/u/45744329?v=4',
40-
title: 'Firmware Developer / Documentation Manager / App Developer',
38+
name: 'ShyAssassin',
39+
avatar: 'https://avatars.githubusercontent.com/u/49711232?v=4',
40+
title: 'App Developer',
4141
links: [
4242
{
4343
icon: 'github',
44-
link: 'https://github.com/ZanzyTHEbar'
44+
link: 'https://github.com/ShyAssassin'
4545
},
4646
]
4747
},
48+
49+
50+
4851
]
4952

5053
const contributors: IMembers[] = [
54+
{
55+
name: 'DaOfficialWizard',
56+
avatar: 'https://avatars.githubusercontent.com/u/45744329?v=4',
57+
links: [
58+
{
59+
icon: 'github',
60+
link: 'https://github.com/ZanzyTHEbar'
61+
},
62+
]
63+
},
5164
{
5265
name: 'qdot',
5366
avatar: 'https://avatars.githubusercontent.com/u/34539?v=4',

0 commit comments

Comments
 (0)