Team:NTNU Trondheim/Templates/Header
From 2012.igem.org
(Difference between revisions)
Line 31: | Line 31: | ||
var jamboreeDay = new Date(); | var jamboreeDay = new Date(); | ||
jamboreeDay = new Date(2012, 10 - 1, 5); | jamboreeDay = new Date(2012, 10 - 1, 5); | ||
- | $('#jamboreeCountdown').countdown({until: jamboreeDay}); | + | $('#jamboreeCountdown').countdown({ |
+ | until: jamboreeDay, | ||
+ | /*onExpiry: liftOff*/ | ||
+ | compact: true; | ||
+ | }); | ||
}); | }); | ||
+ | /*function liftOff() { | ||
+ | alert('We are rolling!'); | ||
+ | }*/ | ||
</script> | </script> | ||
Line 90: | Line 97: | ||
<ul> | <ul> | ||
<li><a href="https://2012.igem.org/Team:NTNU_Trondheim">NTNU iGEM 2012</a></li> | <li><a href="https://2012.igem.org/Team:NTNU_Trondheim">NTNU iGEM 2012</a></li> | ||
- | <li><a href="https://2011.igem.org/Team:NTNU_Trondheim">NTNU iGEM 2011</a></li> | + | <li><a href="https://2011.igem.org/Team:NTNU_Trondheim" target="_blank">NTNU iGEM 2011</a></li> |
- | <li><a href="https://2012.igem.org/Main_Page">iGEM 2012</a></li> | + | <li><a href="https://2012.igem.org/Main_Page" target="blank">iGEM 2012</a></li> |
- | <li><a href="http://www.ntnu.edu/">NTNU</a></li> | + | <li><a href="http://www.ntnu.edu/" target="blank">NTNU</a></li> |
</ul> | </ul> | ||
</li> | </li> |
Revision as of 21:14, 28 June 2012