Skip to content

Commit 739a928

Browse files
Update resume.html
1 parent 3eee32d commit 739a928

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resume.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@ <h3 class="text-md font-semibold text-slate-700 mb-2">Early Career Internships &
243243
</footer>
244244

245245
</div>
246+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JHNCW79FZT"></script>
247+
<script>
248+
window.dataLayer = window.dataLayer || [];
249+
function gtag(){dataLayer.push(arguments);}
250+
gtag('js', new Date());
251+
gtag('config', 'G-JHNCW79FZT', {
252+
'cookie_domain': 'none'
253+
});
254+
</script>
246255
<script>
247256
document.getElementById('currentDate').textContent = new Date().toLocaleDateString('en-GB', {
248257
day: '2-digit', month: 'short', year: 'numeric'

0 commit comments

Comments
 (0)