Difference between revisions of "Template:USTC/footer"

Line 8: Line 8:
 
         </ul>
 
         </ul>
 
     </div>
 
     </div>
     <footer class="page-footer grey darken-1">
+
     <footer class="page-footer grey darken-1" style="padding-top: 0px;">
 
         <div class="container">
 
         <div class="container">
             <div class="row">
+
             <div class="row" style="margin-bottom:0px;">
                 <div class="col l6 s12">
+
                 <div class="col s8">
                     <h4 class="white-text">Contact us at</h4>
+
                     <h4 class="white-text">Contact Us</h4>
 
                     <p class="grey-text text-lighten-4">Address: University of Science and Technology of China, No.96, JinZhai Road Baohe District,Hefei,Anhui, 230026,P.R.China.</p>
 
                     <p class="grey-text text-lighten-4">Address: University of Science and Technology of China, No.96, JinZhai Road Baohe District,Hefei,Anhui, 230026,P.R.China.</p>
 
                 </div>
 
                 </div>
                 <div class="col l4 offset-l2 s12">
+
                 <div class="col s4">
 
                     <h5 class="white-text">Links</h5>
 
                     <h5 class="white-text">Links</h5>
                     <ul>
+
                     <p style="margin:0;">
                        <li><a class="grey-text text-lighten-3" href="http://weibo.com/3929719655/fans?topnav=1&amp;wvr=6&amp;mod=message&amp;need_filter=1">Weibo</a></li>
+
              <a href="mailto:ustc.igem.2015@gmail.com"><img src="https://static.igem.org/mediawiki/2015/9/9d/USTC-Mail.png"></a>
                        <li><a class="grey-text text-lighten-3" href="https://www.facebook.com/2014ustcchinaigem?ref=bookmarks">Facebook</a></li>
+
              <a href="http://weibo.com/3929719655/fans?topnav=1&wvr=6&mod=message&need_filter=1"><img src="https://static.igem.org/mediawiki/2015/6/60/USTC-Weibo.png"></a>
                        <li><a class="grey-text text-lighten-3" href="mailto:ustc.igem.2015@gmail.com">ustc.igem.2015@gmail.com</a></li>
+
              <a href="https://github.com/Cintau/2015USTCiGEM"><img src="https://static.igem.org/mediawiki/2015/3/36/USTC-GitHub.png"></a>
                    </ul>
+
              <a href="https://www.facebook.com/2014ustcchinaigem?ref=bookmarks"><img src="https://static.igem.org/mediawiki/2015/6/6e/USTC-Facebook.png"></a>
 +
            </p>
 
                 </div>
 
                 </div>
            </div>
 
        </div>
 
        <div class="footer-copyright">
 
            <div class="container">
 
                &copy 2015 USTC Copyright
 
 
             </div>
 
             </div>
 
         </div>
 
         </div>
Line 35: Line 31:
 
     <script type="text/javascript" src="https://2015.igem.org/Template:USTC/js/stickUp?action=raw&amp;ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2015.igem.org/Template:USTC/js/stickUp?action=raw&amp;ctype=text/javascript"></script>
 
     <script type="text/javascript">
 
     <script type="text/javascript">
    var lastScroll = 0;
 
 
     $(document).ready(function() {
 
     $(document).ready(function() {
        $(".button-collapse").sideNav();
 
 
         $('.scrollspy').scrollSpy();
 
         $('.scrollspy').scrollSpy();
 
         $('.tabs-wrapper .row').pushpin({
 
         $('.tabs-wrapper .row').pushpin({
Line 44: Line 38:
  
 
     });
 
     });
     $(window).scroll(function() {
+
      
        var scrollChange = $(document).scrollTop() - lastScroll;
+
        if ($(document).scrollTop() === 0) {
+
            $("#firstNav").slideDown();
+
            $("#secondNav").stop().animate({
+
                "top": "80px"
+
            });
+
        } else if (scrollChange >= 30) {
+
            $("#firstNav").slideUp();
+
            $("#secondNav").stop().animate({
+
                "top": "14px"
+
            });
+
        } else if (scrollChange <= -30) {
+
            $("#firstNav").slideDown();
+
            $("#secondNav").stop().animate({
+
                "top": "80px"
+
            });
+
        };
+
        lastScroll = $(document).scrollTop();
+
    });
+
    $(".tab").click(function() {
+
        $(document).scrollTop("0");
+
    });
+
 
+
 
jQuery(function($) {
 
jQuery(function($) {
 
         $(document).ready( function() {
 
         $(document).ready( function() {

Revision as of 08:12, 13 September 2015

Contact Us

Address: University of Science and Technology of China, No.96, JinZhai Road Baohe District,Hefei,Anhui, 230026,P.R.China.

Links