Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #862 from keyboardkat/patch-9
Browse files Browse the repository at this point in the history
Fixes Bug 1029585 - Consider adding these to the coding and scripting resources page
  • Loading branch information
Aki committed Jul 11, 2014
2 parents 2f77834 + 8ea5f7f commit 5ab573b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions public/data/content.json
Expand Up @@ -1156,17 +1156,25 @@
"title": "Hello, Processing!",
"description": "Make web graphics with this fun, <a href=\"http://hello.processing.org/\">step by step guide to the Processing language</a>."
},
{
"title": "Dance the Robot Boogie",
"description": "Learn how to <a href=\"http://roboboogie.codeclub.org.uk/\">mix design</a> with JavaScript."
},
{
"title": "Coding Maps with Leaflet.js",
"description": "Make an interactive web mapping application <a href=\"https://thimble.webmaker.org/project/22915/remix\">using the Leaflet.js JavaScript library</a>."
},
{
"title": "Code your own Python script ",
"description": "Learn about the with <a href=\"http://www.learnpython.org/\">this interactive tutorial</a>."
"title": "Code your own Python script",
"description": "Learn about the fundamentals with <a href=\"http://www.learnpython.org/\">this interactive tutorial</a>."
},
{
"title": "Make a 'Robot Rampage' game",
"description": "Play <a href=\"https://thimble.webmaker.org/project/59304/remix\">this Javascript game</a>, then remix its code in Thimble to make your own version."
},
{
"title": "Learn programming through drawing and animation",
"description": "Use these beginner <a href=\"https://www.khanacademy.org/computing/cs/programming\">Khan Academy tutorials</a> on Processing.js and Javascript to learn creative programming skills."
},
{
"title": "Cover a webpage with French toast",
"description": "Drag <a href=\"https://mousemeredith.makes.org/thimble/ODg2MTc3Nzky/javascript-takeover\">this bookmarklet</a> to your toolbar to cover any web page with French toast! Then try remixing the code to include your own images."
}
],
"teach": {
Expand Down

0 comments on commit 5ab573b

Please sign in to comment.