Difference between revisions of "Dev/Awards2"

Line 2: Line 2:
  
 
<html>
 
<html>
 +
 +
 +
 +
<style>
 +
.medals ul li {
 +
background-color: #f2f2f2;
 +
}
 +
 +
</style>
 +
  
  
Line 9: Line 19:
  
  
<div id="bronze_medals" >
+
<ul  class="medals" id="bronze_medals" >
  
 
</div>
 
</div>
Line 34: Line 44:
  
 
$( "li" ).each(function( index ) {
 
$( "li" ).each(function( index ) {
$( this ).prepend("test");
+
$( this ).prepend("<li><a href='https://2017.igem.org/Team:"+this+"'");
 +
$( this ).append("</li></a>");
 
});
 
});
 
});
 
});

Revision as of 17:03, 6 November 2017

MENU

Awards demo