Team:UCSD Software/Notebook
From 2014.igem.org
(Difference between revisions)
Line 79: | Line 79: | ||
<div class="jumbotron"> | <div class="jumbotron"> | ||
</div> | </div> | ||
+ | |||
+ | <script> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | //redirecting to other pages | ||
+ | $("#home").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software"; | ||
+ | }); | ||
+ | $("#team").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software/Teaml"; | ||
+ | }); | ||
+ | $("#officialTeam").click(function(){ | ||
+ | window.location.href="https://igem.org/Team.cgi?year=2013&team_name=UCSD_Software"; | ||
+ | }); | ||
+ | $("#project").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software/Project"; | ||
+ | }); | ||
+ | $("#parts").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software/Parts"; | ||
+ | }); | ||
+ | $("#modeling").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software/Modelingl"; | ||
+ | }); | ||
+ | $("#notebook").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software/Notebook"; | ||
+ | }); | ||
+ | $("#safety").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software/Safety"; | ||
+ | }); | ||
+ | $("#attributions").click(function(){ | ||
+ | window.location.href="https://2014.igem.org/Team:UCSD_Software/Attributions"; | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 18:46, 30 September 2014