Skip to content

Commit

Permalink
Google Analytics 4 - upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
m-manu committed Feb 4, 2024
1 parent 1238218 commit 30ff0fa
Showing 1 changed file with 42 additions and 27 deletions.
69 changes: 42 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,43 @@
<meta name="description"
content="This is Manu Manjunath's homepage, containing links to his profiles and his email address"/>
<!--
Copyright 2021 Manu Manjunath. All Rights Reserved.
Copyright 2024 Manu Manjunath. All Rights Reserved.
-->
<meta charset="UTF-8"/>
<meta name="robots" content="index,follow"/>
<meta name="google-site-verification" content="ADON0Mt69_NLIwnR7i1eCDEJyaYcERI517r3HbOKyNg"/>
<meta name="author" content="Manu Manjunath"/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P9KX7JH585"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
window.dataLayer = window.dataLayer || [];

ga('create', 'UA-45243243-1', 'auto');
ga('send', 'pageview');
function gtag() {
dataLayer.push(arguments);
}

gtag('js', new Date());

gtag('config', 'G-P9KX7JH585');
</script>
<style>
body {
font-family: sans-serif;
font-size: 13px;
word-wrap: break-word;
}
.m {
font-size: 17px;
}
.b {
margin-top: 19px;
}
.anno {
color: #334455;
}
body {
font-family: sans-serif;
font-size: 13px;
word-wrap: break-word;
}

.m {
font-size: 17px;
}

.b {
margin-top: 19px;
}

.anno {
color: #334455;
}
</style>
</head>
<body>
Expand All @@ -44,13 +51,21 @@ <h1>Manu Manjunath</h1>
<span style="font-size:large">You can connect with me through one or more of below:</span>
</div>
<ul>
<li class="b"><a class="m" href="https://www.linkedin.com/in/manu-manjunath/" target="_blank">Manu Manjunath on LinkedIn</a></li>
<li class="b"><a class="m" href="https://www.linkedin.com/in/manu-manjunath/" target="_blank">Manu Manjunath on
LinkedIn</a></li>
<li class="b"><a class="m" href="https://github.com/m-manu" target="_blank">Manu Manjunath on Github</a></li>
<li class="b"><a class="m" href="https://stackoverflow.com/users/495598/manu-manjunath" target="_blank">Manu Manjunath on Stack Overflow</a></li>
<li class="b"><a class="m" href="https://www.flickr.com/photos/m_manu/" target="_blank">Manu Manjunath on Flickr</a> <a class="anno">(my photography)</a></li>
<li class="b"><a class="m" href="https://www.facebook.com/manu.manjunath" target="_blank">Manu Manjunath on Facebook</a>&nbsp;<span class="anno">(not active)</span></li>
<li class="b"><a class="m" href="https://www.youtube.com/c/ManuManjunath" target="_blank">Manu Manjunath on YouTube</a></li>
<li class="b"><a class="m" href="https://stackoverflow.com/users/495598/manu-manjunath" target="_blank">Manu
Manjunath on Stack Overflow</a></li>
<li class="b"><a class="m" href="https://www.flickr.com/photos/m_manu/" target="_blank">Manu Manjunath on Flickr</a>
<a class="anno">(my photography)</a></li>
<li class="b"><a class="m" href="https://www.facebook.com/manu.manjunath" target="_blank">Manu Manjunath on
Facebook</a>&nbsp;<span class="anno">(not active)</span></li>
<li class="b"><a class="m" href="https://www.youtube.com/c/ManuManjunath" target="_blank">Manu Manjunath on
YouTube</a></li>
</ul>
<span class="m">Or, you can directly reach out to me at this email address: <img style="height: 27px;" src="./email2.jpg" alt="m at this domain name"/></span> <span class="anno">(if you can read this, you're not a robot 🙂)</span>
<span class="m">Or, you can directly reach out to me at this email address: <img style="height: 27px;"
src="./email2.jpg"
alt="m at this domain name"/></span>
<span class="anno">(if you can read this, you're not a robot 🙂)</span>
</body>
</html>

0 comments on commit 30ff0fa

Please sign in to comment.