Commit 47ab0a0a authored by Andrew Sliwinski's avatar Andrew Sliwinski

Update jobs to match Media Lab listings

parent 75111219
......@@ -27,18 +27,24 @@ var Jobs = React.createClass({
<div className="bottom">
<div className="inner">
<h2><FormattedMessage id='jobs.openings' /></h2>
<p>
<a href="/jobs/learning-developer">
<FormattedMessage id='jobs.learningDeveloper' />
</a>
<i> (MIT Media Lab, Cambridge, MA)</i>
</p>
<p>
<a href="/jobs/moderator">
<FormattedMessage id='jobs.moderator' />
</a>
<i> (MIT Media Lab, Cambrige, MA or Remote)</i>
</p>
<ul>
<li>
<a href="http://bit.ly/24B9aEz">
Community Manager
</a>
<span>
(MIT Media Lab, Cambridge, MA)
</span>
</li>
<li>
<a href="http://bit.ly/21CTTE6">
Front-end Engineer
</a>
<span>
(MIT Media Lab, Cambridge, MA)
</span>
</li>
</ul>
</div>
</div>
</div>
......
@import "../../colors";
#view {
// background-color: $ui-white;
h1 {
line-height: 2.6rem;
font-size: 2.3rem;
font-weight: 300;
line-height: 2.6rem;
}
h2 {
......@@ -21,21 +19,38 @@
}
.middle {
margin: 20px 0;
background-color: $ui-gray;
width: 100%;
padding: 40px 0;
margin: 20px 0;
width: 100%;
}
.bottom {
width: 100%;
line-height: 200%;
.thin-heading {
padding: 20px 0;
}
p {
margin: auto;
width: 70%;
}
ul {
padding: 0;
list-style: none;
li {
margin: 0;
padding: 0;
span {
margin-left: 10px;
}
}
}
}
}
{
"jobs.info": "With Scratch, young people from all backgrounds are learning to program their own interactive stories, games, and animations. Children and teens from around the world have created and shared more than 5 million projects in the rapidly-growing Scratch online community.",
"jobs.info": "With Scratch, young people from all backgrounds are learning to program their own interactive stories, games, and animations. Children and teens from around the world have created and shared more than 10 million projects in the rapidly-growing Scratch online community.",
"jobs.joinScratchTeam": "Join the Scratch Team!",
"jobs.learningDeveloper": "Learning Resource Developer",
"jobs.moderator":"Community Moderator",
"jobs.openings": "Current Job Openings",
"jobs.titleQuestion": "Want to work on an innovative project that is transforming the ways young people create, share, and learn?",
"jobs.workEnvironment":"We’re seeking curious and motivated people to join our Scratch Team at the MIT Media Lab. We're a diverse group of educators, designers, and developers, 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."
"jobs.workEnvironment":"We’re seeking curious and motivated people to join our Scratch Team at the MIT Media Lab. 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."
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment