From e5cd7829261b96ec38999aa9f220f2e4e92765bb Mon Sep 17 00:00:00 2001 From: INDRANIL SARMAH Date: Thu, 1 Oct 2020 14:28:52 +0530 Subject: [PATCH 1/3] Updated style.css --- styles/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index de24196..760131a 100644 --- a/styles/style.css +++ b/styles/style.css @@ -2,7 +2,9 @@ that's no easy feat due to all the different files, let's just keep it here. */ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,300); - +table{ +border:1px solid black; +} body { font: 16px "Open Sans", "Helvetica Neue", helvetica, sans-serif; font-weight: normal; From 905ed6a09d3a72c12a4c7f90b96073fd98e7a83a Mon Sep 17 00:00:00 2001 From: INDRANIL SARMAH Date: Thu, 1 Oct 2020 14:32:00 +0530 Subject: [PATCH 2/3] Removed Script content and added to b.js --- code.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/code.html b/code.html index 214e065..e8042ac 100644 --- a/code.html +++ b/code.html @@ -10,11 +10,6 @@
- Cool, now we have a basic calculator. How can we turn this up to eleven and make a computer?
@@ -83,15 +78,7 @@
- source code - donate - contact From 3ff654309cd2f0910db345384b7974550941fdaf Mon Sep 17 00:00:00 2001 From: INDRANIL SARMAH Date: Thu, 1 Oct 2020 14:32:47 +0530 Subject: [PATCH 3/3] Create b.js The script inside code.html --- b.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 b.js diff --git a/b.js b/b.js new file mode 100644 index 0000000..f1bfe38 --- /dev/null +++ b/b.js @@ -0,0 +1,7 @@ + (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-55886101-1', 'auto'); + ga('send', 'pageview');