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 5
5
6
6
.challenges ( id ="challenges" , ui-view ="my-challenges" )
7
7
8
- .ttl
9
- tc-banner( theme ="black" , banner-name ="ttl" )
8
+ //- .ttl
9
+ //- tc-banner(theme="black", banner-name="ttl")
10
10
11
11
.tco
12
12
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'
35
35
url : 'http://tco16.topcoder.com/latest/overview/' ,
36
36
cssClass : 'tc-btn tc-btn-s tco-cta'
37
37
} ]
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
- } ]
48
38
}
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
+ // }
49
52
}
50
53
}
51
54
}
You can’t perform that action at this time.
0 commit comments