Skip to content

Commit e0196af

Browse files
committed
add vue vixens to community partners
1 parent ae3fc94 commit e0196af

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

src/v2/guide/team.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ order: 803
226226
'Thessaloniki, Greece': [40.640063, 22.944419],
227227
'Tokyo, Japan': [35.689487, 139.691706],
228228
'Toronto, Canada': [43.653226, -79.383184],
229-
'Wrocław, Poland': [51.107885, 17.038538]
229+
'Wrocław, Poland': [51.107885, 17.038538],
230+
'Boston, MA, USA': [42.360081, -71.058884],
231+
'Kyiv, Ukraine': [50.450100, 30.523399]
230232
}
231233
var languageNameFor = {
232234
en: 'English',
@@ -697,6 +699,37 @@ order: 803
697699
]))
698700

699701
var partners = [
702+
{
703+
name: 'Jen Looper',
704+
title: 'Queen Fox',
705+
city: 'Boston, MA, USA',
706+
languages: ['en', 'fr'],
707+
work: {
708+
role: 'CEO',
709+
org: 'Vue Vixens'
710+
},
711+
github: 'jlooper',
712+
twitter: 'jenlooper',
713+
links: [
714+
'https://vuevixens.org/',
715+
'https://nativescript-vue.org/'
716+
]
717+
},
718+
{
719+
name: 'Natalia Tepluhina',
720+
title: 'Fox Tech Guru',
721+
city: 'Kyiv, Ukraine',
722+
languages: ['uk', 'ru', 'en'],
723+
work: {
724+
role: 'CTO',
725+
org: 'Vue Vixens',
726+
},
727+
github: 'NataliaTepluhina',
728+
twitter: 'N_Tepluhina',
729+
links: [
730+
'https://vuevixens.org/'
731+
]
732+
},
700733
{
701734
name: 'Alex Jover',
702735
title: 'Vue Components Squeezer',

0 commit comments

Comments
 (0)