Update jobs to match Media Lab listings

This commit is contained in:
Andrew Sliwinski 2016-03-02 09:42:51 -05:00
parent 7511121972
commit 47ab0a0ae0
3 changed files with 41 additions and 22 deletions

View file

@ -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>

View file

@ -1,12 +1,10 @@
@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 {
background-color: $ui-gray;
width: 100%;
padding: 40px 0;
margin: 20px 0;
background-color: $ui-gray;
padding: 40px 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;
}
}
}
}
}

View file

@ -1,9 +1,7 @@
{
"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":"Were 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":"Were 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."
}