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

Update hero-banner.md & tutorials #6441

Merged
merged 3 commits into from
Jun 7, 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
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
Loading