Team:TCU Taiwan/Modeling

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
{{CSS/Main}}
{{CSS/Main}}
Line 38: Line 36:
   #jamboreemenu  li:hover li a:hover {background: #A66B38; width:150px;}
   #jamboreemenu  li:hover li a:hover {background: #A66B38; width:150px;}
   #drop-nav li ul li {border-top: 10px; }
   #drop-nav li ul li {border-top: 10px; }
 +
  #gotop {
 +
    display: none;
 +
    position: fixed;
 +
    right: 20px;
 +
    bottom: 20px;   
 +
    padding: 10px 15px;   
 +
    font-size: 20px;
 +
    background: #777;
 +
    color: white;
 +
    cursor: pointer;
 +
}
</style>
</style>
 +
<script type="text/javascript">
 +
$(function(){
 +
    $("#gotop").click(function(){
 +
        jQuery("html,body").animate({
 +
            scrollTop:0
 +
        },1000);
 +
    });
 +
    $(window).scroll(function() {
 +
        if ( $(this).scrollTop() > 300){
 +
            $('#gotop').fadeIn("fast");
 +
        } else {
 +
            $('#gotop').stop().fadeOut("fast");
 +
        }
 +
    });
 +
});
 +
</script>
<!--End Analytics-->
<!--End Analytics-->
Line 75: Line 100:
     <ul>
     <ul>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Team Members</font></a></li>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Team"><font size="3">Team Members</font></a></li>
-
       <li><a href="https://igem.org/Team.cgi?year=2014" target="_blank"><font size="3">Official Team Profile</font></a></li>
+
       <li><a href="https://igem.org/Team.cgi?id=1473" target="_blank"><font size="3">Official Team Profile</font></a></li>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li>
       <li><a href="https://2014.igem.org/Team:TCU_Taiwan/Contact"><font size="3">Contact</font></a></li>
Line 167: Line 192:
</table>
</table>
 +
<div id="gotop">^</div>
</html>
</html>

Revision as of 15:00, 23 September 2014


  Modeling  

Modeling

If you choose to create a model during your project, please write about it here. Modeling is not an essential part of iGEM, but we encourage any and all teams to model some aspect of their project. See previous "Best Model" awards for more information.

^