pictures
This commit is contained in:
parent
c48d005e91
commit
65d1c50b44
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue