Skip to content

Commit

Permalink
Merge pull request #2301 from MasterOfTheTiger/issue/gh2298-job-listing
Browse files Browse the repository at this point in the history
Removes Full Stack Job Listing
  • Loading branch information
rschamp committed Nov 11, 2018
2 parents e776e67 + 4677feb commit 25f7f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/views/jobs/jobs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const Jobs = () => (
<div className="bottom">
<div className="inner">
<h3><FormattedMessage id="jobs.openings" /></h3>
<FormattedMessage id="jobs.nojobs" />
{/*
<ul>
<li>
<a href="https://www.media.mit.edu/about/job-opportunities/full-stack-engineer-lifelong-kindergarten/">
Expand All @@ -36,6 +38,7 @@ const Jobs = () => (
</span>
</li>
</ul>
*/}
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/views/jobs/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"jobs.joinScratchTeam": "Join the Scratch Team!",
"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 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."
"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.",
"jobs.nojobs":"We don't have any open positions at this time. Please check back soon for opportunities!"
}

0 comments on commit 25f7f5b

Please sign in to comment.