Add Collaborators and Logos

This commit is contained in:
carljbowman 2015-10-14 14:45:00 -06:00
parent 75756e4096
commit 4424fe2f0b
6 changed files with 30 additions and 4 deletions

View file

@ -42,7 +42,7 @@ var Hoc = React.createClass({
<div className="card" onMouseEnter={this.onCardEnter.bind(null, 'wbb-bg')}>
<div className="card-info">
<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>
@ -118,6 +118,16 @@ var Hoc = React.createClass({
</div>
</section>
</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>

View file

@ -17,7 +17,7 @@ $base-bg: $ui-white;
max-width: 960px;
.box {
margin-bottom: 100px;
margin-bottom: 10px;
}
}
@ -150,7 +150,7 @@ $base-bg: $ui-white;
}
}
.box section {
section {
display: flex;
margin: 0 auto;
border-bottom: 1px solid $ui-border;
@ -170,6 +170,19 @@ $base-bg: $ui-white;
font-weight: 300;
}
.logos {
margin: 10px 0;
width: 100%;
img {
margin: 0 20px;
max-width: 200px;
max-height: 75px;
vertical-align: middle;
}
}
.resource {
display: flex;
margin: 10px;
@ -207,6 +220,10 @@ $base-bg: $ui-white;
margin: 10px;
width: 100%;
}
.logo {
display: block;
}
}
&.two-up {
@ -225,5 +242,4 @@ $base-bg: $ui-white;
}
}
}
}

BIN
static/images/cn-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
static/images/paa-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB