We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472631c commit a32e156Copy full SHA for a32e156
src/v2/guide/team.md
@@ -729,6 +729,34 @@ order: 803
729
]))
730
731
var partners = [
732
+ {
733
+ name: 'Pratik Patel',
734
+ title: 'Organizer of VueConf US',
735
+ city: 'Atlanta, GA, USA',
736
+ languages: ['en'],
737
+ work: {
738
+ role: 'Organizer',
739
+ org: 'VueConf US'
740
+ },
741
+ twitter: 'prpatel',
742
+ links: [
743
+ 'https://us.vuejs.org/'
744
+ ]
745
746
747
+ name: 'Vincent Mayers',
748
749
750
751
752
753
754
755
+ twitter: 'vincentmayers',
756
757
758
759
760
{
761
name: 'Luke Thomas',
762
title: 'Creator of Vue.js Amsterdam',
0 commit comments