mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #741 from thisandagain/bugfix/740
Adjustments to the educators page as per feedback
This commit is contained in:
commit
74b26267d2
2 changed files with 1 additions and 37 deletions
|
@ -8,15 +8,11 @@
|
|||
"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.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.",
|
||||
"teacherlanding.meetupTitle": "In-Person Gatherings",
|
||||
"teacherlanding.meetupDescription": "<a href=\"http://www.meetup.com/pro/scratched/\">Scratch Educator Meetups</a> from each other, sharing their ideas and strategies for supporting computational creativity in all its forms.",
|
||||
"teacherlanding.meetupDescription": "<a href=\"http://www.meetup.com/pro/scratched/\">Scratch Educator Meetups</a> are gatherings of Scratch Educators who want to learn with and from each other, sharing their ideas and strategies for supporting computational creativity in all its forms.",
|
||||
"teacherlanding.guidesTitle": "Guides & Tutorials",
|
||||
"teacherlanding.helpPage": "On the <a href=\"/help\">Help Page</a>, you can find workshop guides, Scratch Cards, videos, and other resources.",
|
||||
"teacherlanding.tipsWindow" : "The <a href=\"/projects/editor/?tip_bar=home\">Tips Window</a> features step-by-step tutorials for getting started in Scratch.",
|
||||
|
|
|
@ -61,38 +61,6 @@ var Landing = injectIntl(React.createClass({
|
|||
<p><FormattedHTMLMessage id="teacherlanding.generalUsageGradeLevels" /></p>
|
||||
<p><FormattedHTMLMessage id="teacherlanding.generalUsageSubjectAreas"/></p>
|
||||
</FlexRow>
|
||||
<FlexRow className="stories">
|
||||
<a href="//bit.ly/28Q5l6P" className="story">
|
||||
<img src="/images/teachers/stories/dylan.jpg" alt="Elementary Schools" />
|
||||
<div className="story-info">
|
||||
<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="Community Programs" />
|
||||
<div className="story-info">
|
||||
<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="After-School Programs" />
|
||||
<div className="story-info">
|
||||
<p className="name"><FormattedMessage id="teacherlanding.afterSchoolTitle" /></p>
|
||||
<p>Ghana Code Club</p>
|
||||
</div>
|
||||
</a>
|
||||
</FlexRow>
|
||||
</section>
|
||||
<section id="resources">
|
||||
<span className="nav-spacer"></span>
|
||||
|
|
Loading…
Reference in a new issue