This commit is contained in:
Eloïse Piret 2017-02-08 12:00:34 +01:00
parent c48d005e91
commit 65d1c50b44
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ $ ->
$.getJSON 'https://zeus.ugent.be/game/top4/show.json', (data) ->
str = "<ol>"
for x in data
str += "<li><a href=\"#{x.github_url}\">#{x.github_name}</a> (#{x.score} Z$)</li>"
str += "<li><img src=\"#{x.avatar_url}\"> <a href=\"#{x.github_url}\">#{x.github_name}</a> (#{x.score} Z$)</li>"
str += "</ol>"
$('#gamification-coders').html(str)

View file

@ -55,9 +55,9 @@ a.box {
&:before{
content:counter(li); /* Use the counter as content */
counter-increment:li;
color:$tile-orange;
color:gray;//$tile-orange;
font: bold 18pt helvetica, arial, sans-serif;
background-color:whitesmoke;
//background-color:whitesmoke;
height:30px;
width:30px;
display:inline-block;