Team:TCU Taiwan/Team

From 2014.igem.org

(Difference between revisions)
Line 57: Line 57:
height: 100%;  
height: 100%;  
background-color: transparent;
background-color: transparent;
 +
}
 +
 +
#gotop {
 +
    display: none;
 +
    position: fixed;
 +
    right: 20px;
 +
    bottom: 20px;   
 +
    padding: 10px 15px;   
 +
    font-size: 20px;
 +
    background: #777;
 +
    color: white;
 +
    cursor: pointer;
}
}
</style>
</style>
Line 75: Line 87:
   #drop-nav li ul li {border-top: 10px; }
   #drop-nav li ul li {border-top: 10px; }
</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>
<!--  here ends the section that changes the default wiki template to a white full width background -->
<!--  here ends the section that changes the default wiki template to a white full width background -->
Line 526: Line 556:
<!-- end of advisors gallery -->
<!-- end of advisors gallery -->
-
</div>
+
</div><div id="gotop">˄</div>
</html>
</html>

Revision as of 08:56, 20 September 2014

  Team Members  

Tell us about your team!

Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an. Qui ut wisi vocibus suscipiantur, quo dicit ridens inciderint id. Quo mundi lobortis reformidans eu, legimus senserit definiebas an eos.

Students Instructors Advisors

Students


member1

member2



member3

member4



member5

member6



member7

Instructors

Instructor Profile
Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an.

Instructor Profile
Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an.

Instructor Profile
Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an.

Advisors

Advisor Profile
Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an.

Advisor Profile
Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an.

Advisor Profile
Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an.

Advisor Profile
Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an.

˄