Difference between revisions of "Team:Dundee/footer/Sequences"

(Created page with "<html> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <header> <script src="https://2015.igem.org/Team:Dundee/bs.js?action=raw&ctype=text/javascrip...")
 
(Blanked the page)
 
Line 1: Line 1:
<html>
 
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
  
 
 
    <header>
 
<script src="https://2015.igem.org/Team:Dundee/bs.js?action=raw&ctype=text/javascript"></script>
 
    <a class="anchor" id="top"></a>
 
        <center>
 
            <h1><highlight class="highlight">CSI: DUNDEE</highlight></h1>
 
            <h3><highlight class="highlight">The Forensic Toolkit</highlight></h3>
 
            <a href="https://2015.igem.org/Team:Dundee/intro_video" class="btn btn-primary btn-lg">Watch Our Introduction Video</a>
 
        </center>
 
      </header>
 
<body>
 
 
 
</body>
 
 
 
 
 
<script type="text/javascript">
 
  $(document).ready(function(){
 
  $('a[href^="#"]').on('click',function (e) {
 
      e.preventDefault();
 
 
      var target = this.hash,
 
      $target = $(target);
 
 
      $('html, body').stop().animate({
 
          'scrollTop': $target.offset().top
 
      }, 900, 'swing', function () {
 
          window.location.hash = target;
 
      });
 
  });
 
});
 
</script>
 
 
 
  </body>
 
</html>
 
{{:Team:Dundee/footer}}
 
{{:Team:Dundee/navbar}}
 

Latest revision as of 10:19, 18 August 2015