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
f4b0b26b
Commit
f4b0b26b
authored
Sep 15, 2016
by
Matthew Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make multiline formatting for `img` uniform
parent
469d7a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
src/views/hoc/hoc.jsx
src/views/hoc/hoc.jsx
+16
-8
No files found.
src/views/hoc/hoc.jsx
View file @
f4b0b26b
...
...
@@ -179,7 +179,8 @@ var Hoc = React.createClass({
<
a
href=
"/bearstack/"
>
<
div
className=
"flex-row-card-info"
>
<
img
className=
"img card-info"
src=
"/images/hoc/bearstack-tutorial.jpg"
alt=
""
/>
src=
"/images/hoc/bearstack-tutorial.jpg"
alt=
""
/>
<
Button
>
<
FormattedMessage
id=
'hoc.tipsBearstack'
/>
</
Button
>
...
...
@@ -191,7 +192,8 @@ var Hoc = React.createClass({
<
a
href=
"/hoops"
>
<
div
className=
"flex-row-card-info"
>
<
img
className=
"img card-info"
src=
"/images/hoc/bball-tutorial.jpg"
alt=
""
/>
src=
"/images/hoc/bball-tutorial.jpg"
alt=
""
/>
<
Button
>
<
FormattedMessage
id=
'hoc.tipsBBallHoops'
/>
</
Button
>
...
...
@@ -279,27 +281,33 @@ var Hoc = React.createClass({
<
div
className=
"logos"
>
<
a
href=
"http://scratched.gse.harvard.edu/"
>
<
img
className=
"img mod-logo"
src=
"/images/hoc/scratchEd-logo.png"
alt=
"ScratchEd"
/>
src=
"/images/hoc/scratchEd-logo.png"
alt=
"ScratchEd"
/>
</
a
>
<
a
href=
"https://code.org/"
>
<
img
className=
"img mod-logo"
src=
"/images/hoc/code-org-logo.png"
alt=
"code.org"
/>
src=
"/images/hoc/code-org-logo.png"
alt=
"code.org"
/>
</
a
>
<
a
href=
"http://www.cartoonnetwork.com/"
>
<
img
className=
"img mod-logo"
src=
"/images/hoc/cn-logo.png"
alt=
"Cartoon Network"
/>
src=
"/images/hoc/cn-logo.png"
alt=
"Cartoon Network"
/>
</
a
>
<
a
href=
"http://www.madewithcode.com/"
>
<
img
className=
"img mod-logo"
src=
"/images/hoc/made-with-code-logo.png"
alt=
"Made with Code"
/>
src=
"/images/hoc/made-with-code-logo.png"
alt=
"Made with Code"
/>
</
a
>
<
a
href=
"http://www.paalive.org/"
>
<
img
className=
"img mod-logo"
src=
"/images/hoc/paa-logo.png"
alt=
"Progressive Arts Alliance"
/>
src=
"/images/hoc/paa-logo.png"
alt=
"Progressive Arts Alliance"
/>
</
a
>
<
a
href=
"http://www.catrobat.org/"
>
<
img
className=
"img mod-logo"
src=
"/images/hoc/pocketcode-logo.png"
alt=
"Pocket Code"
/>
src=
"/images/hoc/pocketcode-logo.png"
alt=
"Pocket Code"
/>
</
a
>
</
div
>
...
...
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