Skip to content

Commit 320b183

Browse files
committed
Merge remote-tracking branch 'nodeschool/source' into source
2 parents aadafd6 + ed5a5d2 commit 320b183

23 files changed

+911
-17
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ npm start
2525

2626
These are in the `/images` directory, feel free to use for your events. In `images/make-a-sticker` there is a template for making a sticker too. Woop.
2727

28-
## Adding a Chapter
29-
30-
If you've added a new local chapter, don't forget to run `npm build` before submitting your pull request so all the appropriate json files are updated.
31-
3228
## Translations
3329

3430
If you would like to translate the NodeSchool site into another language please make a pull request adding `languages/<language code>.json`.

chapters/barcelona.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Barcelona NodeSchool",
3+
"location": "Barcelona",
4+
"country": "ES",
5+
"region": "Europe",
6+
"organizers": ["patrickheneise"],
7+
"website": "http://nodeschool.io/barcelona/",
8+
"twitter": "",
9+
"repo": "http://github.com/nodeschool/barcelona"
10+
}

chapters/cleveland.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Cleveland NodeSchool",
3+
"location": "Cleveland, OH",
4+
"country": "US",
5+
"region": "North America",
6+
"organizers": ["kmckee", "kwpeters"],
7+
"website": "http://nodeschool.io/cleveland",
8+
"twitter": "nodeSchoolCLE",
9+
"repo": "http://github.com/nodeschool/cleveland"
10+
}

chapters/cordoba.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "Córdoba NodeSchool",
3+
"location": "Córdoba",
4+
"country": "AR",
5+
"region": "Latin America",
6+
"organizers": ["avilaton"],
7+
"website": "http://nodeschool.io/cordoba",
8+
"repo": "http://github.com/nodeschool/cordoba"
9+
}

chapters/iem-kolkata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "IEM Kolkata NodeSchool",
3+
"location": "IEM, Kolkata",
4+
"country": "IN",
5+
"region": "Asia",
6+
"organizers": ["koustuvsinha"],
7+
"repo": "http://github.com/nodeschool/iem-kolkata"
8+
}

chapters/munich.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Munich NodeSchool",
3+
"location": "Munich",
4+
"country": "DE",
5+
"region": "Europe",
6+
"organizers": ["meaku", "jhnns", "sbat", "flootr", "matthaias"],
7+
"website": "http://nodeschool.io/munich",
8+
"twitter": "nodeschoolmuc",
9+
"repo": "http://github.com/nodeschool/munich"
10+
}

chapters/nyc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"location": "New York, NY",
44
"country": "US",
55
"region": "North America",
6-
"organizers": ["hackygolucky", "brianloveswords", "toolness", "hsin421"],
7-
"website": "",
6+
"organizers": ["hackygolucky", "brianloveswords", "toolness", "hsin421", "acingraham", "gautamarora"],
7+
"website": "http://nodeschool.io/nyc",
88
"twitter": "",
99
"repo": "http://github.com/nodeschool/nyc"
1010
}

chapters/strasbourg.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "NodeSchool Strasbourg",
3+
"location": "Strasbourg",
4+
"country": "FR",
5+
"region": "Europe",
6+
"organizers": ["jsebfranck"],
7+
"website": "http://nodeschool.io/strasbourg/",
8+
"repo": "http://github.com/nodeschool/strasbourg"
9+
}

chapters/vancouver.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"location": "Vancouver, BC",
44
"country": "CA",
55
"region": "North America",
6-
"organizers": ["sintaxi", "notmatt", "afabbro"],
7-
"website": "",
8-
"twitter": "",
6+
"organizers": ["sintaxi", "notmatt", "afabbro", "lvivier", "gyaresu"],
7+
"website": "http://nodeschool.io/vancouver/",
98
"repo": "http://github.com/nodeschool/vancouver"
10-
}
9+
}

chapters/washingtondc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "NodeSchoolDC",
3+
"location": "Washington, DC",
4+
"country": "US",
5+
"region": "North America",
6+
"organizers": ["robbiethegeek", "joshfinnie", "JuanCaicedo", "danpaz"],
7+
"website": "",
8+
"twitter": "NodeSchoolDC",
9+
"repo": "http://github.com/nodeschool/washingtondc"
10+
}

0 commit comments

Comments
 (0)