mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #735 from thisandagain/bugfix/educator
Educator page content adjustments as per feedback
This commit is contained in:
commit
83dc5b0b45
2 changed files with 21 additions and 20 deletions
|
@ -1,16 +1,17 @@
|
|||
{
|
||||
"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.inPracticeAnchor": "In Practice",
|
||||
"teacherlanding.inPracticeAnchor": "Who Uses Scratch?",
|
||||
"teacherlanding.resourcesAnchor": "Resources",
|
||||
"teacherlanding.inPracticeTitle": "Who Uses Scratch?",
|
||||
"teacherlanding.inPracticeIntro": "Educators are using Scratch in a wide variety of: ",
|
||||
"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.generalUsageSubjectAreas": "<b>Subject Areas:</b> language arts, science, social studies, math, computer science, foreign languages, and the arts",
|
||||
"teacherlanding.ingridTitle": "Instructional Technology Specialist",
|
||||
"teacherlanding.dylanTitle": "Educational Technologist",
|
||||
"teacherlanding.afterSchoolTitle": "After-School Program",
|
||||
"teacherlanding.elementaryTitle": "Elementary Schools",
|
||||
"teacherlanding.middleTitle": "Middle Schools",
|
||||
"teacherlanding.communityTitle": "Community Programs",
|
||||
"teacherlanding.afterSchoolTitle": "After-School Programs",
|
||||
"teacherlanding.resourcesTitle": "Educator Resources",
|
||||
"teacherlanding.scratchEdTitle": "A Community for Educators",
|
||||
"teacherlanding.scratchEdDescription": "<a href=\"http://scratched.gse.harvard.edu/\">ScratchEd</a> is an online community where Scratch educators <a href=\"http://scratched.gse.harvard.edu/stories\">share stories</a>, exchange resources, ask questions, and find people. ScratchEd is developed and supported by the Harvard Graduate School of Education.",
|
||||
|
|
|
@ -62,34 +62,34 @@ var Landing = injectIntl(React.createClass({
|
|||
<p><FormattedHTMLMessage id="teacherlanding.generalUsageSubjectAreas"/></p>
|
||||
</FlexRow>
|
||||
<FlexRow className="stories">
|
||||
<a href="//bit.ly/28SBsa9" className="story">
|
||||
<img src="/images/teachers/stories/ingrid.jpg" alt="ingrid's story" />
|
||||
<div className="story-info">
|
||||
<p className="name">Ingrid Gustafson</p>
|
||||
<p><FormattedMessage id="teacherlanding.ingridTitle" /></p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="//bit.ly/28Q5l6P" className="story">
|
||||
<img src="/images/teachers/stories/dylan.jpg" alt="dylan's story" />
|
||||
<img src="/images/teachers/stories/dylan.jpg" alt="Elementary Schools" />
|
||||
<div className="story-info">
|
||||
<p className="name">Dylan Ryder</p>
|
||||
<p><FormattedMessage id="teacherlanding.dylanTitle" /></p>
|
||||
<p className="name"><FormattedMessage id="teacherlanding.elementaryTitle" /></p>
|
||||
<p>The School at Columbia University</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="//bit.ly/28SBsa9" className="story">
|
||||
<img src="/images/teachers/stories/ingrid.jpg" alt="Middle Schools" />
|
||||
<div className="story-info">
|
||||
<p className="name"><FormattedMessage id="teacherlanding.middleTitle" /></p>
|
||||
<p>Cambridge Public Schools</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="//bit.ly/28SC1AY" className="story">
|
||||
<img src="/images/teachers/stories/plug-in-studio.jpg"
|
||||
alt="plug in studio's story" />
|
||||
alt="Community Programs" />
|
||||
<div className="story-info">
|
||||
<p className="name">Plug-In Studio</p>
|
||||
<p><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
|
||||
<p className="name"><FormattedMessage id="teacherlanding.communityTitle" /></p>
|
||||
<p>Plug-In Studio</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="//bit.ly/28UzapJ" className="story">
|
||||
<img src="/images/teachers/stories/ghana-code-club.jpg"
|
||||
alt="ghana code club's story" />
|
||||
alt="After-School Programs" />
|
||||
<div className="story-info">
|
||||
<p className="name">Ghana Code Club</p>
|
||||
<p><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
|
||||
<p className="name"><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
|
||||
<p>Ghana Code Club</p>
|
||||
</div>
|
||||
</a>
|
||||
</FlexRow>
|
||||
|
|
Loading…
Reference in a new issue