Difference between revisions of "Team:Dundee/Forensic Toolkit"

Line 4: Line 4:
  
  
 +
    <header>
 +
    <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>
  
  
  
  
 
 
 
 
 
 
 
<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>
 
   </body>
 
</html>
 
</html>
 
{{:Team:Dundee/navbar}}
 
{{:Team:Dundee/navbar}}
 
{{:Team:Dundee/footer}}
 
{{:Team:Dundee/footer}}

Revision as of 08:57, 18 August 2015

CSI: DUNDEE

The Forensic Toolkit

Watch Our Introduction Video