Skip to content

Commit

Permalink
Add GTAG to all pages
Browse files Browse the repository at this point in the history
Signed-off-by: ahadley1124 <[email protected]>
  • Loading branch information
ahadley1124 committed Feb 18, 2024
1 parent 35644b8 commit e5dba6a
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 15 deletions.
53 changes: 40 additions & 13 deletions static/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,58 @@
<link rel="stylesheet" href="/css/auth.css" />
<script src="/js/navbar.js"></script>
<script src="https://unpkg.com/@descope/[email protected]/dist/index.umd.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TEQCVG23DK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TEQCVG23DK");
</script>
</head>
<body>
<form action="" class="form">
<p>
Welcome,<span>sign in to continue</span>
</p>
<p>Welcome,<span>sign in to continue</span></p>
<button class="oauthButton">
<a href="/auth/login/google">
<svg class="icon" viewBox="0 0 24 24">
<path d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z" fill="#4285F4"></path>
<path d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z" fill="#34A853"></path>
<path d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z" fill="#FBBC05"></path>
<path d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z" fill="#EA4335"></path>
<path d="M1 1h22v22H1z" fill="none"></path>
<path
d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"
fill="#4285F4"
></path>
<path
d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"
fill="#34A853"
></path>
<path
d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"
fill="#FBBC05"
></path>
<path
d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"
fill="#EA4335"
></path>
<path d="M1 1h22v22H1z" fill="none"></path>
</svg>
Continue with Google
</a>
</button>
</a>
</button>
<button class="oauthButton">
<a href="/auth/login/github">
<a href="/auth/login/github">
<svg class="icon" viewBox="0 0 24 24">
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path>
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
></path>
</svg>
Continue with Github
</a>
</a>
</button>
</form>
</body>
</html>
19 changes: 18 additions & 1 deletion static/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<link rel="stylesheet" href="css/styles.css" />
<script src="/js/main.js"></script>
<script src="/js/navbar.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TEQCVG23DK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TEQCVG23DK");
</script>
</head>
<body>
<div class="image-container">
Expand Down Expand Up @@ -46,6 +60,9 @@ <h2 class="wsite-content-title">
</div>
</div>
</div>
<h1>Thanks For visiting the Ashland Area Amateur Radio Club Website. This Page is still under construction.</h1>
<h1>
Thanks For visiting the Ashland Area Amateur Radio Club Website. This Page
is still under construction.
</h1>
</body>
</html>
14 changes: 14 additions & 0 deletions static/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
<link rel="stylesheet" href="/css/styles.css" />
<script src="/js/navbar.js"></script>
<script src="/js/main.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TEQCVG23DK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TEQCVG23DK");
</script>
</head>
<body>
<div class="image-container">
Expand Down
14 changes: 14 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<link rel="stylesheet" href="css/styles.css" />
<script src="/js/main.js"></script>
<script src="/js/navbar.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TEQCVG23DK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TEQCVG23DK");
</script>
</head>
<body>
<div class="image-container">
Expand Down
14 changes: 14 additions & 0 deletions static/repeaters.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
<link rel="stylesheet" href="css/repeaters.css" />
<script src="/js/main.js"></script>
<script src="/js/navbar.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TEQCVG23DK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TEQCVG23DK");
</script>
</head>
<body>
<div class="image-container">
Expand Down
19 changes: 18 additions & 1 deletion static/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<link rel="stylesheet" href="css/styles.css" />
<script src="/js/main.js"></script>
<script src="/js/navbar.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TEQCVG23DK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TEQCVG23DK");
</script>
</head>
<body>
<div class="image-container">
Expand Down Expand Up @@ -46,6 +60,9 @@ <h2 class="wsite-content-title">
</div>
</div>
</div>
<h1>Thanks For visiting the Ashland Area Amateur Radio Club Website. This Page is still under construction.</h1>
<h1>
Thanks For visiting the Ashland Area Amateur Radio Club Website. This Page
is still under construction.
</h1>
</body>
</html>
14 changes: 14 additions & 0 deletions static/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
<link rel="stylesheet" href="css/styles.css" />
<script src="/js/main.js"></script>
<script src="/js/navbar.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TEQCVG23DK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TEQCVG23DK");
</script>
</head>
<body>
<div class="image-container">
Expand Down

0 comments on commit e5dba6a

Please sign in to comment.