Team:Paris Bettencourt/header
From 2013.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<link rel="stylesheet" type="text/css" href="https://2012.igem.org/Team:Paris_Bettencourt/Template/style1.css?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="https://2012.igem.org/Team:Paris_Bettencourt/Template/style1.css?action=raw&ctype=text/css" /> | ||
+ | |||
+ | |||
+ | <!--<script type="text/javascript" src="/Team:Paris_Bettencourt/js/slider?action=raw&ctype=text/javascript"></script>--> | ||
+ | <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.js"></script> | ||
+ | <!--<script type="text/javascript" src="/Team:Paris_Bettencourt/js/min?action=raw&ctype=text/javascript"></script>--> | ||
+ | <script type="text/javascript" src="/Team:Paris_Bettencourt/js/drop?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | // listen for scroll | ||
+ | var positionElementInPage = $('#menubarbleu').offset().top; | ||
+ | $(window).scroll( | ||
+ | $(function() { | ||
+ | if ($(window).scrollTop() >= positionElementInPage) { | ||
+ | // fixed | ||
+ | $('#menubarbleu').addClass("sticky"); | ||
+ | } else { | ||
+ | // relative | ||
+ | $('#menubarbleu').removeClass("sticky"); | ||
+ | } | ||
+ | }) | ||
+ | ); | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(function() { | ||
+ | $('#menubarbleu > ul').dropotron({ | ||
+ | mode: 'fade', | ||
+ | globalOffsetY: 11, | ||
+ | offsetY: -15 | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var _gaq = _gaq || []; | ||
+ | _gaq.push(['_setAccount', 'UA-34573161-1']); | ||
+ | _gaq.push(['_trackPageview']); | ||
+ | |||
+ | (function() { | ||
+ | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
+ | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
+ | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
+ | })(); | ||
+ | |||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
Line 30: | Line 80: | ||
<div id="logo"> | <div id="logo"> | ||
<a href="/Team:Paris_Bettencourt"> <img src="https://static.igem.org/mediawiki/2013/e/ed/PB_Banner.png" | <a href="/Team:Paris_Bettencourt"> <img src="https://static.igem.org/mediawiki/2013/e/ed/PB_Banner.png" | ||
- | height=" | + | height="168px" |
width="1000px" | width="1000px" | ||
- | style="position:relative;top:- | + | style="position:relative;top:-46px;left:-46px" ></a> |
</div> | </div> | ||
</div> | </div> | ||
Line 47: | Line 97: | ||
</li> | </li> | ||
<li> <a href="https://2012.igem.org/Team:Paris_Bettencourt/Team">Team</a> </li> | <li> <a href="https://2012.igem.org/Team:Paris_Bettencourt/Team">Team</a> </li> | ||
- | <li> <span class="opener">Project<b> </b></span> </li> | + | <li> <span class="opener">Project<b> </b></span> |
- | <li> <span class=" | + | <ul> |
- | <li> <span class=" | + | </ul> |
+ | </li> | ||
+ | <li> <span class="opener">Human Practice<b> </b></span> | ||
+ | <ul> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> <span class="opener">Safety<b> </b></span> | ||
+ | <ul> | ||
+ | </ul> | ||
</li> | </li> | ||
<li> <a href="/Team:Paris_Bettencourt/Notebook">Notebook</a> | <li> <a href="/Team:Paris_Bettencourt/Notebook">Notebook</a> |
Revision as of 16:27, 16 July 2013