Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

updated banners for tco16 #899

Merged
merged 1 commit into from
Dec 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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