Skip to content

Commit

Permalink
comment out zoom info, install google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
gkamer8 committed Aug 20, 2024
1 parent d9d0242 commit 7eb39a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<script>
/*
function setPolicyAccepted() {
localStorage.setItem('policyAccepted', true);
}
Expand Down Expand Up @@ -38,6 +39,16 @@
document.getElementById('cookie-banner').style.display = 'flex';
}
}
*/
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-55KGTN4ZQQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-55KGTN4ZQQ');
</script>


Expand Down Expand Up @@ -273,7 +284,7 @@
</style>

</head>
<body onload="makeBanner()">
<body> <!-- <body onload="makeBanner()"> -->
<div style="display:flex;flex-direction:column">
<div id="premier-page" style="display:flex;flex-direction: column;">
<div style="width:80%;margin-left:auto;margin-right:auto;flex:1;display:flex;flex-direction: column;" class="first-section fade-in-top">
Expand Down

0 comments on commit 7eb39a1

Please sign in to comment.