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

Commit 5fb6e91

Browse files
committed
Revert "DASHBOARD: LIVE - Algorithms Workshop"
This reverts commit 858cafe.
1 parent 858cafe commit 5fb6e91

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

app/directives/notification/notification.jade

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
.details {{config.details}}
77
i.expand.fa.fa-plus(ng-click="vm.toggle()")
88
.expanded(ng-show="vm.expanded", ng-style="{'background-image': 'url('+vm.loadImage(config.backgroundImage)+')'}")
9-
mask
9+
a.mask(href="{{config.redirectTo}}")
10+
 
1011
.left(ng-style="{'height': (config.height || vm.defaultHeight) + 'px'}")
1112
.header {{config.headerExpand}}
1213
.details {{config.detailsExpand}}
1314
a.action(ng-show="config.redirectText && config.redirectTo", href="{{config.redirectTo}}") {{config.redirectText}}
14-
.right(ng-if="config.videoCode", ng-style="{'height': (config.videoHeight||config.height || vm.defaultHeight) + 'px'}")
15+
.right(ng-if="config.videoCode", ng-style="{'height': (config.height || vm.defaultHeight) + 'px'}")
1516
.btn-play(ng-hide="vm.loadVideo")
1617
i.fa.fa-play-circle-o(ng-click="vm.loadVideo=true;")
1718
div Play Video
18-
iframe(ng-if="vm.loadVideo" ng-src="{{vm.videoUrl(config.videoCode)}}", allowfullscreen, frameborder="0", width="100%" height="{{config.videoHeight||config.height||vm.defaultHeight}}")
19+
iframe(ng-if="vm.loadVideo" ng-src="{{vm.videoUrl(config.videoCode)}}", allowfullscreen, frameborder="0", width="100%" height="{{config.height||vm.defaultHeight}}")
1920
.live(ng-show="config.liveExpand") LIVE
2021
i.collapse.fa.fa-remove(ng-click="vm.toggle()")
+11-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[
22
{
3-
"header": "Step by Step Guide On How To Setup And Compete On SRM",
4-
"details": "Join us for a LIVE chat to learn the complete process of SRMs.",
3+
"header": "Five Weeks to Learn Topcoder",
4+
"details": "Five weeks of learning - we'll be teaching you how to compete at Topcoder! ",
55
"headerExpand": "",
66
"detailsExpand": "",
7-
"backgroundImage": "live-algo-workshop.png",
8-
"live": true,
9-
"liveExpand": true,
10-
"height": 657,
11-
"videoCode": "https://www.youtube.com/embed/A5vnkkFGOo0",
12-
"videoHeight": 466
7+
"backgroundImage": "top-5-weeks.png",
8+
"redirectTo": "https://www.topcoder.com/community/member-programs/five-weeks-to-learn-topcoder/",
9+
"redirectText": "Five Weeks to Learn Topcoder!",
10+
"live": false,
11+
"liveExpand": false,
12+
"customTag": {
13+
"text": "Announcement"
14+
},
15+
"height": 657
1316
}
1417
]
-440 KB
Binary file not shown.

0 commit comments

Comments
 (0)