Team:Goettingen/Team
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{:Team:Goettingen/templates/header}}<html> | {{:Team:Goettingen/templates/header}}<html> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $(".team").css({"background-color":"#8f0000","color":"white","padding-top":"12px"}); | ||
+ | $(".f-larger").click(function(){ | ||
+ | $("p").css("font-size","16pt"); | ||
+ | }); | ||
+ | $(".f-smaller").click(function(){ | ||
+ | $("p").css("font-size","12pt"); | ||
+ | }); | ||
+ | $("#supervisors").hide(); | ||
+ | $("#students").hide(); | ||
+ | |||
+ | $(".OurTeam").click(function(){ | ||
+ | $("#OurTeam").show(); | ||
+ | $("#supervisors").hide(); | ||
+ | $("#students").hide(); | ||
+ | }); | ||
+ | $(".supervisors").click(function(){ | ||
+ | $("#OurTeam").hide(); | ||
+ | $("#supervisors").show(); | ||
+ | $("#students").hide(); | ||
+ | }); | ||
+ | $(".students").click(function(){ | ||
+ | $("#OurTeam").hide(); | ||
+ | $("#supervisors").hide(); | ||
+ | $("#students").show(); | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | <script> | ||
<div id="content-1"> | <div id="content-1"> | ||
<div id="col-left" > | <div id="col-left" > |
Revision as of 18:04, 30 May 2013