Skip to content

Commit bd526f2

Browse files
committed
new widget code
1 parent 03cb32d commit bd526f2

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

app/my-dashboard/my-dashboard.jade

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
.description Learn about Cognitive technologies and get hands on experience as a member of the Topcoder Cognitive Community.
1313
a(href="https://cognitive.topcoder.com").cta.tc-btn-white.tc-btn-radius Learn More
1414

15-
// .tco.tco17
16-
// .tc-banner-placeholder.predix
17-
// .subtitle Ready for the future? The Industrial Internet is here
18-
// .description Get hands-on with the Predix platform and the Industrial Internet
19-
// a(href="http://predix.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More
20-
21-
//- .ttl
22-
//- tc-banner(theme="black", banner-name="ttl")
2315
.tco.tco17
2416
.tc-banner-placeholder.black.bg-image
2517
.title 2017 Topcoder Open
@@ -32,3 +24,14 @@
3224
.programs(id="community", ui-view="programs")
3325

3426
.community-updates(ui-view="community-updates")
27+
28+
script.
29+
(function() {
30+
var s = document.createElement("script");
31+
s.type = "text/javascript";
32+
s.async = true;
33+
s.src = '//api.usersnap.com/load/'+
34+
'3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js';
35+
var x = document.getElementsByTagName('script')[0];
36+
x.parentNode.insertBefore(s, x);
37+
})();

0 commit comments

Comments
 (0)