Skip to content

Commit

Permalink
google analytics integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-56 committed May 28, 2020
1 parent 878bc66 commit 250707b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@
<!-- Fonts CSS-->
<link rel="stylesheet" href="css/heading.css" />
<link rel="stylesheet" href="css/body.css" />
<!-- <script>

<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145240864-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-145240864-1');
</script> -->
</script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg bg-secondary fixed-top" id="mainNav">
Expand Down Expand Up @@ -213,21 +216,21 @@ <h2 class="page-section-heading text-secondary d-inline-block mb-0">HELP</h2>
</div>
<!-- Contact Section Content-->
<div class="row justify-content-center">
<div class="col-lg-4">
<div class="col-lg-4 py-2">
<div class="d-flex flex-column align-items-center">
<div class="icon-contact mb-3"><i class="fab fa-facebook"></i></div>
<div class="text-muted">Facebook Group (Non-official)</div>
<a href="//www.fb.com/groups/ITU.help.center/" class="lead font-weight-bold">ITU Help Center</a>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4 py-2">
<div class="d-flex flex-column align-items-center">
<div class="icon-contact mb-3"><i class="fa fa-phone"></i></div>
<div class="text-muted">UAN</div>
<div class="lead font-weight-bold">(042)-111-111-ITU (488)</div>
</div>
</div>
<div class="col-lg-4">
<div class="col-lg-4 py-2">
<div class="d-flex flex-column align-items-center">
<div class="icon-contact mb-3"><i class="far fa-envelope"></i></div>
<div class="text-muted">Email</div>
Expand Down Expand Up @@ -524,6 +527,5 @@ <h4 class="mb-4">ABOUT</h4>
<script src="js/scripts.js"></script>
<script src="js/aggregate.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-145240864-1"></script> -->
</body>
</html>

0 comments on commit 250707b

Please sign in to comment.