Skip to content

Commit

Permalink
Update hero-banner.md & tutorials (#6441)
Browse files Browse the repository at this point in the history
* Update hero-banner.md & tutorials

Added the assets for Inside Out 2 and the Snowglobe tutorial.

* Update tutorials.md (#6443)
  • Loading branch information
kiki-lee authored Jun 7, 2024
1 parent f37abfc commit ffaa834
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/hero-banner.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
26 changes: 21 additions & 5 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,36 @@
"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",
"cardType": "tutorial",
"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!",
Expand Down

0 comments on commit ffaa834

Please sign in to comment.