Merge pull request #226 from carljbowman/HOC-content-update

Update HOC tutorials and linking
This commit is contained in:
carljbowman 2015-11-10 18:42:54 -08:00
commit 9d8129f3c5
6 changed files with 6 additions and 5 deletions

View file

@ -9,6 +9,7 @@ $background-color: hsla(0, 0, 99, 1); //#FDFDFD
/* UI Secondary Colors */ /* UI Secondary Colors */
$ui-aqua: hsla(170, 70, 50, 1); //#26D9BB $ui-aqua: hsla(170, 70, 50, 1); //#26D9BB
$ui-purple: hsla(265, 55, 55, 1); //#824DCB
$ui-white: #fff; $ui-white: #fff;
$ui-border: hsla(0, 0, 85, 1); //#D9D9D9 $ui-border: hsla(0, 0, 85, 1); //#D9D9D9

View file

@ -122,7 +122,7 @@ var Hoc = React.createClass({
<div className="inner"> <div className="inner">
<Box title={''}> <Box title={''}>
<section className="one-up"> <section id="teacher" className="one-up">
<div className="column"> <div className="column">
<h3> <h3>
<FormattedMessage <FormattedMessage
@ -272,13 +272,13 @@ var Hoc = React.createClass({
</div> </div>
<div className="card"> <div className="card">
<a href="/projects/editor/?tip_bar=pong"> <a href="/hoops">
<div className="card-info"> <div className="card-info">
<img src="/images/hoc2015/pong-tutorial.jpg" /> <img src="/images/hoc2015/bball-tutorial.jpg" />
<Button> <Button>
<FormattedMessage <FormattedMessage
id='general.tipsPongGame' id='general.tipsBBallHoops'
defaultMessage={'Create a Pong Game'} /> defaultMessage={'B-Ball Hoops'} />
</Button> </Button>
</div> </div>
</a> </a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 94 KiB