Add ScratchJr to developers page

This commit is contained in:
Tim Mickel 2016-09-26 11:57:52 -04:00
parent 5245e93176
commit aea35c5b8c
No known key found for this signature in database
GPG key ID: 59C3D9D14D923146

View file

@ -97,6 +97,20 @@ var Developers = React.createClass({
<img className="sidebar column" src="/images/developers/www-sketch.png" alt="www" />
</FlexRow>
<FlexRow className="sidebar-row">
<div className="body-copy column">
<h3>ScratchJr</h3>
<p>
ScratchJr is an introductory programming language{' '}
that enables young children (ages 5-7) to create{' '}
their own interactive stories and games. For more{' '}
information, visit the{' '}
<a href="https://www.scratchjr.org/">ScratchJr website</a>{' '}
or access the code and documentation{' '}
<a href="https://github.com/LLK/scratchjr">here</a>.
</p>
</div>
</FlexRow>
</section>
<section id="principles">