Team:GeorgiaTech/Safety
From 2013.igem.org
(Difference between revisions)
Henry54809 (Talk | contribs) (Replaced content with " ==Help== *[http://www.mediawiki.org/wiki/Help:Editing_pages Editing Help]") |
Henry54809 (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <title>Georgia Tech iGEM</title> | ||
+ | <script src="http://code.jquery.com/jquery-1.10.1.min.js" type="text/javascript"></script> | ||
+ | <script src ="http://ricostacruz.com/jquery.transit/jquery.transit.min.js" type ="text/javascript"></script> | ||
+ | <script src="https://2013.igem.org/Team:GeorgiaTech/jquery.sidr.min?action=raw&ctype=text/javascript" type ="text/javascript"></script> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
- | == | + | $("#logo").load(function() { |
- | + | ||
+ | $("#logo").sidr(); | ||
+ | $('#return').click(function() { | ||
+ | $.sidr('close'); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $("#logo").hover(function() { | ||
+ | $(this).animate({scale: 1.5, rotate: "+=25"}); | ||
+ | }, function() { | ||
+ | $(this).animate({scale: 1, rotate: "-=45"}); | ||
+ | $(this).animate({scale: 1, rotate: "+=20"}); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:GeorgiaTech/jquery.sidr.light?action=raw&ctype=text/css"></link> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:GeorgiaTech/reset?action=raw&ctype=text/css"></link> | ||
+ | <style type="text/css"> | ||
+ | table#toc { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #footer-box { | ||
+ | display:none; | ||
+ | } | ||
+ | .logo{ | ||
+ | position:fixed; | ||
+ | display: block; | ||
+ | left:85%; | ||
+ | margin-right:auto; | ||
+ | padding-top:5%; | ||
+ | width:15%; | ||
+ | } | ||
+ | .smallLogo{ | ||
+ | display: block; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | width:60%; | ||
+ | padding-top:20px; | ||
+ | } | ||
+ | .text{ | ||
+ | display:block; | ||
+ | font-family:Helvetica, Arial, sans-serif; | ||
+ | font-size: large; | ||
+ | padding:20px; | ||
+ | } | ||
+ | |||
+ | .textLarge{ | ||
+ | font-size: xx-large; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .textMenu{ | ||
+ | display:block; | ||
+ | font-family:Helvetica, Arial, sans-serif; | ||
+ | font-size: 23px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <a href ="#sidr"> | ||
+ | <img id ="logo" src = "https://static.igem.org/mediawiki/2013/f/f0/GeorgiaTech_team.png" class = "logo" alt ="GT iGEM logo"/> </a></div> | ||
+ | |||
+ | <div id="sidr"> | ||
+ | <!-- Your content --> | ||
+ | <ul class =" textMenu" > | ||
+ | <li class="active"> | ||
+ | <a href="https://2013.igem.org/Team:GeorgiaTech" style ="font-size:80px; padding-top:8px;padding-bottom:8px"> | ||
+ | <img src = "https://static.igem.org/mediawiki/2013/f/f0/GeorgiaTech_team.png" class = "smallLogo" alt ="GT iGEM logo"/>Home | ||
+ | </a> | ||
+ | </li> | ||
+ | <li><a href="https://2013.igem.org/Team:GeorgiaTech/Objective" style ="padding-top:8px;padding-bottom:8px">Objective</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:GeorgiaTech/Team" style ="padding-top:8px;padding-bottom:8px">Team</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:GeorgiaTech/Project" style ="padding-top:8px;padding-bottom:8px">Project</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:GeorgiaTech/Parts" style ="padding-top:8px;padding-bottom:8px">Parts</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:GeorgiaTech/Safety" style ="padding-top:8px;padding-bottom:8px">Safety</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:GeorgiaTech/Attributions" style ="padding-top:8px;padding-bottom:8px">Attributions</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:GeorgiaTech/Parts" style ="padding-top:8px;padding-bottom:8px">High School Project</a></li> | ||
+ | <li><a id ="return" href="#" style ="padding-top:8px;padding-bottom:8px">RETURN</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 23:16, 27 September 2013