Skip to content

Commit 7d690e1

Browse files
rahaugNataliaTepluhina
authored andcommitted
docs: add Rolf Haug from Vue School as community partner (#2324)
* docs: add Rolf Haug * feat: add Oslo latitude and longtitude + Norwegian language variable
1 parent 2fb5922 commit 7d690e1

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

src/v2/guide/team.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ order: 803
263263
'Boston, MA, USA': [42.360081, -71.058884],
264264
'Kyiv, Ukraine': [50.450100, 30.523399],
265265
'Washington, DC, USA': [38.8935755,-77.0846156,12],
266-
'Kraków, Poland': [50.064650, 19.936579]
266+
'Kraków, Poland': [50.064650, 19.936579],
267+
'Oslo, Norway': [59.911491, 10.757933]
267268
}
268269
var languageNameFor = {
269270
en: 'English',
@@ -282,7 +283,8 @@ order: 803
282283
fa: 'فارسی',
283284
ko: '한국어',
284285
ro: 'Română',
285-
uk: 'Українська'
286+
uk: 'Українська',
287+
no: 'Norwegian'
286288
}
287289

288290
var team = [{
@@ -1124,6 +1126,22 @@ order: 803
11241126
'https://vuejsfeed.com/', 'https://vueschool.io/'
11251127
]
11261128
},
1129+
{
1130+
name: 'Rolf Haug',
1131+
title: 'Educator & Consultant',
1132+
city: 'Oslo, Norway',
1133+
languages: ['en', 'no'],
1134+
github: 'rahaug',
1135+
twitter: 'rahaug',
1136+
work: {
1137+
role: 'Educator & Co-founder',
1138+
org: 'Vue School',
1139+
orgUrl: 'https://vueschool.io/'
1140+
},
1141+
links: [
1142+
'https://vueschool.io/', 'https://rah.no'
1143+
]
1144+
},
11271145
{
11281146
name: 'Andrew Tomaka',
11291147
title: 'The Server Server',

0 commit comments

Comments
 (0)