Skip to content

Commit

Permalink
Merge pull request #1116 from mewtaylor/issue/remove-hoc-banner
Browse files Browse the repository at this point in the history
Remove HOC Banner
  • Loading branch information
mewtaylor committed Dec 16, 2016
2 parents 1b37ec2 + 3c3f1c2 commit 34ff8fc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 190 deletions.
115 changes: 0 additions & 115 deletions src/views/splash/hoc-banner/hoc-banner.jsx

This file was deleted.

48 changes: 0 additions & 48 deletions src/views/splash/hoc-banner/hoc-banner.scss

This file was deleted.

8 changes: 0 additions & 8 deletions src/views/splash/l10n-static.json

This file was deleted.

17 changes: 0 additions & 17 deletions src/views/splash/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,6 @@
"teacherbanner.classesButton": "My Classes",
"teacherbanner.faqButton": "Teacher Account FAQ",

"hoc-banner.header": "Get Creative with Coding",
"hoc-banner.ttt": "See things to try",
"ttt.tutorialTitle": "Tutorial",
"ttt.tutorialSubtitle": "Find out how to make this project using a step-by-step tutorial in Scratch.",
"ttt.activityTitle": "Activity Cards",
"ttt.activitySubtitle": "Explore new coding ideas using this set of illustrated cards you can print out.",
"ttt.educatorTitle": "Educator Guide",
"ttt.educatorSubtitle": "Use this educator guide to plan and lead a one-hour Scratch workshop.",
"ttt.tryIt": "Try It",
"ttt.open": "Open",
"ttt.download": "Download",
"ttt.MakeItFlyTitle": "Make It Fly",
"ttt.MakeItFlyDescription": "Animate the Scratch Cat, The Powerpuff Girls, or even a taco!",
"ttt.AnimateYourNameTitle": "Animate Your Name",
"ttt.AnimateYourNameDescription": "Animate the letters of your name, initials, or favorite word.",
"ttt.MakeMusicTitle": "Make Music",
"ttt.MakeMusicDescription": "Choose instruments, add sounds, and press keys to play music.",
"hocevent.dismiss": "Dismiss",
"hocevent.title": "Design and share your own character",
"hocevent.studioLink": "See the studio",
Expand Down
2 changes: 0 additions & 2 deletions src/views/splash/splash.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var DropdownBanner = require('../../components/dropdown-banner/banner.jsx');
var Box = require('../../components/box/box.jsx');
var Button = require('../../components/forms/button.jsx');
var Carousel = require('../../components/carousel/carousel.jsx');
var HocBanner = require('./hoc-banner/hoc-banner.jsx');
var HocEventRow = require('./hoc-event-row/hoc-event-row.jsx');
var Intro = require('../../components/intro/intro.jsx');
var IframeModal = require('../../components/modal/iframe/modal.jsx');
Expand Down Expand Up @@ -376,7 +375,6 @@ var Splash = injectIntl(React.createClass({
{this.props.permissions.educator ? [
<TeacherBanner key="teacherbanner" messages={messages} />
] : []}
<HocBanner />
<div key="inner" className="inner mod-splash">
{this.props.session.status === sessionActions.Status.FETCHED ? (
this.props.session.session.user ? [
Expand Down

0 comments on commit 34ff8fc

Please sign in to comment.