From 7272112364a38709c14949c1a263839745c4d3ec Mon Sep 17 00:00:00 2001 From: RushilSidhu <49910626+RushilSidhu@users.noreply.github.com> Date: Mon, 6 Jul 2020 13:21:24 -0400 Subject: [PATCH] Index side login panel addition --- index Rushil S Copy.html | 255 +++++++++++++++++++++++++++++++++++++++ js/main.js | 2 +- 2 files changed, 256 insertions(+), 1 deletion(-) create mode 100644 index Rushil S Copy.html diff --git a/index Rushil S Copy.html b/index Rushil S Copy.html new file mode 100644 index 0000000..f3a9a40 --- /dev/null +++ b/index Rushil S Copy.html @@ -0,0 +1,255 @@ + + + + Brancher Influencer Sign Up + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Brancher + + + + + + +
+ +
+ + + + + + +
+ + + +
+ + +
+
+ + + + + + + ... + + + +
+
+ + + +
+
+ + + +
+
+
+
+ + + +
+
+ + + +
+
+ + + + + + + + + + diff --git a/js/main.js b/js/main.js index f9c91cb..abc0983 100644 --- a/js/main.js +++ b/js/main.js @@ -30,7 +30,7 @@ $(document).ready(function() { }); /* Set the width of the side navigation to 250px */ function openNav() { - document.getElementById("mySidenav").style.width = "20%"; + document.getElementById("mySidenav").style.width = "27%"; } /* Set the width of the side navigation to 0 */