Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made some changes to codecards on home #6362

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 23 additions & 7 deletions docs/courses.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Courses

A collection of courses and tutorials built for the @boardname@.
A collection of courses and tutorials built for Microsoft MakeCode Arcade.

## Classroom

Expand All @@ -10,17 +10,30 @@ Structured courses for teaching computer science in the classroom.
[
{
"name": "AP Computer Science Principles",
"description": "AP endorsed introductory class for High School students. The course is designed to attract students of all backgrounds, experience levels, and interests.",
"description": "AP endorsed introductory class for High School students. The course is designed to attract students of all backgrounds, experience levels, and interests",
"cardType": "link",
"url": "https://makecode.com/csp",
"imageUrl": "/static/courses/csp.png",
"largeImageUrl": "/static/courses/csp.png"
"largeImageUrl": "/static/courses/csp.png",
"directOpen": true
},
{
"name": "Introduction to Computer Science with Microsoft MakeCode Arcade",
"description": "A full academic year course designed to be taught for introductory programming classes in High School.",
"description": "A full academic year course designed to be taught for introductory programming classes in High School",
"cardType": "link",
"url": "/courses/introcs",
"imageUrl": "/static/courses/teals-introcs.jpg",
"largeImageUrl": "/static/courses/teals-introcs.jpg"
"largeImageUrl": "/static/courses/teals-introcs.jpg",
"directOpen": true
},
{
"name": "Code a Carnival",
"description": "A modular and differentiated set of coding activities for students in grades 5-12",
"cardType": "link",
"url": "/courses/carnival",
"imageUrl": "/static/hour-of-code/2022/booth.png",
"largeImageUrl": "/static/hour-of-code/2022/booth.png",
"directOpen": true
}
]
```
Expand All @@ -37,19 +50,22 @@ The games they make in the course can run on the GameGo device! Courses are free
"description": "TinkerGen's Arcade game course is a collection of wizard tutorials teaching kids the basics of game development. Games made in the course can run on the GameGo device! Course is free after log in.",
"url": "https://make2learn.tinkergen.com/course/?sku=604182001",
"imageUrl": "/static/courses/gamego-beginner.png",
"largeImageUrl": "/static/courses/gamego-beginner.png"
"largeImageUrl": "/static/courses/gamego-beginner.png",
"directOpen": true
}, {
"name": "GameGo Intermediate Programming Course",
"description": "TinkerGen's intermediate game development course covers more topics like animations and multiplayer. Games made in the course can run on the GameGo device! Course is free after log in.",
"url": "https://make2learn.tinkergen.com/course/?sku=604182003",
"imageUrl": "/static/courses/gamego-intermediate.png",
"largeImageUrl": "/static/courses/gamego-intermediate.png"
"largeImageUrl": "/static/courses/gamego-intermediate.png",
"directOpen": true
}
]
```

## See also

[Code a Carnival](aka.ms/carnivalTeacher)
[AP Computer Science Principles](https://makecode.com/csp)
[GameGo Beginner](https://make2learn.tinkergen.com/course/?sku=604182001),
[GameGo Intermediate](https://make2learn.tinkergen.com/course/?sku=604182003)
4 changes: 2 additions & 2 deletions docs/hardware/cabinets.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Technology has come a long way and we now have *three* different cabinet types t
{
"name": "Cardboard",
"description": "Make an inexpensive and simple cardboard arcade cabinet!",
"url": "/hardware/arcade-cabinets/cardboard-kiosk",
"cardType": "tutorial",
"url": "/hardware/arcade-cabinets/cardboard-arcade",
"cardType": "link",
"imageUrl": "/static/hardware/arcade-kiosks/cardboard-card.png"
},
{
Expand Down
Loading