Team:Heidelberg/Meetings

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
{{:Team:Heidelberg/Templates/Navigation}}
{{:Team:Heidelberg/Templates/Navigation}}
<html>
<html>
Line 14: Line 13:
             <div style="margin-top:40px">
             <div style="margin-top:40px">
                         <h1><span class="text-muted" style="font-family:Arial, sans-serif; font-size:100%; color:#333333;">Meetings.</span></h1>
                         <h1><span class="text-muted" style="font-family:Arial, sans-serif; font-size:100%; color:#333333;">Meetings.</span></h1>
-
                         <p>We met regularly together with all our advisors and instructors to discuss the project strategy, to distribute tasks and to initilize additional social events.</p>
+
                         <p>We met regularly together with all our advisors and instructors to discuss the project strategy, to distribute tasks and to initialize additional social events.</p>
             </div>
             </div>
             <div class="row">
             <div class="row">
Line 471: Line 470:
<script>
<script>
 +
Scrollbar = function(){
 +
              var sb = this;
 +
              $(".carousel-caption").mCustomScrollbar({
 +
autoHideScrollbar:true,
 +
theme:"dark-thin"
 +
      });
 +
      $(".scrollContent").mCustomScrollbar({
 +
autoHideScrollbar:true,
 +
theme:"dark-thin"
 +
      });
 +
      $("#methods").mCustomScrollbar({
 +
autoHideScrollbar:true,
 +
theme:"dark-thin"
 +
      });
 +
      $("#myCarousel").on("slide.bs.carousel", function(){sb.triggerScrollbarUpdate(".carousel-caption:visible");});
 +
              sb.triggerScrollbarUpdate_nav_tabs();
 +
            };
 +
            Scrollbar.prototype.triggerScrollbarUpdate = function(e){
 +
                setTimeout(function () { $(e).mCustomScrollbar("update"); }, 1000);
 +
            };
 +
            Scrollbar.prototype.triggerScrollbarUpdate_nav_tabs = function(){
 +
                var sb = this;
 +
                $('.nav-tabs a').click(function(){sb.triggerScrollbarUpdate(".scrollContent:visible");})
 +
            };
 +
    (function(){
 +
              scrollbar = new Scrollbar;
 +
            }
 +
            )(jQuery);
$( document ).ready(function() {
$( document ).ready(function() {
     //script for hiding/showing only 3 months
     //script for hiding/showing only 3 months

Revision as of 03:25, 5 October 2013

Meetings.

We met regularly together with all our advisors and instructors to discuss the project strategy, to distribute tasks and to initialize additional social events.

Thanks to