From f5b2f5adc0504a5ab585ffef62ba85b4db0c0e12 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sat, 24 Jun 2017 19:50:00 -0700 Subject: [PATCH] docs work (#423) * first draft * updated values * added youtube * updated ordering * cross linking to courses page --- docs/about.md | 4 ++++ docs/courses.md | 8 +++++++- docs/courses/csintro.md | 25 ++++++++++++++++++++++--- docs/docs.md | 1 + 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/docs/about.md b/docs/about.md index 009cddaa..412c5ed6 100644 --- a/docs/about.md +++ b/docs/about.md @@ -74,6 +74,10 @@ input.onButtonPressed(Button.B, () => { }); ``` +## Learn! + +We have tons of [projects](/projects), [examples](/examples) and [courses](/courses) to get your started! + ## C++ Runtime The [C++ micro:bit runtime](http://lancaster-university.github.io/microbit-docs/), created at [Lancaster University](http://www.lancaster.ac.uk/), provides access to the hardware functions of the micro:bit, diff --git a/docs/courses.md b/docs/courses.md index 35dfc6fe..06f7b59f 100644 --- a/docs/courses.md +++ b/docs/courses.md @@ -8,11 +8,17 @@ A collection of courses built for the @boardname@. ```codecard [{ "name": "CS Intro", + "description": "14 weeks for middle school grades 6-8", "url":"/courses/csintro", "imageUrl": "/static/courses/csintro.jpg" +}, { + "name": "Start Coding", + "description": "11 lessons with five minute plans, teacher notes and program files", + "url":"http://microbit.org/en/2017-03-07-javascript-block-resources/", + "imageUrl": "http://microbit.org/assets/posts/2017-03-07-rock%20paper%20scissors.png" }] ``` ## See Also -[CS Intro](/courses/csintro) \ No newline at end of file +[CS Intro](/courses/csintro), [Start Coding](http://microbit.org/en/2017-03-07-javascript-block-resources/) \ No newline at end of file diff --git a/docs/courses/csintro.md b/docs/courses/csintro.md index e3582447..d866fce2 100644 --- a/docs/courses/csintro.md +++ b/docs/courses/csintro.md @@ -6,9 +6,15 @@ This course is targeted to middle school grades 6-8 (ages 11-14 years). It is a This course takes approximately 14 weeks to complete, spending about 1 week on each of the first 11 lessons, and 3 weeks for students to complete the final project at the end. Of course, teachers should feel free to customize the curriculum to meet individual school or district resources and timeframe. +### ~ hint + +Download the full course [[OneNote](https://aka.ms/intro2cs)] [[PDF](https://aka.ms/intro2cspdf)] + +### ~ + ![Space race image](/static/courses/csintro.jpg) -## Table of content +## Contents * [About](/courses/csintro/about) * [Introduction](/courses/csintro/introduction) @@ -16,10 +22,23 @@ This course takes approximately 14 weeks to complete, spending about 1 week on e ### Lessons -* [Making](/courses/csintro/making) ### ~ hint UNDER CONSTRUCTION: We are still migrating the CSIntro content to this format... -### ~ \ No newline at end of file +### ~ + +1. [Making](/courses/csintro/making) +2. Algorithms +3. Variables +4. Conditionals +5. Iteration +6. Review/Mini-Project +7. Coordinate Grid System +8. Booleans +9. Music and Arrays +10. Bits, Bytes, and Binary +11. Radio +12. Arrays +13. Independent Final Project diff --git a/docs/docs.md b/docs/docs.md index a3805449..12ff0486 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -6,6 +6,7 @@ * [Projects](/projects) * [Examples](/examples) +* [Courses](/courses) * [Lessons](/lessons) ### @boardname@ reference