Team:Penn

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html lang="en">
<html lang="en">
<head>
<head>
-
     <title>Project</title>
+
     <title>Penn iGEM</title>
-
     <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/>
+
     <link href="https://googledrive.com/host/0B4ZBZOYYKBzEVHRaZEdUVGo5cjA" type="text/css" rel="stylesheet"/> <!--css-->
-
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script>
+
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzETkFqdnhMeV9fMzA" ></script> <!--jquery-->
-
    <script src="https://googledrive.com/host/0B4ZBZOYYKBzEZTdBSFdUV19LYjQ"></script>
+
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzEblVWdXkta245Y0k/" type="text/javascript"> </script> <!--javascript-->
-
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzEblVWdXkta245Y0k/" type="text/javascript"> </script> <!--debounce-->
+
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzEeXlaR0U2ZnFETFU" type="text/javascript"></script> <!--carousel plugin-->
-
     <script src="https://googledrive.com/host/0B4ZBZOYYKBzEeXlaR0U2ZnFETFU" type="text/javascript"></script>
+
     <style>
     <style>
Line 12: Line 11:
  /*Page specific*/
  /*Page specific*/
-
   
+
ul {
 +
    list-style-type: square !important;
 +
    list-style-image: inherit !important;
 +
}
 +
 
     .left_wrap {
     .left_wrap {
         min-height: 700px;
         min-height: 700px;
     }
     }
      
      
-
    #carousel a img {
+
  /*  #carousel a img {
         display: none !important;
         display: none !important;
     }
     }
Line 23: Line 26:
     .text a img {
     .text a img {
         display: none !important;
         display: none !important;
-
     }
+
     }*/
      
      
     .text p {
     .text p {
Line 137: Line 140:
             <br/> <a class="btn" href="https://2013.igem.org/Team:Penn/Project" style="color: black  !important;">Read More &raquo;</a></p></li>
             <br/> <a class="btn" href="https://2013.igem.org/Team:Penn/Project" style="color: black  !important;">Read More &raquo;</a></p></li>
<li><img alt="" src="https://googledrive.com/host/0B4ZBZOYYKBzEZEMzN3hPQUdPb1k" width="700" height="auto" /><p><em>Sponsors</em><br/>Nothing we're doing would be possible without our sponsors.
<li><img alt="" src="https://googledrive.com/host/0B4ZBZOYYKBzEZEMzN3hPQUdPb1k" width="700" height="auto" /><p><em>Sponsors</em><br/>Nothing we're doing would be possible without our sponsors.
-
                                                                 <br/> <a class="btn" style="color: black !important;" href="https://2013.igem.org/Team:Penn/HumanPractices">Sponsors &raquo;</a></p></li>
+
                                                                 <br/> <a class="btn" style="color: black !important;" href="https://2013.igem.org/Team:Penn/Sponsors">Sponsors &raquo;</a></p></li>
<li><img alt="" src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/IJzMo_qodJ/Profile%20Photos/IMG_8336.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg" width="700" height="auto" />
<li><img alt="" src="https://dl.dropboxusercontent.com/sh/h4cxid18rzzjgan/IJzMo_qodJ/Profile%20Photos/IMG_8336.JPG?token_hash=AAGlfzG2xZpKrOTI8pyH02EbYxY1vK3QLUWKsWuYdaPbYg" width="700" height="auto" />
             <p><em>Notebook</em><br/>Keep up with our daily tasks and progress in our Notebook page.
             <p><em>Notebook</em><br/>Keep up with our daily tasks and progress in our Notebook page.
Line 144: Line 147:
</div>
</div>
              
              
-
                <ul class="captions">
 
-
                    <li>Hello and Welcome!</li>
 
-
                    <li>Slide 2</li>
 
-
                    <li>Slide 3</li>
 
-
                </ul>
 
                  
                  
         </div>
         </div>
Line 160: Line 158:
displayTime : 5000,
displayTime : 5000,
textholderHeight : .25,
textholderHeight : .25,
-
displayProgressBar : 0
+
displayProgressBar : 0,
 +
        thumbnailType: 'button'
});
});
-
 
+
           });
-
$(window).scroll($.debounce( 300, true, function(){
+
-
    $(".navbar").hide();
+
-
    $(".left_wrap").animate({
+
-
    width: "65px"
+
-
  }, 250, function() {
+
-
  });
+
-
}));
+
-
$(window).scroll($.debounce(300, function(){
+
-
   
+
-
  $(".navbar").show();
+
-
    $(".left_wrap").animate({
+
-
    width: "200px"
+
-
  }, 250, function() {
+
-
 
+
-
  });
+
-
}));
+
-
+
-
  $(".dropdown").mouseenter(function(){
+
-
    $(".dropdown-menu").hide();
+
-
            $(this).find(".dropdown-menu").show();
+
-
            });
+
-
 
+
-
  $(".dropdown").mouseleave(function(){
+
-
        $(this).find(".dropdown-menu").hide();
+
-
    });
+
-
     
+
-
      $(".dropdown li").mouseenter(function(){
+
-
        $(this).addClass("active");
+
-
      });
+
-
     
+
-
           $(".dropdown li").mouseleave(function(){
+
-
        $(this).removeClass("active");
+
-
       
+
-
        });
+
-
        });
+
     </script>
     </script>
</html>
</html>

Revision as of 11:47, 23 August 2013

Penn iGEM