mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Educator page language adjustments as per feedback. Resolves GH-734
This commit is contained in:
parent
d3f1046a42
commit
4d2f9d7a05
2 changed files with 20 additions and 19 deletions
|
@ -1,15 +1,16 @@
|
||||||
{
|
{
|
||||||
"teacherlanding.title": "Scratch for Educators",
|
"teacherlanding.title": "Scratch for Educators",
|
||||||
"teacherlanding.intro": "Your students can use Scratch to code their own interactive stories, animations, and games. In the process, they learn to think creatively, reason systematically, and work collaboratively — essential skills for everyone in today’s society.",
|
"teacherlanding.intro": "Your students can use Scratch to code their own interactive stories, animations, and games. In the process, they learn to think creatively, reason systematically, and work collaboratively — essential skills for everyone in today’s society.",
|
||||||
"teacherlanding.inPracticeAnchor": "In Practice",
|
"teacherlanding.inPracticeAnchor": "Who Uses Scratch?",
|
||||||
"teacherlanding.resourcesAnchor": "Resources",
|
"teacherlanding.resourcesAnchor": "Resources",
|
||||||
"teacherlanding.inPracticeTitle": "Who Uses Scratch?",
|
"teacherlanding.inPracticeTitle": "Who Uses Scratch?",
|
||||||
"teacherlanding.inPracticeIntro": "Educators are using Scratch in a wide variety of: ",
|
"teacherlanding.inPracticeIntro": "Educators are using Scratch in a wide variety of: ",
|
||||||
"teacherlanding.generalUsageSettings": "<b>Settings:</b> schools, museums, libraries, community centers",
|
"teacherlanding.generalUsageSettings": "<b>Settings:</b> schools, museums, libraries, community centers",
|
||||||
"teacherlanding.generalUsageGradeLevels": "<b>Grade Levels:</b> elementary, middle, and high school (and some colleges too!)",
|
"teacherlanding.generalUsageGradeLevels": "<b>Grade Levels:</b> elementary, middle, and high school (and some colleges too!)",
|
||||||
"teacherlanding.generalUsageSubjectAreas": "<b>Subject Areas:</b> language arts, science, social studies, math, computer science, foreign languages, and the arts",
|
"teacherlanding.generalUsageSubjectAreas": "<b>Subject Areas:</b> language arts, science, social studies, math, computer science, foreign languages, and the arts",
|
||||||
"teacherlanding.ingridTitle": "Instructional Technology Specialist",
|
"teacherlanding.elementaryTitle": "Elementary School",
|
||||||
"teacherlanding.dylanTitle": "Educational Technologist",
|
"teacherlanding.middleTitle": "Middle School",
|
||||||
|
"teacherlanding.communityTitle": "Community Program",
|
||||||
"teacherlanding.afterSchoolTitle": "After-School Program",
|
"teacherlanding.afterSchoolTitle": "After-School Program",
|
||||||
"teacherlanding.resourcesTitle": "Educator Resources",
|
"teacherlanding.resourcesTitle": "Educator Resources",
|
||||||
"teacherlanding.scratchEdTitle": "A Community for Educators",
|
"teacherlanding.scratchEdTitle": "A Community for Educators",
|
||||||
|
|
|
@ -62,34 +62,34 @@ var Landing = injectIntl(React.createClass({
|
||||||
<p><FormattedHTMLMessage id="teacherlanding.generalUsageSubjectAreas"/></p>
|
<p><FormattedHTMLMessage id="teacherlanding.generalUsageSubjectAreas"/></p>
|
||||||
</FlexRow>
|
</FlexRow>
|
||||||
<FlexRow className="stories">
|
<FlexRow className="stories">
|
||||||
<a href="//bit.ly/28SBsa9" className="story">
|
<a href="//bit.ly/28Q5l6P" className="story">
|
||||||
<img src="/images/teachers/stories/ingrid.jpg" alt="ingrid's story" />
|
<img src="/images/teachers/stories/dylan.jpg" alt="Elementary School" />
|
||||||
<div className="story-info">
|
<div className="story-info">
|
||||||
<p className="name">Ingrid Gustafson</p>
|
<p className="name"><FormattedMessage id="teacherlanding.elementaryTitle" /></p>
|
||||||
<p><FormattedMessage id="teacherlanding.ingridTitle" /></p>
|
<p>The School at Columbia University</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="//bit.ly/28Q5l6P" className="story">
|
<a href="//bit.ly/28SBsa9" className="story">
|
||||||
<img src="/images/teachers/stories/dylan.jpg" alt="dylan's story" />
|
<img src="/images/teachers/stories/ingrid.jpg" alt="Middle School" />
|
||||||
<div className="story-info">
|
<div className="story-info">
|
||||||
<p className="name">Dylan Ryder</p>
|
<p className="name"><FormattedMessage id="teacherlanding.middleTitle" /></p>
|
||||||
<p><FormattedMessage id="teacherlanding.dylanTitle" /></p>
|
<p>Cambridge Public Schools</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="//bit.ly/28SC1AY" className="story">
|
<a href="//bit.ly/28SC1AY" className="story">
|
||||||
<img src="/images/teachers/stories/plug-in-studio.jpg"
|
<img src="/images/teachers/stories/plug-in-studio.jpg"
|
||||||
alt="plug in studio's story" />
|
alt="Community-Based Program" />
|
||||||
<div className="story-info">
|
<div className="story-info">
|
||||||
<p className="name">Plug-In Studio</p>
|
<p className="name"><FormattedMessage id="teacherlanding.communityTitle" /></p>
|
||||||
<p><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
|
<p>Plug-In Studio</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="//bit.ly/28UzapJ" className="story">
|
<a href="//bit.ly/28UzapJ" className="story">
|
||||||
<img src="/images/teachers/stories/ghana-code-club.jpg"
|
<img src="/images/teachers/stories/ghana-code-club.jpg"
|
||||||
alt="ghana code club's story" />
|
alt="After-School Program" />
|
||||||
<div className="story-info">
|
<div className="story-info">
|
||||||
<p className="name">Ghana Code Club</p>
|
<p className="name"><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
|
||||||
<p><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
|
<p>Ghana Code Club</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</FlexRow>
|
</FlexRow>
|
||||||
|
|
Loading…
Reference in a new issue