mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Add Collaborators and Logos
This commit is contained in:
parent
75756e4096
commit
4424fe2f0b
6 changed files with 30 additions and 4 deletions
|
@ -42,7 +42,7 @@ var Hoc = React.createClass({
|
||||||
<div className="card" onMouseEnter={this.onCardEnter.bind(null, 'wbb-bg')}>
|
<div className="card" onMouseEnter={this.onCardEnter.bind(null, 'wbb-bg')}>
|
||||||
<div className="card-info">
|
<div className="card-info">
|
||||||
<img src="/images/hide-seek-tutorial.jpg" />
|
<img src="/images/hide-seek-tutorial.jpg" />
|
||||||
<a href="#"><Button> Hide-and-Seek Game</Button></a>
|
<a href="/hide"><Button> Hide-and-Seek Game</Button></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -118,6 +118,16 @@ var Hoc = React.createClass({
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
<section className="one-up">
|
||||||
|
<h3>Collaborators</h3>
|
||||||
|
<div className="logos">
|
||||||
|
<img src="/images/code-org-logo.png" />
|
||||||
|
<img src="/images/cn-logo.png" />
|
||||||
|
<img src="/images/paa-logo.png" />
|
||||||
|
<img src="/images/pocketcode-logo.png" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ $base-bg: $ui-white;
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
margin-bottom: 100px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ $base-bg: $ui-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.box section {
|
section {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-bottom: 1px solid $ui-border;
|
border-bottom: 1px solid $ui-border;
|
||||||
|
@ -170,6 +170,19 @@ $base-bg: $ui-white;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logos {
|
||||||
|
margin: 10px 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
img {
|
||||||
|
margin: 0 20px;
|
||||||
|
max-width: 200px;
|
||||||
|
max-height: 75px;
|
||||||
|
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.resource {
|
.resource {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
@ -207,6 +220,10 @@ $base-bg: $ui-white;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.two-up {
|
&.two-up {
|
||||||
|
@ -225,5 +242,4 @@ $base-bg: $ui-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
BIN
static/images/cn-logo.png
Normal file
BIN
static/images/cn-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
static/images/code-org-logo.png
Normal file
BIN
static/images/code-org-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
static/images/paa-logo.png
Normal file
BIN
static/images/paa-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
static/images/pocketcode-logo.png
Normal file
BIN
static/images/pocketcode-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Loading…
Reference in a new issue