Commit 1e4d7000 authored by Eric Rosenbaum's avatar Eric Rosenbaum

Add WeDo starter project links, images and text

parent 7be58571
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
"wedo2.clickMotorBlock": "Find the {motorBlockText} block and click on it.", "wedo2.clickMotorBlock": "Find the {motorBlockText} block and click on it.",
"wedo2.motorBlockText": "\"turn motor on for 1 seconds\"", "wedo2.motorBlockText": "\"turn motor on for 1 seconds\"",
"wedo2.starterProjects": "Starter Projects", "wedo2.starterProjects": "Starter Projects",
"wedo2.starter1Title": "Starter 1", "wedo2.starter1Title": "Wagging Dog",
"wedo2.starter1Description": "This is a project, and it does things.", "wedo2.starter1Description": "Use a motor to make a spinning tail for your virtual pet.",
"wedo2.starter2Title": "Starter 2", "wedo2.starter2Title": "Tilting Toad",
"wedo2.starter2Description": "This is another project, and it does things.", "wedo2.starter2Description": "Use the tilt sensor to make music with a toad.",
"wedo2.starter3Title": "Starter 3", "wedo2.starter3Title": "Distance Dino",
"wedo2.starter3Description": "This is a third project, and it does things.", "wedo2.starter3Description": "Use the distance sensor to move the dinosaur.",
"wedo2.troubleshootingTitle": "Troubleshooting", "wedo2.troubleshootingTitle": "Troubleshooting",
"wedo2.closeScratchCopiesTitle": "Close other copies of Scratch", "wedo2.closeScratchCopiesTitle": "Close other copies of Scratch",
"wedo2.closeScratchCopiesText": "Only one copy of Scratch can connect with the WeDo 2.0 at a time. If you have Scratch open in other browser tabs, close it and try again.", "wedo2.closeScratchCopiesText": "Only one copy of Scratch can connect with the WeDo 2.0 at a time. If you have Scratch open in other browser tabs, close it and try again.",
......
...@@ -151,19 +151,19 @@ class Wedo2 extends ExtensionLanding { ...@@ -151,19 +151,19 @@ class Wedo2 extends ExtensionLanding {
<h3><FormattedMessage id="wedo2.starterProjects" /></h3> <h3><FormattedMessage id="wedo2.starterProjects" /></h3>
<Steps> <Steps>
<ProjectCard <ProjectCard
cardUrl="https://downloads.scratch.mit.edu/wedo2/wedo2-starter1.sb3" cardUrl="https://beta.scratch.mit.edu/#239284992"
description={this.props.intl.formatMessage({id: 'wedo2.starter1Description'})} description={this.props.intl.formatMessage({id: 'wedo2.starter1Description'})}
imageSrc="/images/wedo2/wedo2-starter1.png" imageSrc="/images/wedo2/wedo2-starter1.png"
title={this.props.intl.formatMessage({id: 'wedo2.starter1Title'})} title={this.props.intl.formatMessage({id: 'wedo2.starter1Title'})}
/> />
<ProjectCard <ProjectCard
cardUrl="https://downloads.scratch.mit.edu/wedo2/wedo2-starter2.sb3" cardUrl="https://beta.scratch.mit.edu/#239285001"
description={this.props.intl.formatMessage({id: 'wedo2.starter2Description'})} description={this.props.intl.formatMessage({id: 'wedo2.starter2Description'})}
imageSrc="/images/wedo2/wedo2-starter2.png" imageSrc="/images/wedo2/wedo2-starter2.png"
title={this.props.intl.formatMessage({id: 'wedo2.starter2Title'})} title={this.props.intl.formatMessage({id: 'wedo2.starter2Title'})}
/> />
<ProjectCard <ProjectCard
cardUrl="https://downloads.scratch.mit.edu/wedo2/wedo2-starter3.sb3" cardUrl="https://beta.scratch.mit.edu/#239284997"
description={this.props.intl.formatMessage({id: 'wedo2.starter3Description'})} description={this.props.intl.formatMessage({id: 'wedo2.starter3Description'})}
imageSrc="/images/wedo2/wedo2-starter3.png" imageSrc="/images/wedo2/wedo2-starter3.png"
title={this.props.intl.formatMessage({id: 'wedo2.starter3Title'})} title={this.props.intl.formatMessage({id: 'wedo2.starter3Title'})}
......
static/images/wedo2/wedo2-starter1.png

92.6 KB | W: | H:

static/images/wedo2/wedo2-starter1.png

45.7 KB | W: | H:

static/images/wedo2/wedo2-starter1.png
static/images/wedo2/wedo2-starter1.png
static/images/wedo2/wedo2-starter1.png
static/images/wedo2/wedo2-starter1.png
  • 2-up
  • Swipe
  • Onion skin
static/images/wedo2/wedo2-starter2.png

92.6 KB | W: | H:

static/images/wedo2/wedo2-starter2.png

97.2 KB | W: | H:

static/images/wedo2/wedo2-starter2.png
static/images/wedo2/wedo2-starter2.png
static/images/wedo2/wedo2-starter2.png
static/images/wedo2/wedo2-starter2.png
  • 2-up
  • Swipe
  • Onion skin
static/images/wedo2/wedo2-starter3.png

92.6 KB | W: | H:

static/images/wedo2/wedo2-starter3.png

40.9 KB | W: | H:

static/images/wedo2/wedo2-starter3.png
static/images/wedo2/wedo2-starter3.png
static/images/wedo2/wedo2-starter3.png
static/images/wedo2/wedo2-starter3.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment