From b63515d9d811814f44a34844b838a936c98ff67c Mon Sep 17 00:00:00 2001 From: Kiki Date: Tue, 5 Mar 2024 11:50:31 -0800 Subject: [PATCH] Made some changes to codecards on home --- docs/courses.md | 30 +++++++++++++++++++++++------- docs/hardware/cabinets.md | 4 ++-- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/docs/courses.md b/docs/courses.md index 7a07434126d..b605bde8f69 100644 --- a/docs/courses.md +++ b/docs/courses.md @@ -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 @@ -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 } ] ``` @@ -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) diff --git a/docs/hardware/cabinets.md b/docs/hardware/cabinets.md index 7341cdd1596..c07b0251444 100644 --- a/docs/hardware/cabinets.md +++ b/docs/hardware/cabinets.md @@ -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" }, {