Add starter projects

This commit is contained in:
Eric Rosenbaum 2019-04-08 18:13:18 -04:00
parent 209425ceca
commit 4f033c47e4
5 changed files with 22 additions and 13 deletions

View file

@ -199,24 +199,24 @@ class GdxFor extends ExtensionLanding {
<Steps>
<ProjectCard
cardUrl="/projects//editor"
description={this.props.intl.formatMessage({id: 'gdxfor.'})}
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.'})}
imageSrc="/images/gdxfor/starter-.png"
title={this.props.intl.formatMessage({id: 'gdxfor.'})}
description={this.props.intl.formatMessage({id: 'gdxfor.robotBandDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.imgAltRobotBand'})}
imageSrc="/images/gdxfor/gdxfor-starter1.png"
title={this.props.intl.formatMessage({id: 'gdxfor.robotBand'})}
/>
<ProjectCard
cardUrl="/projects//editor"
description={this.props.intl.formatMessage({id: 'gdxfor.'})}
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.'})}
imageSrc="/images/gdxfor/starter-.png"
title={this.props.intl.formatMessage({id: 'gdxfor.'})}
description={this.props.intl.formatMessage({id: 'gdxfor.dayAndNightDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.imgAltDayAndNight'})}
imageSrc="/images/gdxfor/gdxfor-starter2.png"
title={this.props.intl.formatMessage({id: 'gdxfor.dayAndNight'})}
/>
<ProjectCard
cardUrl="/projects//editor"
description={this.props.intl.formatMessage({id: 'gdxfor.'})}
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.'})}
imageSrc="/images/gdxfor/starter-.png"
title={this.props.intl.formatMessage({id: 'gdxfor.'})}
description={this.props.intl.formatMessage({id: 'gdxfor.underwaterRocketDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'gdxfor.imgAltUnderwaterRocket'})}
imageSrc="/images/gdxfor/gdxfor-starter3.png"
title={this.props.intl.formatMessage({id: 'gdxfor.underwaterRocket'})}
/>
</Steps>
</ExtensionSection>

View file

@ -22,5 +22,14 @@
"gdxfor.otherComputerConnectedTitle": "Make sure no other computer is connected to your sensor",
"gdxfor.otherComputerConnectedText": "Only one computer can be connected to a Force and Acceleration sensor at a time. If you have another computer connected to your sensor, disconnect the sensor or close Scratch on that computer and try again.",
"gdxfor.imgAltGdxforIllustration": "Illustration of the Vernier GoDirect Force and Acceleration sensor.",
"gdxfor.imgAltPushForce": "A hand pushing the force sensor on the The Vernier GoDirect Force and Acceleration sensor."
"gdxfor.imgAltPushForce": "A hand pushing the force sensor on the The Vernier GoDirect Force and Acceleration sensor.",
"gdxfor.robotBand": "Robot Band",
"gdxfor.robotBandDescription": "Shake, push and toss the sensor to make music.",
"gdxfor.imgAltRobotBand": "A Scratch project with a robot and musical instruments",
"gdxfor.dayAndNight": "Day and Night",
"gdxfor.dayAndNightDescription": "Turn the sensor face down to change day into night.",
"gdxfor.imgAltDayAndNight": "A Scratch project with an elf in a cloak",
"gdxfor.underwaterRocket": "Underwater Rocket",
"gdxfor.underwaterRocketDescription": "Spin and push the sensor to steer the ship.",
"gdxfor.imgAltUnderwaterRocket": "A Scratch project with an underwater rocket ship"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB