From d2a585ee017fd2f3fc8766496e564c6345c064c6 Mon Sep 17 00:00:00 2001 From: Bahauddin Aziz Date: Tue, 1 Oct 2019 01:58:19 +0530 Subject: [PATCH 1/2] Resolved the issue #25 "links on cart page" --- Cart.html | 6 ++++-- Cart.js | 2 ++ index.js | 7 ++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cart.html b/Cart.html index fc8bd83..9f06e98 100644 --- a/Cart.html +++ b/Cart.html @@ -44,13 +44,15 @@
-
+
Continue Shopping
-
+
+ Proceed to Checkout +
diff --git a/Cart.js b/Cart.js index caa8919..07b9c89 100644 --- a/Cart.js +++ b/Cart.js @@ -216,3 +216,5 @@ let loadItems = () =>{ }); } + + \ No newline at end of file diff --git a/index.js b/index.js index da52a7f..691316c 100644 --- a/index.js +++ b/index.js @@ -125,5 +125,10 @@ let loadItems = () =>{ AddListeners(); }); // console.log("hello i am out ") - + function Payment() + { + console.log("botton clicked"); + } } + + From fded36c4fb2a346e36d359bad1118559d2968f14 Mon Sep 17 00:00:00 2001 From: Bahauddin Aziz Date: Tue, 1 Oct 2019 02:10:59 +0530 Subject: [PATCH 2/2] Padding added to the bottom issue #24 resolved --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index b0a1830..6329547 100644 --- a/index.css +++ b/index.css @@ -436,6 +436,7 @@ header{ font-weight: lighter; font-size: 1.6rem; letter-spacing: 2px; + padding-bottom: 30px; } /*----------------------------------------------FOOTER------------------------------------------------*/ footer{