Team:UT Dallas/Infographics

From 2012.igem.org

(Difference between revisions)
Line 12: Line 12:
<script type="text/javascript" src="https://2012.igem.org/Team:UT_Dallas/infographics.js?action=raw&ctype=text/javascript&dsfjkhasdf=erferf"></script>
<script type="text/javascript" src="https://2012.igem.org/Team:UT_Dallas/infographics.js?action=raw&ctype=text/javascript&dsfjkhasdf=erferf"></script>
<link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css&ythybu=erdfyw" rel="stylesheet">
<link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css&ythybu=erdfyw" rel="stylesheet">
 +
<style>
 +
.gold_coins
 +
{
 +
position:relative;
 +
height:50px;
 +
width:77px;
 +
background: url('gold_coin.png');
 +
    font-size: 25px;
 +
    font-weight: bold;
 +
    text-align: center;
 +
}
 +
 +
.silver_coins
 +
{
 +
position:relative;
 +
height:50px;
 +
width:77px;
 +
background: url('silver_coin.png');
 +
    font-size: 25px;
 +
    font-weight: bold;
 +
    text-align: center;
 +
}
 +
 +
.bronze_coins
 +
{
 +
position:relative;
 +
height:50px;
 +
width:77px;
 +
background: url('bronze_coin.png');
 +
    font-size: 25px;
 +
    font-weight: bold;
 +
    text-align: center;
 +
}
 +
</style>
</html>
</html>
<div id='top_box'>
<div id='top_box'>
Line 44: Line 78:
</div>
</div>
Again start writing stuffs here
Again start writing stuffs here
 +
<div id='awards_graph'>
 +
<input type='button' value='2007' onclick="coins(coin_array_2007)">
 +
<input type='button' value='2008' onclick="coins(coin_array_2008)">
 +
<input type='button' value='2009' onclick="coins(coin_array_2009)">
 +
<input type='button' value='2010' onclick="coins(coin_array_2010)">
 +
<input type='button' value='2011' onclick="coins(coin_array_2011)">
 +
<div id='coin_graph' style="overflow:hidden;height:400px;width:550px;border:0px;background: url('coin_graph_bg.png');">
 +
<div id='gold_coin_graph' style="position:relative;height:1800px;width:80px;overflow:visible;top:-1415px;margin-left: 50px;float:left"></div>
 +
<div id='silver_coin_graph' style="position:relative;height:1800px;width:80px;overflow:visible;top:-1415px;margin-left: 100px;float:left"></div>
 +
<div id='bronze_coin_graph' style="position:relative;height:1800px;width:80px;overflow:visible;top:-1415px;margin-left: 100px;float:left"></div>
 +
</div>
</div>
</div>
</html>
</html>

Revision as of 23:35, 26 September 2012

Infographics

This year, it has been X years since iGEM first started. We wanted to highlight some of the defining moments and show them to the rest of the iGEM world through these infographics! Enjoy!
Year 2012
Start writing stuffs here
Year 2011
Again start writing stuffs here