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..c8b50ad6a0fd7
--- /dev/null
+++ b/locale/en/get-involved/code-and-learn.md
@@ -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)
\ 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" },