mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
Update WeDo starter projects
This commit is contained in:
parent
26e821214a
commit
134126c170
5 changed files with 9 additions and 10 deletions
|
@ -10,12 +10,12 @@
|
|||
"wedo2.clickMotorBlock": "Find the {motorBlockText} block and click on it.",
|
||||
"wedo2.motorBlockText": "\"turn motor on for 1 seconds\"",
|
||||
"wedo2.starterProjects": "Starter Projects",
|
||||
"wedo2.starter1Title": "Wagging Dog",
|
||||
"wedo2.starter1Title": "Make Your Own Pet",
|
||||
"wedo2.starter1Description": "Use a motor to make a spinning tail for your virtual pet.",
|
||||
"wedo2.starter2Title": "Tilting Toad",
|
||||
"wedo2.starter2Description": "Use the tilt sensor to make music with a toad.",
|
||||
"wedo2.starter3Title": "Distance Dino",
|
||||
"wedo2.starter3Description": "Use the distance sensor to move the dinosaur.",
|
||||
"wedo2.starter2Title": "Move the Fox",
|
||||
"wedo2.starter2Description": "Use the tilt sensor to move the fox back and forth.",
|
||||
"wedo2.starter3Title": "Inflating Pufferfish",
|
||||
"wedo2.starter3Description": "Use the distance sensor to make the fish grow.",
|
||||
"wedo2.troubleshootingTitle": "Troubleshooting",
|
||||
"wedo2.checkOSVersionTitle": "Make sure your operating system is compatible with Scratch Link",
|
||||
"wedo2.checkOSVersionText": "The minimum operating system versions are listed at the top of this page. See instructions for checking your version of {winOSVersionLink} or {macOSVersionLink}.",
|
||||
|
@ -32,6 +32,6 @@
|
|||
"wedo2.legacyLinkText": "using LEGO WeDo with Scratch 2.0",
|
||||
"wedo2.imgAltWeDoIllustration": "An illustration of a WeDo2 featuring a tilt sensor and a motor.",
|
||||
"wedo2.imgAltStarter1": "A Scratch project with a dog and a taco.",
|
||||
"wedo2.imgAltStarter2": "A Scratch project with a toad playing instruments in space.",
|
||||
"wedo2.imgAltStarter2": "A Scratch project with a fox moving back and forth.",
|
||||
"wedo2.imgAltStarter3": "A Scratch project with dinosaurs."
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@ const intlShape = require('react-intl').intlShape;
|
|||
const FormattedMessage = require('react-intl').FormattedMessage;
|
||||
const React = require('react');
|
||||
|
||||
|
||||
const Page = require('../../components/page/www/page.jsx');
|
||||
const render = require('../../lib/render.jsx');
|
||||
|
||||
|
@ -184,21 +183,21 @@ class Wedo2 extends ExtensionLanding {
|
|||
<h3><FormattedMessage id="wedo2.starterProjects" /></h3>
|
||||
<Steps>
|
||||
<ProjectCard
|
||||
cardUrl="https://beta.scratch.mit.edu/#239284992"
|
||||
cardUrl="/projects/269442111/editor?tutorial=wedo"
|
||||
description={this.props.intl.formatMessage({id: 'wedo2.starter1Description'})}
|
||||
imageAlt={this.props.intl.formatMessage({id: 'wedo2.imgAltStarter1'})}
|
||||
imageSrc="/images/wedo2/wedo2-starter1.png"
|
||||
title={this.props.intl.formatMessage({id: 'wedo2.starter1Title'})}
|
||||
/>
|
||||
<ProjectCard
|
||||
cardUrl="https://beta.scratch.mit.edu/#239284997"
|
||||
cardUrl="/projects/269442224/editor?tutorial=wedo"
|
||||
description={this.props.intl.formatMessage({id: 'wedo2.starter2Description'})}
|
||||
imageAlt={this.props.intl.formatMessage({id: 'wedo2.imgAltStarter2'})}
|
||||
imageSrc="/images/wedo2/wedo2-starter2.png"
|
||||
title={this.props.intl.formatMessage({id: 'wedo2.starter2Title'})}
|
||||
/>
|
||||
<ProjectCard
|
||||
cardUrl="https://beta.scratch.mit.edu/#239285001"
|
||||
cardUrl="/projects/269442247/editor?tutorial=wedo"
|
||||
description={this.props.intl.formatMessage({id: 'wedo2.starter3Description'})}
|
||||
imageAlt={this.props.intl.formatMessage({id: 'wedo2.imgAltStarter3'})}
|
||||
imageSrc="/images/wedo2/wedo2-starter3.png"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 86 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 76 KiB |
Loading…
Reference in a new issue