diff --git a/docs/hero-banner.md b/docs/hero-banner.md index 46a2e21dff..15cf95e39c 100644 --- a/docs/hero-banner.md +++ b/docs/hero-banner.md @@ -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! diff --git a/docs/tutorials.md b/docs/tutorials.md index e346092aae..451029bec1 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -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", @@ -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!",