Difference between revisions of "Team:Dundee/modeling/Appendix3"

(Created page with "<html> <script> $('.chevron_toggleable').on('click', function() { $(this).toggleClass('glyphicon-chevron-down glyphicon-chevron-up'); }); </script> <script type="text/java...")
 
(Blanked the page)
 
Line 1: Line 1:
<html>
 
  
 
 
<script>
 
$('.chevron_toggleable').on('click', function() {
 
    $(this).toggleClass('glyphicon-chevron-down glyphicon-chevron-up');
 
});
 
</script>
 
<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>
 
 
 
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 
 
 
 
    <header>
 
    <a class="anchor" id="top"></a>
 
        <center>
 
            <h1><highlight class="highlight">Dry Lab</highlight></h1>
 
            <h3><highlight class="highlight">Appendix 3: Chromium Detector Code</highlight></h3>
 
        </center>
 
      </header>
 
 
 
 
<a class="anchor" id="overview"></a>
 
    <section id="overview">
 
      <div class="row3">
 
        <div class="row">
 
          <div class="">
 
              <img src="img/igem-sponsor.png" align="right" width="50%" height="auto" class="img-mockup">
 
              </div>
 
          <div class="col-lg-12 feature" style="">
 
            <div class="row">
 
               
 
            <p><font color="white"> Lorem Ipsum</font></p>
 
              </div> 
 
   
 
              </div>
 
            </div>
 
           
 
 
      </div>
 
    </section>
 
 
 
 
 
   
 
 
 
  </body>
 
 
 
 
</html>
 
 
{{:Team:Dundee/navbar}}
 
{{:Team:Dundee/footer}}
 

Latest revision as of 16:40, 6 August 2015