Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
3bf13df8
Commit
3bf13df8
authored
Oct 13, 2015
by
Andrew Sliwinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More copy changes for HOC
parent
2a881fcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
30 deletions
+33
-30
src/views/hoc/hoc.jsx
src/views/hoc/hoc.jsx
+29
-30
src/views/hoc/hoc.scss
src/views/hoc/hoc.scss
+4
-0
No files found.
src/views/hoc/hoc.jsx
View file @
3bf13df8
...
...
@@ -55,54 +55,53 @@ var Hoc = React.createClass({
<
section
className=
"one-up"
>
<
div
className=
"column"
>
<
h3
>
Activity Cards and Guides
</
h3
>
<
p
>
Print the Scratch cards for tips and ideas for each of the activities!
</
p
>
<
p
>
Want tips and ideas for your Hour-of-Code activities?
View and print activity cards and facilitator guides.
<
br
/>
For more resources, see
<
a
href=
"/help"
>
Scratch Help
</
a
>
.
</
p
>
</
div
>
<
div
className=
"resource"
>
<
img
src=
"/svgs/tips-card.svg"
/>
<
div
className=
"resource-info"
>
<
a
href=
"#"
>
Animate Your Name
</
a
>
<
div
className=
"file-size"
>
13 mb
</
div
>
</
div
>
<
img
src=
"/svgs/tips-card.svg"
/>
<
div
className=
"resource-info"
>
<
a
href=
"#"
>
Animate Your Name
</
a
>
<
div
className=
"file-size"
>
13 mb
</
div
>
</
div
>
</
div
>
<
div
className=
"resource"
>
<
img
src=
"/svgs/tips-card.svg"
/>
<
div
className=
"resource-info"
>
<
a
href=
"#"
>
Hide-and-Seek
</
a
>
<
div
className=
"file-size"
>
5 mb
</
div
>
</
div
>
<
img
src=
"/svgs/tips-card.svg"
/>
<
div
className=
"resource-info"
>
<
a
href=
"#"
>
Hide-and-Seek
</
a
>
<
div
className=
"file-size"
>
5 mb
</
div
>
</
div
>
</
div
>
<
div
className=
"resource"
>
<
img
src=
"/svgs/tips-card.svg"
/>
<
div
className=
"resource-info"
>
<
a
href=
"#"
>
Dance, Dance, Dance
</
a
>
<
div
className=
"file-size"
>
11 mb
</
div
>
</
div
>
<
img
src=
"/svgs/tips-card.svg"
/>
<
div
className=
"resource-info"
>
<
a
href=
"#"
>
Dance, Dance, Dance
</
a
>
<
div
className=
"file-size"
>
11 mb
</
div
>
</
div
>
</
div
>
</
section
>
<
section
className=
"two-up"
>
<
div
className=
"column"
>
<
h3
>
Tips Window
</
h3
>
<
p
>
New to Scratch or haven’t heard of the Tips Window? Check out interactive tutorials,
handy block information, and other helpful hints in the new
2015
<
a
href=
"/projects/editor/?tip_bar=home"
>
Tips Window
</
a
></
p
>
<
p
>
Need help getting started? Looking for ideas?
You can find tutorials and helpful hints in the
<
br
/>
<
a
href=
"/projects/editor/?tip_bar=home"
>
Tips Window
</
a
>
</
p
>
</
div
>
<
div
className=
"column"
>
<
img
src=
"/images/tips-test-animation.gif"
/>
</
div
>
</
section
>
<
section
className=
"one-up"
>
<
div
className=
"column"
>
<
h3
>
Still Want More?
</
h3
>
<
p
>
<
strong
>
Go for it!
</
strong
>
Try another tutorial from the Tips Window.
<
a
href=
"/projects/editor/?tip_bar=home"
>
See all tips
</
a
>
</
p
>
</
div
>
</
section
>
</
Box
>
</
div
>
</
div
>
...
...
src/views/hoc/hoc.scss
View file @
3bf13df8
...
...
@@ -146,6 +146,10 @@ $base-bg: $ui-white;
flex-wrap
:
wrap
;
align-items
:
center
;
&
:last-child
{
border-bottom
:
none
;
}
h3
,
p
{
font-weight
:
300
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment