Team:UESTC Life
From 2013.igem.org
(Difference between revisions)
Neptune Yu (Talk | contribs) |
|||
Line 200: | Line 200: | ||
}); | }); | ||
</script> | </script> | ||
+ | <script type="text/javascript"> | ||
+ | var x=0; | ||
+ | function cFun() | ||
+ | { | ||
+ | this.length=cFun.arguments.length; | ||
+ | for(var i=0;i<this.length;i++) | ||
+ | { | ||
+ | this[i]=cFun.arguments[i]; | ||
+ | } | ||
+ | } | ||
+ | var color=new cFun("red","green","#ff00ff","#0000ff","#000000","#00ff00","#00ffff","#ff0ff0","#f0f0f0","#000fff"); | ||
+ | function Rcolor() | ||
+ | { | ||
+ | document.getElementById("colorChange").style.color=color[x]; | ||
+ | x=Math.floor(Math.random()*color.length); | ||
+ | } | ||
+ | setInterval("Rcolor()",500); | ||
+ | </script> | ||
+ | |||
<body> | <body> | ||
<div style="position:absolute; right:-8%;top:-5%" id="logo" onclick="movetotop()" ><a href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/3/33/Uestclifebackgrounddi.png" width="100%"></a></div> | <div style="position:absolute; right:-8%;top:-5%" id="logo" onclick="movetotop()" ><a href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/3/33/Uestclifebackgrounddi.png" width="100%"></a></div> | ||
Line 530: | Line 549: | ||
<div style="background:url(https://static.igem.org/mediawiki/igem.org/f/f8/Uestclifehezao11_right.jpg); no-repeat; width:100%;height:100%;"> | <div style="background:url(https://static.igem.org/mediawiki/igem.org/f/f8/Uestclifehezao11_right.jpg); no-repeat; width:100%;height:100%;"> | ||
- | < | + | <span style="font-size:16px;text-decoration:none;color:blue;font-family: 'arial'"></br>Today ,we just put down our assays in the lab ,and went to a senior high school to have fun with them with the goal of promoting IGEM and Synthetic biology .</font></span> |
- | <a href="javascript:showDiv()">< | + | <a href="javascript:showDiv()"><p id="colorChange"></br>Click here for more</p></a> |
</div> | </div> |
Revision as of 08:00, 27 September 2013
Loading pages...