From 1d5270f5fd052bf7d22565021effad54fc6adc1c Mon Sep 17 00:00:00 2001 From: Shubham Upreti Date: Tue, 14 Dec 2021 22:56:35 +0530 Subject: [PATCH] feat: add dropdown for donation --- index.html | 77 ++++++++++++------- js/blog.js | 82 +++++++++----------- js/navbar.js | 68 ++++++++--------- js/tweets.js | 207 +++++++++++++++++++++++++++++---------------------- 4 files changed, 234 insertions(+), 200 deletions(-) diff --git a/index.html b/index.html index ab756466..9157da1d 100644 --- a/index.html +++ b/index.html @@ -17,42 +17,58 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + (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'); + ga('create', 'UA-17146009-5', 'auto'); + ga('send', 'pageview'); + - + + -
+ -