We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eee32d commit 739a928Copy full SHA for 739a928
resume.html
@@ -243,6 +243,15 @@ <h3 class="text-md font-semibold text-slate-700 mb-2">Early Career Internships &
243
</footer>
244
245
</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>
255
<script>
256
document.getElementById('currentDate').textContent = new Date().toLocaleDateString('en-GB', {
257
day: '2-digit', month: 'short', year: 'numeric'
0 commit comments