Difference between revisions of "Template:Amsterdam/Head"

Line 34: Line 34:
  
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
href="https://2015.igem.org/wiki/index.php?title=Team:Amsterdam/bootstrap/3.3.4/css/bootstrap.min.css&action=raw&ctype=text/css" />
+
href="https://2015.igem.org/Team:Amsterdam/bootstrapMinCss?action=raw&ctype=text/css" />
  
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
href="https://2015.igem.org/wiki/index.php?title=Team:Amsterdam/bootstrap/3.3.5/css/bootstrap-theme.min.css&action=raw&ctype=text/css" />
+
href="https://2015.igem.org/Team:Amsterdam//bootstrapThemeMinCss?action=raw&ctype=text/css" />
  
 
<!-- SmartMenus jQuery Bootstrap Addon CSS -->
 
<!-- SmartMenus jQuery Bootstrap Addon CSS -->
Line 54: Line 54:
  
  
 
<script>
 
jQuery(document).ready(function($) {
 
 
    //Initial load of page
 
$(document).ready(sizeContent);
 
//Every resize of window
 
$(window).resize(sizeContent);
 
//Dynamically assign height
 
function sizeContent() {
 
  var newHeight = $(window).height() * 0.6  + "px";
 
    $(".full_image").css("height", newHeight);
 
}
 
   
 
   
 
 
 
});
 
 
 
</script>
 
  
  

Revision as of 22:21, 15 September 2015

iGEM Amsterdam 2015