Skip to content

Sarah into emeritus status, v3 repo #1242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 40 additions & 31 deletions src/.vuepress/components/community/team/emeriti.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
import { shuffle } from 'lodash'

export default shuffle([
{
name: 'Sarah Drasner',
city: 'Denver, CO, USA',
languages: ['en'],
work: {
role: 'Director of Engineering, Core Developer Web',
org: 'Google',
orgUrl: 'https://google.com',
},
github: 'sdras',
twitter: 'sarah_edo',
codepen: 'sdras',
reposOfficial: ['vuejs.org'],
reposPersonal: [
'vue-vscode-snippets',
'intro-to-vue',
'vue-vscode-extensionpack',
'ecommerce-netlify',
],
links: ['https://sarah.dev/'],
},
{
name: 'Chris Fritz',
title: 'Good Word Putter-Togetherer',
Expand All @@ -9,11 +30,9 @@ export default shuffle([
github: 'chrisvfritz',
twitter: 'chrisvfritz',
work: {
role: 'Educator & Consultant'
role: 'Educator & Consultant',
},
reposPersonal: [
'vue-enterprise-boilerplate'
]
reposPersonal: ['vue-enterprise-boilerplate'],
},
{
name: 'Blake Newman',
Expand All @@ -23,10 +42,10 @@ export default shuffle([
work: {
role: 'Software Engineer',
org: 'Attest',
orgUrl: 'https://www.askattest.com/'
orgUrl: 'https://www.askattest.com/',
},
github: 'blake-newman',
twitter: 'blakenewman'
twitter: 'blakenewman',
},
{
name: 'kingwl',
Expand All @@ -36,12 +55,10 @@ export default shuffle([
work: {
role: 'Software Development Engineer',
org: 'Chaitin',
orgUrl: 'https://chaitin.cn/'
orgUrl: 'https://chaitin.cn/',
},
github: 'kingwl',
reposOfficial: [
'vue'
]
reposOfficial: ['vue'],
},
{
name: 'Alan Song',
Expand All @@ -51,12 +68,10 @@ export default shuffle([
work: {
role: 'Cofounder',
org: 'Futurenda',
orgUrl: 'https://www.futurenda.com/'
orgUrl: 'https://www.futurenda.com/',
},
github: 'fnlctrl',
reposOfficial: [
'vue-router'
]
reposOfficial: ['vue-router'],
},
{
name: 'defcc',
Expand All @@ -66,8 +81,8 @@ export default shuffle([
github: 'defcc',
work: {
org: 'zbj.com',
orgUrl: 'http://www.zbj.com/'
}
orgUrl: 'http://www.zbj.com/',
},
},
{
name: 'gebilaoxiong',
Expand All @@ -77,8 +92,8 @@ export default shuffle([
github: 'gebilaoxiong',
work: {
org: 'zbj.com',
orgUrl: 'http://www.zbj.com/'
}
orgUrl: 'http://www.zbj.com/',
},
},
{
name: 'Denis Karabaza',
Expand All @@ -90,8 +105,8 @@ export default shuffle([
work: {
role: 'Software Engineer',
org: 'Neolant',
orgUrl: 'http://neolant.ru/'
}
orgUrl: 'http://neolant.ru/',
},
},
{
name: 'Edd Yerburgh',
Expand All @@ -101,16 +116,10 @@ export default shuffle([
github: 'eddyerburgh',
twitter: 'EddYerburgh',
work: {
role: 'Full Stack Developer'
role: 'Full Stack Developer',
},
reposOfficial: [
'vue-test-utils'
],
reposPersonal: [
'avoriaz'
],
links: [
'https://www.eddyerburgh.me'
]
}
reposOfficial: ['vue-test-utils'],
reposPersonal: ['avoriaz'],
links: ['https://www.eddyerburgh.me'],
},
])
Loading