From 3674cc885d81f8def4d219ccb343094f2d780280 Mon Sep 17 00:00:00 2001 From: Harshit Gupta Date: Sat, 24 Jul 2021 00:42:26 +0530 Subject: [PATCH 1/6] resume link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1c74a9d..313a2ff 100644 --- a/index.html +++ b/index.html @@ -222,7 +222,7 @@ - + From d1bc172942abea1968c93d564455d6d9a297ee07 Mon Sep 17 00:00:00 2001 From: Harshit Gupta Date: Wed, 28 Jul 2021 16:00:48 +0530 Subject: [PATCH 2/6] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 313a2ff..6d2bbbf 100644 --- a/index.html +++ b/index.html @@ -199,7 +199,7 @@
Home Automation
Card image cap
Rakshak
-

Home security system, Will notify owner if intruder try's to break through door & window.

+

Home security system, Will notify owner if intruder try's to break through door & window.

More Details
From 6986e00574f74c1a8d219d3fd48ec506f19bf5e9 Mon Sep 17 00:00:00 2001 From: Harshit Gupta Date: Wed, 28 Jul 2021 16:03:50 +0530 Subject: [PATCH 3/6] Update styles.css --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index 682401f..f2e1ef2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -406,6 +406,10 @@ a{ line-height: 1.5; } +.rak-space{ + width: 101%; +} + .card-title{ width: 103%; } From d12a879cc5b888ef34cdd848cb496f5ec49bf2da Mon Sep 17 00:00:00 2001 From: Harshit Gupta Date: Sun, 1 Aug 2021 12:56:59 +0530 Subject: [PATCH 4/6] Update app.js --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 7437156..41d8b07 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,6 @@ window.onscroll = ()=> {scrollFunction()}; function scrollFunction() { - // console.log(document.documentElement.scrollTop); if (document.body.scrollTop > 40 || document.documentElement.scrollTop > 40) { document.getElementById("navbar").style.top = "0"; if (document.documentElement.scrollTop > 1784){ From 5fef99d585b856033bca98c1d36cd9d2b274bba7 Mon Sep 17 00:00:00 2001 From: Harshit Gupta Date: Sun, 14 Nov 2021 16:55:09 +0530 Subject: [PATCH 5/6] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..744148b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +harshitgupta.tech \ No newline at end of file From af8ac47ee2ab26462d2fcf4768b27dd1bc819094 Mon Sep 17 00:00:00 2001 From: Harshit Gupta Date: Sat, 6 Aug 2022 15:58:46 +0530 Subject: [PATCH 6/6] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 744148b..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -harshitgupta.tech \ No newline at end of file