This commit is contained in:
Joey Kimsey
2024-12-02 18:53:48 -05:00
parent 3eec88c228
commit b1b0da0c08
20 changed files with 939 additions and 195 deletions

View File

@ -34,6 +34,17 @@
<link rel="stylesheet" href="{BOOTSTRAP_CDN}css/bootstrap.min.css" crossorigin="anonymous">
<!-- Custom styles for this template -->
{TEMPLATE_CSS_INCLUDES}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ETGVZS7PZW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ETGVZS7PZW');
</script>
<!-- Bugsnag -->
<script language="JavaScript" crossorigin="anonymous" type="text/javascript" src="https://d2wy8f7a9ursnm.cloudfront.net/v1/bugsnag-performance.min.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">