From 2a881fccb555f36bdd49fac90d969cb686fc0501 Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Tue, 13 Oct 2015 17:20:05 -0400 Subject: [PATCH] Quick HOC copy changes from Natalie & Mitch --- src/views/hoc/hoc.jsx | 84 ++++++++++++++++++++++-------------------- src/views/hoc/hoc.scss | 2 +- 2 files changed, 46 insertions(+), 40 deletions(-) diff --git a/src/views/hoc/hoc.jsx b/src/views/hoc/hoc.jsx index a1a7f6ba4..8a52fc8cc 100644 --- a/src/views/hoc/hoc.jsx +++ b/src/views/hoc/hoc.jsx @@ -12,68 +12,71 @@ var Hoc = React.createClass({ return (
-

Create Projects to Share!

-

With Scratch, you can program your own stories, games, and animations — and share them online.

+

Get Creative with Coding

-
-
-
- - +
+
+ +
+ +
+ +
+ +
- +

+ With Scratch, you can program your own stories, games, and animations — + and share them online. +

-
- -
-
- - +
-

Related Resources

-

Below are some resources to help explore Scratch by yourself or to assist groups in - workshops and classrooms Find out more

+

Activity Cards and Guides

+

Print the Scratch cards for tips and ideas for each of the activities!

- Dance Tip Cards -
5mbs
+ Hide-and-Seek +
5 mb
- Name Tip Cards -
11mbs
+ Dance, Dance, Dance +
11 mb
@@ -82,7 +85,7 @@ var Hoc = React.createClass({

Tips Window

New to Scratch or haven’t heard of the Tips Window? Check out interactive tutorials, - handy block information, and other helpful hints all in the new + handy block information, and other helpful hints in the new 2015 Tips Window

@@ -93,8 +96,11 @@ var Hoc = React.createClass({

Still Want More?

-

Awesome! Here are some addtional tutorials - from the Tips Window. See all tips

+

+ Go for it!  + Try another tutorial from the Tips Window.  + See all tips +

diff --git a/src/views/hoc/hoc.scss b/src/views/hoc/hoc.scss index 4efdfa1f6..2077f9a34 100644 --- a/src/views/hoc/hoc.scss +++ b/src/views/hoc/hoc.scss @@ -192,7 +192,7 @@ $base-bg: $ui-white; .column { margin: 10px; - max-width: 600px; + width: 100%; } }