Merge pull request #226 from carljbowman/HOC-content-update
Update HOC tutorials and linking
|
@ -9,6 +9,7 @@ $background-color: hsla(0, 0, 99, 1); //#FDFDFD
|
|||
|
||||
/* UI Secondary Colors */
|
||||
$ui-aqua: hsla(170, 70, 50, 1); //#26D9BB
|
||||
$ui-purple: hsla(265, 55, 55, 1); //#824DCB
|
||||
$ui-white: #fff;
|
||||
|
||||
$ui-border: hsla(0, 0, 85, 1); //#D9D9D9
|
||||
|
|
|
@ -122,7 +122,7 @@ var Hoc = React.createClass({
|
|||
|
||||
<div className="inner">
|
||||
<Box title={''}>
|
||||
<section className="one-up">
|
||||
<section id="teacher" className="one-up">
|
||||
<div className="column">
|
||||
<h3>
|
||||
<FormattedMessage
|
||||
|
@ -272,13 +272,13 @@ var Hoc = React.createClass({
|
|||
</div>
|
||||
|
||||
<div className="card">
|
||||
<a href="/projects/editor/?tip_bar=pong">
|
||||
<a href="/hoops">
|
||||
<div className="card-info">
|
||||
<img src="/images/hoc2015/pong-tutorial.jpg" />
|
||||
<img src="/images/hoc2015/bball-tutorial.jpg" />
|
||||
<Button>
|
||||
<FormattedMessage
|
||||
id='general.tipsPongGame'
|
||||
defaultMessage={'Create a Pong Game'} />
|
||||
id='general.tipsBBallHoops'
|
||||
defaultMessage={'B-Ball Hoops'} />
|
||||
</Button>
|
||||
</div>
|
||||
</a>
|
||||
|
|
BIN
static/images/hoc2015/bball-tutorial.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 94 KiB |