Skip to content

Commit d3eb58a

Browse files
committed
Merge remote-tracking branch 'nodeschool/source' into source
2 parents d03d0d0 + c6402fd commit d3eb58a

18 files changed

+526
-61
lines changed

chapters/bangkok.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "NodeSchool Bangkok",
3+
"location": "Bangkok",
4+
"country": "TH",
5+
"region": "Asia",
6+
"organizers": ["jjmax75"],
7+
"website": "http://nodeschool.io/bangkok",
8+
"repo": "http://github.com/nodeschool/bangkok",
9+
"gitter": "https://gitter.im/nodeschool/bangkok",
10+
"facebook": "https://www.facebook.com/groups/NodeSchoolBangkok/"
11+
}

chapters/costarica.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@
44
"country": "CRI",
55
"region": "Latin America",
66
"organizers": [
7-
"gaboesquivel"
7+
"gaboesquivel",
8+
"yeco",
9+
"laubits",
10+
"brolag",
11+
"stevenperez",
12+
"kevinblanco",
13+
"laurensortiz",
14+
"jarias",
15+
"rubenabix",
16+
"cayasso",
17+
"avenidanet"
818
],
9-
"website": "http://meetup.com/costaricajs",
19+
"website": "http://nodeschool.io/costarica/",
1020
"twitter": "costaricajs",
1121
"repo": "http://github.com/nodeschool/costarica"
1222
}

chapters/hermosillo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "NodeSchool Hermosillo",
3+
"location": "Hermosillo, Son",
4+
"country": "MX",
5+
"region": "Latin America",
6+
"organizers": ["dayrachiu", "jrsalgado", "keogh", "abrahamhinojo"],
7+
"website": "http://nodeschool.io/hermosillo",
8+
"twitter": "",
9+
"repo": "http://github.com/nodeschool/hermosillo"
10+
}

chapters/islamabad

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

chapters/vellore.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Vellore NodeSchool",
3+
"location": "Vellore",
4+
"country": "IN",
5+
"region": "Asia",
6+
"organizers": ["nikhil-kasukurthi"],
7+
"website": "",
8+
"twitter": "",
9+
"repo": "http://github.com/nodeschool/vellore"
10+
}

hexdex.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ <h1 data-i18n="hexdex-h1">Hexdex</h1>
155155
<a class="imglink" href="https://github.com/nodeschool/amsterdam/" title="Amsterdam">
156156
<img class="hex" src="/images/nodeschool-amsterdam.svg" alt="Amsterdam Hexagon">
157157
</a>
158+
<a class="imglink" href="https://github.com/nodeschool/st-petersburg/" title="St. Petersburg, FL">
159+
<img class="hex" src="/images/nodeschool-stpete.png" alt="St. Petersburg, FL Hexagon">
160+
</a>
161+
<a class="imglink" href="https://github.com/nodeschool/reykjavik/" title="Reykjavik">
162+
<img class="hex" src="/images/nodeschool-rvk.svg" alt="Reykjavik Hexagon">
163+
</a>
158164
<img class="hex" src="/images/nodeschool-blank.png" alt="blank hexagon" aria-hidden="true">
159165
</div>
160166
</div>

images/nodeschool-algiers-badge.svg

Lines changed: 295 additions & 0 deletions
Loading

images/nodeschool-rvk.svg

Lines changed: 98 additions & 0 deletions
Loading

images/nodeschool-stpete.png

62.5 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1 class="name">nodeschool</h1>
6868
<li><a href="host.html" data-i18n="menu-host">Host</a></li>
6969
</ul>
7070
</nav>
71-
<p><span data-i18n="index-header-bottom">Get started by installing one of our</span> <a class="big-link" href="#workshopper-list">core workshops</a> <span data-i18n="index-header-bottomA">or subscribe to our free </span><a data-i18n="index-header-bottomB" class="big-link" href="https://tinyletter.com/nodeschool" target="_blank">email newsletter</a>.</p>
71+
<p><span data-i18n="index-header-bottom">Get started by installing one of our</span> <a data-i18n="index-header-bottomA" class="big-link" href="#workshopper-list">core workshops</a> <span data-i18n="index-header-bottomB">or subscribe to our free</span> <a data-i18n="index-header-bottomC" class="big-link" href="https://tinyletter.com/nodeschool" target="_blank">email newsletter</a>.</p>
7272
</div>
7373
</div>
7474
</header>

0 commit comments

Comments
 (0)