mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
State that no jobs are currently available
This commit is contained in:
parent
c62470150b
commit
4677feb371
2 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,8 @@ const Jobs = () => (
|
||||||
<div className="bottom">
|
<div className="bottom">
|
||||||
<div className="inner">
|
<div className="inner">
|
||||||
<h3><FormattedMessage id="jobs.openings" /></h3>
|
<h3><FormattedMessage id="jobs.openings" /></h3>
|
||||||
|
<FormattedMessage id="jobs.nojobs" />
|
||||||
|
{/*
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.media.mit.edu/about/job-opportunities/full-stack-engineer-lifelong-kindergarten/">
|
<a href="https://www.media.mit.edu/about/job-opportunities/full-stack-engineer-lifelong-kindergarten/">
|
||||||
|
@ -36,6 +38,7 @@ const Jobs = () => (
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
*/}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
"jobs.joinScratchTeam": "Join the Scratch Team!",
|
"jobs.joinScratchTeam": "Join the Scratch Team!",
|
||||||
"jobs.openings": "Current Job Openings",
|
"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.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!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue