2018-02-14 17:56:12 +01:00
|
|
|
# Getting Started
|
|
|
|
|
|
|
|
## Projects
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Try",
|
|
|
|
"imageUrl": "/static/lessons/try.png",
|
2018-04-12 23:41:22 +02:00
|
|
|
"description": "Get a quick introduction to programming.",
|
2018-02-14 17:56:12 +01:00
|
|
|
"url": "/getting-started/try",
|
|
|
|
"cardType": "side"
|
|
|
|
},
|
|
|
|
{
|
2018-02-27 00:16:17 +01:00
|
|
|
"name": "Use",
|
2018-02-14 17:56:12 +01:00
|
|
|
"imageUrl": "/static/lessons/use.png",
|
2018-02-27 00:16:17 +01:00
|
|
|
"description": "Build a robot and drive into the world of robotics!",
|
2018-02-14 17:56:12 +01:00
|
|
|
"url": "/getting-started/use",
|
|
|
|
"cardType": "side"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|