Difference between revisions of "Team:CCU Taiwan"

m
m
 
(89 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Template:CCU_Taiwan/bootstrap_min_css}}
 
{{Template:CCU_Taiwan/bootstrap_min_css}}
{{Template:CCU_Taiwan/header_footer}}
 
{{Template:CCU_Taiwan/home_css}}
 
 
{{Template:CCU_Taiwan/modify_css}}
 
{{Template:CCU_Taiwan/modify_css}}
 
+
{{Template:CCU_Taiwan/header}}
 +
{{Template:CCU_Taiwan/home_css}}
  
 
<html>
 
<html>
 
<head>
 
<head>
 +
<script type="text/javascript" src="https://2020.igem.org/wiki/index.php?title=Template:CCU_Taiwan/JS/bootstrap&action=raw&ctype=text/javascript"></script>
 +
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 +
</head>
  
<script type="text/javascript" src="https://2020.igem.org/wiki/index.php?title=Template:CCU_Taiwan/JS/bootstrap&action=raw&ctype=text/javascript"</script>
+
<!--home-->
<script type="text/javascript" src="https://2020.igem.org/wiki/index.php?title=Template:CCU_Taiwan/JS/jQuery&action=raw&ctype=text/javascript"</script>
+
 
+
</head>
+
 
<body>
 
<body>
 
<div class="color_1">
 
<div class="color_1">
Line 17: Line 16:
 
</div>
 
</div>
 
          
 
          
<div class="color_2">
+
<div class="color">
 
     <video width="100%" height="auto" muted src="https://static.igem.org/mediawiki/2020/b/b6/T--CCU_Taiwan--home_2.mp4" loop autoplay="autoplay"></video>
 
     <video width="100%" height="auto" muted src="https://static.igem.org/mediawiki/2020/b/b6/T--CCU_Taiwan--home_2.mp4" loop autoplay="autoplay"></video>
 
</div>
 
</div>
 
          
 
          
<div class="fixed_bg color_3">
+
<div id="fullpage_3" class="fixed_bg color">
     <img id="home_img3" class="wordcenter" src="https://static.igem.org/mediawiki/2020/f/f2/T--CCU_Taiwan--home_3.png">
+
     <img id="home_img3" width="90%" src="https://static.igem.org/mediawiki/2020/f/f2/T--CCU_Taiwan--home_3.png">
     <h1 id="home_content" class="shadow">However, there are no effective treatments and vaccines for dengue infections now.</h1>
+
     <img id="home_img3_1" width="80%" src="https://static.igem.org/mediawiki/2020/b/ba/T--CCU_Taiwan--home_3_1.png">
 +
    <img id="home_img3_2"  src="https://static.igem.org/mediawiki/2020/b/b9/T--CCU_Taiwan--home_3_2.png">
 
</div>
 
</div>
       
+
 
<div class="fixed_bg color_4">
+
<div class="color">
     <h1 class="wordcenter shadow">Therefore, we design a detection kit to prevent the outbreak of dengue fever.</h1>
+
     <video width="100%" height="auto" muted src="https://static.igem.org/mediawiki/2020/7/78/T--CCU_Taiwan--home_4.mp4" loop autoplay="autoplay"></video>
 
</div>
 
</div>
       
+
 
<div class="fixed_bg color_5">
+
<div id="fullpage_5" class="fixed_bg color">
 +
    <video id="home_video5" width="70%" height="auto" muted="true" src="https://static.igem.org/mediawiki/2020/2/20/T--CCU_Taiwan--home_5.mp4" controls="controls"></video>
 
</div>
 
</div>
</body>
 
  
 +
<!--gotop-->
 +
<div id="gotop"><a href="#"></a></div>
 +
<script>
 +
$(function(){
 +
    $('#gotop').click(function(){
 +
        $('html,body').animate({scrollTop:0}, 1000);
 +
    });
 +
    $(window).scroll(function() {
 +
        if ( $(this).scrollTop() > 300 ){
 +
            $('#gotop').fadeIn(100);
 +
        } else {
 +
            $('#gotop').stop().fadeOut(100);
 +
        }
 +
    }).scroll();
 +
});
 +
</script>
  
 +
</body>
 
</html>
 
</html>
 +
{{Template:CCU_Taiwan/footer}}

Latest revision as of 07:40, 26 October 2020