Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Aug 18, 2020
1 parent c332780 commit 91a64e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spot the Box</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-175646474-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-175646474-1');
</script>

<script src='https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.css' rel='stylesheet' />
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
Expand Down
3 changes: 1 addition & 2 deletions src/scss/_resets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ button {
border: none;
margin: 0;
text-decoration: none;
font-family: sans-serif;
font-size: 1rem;
cursor: pointer;
text-align: center;
transition: background 250ms ease-in-out,
Expand All @@ -15,6 +13,7 @@ button {

button:focus {
outline: none;
border: none;
}

button:active {
Expand Down
1 change: 1 addition & 0 deletions src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ main {
.collection-box-info {
display: flex;
flex-direction: column;
align-self: center;

p {
margin: 0px;
Expand Down

0 comments on commit 91a64e9

Please sign in to comment.