mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
fixed tests, formatting
This commit is contained in:
parent
97877b1fbd
commit
92dc1727e2
3 changed files with 5 additions and 5 deletions
2
en.json
2
en.json
|
@ -77,7 +77,7 @@
|
||||||
"jobs.moderator":"Community Moderator",
|
"jobs.moderator":"Community Moderator",
|
||||||
"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 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 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.",
|
||||||
"login.forgotPassword": "Forgot Password?",
|
"login.forgotPassword": "Forgot Password?",
|
||||||
"navigation.signOut": "Sign out",
|
"navigation.signOut": "Sign out",
|
||||||
"news.scratchNews": "Scratch News",
|
"news.scratchNews": "Scratch News",
|
||||||
|
|
|
@ -45,13 +45,13 @@ var Jobs = React.createClass({
|
||||||
<a href="/jobs/learning-developer">
|
<a href="/jobs/learning-developer">
|
||||||
<FormattedMessage id='jobs.learningDeveloper' />
|
<FormattedMessage id='jobs.learningDeveloper' />
|
||||||
</a>
|
</a>
|
||||||
<i>(MIT Media Lab, Cambridge, MA)</i>
|
<i> (MIT Media Lab, Cambridge, MA)</i>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="/jobs/moderator">
|
<a href="/jobs/moderator">
|
||||||
<FormattedMessage id='jobs.moderator' />
|
<FormattedMessage id='jobs.moderator' />
|
||||||
</a>
|
</a>
|
||||||
<i>(MIT Media Lab, Cambrige, MA or Remote)</i>
|
<i> (MIT Media Lab, Cambrige, MA or Remote)</i>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import "../../colors";
|
@import "../../colors";
|
||||||
|
|
||||||
#view {
|
#view {
|
||||||
|
background-color: $ui-white;
|
||||||
.inner {
|
.inner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.top {
|
.top {
|
||||||
|
@ -30,9 +30,9 @@
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
.leftcolumn {
|
.leftcolumn {
|
||||||
|
margin-bottom: 20px;
|
||||||
width: calc(66% - 20px);
|
width: calc(66% - 20px);
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
}
|
||||||
.rightcolumn {
|
.rightcolumn {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue