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.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 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?",
|
||||
"navigation.signOut": "Sign out",
|
||||
"news.scratchNews": "Scratch News",
|
||||
|
|
|
@ -45,13 +45,13 @@ var Jobs = React.createClass({
|
|||
<a href="/jobs/learning-developer">
|
||||
<FormattedMessage id='jobs.learningDeveloper' />
|
||||
</a>
|
||||
<i>(MIT Media Lab, Cambridge, MA)</i>
|
||||
<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>
|
||||
<i> (MIT Media Lab, Cambrige, MA or Remote)</i>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@import "../../colors";
|
||||
|
||||
#view {
|
||||
|
||||
background-color: $ui-white;
|
||||
.inner {
|
||||
width: 100%;
|
||||
.top {
|
||||
|
@ -30,9 +30,9 @@
|
|||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
.leftcolumn {
|
||||
margin-bottom: 20px;
|
||||
width: calc(66% - 20px);
|
||||
line-height: 150%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.rightcolumn {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue