Team:Berkeley/Notebooks
From 2013.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<li id="TitleID"> <a id=TitleID href="https://2013.igem.org/Team:Berkeley/Notebooks">Lab Notebooks</a> | <li id="TitleID"> <a id=TitleID href="https://2013.igem.org/Team:Berkeley/Notebooks">Lab Notebooks</a> | ||
</li> | </li> | ||
- | <li><a href="#1">Bernie</a> | + | <li><a href="#1">Bernie</a></li> |
- | + | <li><a href="#2">Hojae</a></li> | |
- | + | ||
- | <li><a href="#2">Hojae</a> | + | |
<li><a href="#3">Roy</a></li> | <li><a href="#3">Roy</a></li> | ||
- | + | <li><a href="#4">Ramya</a></li> | |
- | <li><a href="#4">Ramya</a> | + | |
- | + | ||
- | + | ||
<li><a href="#5">Thomas</a></li> | <li><a href="#5">Thomas</a></li> | ||
</ul> | </ul> | ||
Line 26: | Line 21: | ||
<div class = "heading"><a>Bernardo Cervantes' Notebook</a></div> | <div class = "heading"><a>Bernardo Cervantes' Notebook</a></div> | ||
- | + | ||
<a target="_new" href="https://static.igem.org/mediawiki/2013/5/56/B.Cervantes-Notebook.pdf"><img src="http://www.downsizetothrive.com/books_transparent.gif" width="200px"/></a> | <a target="_new" href="https://static.igem.org/mediawiki/2013/5/56/B.Cervantes-Notebook.pdf"><img src="http://www.downsizetothrive.com/books_transparent.gif" width="200px"/></a> | ||
- | + | ||
Line 37: | Line 32: | ||
<div class = "heading"><a>Hojae Lee's Notebook</a></div> | <div class = "heading"><a>Hojae Lee's Notebook</a></div> | ||
- | + | ||
<a target="_new" href="https://static.igem.org/mediawiki/2013/b/b8/Hojae%27s_Lab_Notebook.pdf"><img src="http://www.downsizetothrive.com/books_transparent.gif" width="200px"/></a> | <a target="_new" href="https://static.igem.org/mediawiki/2013/b/b8/Hojae%27s_Lab_Notebook.pdf"><img src="http://www.downsizetothrive.com/books_transparent.gif" width="200px"/></a> | ||
- | |||
</div> | </div> | ||
<div id="3"> | <div id="3"> | ||
<div class = "heading"><a>Roy Park's Notebook</a></div> | <div class = "heading"><a>Roy Park's Notebook</a></div> | ||
- | + | ||
<a target="_new" href="https://static.igem.org/mediawiki/2013/4/48/Roy_Notebook.pdf"><img src="http://www.downsizetothrive.com/books_transparent.gif" width="200px"/> | <a target="_new" href="https://static.igem.org/mediawiki/2013/4/48/Roy_Notebook.pdf"><img src="http://www.downsizetothrive.com/books_transparent.gif" width="200px"/> | ||
- | + | ||
<div id="4"> | <div id="4"> | ||
Line 67: | Line 61: | ||
var offset = 54; | var offset = 54; | ||
$('#navbar li a').click(function(event) { | $('#navbar li a').click(function(event) { | ||
+ | if ( ($(this).attr('id')) == 'TitleID') { | ||
+ | return; | ||
+ | } | ||
+ | else { | ||
event.preventDefault(); | event.preventDefault(); | ||
$($(this).attr('href'))[0].scrollIntoView(); | $($(this).attr('href'))[0].scrollIntoView(); | ||
scrollBy(0, -offset); | scrollBy(0, -offset); | ||
+ | } | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Latest revision as of 22:27, 28 October 2013