mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Add WeDo starter project links, images and text
This commit is contained in:
parent
7be5857120
commit
1e4d7000a5
5 changed files with 9 additions and 9 deletions
src/views/wedo2
static/images/wedo2
|
@ -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": "Starter 1",
|
||||
"wedo2.starter1Description": "This is a project, and it does things.",
|
||||
"wedo2.starter2Title": "Starter 2",
|
||||
"wedo2.starter2Description": "This is another project, and it does things.",
|
||||
"wedo2.starter3Title": "Starter 3",
|
||||
"wedo2.starter3Description": "This is a third project, and it does things.",
|
||||
"wedo2.starter1Title": "Wagging Dog",
|
||||
"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.troubleshootingTitle": "Troubleshooting",
|
||||
"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.",
|
||||
|
|
|
@ -151,19 +151,19 @@ class Wedo2 extends ExtensionLanding {
|
|||
<h3><FormattedMessage id="wedo2.starterProjects" /></h3>
|
||||
<Steps>
|
||||
<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'})}
|
||||
imageSrc="/images/wedo2/wedo2-starter1.png"
|
||||
title={this.props.intl.formatMessage({id: 'wedo2.starter1Title'})}
|
||||
/>
|
||||
<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'})}
|
||||
imageSrc="/images/wedo2/wedo2-starter2.png"
|
||||
title={this.props.intl.formatMessage({id: 'wedo2.starter2Title'})}
|
||||
/>
|
||||
<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'})}
|
||||
imageSrc="/images/wedo2/wedo2-starter3.png"
|
||||
title={this.props.intl.formatMessage({id: 'wedo2.starter3Title'})}
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 93 KiB After ![]() (image error) Size: 46 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 93 KiB After ![]() (image error) Size: 97 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 93 KiB After ![]() (image error) Size: 41 KiB ![]() ![]() |
Loading…
Reference in a new issue