mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #929 from tmickel/feature/developers-scratchjr
Add ScratchJr to developers page
This commit is contained in:
commit
991ce989be
1 changed files with 14 additions and 0 deletions
|
@ -97,6 +97,20 @@ var Developers = React.createClass({
|
||||||
|
|
||||||
<img className="sidebar column" src="/images/developers/www-sketch.png" alt="www" />
|
<img className="sidebar column" src="/images/developers/www-sketch.png" alt="www" />
|
||||||
</FlexRow>
|
</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>
|
||||||
|
|
||||||
<section id="principles">
|
<section id="principles">
|
||||||
|
|
Loading…
Reference in a new issue