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

Commit eeac4c5

Browse files
committed
Revert "Dashboard: LIVE - UI Design Step by Step"
This reverts commit 37e821f.
1 parent 37e821f commit eeac4c5

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(https://github.com/'+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 to Competing in a Design Challenge",
4-
"details": "Join us for a LIVE chat to lear the complete process of UI Design Challenges.",
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": "top-5-weeks___ui-design-step-by-step___live.png",
8-
"live": true,
9-
"liveExpand": true,
10-
"height": 657,
11-
"videoCode": "https://www.youtube.com/embed/AZXsdHwsrf8",
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
]
Binary file not shown.

0 commit comments

Comments
 (0)