Skip to content

Commit

Permalink
Merge pull request #900 from appirio-tech/dev
Browse files Browse the repository at this point in the history
update to tco16 banner
  • Loading branch information
ajefts authored Dec 6, 2016
2 parents 83af33b + 9c01db4 commit 150e8b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/my-dashboard/my-dashboard.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

.challenges(id="challenges", ui-view="my-challenges")

.tco
tc-banner(theme="black", banner-name="tco16")

.tco.tco17
.tc-banner-placeholder.predix
.subtitle Ready for the future? The Industrial Internet is here
Expand All @@ -23,6 +20,9 @@
.description Earn your way to the USA!
a(href="http://tco17.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More

.tco
tc-banner(theme="black", banner-name="tco16")

.srms(id="srms", ui-view="srms", ng-show="dashboard.showSRMs")

.programs(id="community", ui-view="programs")
Expand Down
6 changes: 3 additions & 3 deletions app/services/bannerDataService.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import angular from 'angular'
'tco16': {
title: '2016 Topcoder Open',
img: require('../../assets/images/tco16-bah-logo-black-bg.svg'),
description: 'Watch the TCO16 Finals LIVE November 18 - 21 from Washington DC.',
description: 'Congratulations to all our TCO16 Champions!',
ctas: [{
title: 'Watch Now',
url: 'http://tco16.topcoder.com/latest/overview/',
title: 'Learn More',
url: 'http://tco16.topcoder.com/',
cssClass: 'tc-btn tc-btn-s tco-cta'
}]
},
Expand Down

0 comments on commit 150e8b5

Please sign in to comment.