Team:Rutgers/main.html

From 2014.igem.org

(Difference between revisions)
Line 45: Line 45:
<script src="http://tympanus.net/Development/TabStylesInspiration/js/cbpFWTabs.js"></script>
<script src="http://tympanus.net/Development/TabStylesInspiration/js/cbpFWTabs.js"></script>
<!-- this needs to be fixed for sure, without this script the site simply will not show anything below the navbar. pretty bad. -->
<!-- this needs to be fixed for sure, without this script the site simply will not show anything below the navbar. pretty bad. -->
 +
<script>
 +
(function() {
 +
[].slice.call( document.querySelectorAll( '.tabs' ) ).forEach( function( el ) {
 +
new CBPFWTabs( el );
 +
});
 +
 +
})();
 +
</script>
</body>
</body>
</html>
</html>

Revision as of 03:16, 9 October 2014

The Next Step in DNA Synthesis

2

3

4

5

6