Team:NTU-Taida/Templates/Footer

From 2012.igem.org

(Difference between revisions)
(change scrollspy bottom offset)
(clear footer text, change scrollspy index)
Line 2: Line 2:
   <footer class="footer">
   <footer class="footer">
     <div class="container">
     <div class="container">
-
      <p>&copy; This is footer</p>
 
-
      <p>&copy; This is footer</p>
 
-
      <p>&copy; This is footer</p>
 
-
      <p>&copy; This is footer</p>
 
     </div>
     </div>
   </footer>
   </footer>
Line 50: Line 46:
         offset: {
         offset: {
           top: function () { return $(window).width() <= 980 ? 60 : 0},
           top: function () { return $(window).width() <= 980 ? 60 : 0},
-
           bottom: 50
+
           bottom: 250
         }
         }
       });
       });

Revision as of 14:41, 24 September 2012