Team:UNIK Copenhagen
From 2014.igem.org
Line 159: | Line 159: | ||
</html> | </html> | ||
- | {{:Team:UNIK_Copenhagen/js/scripts }} | + | {{:Team:UNIK_Copenhagen/js/scripts.html }} |
Revision as of 21:02, 14 June 2014
| ||||||||||||
Requirements | ||||||||||||
Please be sure to keep these links, your audience will want to find your: |
There are a few wiki requirements teams must follow:
Visit the Wiki How To page for a complete list of requirements, tips and other useful information. |
|||||||||||
Tips | ||||||||||||
We are currently working on providing teams with some easy to use design templates.
For a full wiki list, you can visit iGEM 2013 web sites and iGEM 2012 web sites lists. |
This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:
|
$(document).ready(function () {
$('.left-menu').find('li:last').remove();
$('#bodyContent>p:first').hide();
// $('#top-section').remove();
document.styleSheets[0].disabled=true;
$(window).scroll(function() { if ($(".navbar").offset().top > 50) { $(".navbar-fixed-top").addClass("top-nav-collapse"); } else { $(".navbar-fixed-top").removeClass("top-nav-collapse"); } });
//jQuery for page scrolling feature - requires jQuery Easing plugin $(function() { $('.page-scroll a').bind('click', function(event) { var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500, 'easeInOutExpo'); event.preventDefault(); }); });
});