File tree 2 files changed +0
-38
lines changed
2 files changed +0
-38
lines changed Original file line number Diff line number Diff line change 55
55
<li class =" active nav-item sr-only" ><a class =" scrollto" href =" #promo" >Home</a ></li >
56
56
<li class =" nav-item" ><a class =" scrollto" href =" #features" >Features</a ></li >
57
57
<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 >
59
58
<li class =" nav-item" ><a class =" scrollto" href =" #faq" >FAQ</a ></li >
60
59
<li class =" nav-item" ><a href =" https://www.topcoder.com/register/?next=http://lightning.topcoder.com" >Register</a ></li >
61
60
</ul ><!-- //nav-->
Original file line number Diff line number Diff line change 31
31
{{ /if }}
32
32
</div ><!-- //challenges-->
33
33
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
-
71
34
</div ><!-- //row-->
72
35
</div ><!-- //container-->
73
36
</section ><!-- //story-->
You can’t perform that action at this time.
0 commit comments