Skip to content

Commit fb24d39

Browse files
committed
Merge pull request #140 from andygout/master
Add: Code + Learn page in Get Involved section
2 parents e7ed56d + d9fa6ce commit fb24d39

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

layouts/contribute.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<li{{#equals path site.getinvolved.link}} class="active"{{/equals}}>
1414
<a href="/{{site.locale}}/{{site.getinvolved.link}}/">{{site.getinvolved.text}}</a>
1515
</li>
16+
<li{{#equals path site.getinvolved.code-and-learn.link}} class="active"{{/equals}}>
17+
<a href="/{{site.locale}}/{{site.getinvolved.code-and-learn.link}}/">{{site.getinvolved.code-and-learn.text}}</a>
18+
</li>
1619
<li{{#equals path site.getinvolved.contribute.link}} class="active"{{/equals}}>
1720
<a href="/{{site.locale}}/{{site.getinvolved.contribute.link}}/">{{site.getinvolved.contribute.text}}</a>
1821
</li>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Code + Learn
3+
layout: contribute.hbs
4+
---
5+
6+
## Code + Learn
7+
8+
Code + Learn is a worldwide intiative of workshop sprints to introduce new developers to working on Node.js. Supportive, hands-on sessions are mentored by existing contributors and tackle real problems.
9+
10+
Kicking off in September 2015, sprints have already taken place in Dublin and London (led by [LNUG](http://lnug.org/)).
11+
12+
- [Code + Learn event listings](https://ti.to/code-and-learn)

locale/en/site.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100
"development": {
101101
"link": "get-involved/development",
102102
"text": "Development"
103+
},
104+
"code-and-learn": {
105+
"link": "get-involved/code-and-learn",
106+
"text": "Code + Learn"
103107
}
104108
},
105109
"trademark" : { "link": "about/trademark", "text": "Trademark" },

0 commit comments

Comments
 (0)