Difference between revisions of "Template:UCopenhagen"

(Replace bulma css as external script hosted on iGEM)
(Add footer settings)
Line 54: Line 54:
  
 
<style>
 
<style>
 +
    /* UCopenhagen Custom settings */
 +
 +
    body {
 +
        display: flex;
 +
        flex-direction: column;
 +
    }
 +
 +
    .pageContent {
 +
        flex: 1 0 auto;
 +
    }
 +
 +
    .footer {
 +
        flex-shrink: 0;
 +
    }
 +
 
     /**************************************************************************************************************************************************************************************************/
 
     /**************************************************************************************************************************************************************************************************/
  
Line 637: Line 652:
 
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122331498-2"></script>
 
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122331498-2"></script>
 
<script>
 
<script>
  window.dataLayer = window.dataLayer || [];
+
    window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
+
 
  gtag('js', new Date());
+
    function gtag() {
 +
        dataLayer.push(arguments);
 +
    }
 +
    gtag('js', new Date());
  
  gtag('config', 'UA-122331498-2');
+
    gtag('config', 'UA-122331498-2');
 
</script>
 
</script>
  
Line 719: Line 737:
  
  
<!--    Project
+
    <!--    Project
 
     <div class="menu_item">
 
     <div class="menu_item">
 
         <div class="submenu_control_icon"> </div>
 
         <div class="submenu_control_icon"> </div>

Revision as of 11:10, 10 August 2018