Add starter projects

This commit is contained in:
Eric Rosenbaum 2019-04-30 15:25:53 -04:00
parent f4f00f5ced
commit dd5a65fe73
5 changed files with 21 additions and 21 deletions

View file

@ -183,25 +183,25 @@ class Boost extends ExtensionLanding {
<h3><FormattedMessage id="boost.starterProjects" /></h3>
<Steps>
<ProjectCard
cardUrl="/projects/301384031/editor"
description={this.props.intl.formatMessage({id: 'boost.frogBandDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'boost.imgAltFrogBand'})}
cardUrl="/projects/305503180/editor"
description={this.props.intl.formatMessage({id: 'boost.feedTheCatDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'boost.imgAltFeedTheCat'})}
imageSrc="/images/boost/boost-starter1.png"
title={this.props.intl.formatMessage({id: 'boost.frogBand'})}
title={this.props.intl.formatMessage({id: 'boost.feedTheCat'})}
/>
<ProjectCard
cardUrl="/projects/301385019/editor"
description={this.props.intl.formatMessage({id: 'boost.dayAndNightDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'boost.imgAltDayAndNight'})}
cardUrl="/projects/305501694/editor"
description={this.props.intl.formatMessage({id: 'boost.drivingDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'boost.imgAltDriving'})}
imageSrc="/images/boost/boost-starter2.png"
title={this.props.intl.formatMessage({id: 'boost.dayAndNight'})}
title={this.props.intl.formatMessage({id: 'boost.driving'})}
/>
<ProjectCard
cardUrl="/projects/301385331/editor"
description={this.props.intl.formatMessage({id: 'boost.underwaterRocketDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'boost.imgAltUnderwaterRocket'})}
cardUrl="/projects/305503649/editor"
description={this.props.intl.formatMessage({id: 'boost.walkAroundDescription'})}
imageAlt={this.props.intl.formatMessage({id: 'boost.imgAltwalkAround'})}
imageSrc="/images/boost/boost-starter3.png"
title={this.props.intl.formatMessage({id: 'boost.underwaterRocket'})}
title={this.props.intl.formatMessage({id: 'boost.walkAround'})}
/>
</Steps>
</ExtensionSection>

View file

@ -22,13 +22,13 @@
"boost.otherComputerConnectedText": "Only one computer can be connected to a BOOST at a time. If you have another computer connected to your sensor, disconnect the sensor or close Scratch on that computer and try again.",
"boost.imgAltBoostIllustration": "Illustration of the LEGO BOOST.",
"boost.imgAltConnectALegoBeam": "A LEGO BOOST hub with an axle and a short beam connected to motor A.",
"boost.frogBand": "Frog Band",
"boost.frogBandDescription": "Shake, push and toss the sensor to make music.",
"boost.imgAltFrogBand": "A Scratch project with a frog and musical instruments",
"boost.dayAndNight": "Day and Night",
"boost.dayAndNightDescription": "Turn the sensor face down to change day into night.",
"boost.imgAltDayAndNight": "A Scratch project with an elf in a cloak",
"boost.underwaterRocket": "Underwater Rocket",
"boost.underwaterRocketDescription": "Spin and push the sensor to steer the ship.",
"boost.imgAltUnderwaterRocket": "A Scratch project with an underwater rocket ship"
"boost.feedTheCat": "Feed the Cat",
"boost.feedTheCatDescription": "Feed a robot cat with colored LEGO bricks.",
"boost.imgAltFeedTheCat": "A Scratch project with a white cat",
"boost.driving": "Driving",
"boost.drivingDescription": "Drive around a wheeled robot and make music.",
"boost.imgAltDriving": "A Scratch project with a wheeled robot with eyes",
"boost.walkAround": "Walk Around",
"boost.walkAroundDescription": "Make your own controller to move a character on the screen.",
"boost.imgAltwalkAround": "A Scratch project with character on a green background"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB