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

Commit 9c01db4

Browse files
authored
Merge pull request #899 from appirio-tech/tony-tco16-banners
updated banners for tco16
2 parents ef97735 + 796a106 commit 9c01db4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/my-dashboard/my-dashboard.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

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

8-
.tco
9-
tc-banner(theme="black", banner-name="tco16")
10-
118
.tco.tco17
129
.tc-banner-placeholder.predix
1310
.subtitle Ready for the future? The Industrial Internet is here
@@ -23,6 +20,9 @@
2320
.description Earn your way to the USA!
2421
a(href="http://tco17.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More
2522

23+
.tco
24+
tc-banner(theme="black", banner-name="tco16")
25+
2626
.srms(id="srms", ui-view="srms", ng-show="dashboard.showSRMs")
2727

2828
.programs(id="community", ui-view="programs")

app/services/bannerDataService.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ import angular from 'angular'
2929
'tco16': {
3030
title: '2016 Topcoder Open',
3131
img: require('../../assets/images/tco16-bah-logo-black-bg.svg'),
32-
description: 'Watch the TCO16 Finals LIVE November 18 - 21 from Washington DC.',
32+
description: 'Congratulations to all our TCO16 Champions!',
3333
ctas: [{
34-
title: 'Watch Now',
35-
url: 'http://tco16.topcoder.com/latest/overview/',
34+
title: 'Learn More',
35+
url: 'http://tco16.topcoder.com/',
3636
cssClass: 'tc-btn tc-btn-s tco-cta'
3737
}]
3838
},

0 commit comments

Comments
 (0)