Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Code + Learn page in Get Involved section #140

Merged
merged 2 commits into from
Sep 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions layouts/contribute.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<li{{#equals path site.getinvolved.link}} class="active"{{/equals}}>
<a href="/{{site.locale}}/{{site.getinvolved.link}}/">{{site.getinvolved.text}}</a>
</li>
<li{{#equals path site.getinvolved.code-and-learn.link}} class="active"{{/equals}}>
<a href="/{{site.locale}}/{{site.getinvolved.code-and-learn.link}}/">{{site.getinvolved.code-and-learn.text}}</a>
</li>
<li{{#equals path site.getinvolved.contribute.link}} class="active"{{/equals}}>
<a href="/{{site.locale}}/{{site.getinvolved.contribute.link}}/">{{site.getinvolved.contribute.text}}</a>
</li>
Expand Down
12 changes: 12 additions & 0 deletions locale/en/get-involved/code-and-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Code + Learn
layout: contribute.hbs
---

## Code + Learn

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.

Kicking off in September 2015, sprints have already taken place in Dublin and London (led by [LNUG](http://lnug.org/)).

- [Code + Learn event listings](https://ti.to/code-and-learn)
4 changes: 4 additions & 0 deletions locale/en/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
"development": {
"link": "get-involved/development",
"text": "Development"
},
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "Code + Learn"
}
},
"trademark" : { "link": "about/trademark", "text": "Trademark" },
Expand Down