Skip to content

Commit c873c6b

Browse files
authored
feat: Add Kia King (#54)
1 parent a6db2d8 commit c873c6b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/.vuepress/components/community/team/members.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,25 @@ const members = [
359359
links: [
360360
'https://bencodezen.io/'
361361
]
362+
},
363+
{
364+
name: 'Kia King Ishii',
365+
title: 'The optimist web designer/developer',
366+
city: 'Kanagawa, Japan',
367+
languages: ['en', 'jp'],
368+
work: {
369+
role: 'Tech Talent',
370+
org: 'Global Brain',
371+
orgUrl: 'https://globalbrains.com/'
372+
},
373+
github: 'kiaking',
374+
twitter: 'KiaKing85',
375+
reposOfficial: [
376+
'vuex'
377+
],
378+
reposPersonal: [
379+
'vuex-orm/*'
380+
]
362381
}
363382
]))
364383

0 commit comments

Comments
 (0)