mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Merge pull request #226 from carljbowman/HOC-content-update
Update HOC tutorials and linking
This commit is contained in:
commit
9d8129f3c5
6 changed files with 6 additions and 5 deletions
src
static/images/hoc2015
|
@ -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
BIN
static/images/hoc2015/bball-tutorial.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 26 KiB |
Binary file not shown.
Before ![]() (image error) Size: 28 KiB After ![]() (image error) Size: 20 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 114 KiB After ![]() (image error) Size: 36 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 160 KiB After ![]() (image error) Size: 94 KiB ![]() ![]() |
Loading…
Reference in a new issue