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 24877c9 commit 8c328daCopy full SHA for 8c328da
src/v2/guide/team.md
@@ -200,6 +200,7 @@ order: 31
200
'Chongqing, China': [29.431586, 106.912251],
201
'Denver, CO, USA': [39.739236, -104.990251],
202
'Dubna, Russia': [56.732020, 37.166897],
203
+ 'East Lansing, MI, USA': [42.736979, -84.483865],
204
'Hangzhou, China': [30.274084, 120.155070],
205
'Jersey City, NJ, USA': [40.728157, -74.558716],
206
'Kingston, Jamaica': [18.017874, -76.809904],
@@ -534,6 +535,24 @@ order: 31
534
535
reposOfficial: [
536
'vue'
537
]
538
+ },
539
+ {
540
+ name: 'Andrew Tomaka',
541
+ title: 'The Server Server',
542
+ city: 'East Lansing, MI, USA',
543
+ languages: ['en'],
544
+ github: 'atomaka',
545
+ twitter: 'atomaka',
546
+ reposOfficial: [
547
+ 'vuejs/*'
548
+ ],
549
+ work: {
550
+ org: 'Michigan State University',
551
+ orgUrl: 'https://msu.edu/'
552
553
+ links: [
554
+ 'https://atomaka.com/'
555
+ ]
556
}
557
]))
558
0 commit comments