Skip to content

Commit

Permalink
Adding CN activity to Home Page (#6506) (#6507)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-lee authored Sep 24, 2024
1 parent f7e6156 commit 530afad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
7 changes: 7 additions & 0 deletions docs/hero-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Here are some cool activities to get you started!
* url: https://arcade.makecode.com/#tutorial:/tutorials/intro
* cardType: link
---
* name: Mission to Hubble
* buttonLabel: Code Now
* description: Help Scott Kelly reach the Hubble!
* imageUrl: /static/hero-gallery/hubble_banner.jpg
* url: https://forms.codeninjas.com/back-to-school-game-building-session/?utm-source=makecode&utm_medium=partner&utm_campaign=bts_gbs
* cardType: link
---
* name: Build a Bubble Popping Game
* buttonLabel: Code Now
* description: Code a game featuring characters from the new movie!
Expand Down
21 changes: 14 additions & 7 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"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": "Mission to Hubble",
"description": "Help Scott Kelly reach the Hubble!",
"url": "https://forms.codeninjas.com/back-to-school-game-building-session/?utm-source=makecode&utm_medium=partner&utm_campaign=bts_gbs",
"cardType": "link",
"imageUrl": "/static/tutorials/hubble/hubble_4x3.jpg",
"largeImageUrl": "/static/tutorials/hubble/hubble_4x3.jpg"
},{
"name": "Joy of Bubble Popping",
"description": "Create a bubble popping game complete with sounds and bonus points!",
"url": "/tutorials/bubbles",
Expand All @@ -48,6 +48,13 @@
"largeImageUrl": "/static/tutorials/bubbles/card.jpg",
"label": "Limited Time Branding!",
"labelClass": "purple ribbon large"
},{
"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": "Create a Music Player",
"description": "Join the Zune prototyping crew and make your own music player with this tutorial from MakeCode Arcade!",
Expand Down

0 comments on commit 530afad

Please sign in to comment.