mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Merge pull request #1155 from TheGrits/patch-4
Fix gh-1154: Join Us Section on Developers Page
This commit is contained in:
commit
c2991fb185
2 changed files with 13 additions and 0 deletions
src/views/developers
|
@ -37,6 +37,11 @@ var Developers = React.createClass({
|
|||
<FormattedMessage id='developers.principlesTitle' />
|
||||
</li>
|
||||
</a>
|
||||
<a href="#join">
|
||||
<li>
|
||||
<FormattedMessage id='developers.joinTitle' />
|
||||
</li>
|
||||
</a>
|
||||
<a href="#donate">
|
||||
<li>
|
||||
<FormattedMessage id='developers.donateTitle' />
|
||||
|
@ -157,6 +162,12 @@ var Developers = React.createClass({
|
|||
</FlexRow>
|
||||
</section>
|
||||
|
||||
<section id="join">
|
||||
<span className="nav-spacer"></span>
|
||||
<h2><FormattedMessage id='developers.joinTitle' /></h2>
|
||||
<p><FormattedHTMLMessage id='developers.joinBody' /></p>
|
||||
</section>
|
||||
|
||||
<section id="donate">
|
||||
<span className="nav-spacer"></span>
|
||||
<h2><FormattedMessage id='developers.donateTitle' /></h2>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"developers.intro": "On this page, you’ll find information about open source projects created and maintained by the <a href=\"/info/credits\">Scratch Team at MIT</a>, as well as our thoughts on best practices for designing learning experiences for children.",
|
||||
"developers.projectsTitle": "Projects",
|
||||
"developers.principlesTitle": "Principles",
|
||||
"developers.joinTitle": "Join Us",
|
||||
"developers.donateTitle": "Donate",
|
||||
"developers.partnersTitle": "Partners",
|
||||
"developers.faqTitle": "FAQ",
|
||||
|
@ -30,6 +31,7 @@
|
|||
"developers.designPrinciplesGlobalBody": "Many math and science activities have traditionally been biased towards specific populations. By paying special attention to creating accessible and appealing technologies, we are working to close the gap.",
|
||||
"developers.designPrinciplesTinkerTitle": "Design for Tinkerability",
|
||||
"developers.designPrinciplesTinkerBody": "We believe that the learning process is inherently iterative. Tinkerers start by exploring and experimenting, then revising and refining their goals and creations. To support this style of interaction, we design our interfaces to encourage quick experimentation and rapid cycles of iteration.",
|
||||
"developers.joinBody": "We're a diverse group of educators, designers, and engineers, who work together in a playful, creative environment full of LEGO bricks, craft materials, and maker tools. We strongly value diversity, collaboration, and respect in the workplace. If you're interested in joining us, take a look at our open positions on our <a href=\"/jobs\">Jobs Page</a>, or send us an email at <a href=\"mailto:jobs+developers@scratch.mit.edu\">jobs+developers@scratch.mit.edu</a>.",
|
||||
"developers.donateIntro": "We are pleased to provide Scratch free of charge. If you enjoy using Scratch, please consider <a href=\"https://secure.donationpay.org/scratchfoundation/\">making a donation to support Scratch</a>. Donations of any size are appreciated.",
|
||||
"developers.donateBody": "Your donation to the Scratch Foundation will be used to support future development of Scratch software and the Scratch website.",
|
||||
"developers.donateThanks": "Thanks for supporting Scratch!",
|
||||
|
|
Loading…
Add table
Reference in a new issue