Skip to content

Commit

Permalink
Made some changes to codecards on home
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-lee committed Mar 5, 2024
1 parent c8fe305 commit b63515d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
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

0 comments on commit b63515d

Please sign in to comment.