Team:Peking/RightBar

From 2010.igem.org

(Difference between revisions)
Line 41: Line 41:
<font size=2><font color=009f00><i>——We have got the first biobrick!</i></font></font>
<font size=2><font color=009f00><i>——We have got the first biobrick!</i></font></font>
<br>
<br>
 +
 +
<hr size=4px width=172px color=00009f>
 +
<font size=3><font color=00009f><b><i>CountDown</i></b></font></font>
 +
<br>
 +
<html>
 +
<script type="text/javascript">
 +
var urodz= new Date("November 4,2010");
 +
var s = "2010 iGEM Jamboree";
 +
var now = new Date();
 +
var ile = urodz.getTime() - now.getTime();
 +
var dni = Math.floor(ile / (1000 * 60 * 60 * 24));
 +
if (dni > 1)
 +
document.write(dni+" Days Remaining Until "+s)
 +
else if (dni == 1)
 +
document.write("Only 2 Days Remaining! Jamboree, we're coming!")
 +
else if (dni == 0)
 +
document.write("Only 1 Day Remaining! So Exciting!")
 +
else if (dni == -1)
 +
document.write("Jamboree Register Day.")
 +
else if (dni == -2)
 +
document.write("Presentation Day 1");
 +
else if (dni == -3)
 +
document.write("Presentation Day 2");
 +
else if (dni == -4)
 +
document.write("Final Day");
 +
else
 +
document.write("iGEM 2010 is over, see you next year!");
 +
</script>
 +
</html>
<hr size=4px width=172px color=00009f>
<hr size=4px width=172px color=00009f>
<font size=3><font color=00009f><b><i>Sponsors</i></b></font></font>
<font size=3><font color=00009f><b><i>Sponsors</i></b></font></font>
<center><html><a href = "http://www.nibs.ac.cn/"><img src="https://static.igem.org/mediawiki/2010/0/03/NIBS.jpg" width="172px"></a></html></center>
<center><html><a href = "http://www.nibs.ac.cn/"><img src="https://static.igem.org/mediawiki/2010/0/03/NIBS.jpg" width="172px"></a></html></center>

Revision as of 10:59, 9 July 2010