From ffaa8348d3eb36cca412a3a4eb8f9dd78f657e07 Mon Sep 17 00:00:00 2001 From: Kiki Prottsman Date: Fri, 7 Jun 2024 15:16:04 -0700 Subject: [PATCH] Update hero-banner.md & tutorials (#6441) * Update hero-banner.md & tutorials Added the assets for Inside Out 2 and the Snowglobe tutorial. * Update tutorials.md (#6443) --- docs/hero-banner.md | 10 +++++----- docs/tutorials.md | 26 +++++++++++++++++++++----- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/docs/hero-banner.md b/docs/hero-banner.md index 539edede763..6e06f7fbf4d 100644 --- a/docs/hero-banner.md +++ b/docs/hero-banner.md @@ -1,6 +1,6 @@ # Hero Banner -Here are some cool activities to get you started with your @boardname@! +Here are some cool activities to get you started! ## Intro Content @@ -12,11 +12,11 @@ Here are some cool activities to get you started with your @boardname@! * url: https://arcade.makecode.com/#tutorial:/tutorials/intro * cardType: link --- -* name: Build a Multiplayer Game +* name: Build a Bubble Popping Game * buttonLabel: Code Now -* description: Code a game you can play online with friends -* imageUrl: /static/hero-gallery/multi.png -* url: /tutorials/arrow +* description: Create your own bubble popping game with the crew from Disney & Pixar's Inside Out 2! +* imageUrl: /static/hero-gallery/io2_hero.jpg +* url: /tutorials/bubbles * cardType: tutorial --- * name: How To Code a Video Game diff --git a/docs/tutorials.md b/docs/tutorials.md index fe5c6d22b72..e346092aaea 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -32,7 +32,23 @@ "editor": "py", "cardType": "tutorial" }] +},{ + "name": "Collect the Clovers", + "description": "Create a garden to collect 4-leaf clovers, avoid the bees!", + "url": "/tutorials/collect-the-clovers", + "cardType": "tutorial", + "imageUrl": "/static/tutorials/collect-the-clovers/clovers.png", + "largeImageUrl": "/static/tutorials/collect-the-clovers/collect-clovers-sim.gif" }, { + "name": "Joy of Bubble Popping", + "description": "Create a bubble popping game complete with sounds and bonus points!", + "url": "/tutorials/bubbles", + "cardType": "tutorial", + "imageUrl": "/static/tutorials/bubbles/card.jpg", + "largeImageUrl": "/static/tutorials/bubbles/card.jpg", + "label": "Limited Time Branding!", + "labelClass": "purple ribbon large" +},{ "name": "Create a Music Player", "description": "Join the Zune prototyping crew and make your own music player with this tutorial from MakeCode Arcade!", "url": "/tutorials/music", @@ -40,12 +56,12 @@ "imageUrl": "/static/tutorials/music/zune.png", "largeImageUrl": "/static/tutorials/music/zune.png" },{ - "name": "Collect the Clovers", - "description": "Create a garden to collect 4-leaf clovers, avoid the bees!", - "url": "/tutorials/collect-the-clovers", + "name": "Animated Snowglobe", + "description": "Capture the spirit of winter with this magical snowglobe tutorial!", + "url": "/tutorials/snow", "cardType": "tutorial", - "imageUrl": "/static/tutorials/collect-the-clovers/clovers.png", - "largeImageUrl": "/static/tutorials/collect-the-clovers/collect-clovers-sim.gif" + "imageUrl": "/static/tutorials/snow/globe.jpg", + "largeImageUrl": "/static/tutorials/snow/globe.jpg" },{ "name": "Dunk", "description": "Create animations to help your basketball superstar do tricks all the way to the hoop!",