From 22a42aa92a6d105cbd576fdb6455d515e07370eb Mon Sep 17 00:00:00 2001 From: Boshika Tara Date: Fri, 6 Mar 2015 17:35:57 -0800 Subject: [PATCH 1/2] fixed the bugs on the original file --- README.md | 4 ++++ index.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3f7aba --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +js_scroll +========= + +Exercise for the CodingDojo's Javascript course. See the learning platform to see how you should improve the codes. There are several bugs with the codes which are intentional. :) diff --git a/index.html b/index.html new file mode 100644 index 0000000..b3625db --- /dev/null +++ b/index.html @@ -0,0 +1,55 @@ + + + Javascript Demo + + + + + Coding is
+ + + + + + \ No newline at end of file From 1141b20139915b48fdb3189dfa1c036a9d3f599e Mon Sep 17 00:00:00 2001 From: Boshika Tara Date: Fri, 6 Mar 2015 17:44:18 -0800 Subject: [PATCH 2/2] update --- index.html | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index b3625db..58dc11c 100644 --- a/index.html +++ b/index.html @@ -25,28 +25,32 @@