diff --git a/pages/registration.html b/pages/registration.html index 7e23304..d332866 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -55,7 +55,7 @@
-
+
diff --git a/script.js b/script.js index 416f4ce..ecf2621 100644 --- a/script.js +++ b/script.js @@ -59,7 +59,7 @@ hide: false }; - var maininvest = new Date("Dec 14, 2017 00:00:00").getTime(); + var maininvest = new Date("Dec 15, 2017 12:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time @@ -511,12 +511,12 @@ if($scope.data.citymeetup == "chandigarh"){ if ($scope.data.stage == "Pitch your Business plan") { console.log("$scope.data", $scope.data) - $scope.ticketAmnt = 3250; + $scope.ticketAmnt = 3500; $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; } if ($scope.data.stage == "Pitch your Startup") { - $scope.ticketAmnt = 3875; + $scope.ticketAmnt = 4250; $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; } @@ -531,12 +531,12 @@ if ($scope.data.stage == "Pitch your Business plan") { console.log("$scope.data", $scope.data) /*add 25%*/ - $scope.ticketAmnt = 1250 ; + $scope.ticketAmnt = 1500 ; $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; } if ($scope.data.stage == "Pitch your Startup") { - $scope.ticketAmnt = 1875; + $scope.ticketAmnt = 2250; $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; }