mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Add Community Moderator listing
This commit is contained in:
parent
04e7aa1c8f
commit
f2bea32df8
1 changed files with 3 additions and 6 deletions
|
@ -26,19 +26,16 @@ 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://scratch.mit.edu/jobs/moderator">
|
||||||
Full Stack Engineer
|
Community Moderator
|
||||||
</a>
|
</a>
|
||||||
<span>
|
<span>
|
||||||
MIT Media Lab, Cambridge, MA
|
Remote
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
*/}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue