47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
|
# Projects
|
||
|
|
||
|
Here are some cool tutorials to get you started with your @boardname@!
|
||
|
|
||
|
## Basic
|
||
|
|
||
|
```codecard
|
||
|
[
|
||
|
{
|
||
|
"name": "Shop",
|
||
|
"url":"https://shop.calliope.cc",
|
||
|
"description": "You can get the mini at the official calliope store.",
|
||
|
"imageUrl": "/docs/calliope/links/thumbnail_shop.gif",
|
||
|
"largeImageUrl": "",
|
||
|
"label": "",
|
||
|
"buttonLabel": "Open Calliope Shop",
|
||
|
"labelClass": "green small ribbon"
|
||
|
}, {
|
||
|
"name": "Projects",
|
||
|
"url":"https://calliope.cc/en/projekte",
|
||
|
"description": "A collection of calliope mini projects",
|
||
|
"imageUrl": "/docs/calliope/links/thumbnail_projects.gif",
|
||
|
"largeImageUrl": "",
|
||
|
"label": "",
|
||
|
"buttonLabel": "View Projects",
|
||
|
"labelClass": "green small ribbon"
|
||
|
}, {
|
||
|
"name": "Teaching materials",
|
||
|
"url":"https://calliope.cc/schulen/schulmaterial",
|
||
|
"description": "",
|
||
|
"imageUrl": "/docs/calliope/links/thumbnail_didactic_material.gif",
|
||
|
"largeImageUrl": "",
|
||
|
"label": "",
|
||
|
"buttonLabel": "View",
|
||
|
"labelClass": "green small ribbon"
|
||
|
}, {
|
||
|
"name": "Forum",
|
||
|
"url":"https://forum.calliope.cc",
|
||
|
"description": "Be a part of our comunity",
|
||
|
"imageUrl": "/docs/calliope/links/thumbnail_community.gif",
|
||
|
"largeImageUrl": "",
|
||
|
"label": "",
|
||
|
"buttonLabel": "Open Forum",
|
||
|
"labelClass": "green small ribbon"
|
||
|
}
|
||
|
]
|
||
|
```
|