From 7c90894b04b4da31158bb675dbc583b964af039f Mon Sep 17 00:00:00 2001 From: andygout Date: Sat, 12 Sep 2015 14:45:31 +0100 Subject: [PATCH 1/2] Add: Code + Learn page in Get Involved section --- layouts/contribute.hbs | 3 +++ locale/en/get-involved/code-and-learn.md | 10 ++++++++++ locale/en/site.json | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 locale/en/get-involved/code-and-learn.md diff --git a/layouts/contribute.hbs b/layouts/contribute.hbs index 47abc9dd086f8..f5e015476e61f 100644 --- a/layouts/contribute.hbs +++ b/layouts/contribute.hbs @@ -13,6 +13,9 @@ {{site.getinvolved.text}} + + {{site.getinvolved.code-and-learn.text}} + {{site.getinvolved.contribute.text}} diff --git a/locale/en/get-involved/code-and-learn.md b/locale/en/get-involved/code-and-learn.md new file mode 100644 index 0000000000000..1b3cb0750d23f --- /dev/null +++ b/locale/en/get-involved/code-and-learn.md @@ -0,0 +1,10 @@ +--- +title: Code + Learn +layout: contribute.hbs +--- + +## Code + Learn + +Led by the [London Node User Group](http://lnug.org/), Code + Learn is an intiative of workshop sprints to introduce new developers to working with Node.js. Supportive, hands-on sessions are mentored by existing contributors and tackle real problems. + +- [Code + Learn event listings](https://ti.to/code-and-learn) \ No newline at end of file diff --git a/locale/en/site.json b/locale/en/site.json index dd55e048ed762..c0571addc0d6c 100644 --- a/locale/en/site.json +++ b/locale/en/site.json @@ -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" }, From d9fa6cea4df697370ad3b2b2ef8bef252bb13bc6 Mon Sep 17 00:00:00 2001 From: andygout Date: Sat, 12 Sep 2015 15:05:40 +0100 Subject: [PATCH 2/2] Amend: code-and-learn.md blurb wording --- locale/en/get-involved/code-and-learn.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locale/en/get-involved/code-and-learn.md b/locale/en/get-involved/code-and-learn.md index 1b3cb0750d23f..c8b50ad6a0fd7 100644 --- a/locale/en/get-involved/code-and-learn.md +++ b/locale/en/get-involved/code-and-learn.md @@ -5,6 +5,8 @@ layout: contribute.hbs ## Code + Learn -Led by the [London Node User Group](http://lnug.org/), Code + Learn is an intiative of workshop sprints to introduce new developers to working with Node.js. Supportive, hands-on sessions are mentored by existing contributors and tackle real problems. +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) \ No newline at end of file