diff --git a/src/views/hoc/hoc.jsx b/src/views/hoc/hoc.jsx index 5ef961f34..7157ad7ac 100644 --- a/src/views/hoc/hoc.jsx +++ b/src/views/hoc/hoc.jsx @@ -42,7 +42,7 @@ var Hoc = React.createClass({
- +
@@ -118,6 +118,16 @@ var Hoc = React.createClass({ + +
+

Collaborators

+
+ + + + +
+
diff --git a/src/views/hoc/hoc.scss b/src/views/hoc/hoc.scss index 660f23444..88847e3a1 100644 --- a/src/views/hoc/hoc.scss +++ b/src/views/hoc/hoc.scss @@ -17,7 +17,7 @@ $base-bg: $ui-white; max-width: 960px; .box { - margin-bottom: 100px; + margin-bottom: 10px; } } @@ -150,7 +150,7 @@ $base-bg: $ui-white; } } - .box section { + section { display: flex; margin: 0 auto; border-bottom: 1px solid $ui-border; @@ -170,6 +170,19 @@ $base-bg: $ui-white; font-weight: 300; } + .logos { + margin: 10px 0; + width: 100%; + + img { + margin: 0 20px; + max-width: 200px; + max-height: 75px; + + vertical-align: middle; + } + } + .resource { display: flex; margin: 10px; @@ -207,6 +220,10 @@ $base-bg: $ui-white; margin: 10px; width: 100%; } + + .logo { + display: block; + } } &.two-up { @@ -225,5 +242,4 @@ $base-bg: $ui-white; } } } - } diff --git a/static/images/cn-logo.png b/static/images/cn-logo.png new file mode 100644 index 000000000..6f56b7da0 Binary files /dev/null and b/static/images/cn-logo.png differ diff --git a/static/images/code-org-logo.png b/static/images/code-org-logo.png new file mode 100644 index 000000000..531df3c31 Binary files /dev/null and b/static/images/code-org-logo.png differ diff --git a/static/images/paa-logo.png b/static/images/paa-logo.png new file mode 100644 index 000000000..723eb9af4 Binary files /dev/null and b/static/images/paa-logo.png differ diff --git a/static/images/pocketcode-logo.png b/static/images/pocketcode-logo.png new file mode 100644 index 000000000..ce0a44b93 Binary files /dev/null and b/static/images/pocketcode-logo.png differ