Skip to content

Commit af09db0

Browse files
committed
removed leaderboard
1 parent 60eeab3 commit af09db0

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

views/layouts/main.handlebars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<li class="active nav-item sr-only"><a class="scrollto" href="#promo">Home</a></li>
5656
<li class="nav-item"><a class="scrollto" href="#features">Features</a></li>
5757
<li class="nav-item"><a class="scrollto" href="#challenges">Challenges</a></li>
58-
<li class="nav-item"><a class="scrollto" href="#challenges">Leaderboard</a></li>
5958
<li class="nav-item"><a class="scrollto" href="#faq">FAQ</a></li>
6059
<li class="nav-item"><a href="https://www.topcoder.com/register/?next=http://lightning.topcoder.com">Register</a></li>
6160
</ul><!--//nav-->

views/partials/challenges.handlebars

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -31,43 +31,6 @@
3131
{{/if}}
3232
</div><!--//challenges-->
3333

34-
<div class="team col-md-4 col-sm-4 col-md-offset-1 col-sm-offset-1 col-xs-12">
35-
{{#if leaderboard}}
36-
{{#each leaderboard}}
37-
<div class="row">
38-
<div class="member col-md-6 text-center">
39-
<a href="http://www.topcoder.com/member-profile/{{left.handle}}" target="_blank"><img class="img-circle" src="{{left.pic}}" alt="{{left.handle}}" height="125"/></a>
40-
<p class="name">{{left.handle}}</p>
41-
<p class="title">{{ordinal left.rank}} with {{left.score}} pts</p>
42-
</div><!--//member-->
43-
{{#if right}}
44-
<div class="member col-md-6 text-center">
45-
<a href="http://www.topcoder.com/member-profile/{{right.handle}}" target="_blank"><img class="img-circle" src="{{right.pic}}" alt="<%= right.handle %>" height="125" /></a>
46-
<p class="name">{{right.handle}}</p>
47-
<p class="title">{{ordinal right.rank}} with {{right.score}} pts!!</p>
48-
</div><!--//member-->
49-
{{/if}}
50-
</div>
51-
{{/each}}
52-
53-
{{else}}
54-
<p style="padding-top:50px">No results on the leaderboard at this time. Once challenges finish up the results will be posted to the leaderboard so please check back and see who climbs to the top!</p>
55-
56-
<div class="row">
57-
<div class="member col-md-6 text-center">
58-
<img class="img-circle" src="http://community.topcoder.com/i/m/mahestro.jpeg" alt="" />
59-
<p class="name">YOU!</p>
60-
<p class="title">1st with 1000 pts</p>
61-
</div><!--//member-->
62-
<div class="member col-md-6 text-center">
63-
<img class="img-circle" src="http://community.topcoder.com/i/m/CoralBlue.jpeg" alt="" />
64-
<p class="name">YOUR FRIEND!</p>
65-
<p class="title">2nd with 500 pts</p>
66-
</div><!--//member-->
67-
</div>
68-
{{/if}}
69-
</div><!--//leaderboard-->
70-
7134
</div><!--//row-->
7235
</div><!--//container-->
7336
</section><!--//story-->

0 commit comments

Comments
 (0)