This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 55
66 .challenges ( id ="challenges" , ui-view ="my-challenges" )
77
8- .ttl
9- tc-banner( theme ="black" , banner-name ="ttl" )
8+ //- .ttl
9+ //- tc-banner(theme="black", banner-name="ttl")
1010
1111 .tco
1212 tc-banner( theme ="black" , banner-name ="tco16" )
Original file line number Diff line number Diff line change @@ -35,17 +35,20 @@ import angular from 'angular'
3535 url : 'http://tco16.topcoder.com/latest/overview/' ,
3636 cssClass : 'tc-btn tc-btn-s tco-cta'
3737 } ]
38- } ,
39- 'ttl' : {
40- title : 'Episode #3 | Featuring Jessie D’Amato Ford' ,
41- img : require ( '../../assets/images/team-live-logo.png' ) ,
42- description : 'APR 15 / 10:30am EST / Live on <a href="https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img"> #GoogleHangoutOnAir</a>' ,
43- ctas : [ {
44- title : 'Tune In' ,
45- url : 'https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img' ,
46- cssClass : 'tc-btn tc-btn-s'
47- } ]
4838 }
39+ // Commenting out instead of deleting in case there is
40+ // another one with a similar format soon
41+
42+ // 'ttl': {
43+ // title: 'Episode #3 | Featuring Jessie D’Amato Ford',
44+ // img: require('../../assets/images/team-live-logo.png'),
45+ // description: 'APR 15 / 10:30am EST / Live on <a href="https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img"> #GoogleHangoutOnAir</a>',
46+ // ctas: [{
47+ // title: 'Tune In',
48+ // url: 'https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img',
49+ // cssClass: 'tc-btn tc-btn-s'
50+ // }]
51+ // }
4952 }
5053 }
5154 }
You can’t perform that action at this time.
0 commit comments