Team:Goettingen/Team/DAC
From 2013.igem.org
(Difference between revisions)
m (Created page with "{{:Team:Goettingen/templates/header}} <html> <script> $(".project").css({"background-color":"#8f0000","color":"white","padding-top":"12px"}); </script>") |
m |
||
Line 1: | Line 1: | ||
{{:Team:Goettingen/templates/header}} | {{:Team:Goettingen/templates/header}} | ||
- | <html> | + | <html><script> |
- | <script> | + | $(document).ready(function(){ |
- | + | $(".project").css({"background-color":"#8f0000","padding-top":"12px","color":"white"}); | |
+ | }); | ||
</script> | </script> | ||
+ | |||
+ | <div id="content-1"> | ||
+ | <div id="col-left"> | ||
+ | <div id="nav" class="box"> | ||
+ | <h3 onclick="$('.nav').toggle('slow')">Navigation:</h3> | ||
+ | <ul class="nav"> | ||
+ | <li><a href="/Team:Goettingen/Project">Background</a></li> | ||
+ | <li><a href="/Team:Goettingen/Project/OurProject">Our Project</a></li> | ||
+ | <ul> | ||
+ | <li><a href="/Team:Goettingen/Team/Reporters">Reporter Team</a></li> | ||
+ | <li><a href="/Team:Goettingen/Team/Array">Array Team</a></li> | ||
+ | <li><span style="color:#4a7ebb">DAC Team</span></li> | ||
+ | </ul> | ||
+ | <li><a href="/Team:Goettingen/Parts">Registed Parts</a></li> | ||
+ | </ul> | ||
+ | </div><!--close nav--> | ||
+ | <div class="noprint"> | ||
+ | <div id="ctrl-p" class="box"> | ||
+ | <h3 onclick="$('.ctrl-p').toggle('slow')">Control Panel:</h3> | ||
+ | <ul class="ctrl-p"> | ||
+ | <li> Font Size: <button class="f-larger"> L </button> | ||
+ | <button class="f-medium"> M </button> | ||
+ | <button class="f-smaller"> S </button></li> | ||
+ | <li> <a href="https://igem.org/Login" target="_blank" style="color:#596678">Log in to iGEM account</a></li> | ||
+ | </ul> | ||
+ | </div><!--close ctrl-p --> | ||
+ | </div> | ||
+ | <br /> | ||
+ | |||
+ | <div id="contact" class="box"> | ||
+ | <h3 onclick="$('.contactinfo').toggle('slow')">Contact us</h3> | ||
+ | <ul class="contactinfo"> | ||
+ | <li><a style="color:#596678" href="https://www.facebook.com/IGemTeamGottingen2013?fref=ts"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/f/fd/Facebook.jpg" width="30px"></a></li> | ||
+ | <li><a href="mailto:igem2013@uni-goettingen.de" style="color:#596678">igem2013@uni-goettingen.de</a></li> | ||
+ | </ul> | ||
+ | </div><!--close contact--> | ||
+ | |||
+ | </div><!--close col-left--> | ||
+ | <div id="col-right"> | ||
+ | <br /> | ||
+ | <div style="float:left"><a href="/Team:Goettingen/Project/OurProject"><b>Previous</b></a></div> | ||
+ | <div style="float:right"><a href="/Team:Goettingen/Team/Array"><b>Next</b></a></div> | ||
+ | </div><!--close col- right --> |
Revision as of 15:49, 17 June 2013