Difference between revisions of "Team:William and Mary/Results"

Line 1: Line 1:
 
{{Team:William_and_Mary/CSS_RESET}}
 
{{Team:William_and_Mary/CSS_RESET}}
 
{{Team:William_and_Mary/CSS_FIX}}
 
{{Team:William_and_Mary/CSS_FIX}}
 +
{{Team:William_and_Mary/SOURCE}}
 +
{{Team:William_and_Mary/HEADER2}}
  
 
<!--website by John Mitchell, iGEM 2016
 
<!--website by John Mitchell, iGEM 2016
Line 10: Line 12:
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
<link href="https://fonts.googleapis.com/css?family=News+Cycle" rel="stylesheet">
 
<link href="https://fonts.googleapis.com/css?family=News+Cycle" rel="stylesheet">
 
<script>
 
 
function showImages(el) {
 
    var windowHeight = jQuery( window ).height();
 
    $(el).each(function(){
 
        var thisPos = $(this).offset().top;
 
 
        var topOfWindow = $(window).scrollTop();
 
        if (topOfWindow + windowHeight - 200 > thisPos ) {
 
            $(this).addClass("fadeIn");
 
        }
 
    });
 
}
 
 
// if the image in the window of browser when the page is loaded, show that image
 
$(document).ready(function(){
 
    showImages('.star');
 
});
 
 
// if the image in the window of browser when scrolling the page, show that image
 
$(wi
 
 
</script>
 
 
 
  
 
<style>
 
<style>
 +
      body {
 +
        font-family: 'News Cycle', sans-serif;
 +
        font-size: 13px;
 +
      }
  
.star {
 
    visibility: hidden;
 
}
 
 
.fadeIn {
 
    -webkit-animation: animat_show 0.8s;
 
    animation: animat_show 0.8s;
 
    visibility: visible !important;
 
}
 
 
@-webkit-keyframes animat_show{
 
    0%{opacity:0}
 
    100%{opacity:1}
 
}
 
 
</style>
 
</style>
  
Line 60: Line 26:
  
  
<div style="height: 750px;"></div>
 
  
<img src='https://static.igem.org/mediawiki/2017/f/fa/T--William_and_Mary--speedlogo8.jpeg' height = "11%" width = "40%" class="star" />
+
</body>
 
+
 
<div style="height: 750px;"></div>
+
   
+
<img src='https://static.igem.org/mediawiki/2017/f/fa/T--William_and_Mary--speedlogo8.jpeg' height = "11%" width = "40%" class="star" />
+
 
+
<div style="height: 750px;"></div>
+
   
+
<img src='https://static.igem.org/mediawiki/2017/f/fa/T--William_and_Mary--speedlogo8.jpeg' height = "11%" width = "40%" class="star"  />
+
  
 
</html>
 
</html>
 +
 +
 +
 +
 +
{{Team:William_and_Mary/JS_SOURCE2}}
 +
{{Team:William_and_Mary/FOOTER_SMALL}}

Revision as of 06:21, 26 October 2017