We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1ff02 commit 3352d34Copy full SHA for 3352d34
src/v2/guide/team.md
@@ -230,7 +230,8 @@ order: 803
230
'Toronto, Canada': [43.653226, -79.383184],
231
'Wrocław, Poland': [51.107885, 17.038538],
232
'Boston, MA, USA': [42.360081, -71.058884],
233
- 'Kyiv, Ukraine': [50.450100, 30.523399]
+ 'Kyiv, Ukraine': [50.450100, 30.523399],
234
+ 'Washington, DC, USA': [38.8935755,-77.0846156,12]
235
}
236
var languageNameFor = {
237
en: 'English',
@@ -981,7 +982,23 @@ order: 803
981
982
links: [
983
'https://vuejsdevelopers.com'
984
]
- }
985
+ },
986
+ {
987
+ name: 'Ben Hong',
988
+ title: '',
989
+ city: 'Washington, DC, USA',
990
+ languages: ['en', 'zh'],
991
+ work: {
992
+ role: 'Full Stack Engineer',
993
+ org: 'GitLab (Meltano)',
994
995
+ github: 'bencodezen',
996
+ twitter: 'bencodezen',
997
+ links: [
998
+ 'https://www.vuemeetups.org',
999
+ 'https://bencodezen.io/'
1000
+ ]
1001
1002
1003
1004
Vue.component('vuer-profile', {
0 commit comments