diff --git a/pages/ambassador.html b/pages/ambassador.html index 4d9ab06..42fd5ab 100644 --- a/pages/ambassador.html +++ b/pages/ambassador.html @@ -18,14 +18,14 @@
person
- +
Error ! Please fill in all fields.
email
- +
@@ -33,7 +33,7 @@
phone
- + @@ -42,7 +42,7 @@ location_city +
@@ -74,7 +74,7 @@ assignment
- +
- How many founders/teammates will be attending the meetup? + How many founders/teammates will be attending the meetup? *

@@ -119,7 +119,7 @@
- Give us a brief introduction about your startup. + Give us a brief introduction about your startup. *

Kindly write a powerful Twitter Pitch.

@@ -129,7 +129,7 @@
- Who are your customers? + Who are your customers? *

We are looking for a simple and clear answer of who you are selling to.

@@ -139,7 +139,7 @@
- What problem you are solving for them? + What problem you are solving for them? *

We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.

diff --git a/script.js b/script.js index 5ee7fb2..b9f2fbb 100644 --- a/script.js +++ b/script.js @@ -806,23 +806,23 @@ // } /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/ $scope.stagekeyPress = function() { - $('.icon-circle-a').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)'); } $scope.sectorkeyPress = function() { - $('.icon-circle-b').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-b').css('background-color', 'rgb(25, 104, 157)'); } $scope.productLaunchkeyPress = function() { - $('.icon-circle-ab').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-ab').css('background-color', 'rgb(25, 104, 157)'); } $scope.launchPeriodkeyPress = function() { - $('.icon-circle-abc').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-abc').css('background-color', 'rgb(25, 104, 157)'); } $scope.industrykeyPress = function(quantity) { console.log("fghj",quantity) - $('.icon-circle-abcdefg').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-abcdefg').css('background-color', 'rgb(25, 104, 157)'); // $scope.addOther = false; // $scope.hideSelectBox = true; // $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)'); @@ -839,12 +839,12 @@ if (firstName == undefined) { $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-o').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)'); } } $scope.amountkeyPress = function() { - $('.icon-circle-bc').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-bc').css('background-color', 'rgb(25, 104, 157)'); } $scope.firstNamekeyPress = function(name) { @@ -852,7 +852,7 @@ if (name == undefined) { $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-c').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-c').css('background-color', 'rgb(25, 104, 157)'); } } @@ -861,7 +861,7 @@ if (email == undefined) { $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-d').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-d').css('background-color', 'rgb(25, 104, 157)'); } } @@ -894,7 +894,7 @@ if (number == undefined || number == '') { $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-e').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-e').css('background-color', 'rgb(25, 104, 157)'); } } @@ -903,7 +903,7 @@ if (city == undefined) { $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-f').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-f').css('background-color', 'rgb(25, 104, 157)'); } } @@ -911,7 +911,7 @@ if (q == undefined) { $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-x').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-x').css('background-color', 'rgb(25, 104, 157)'); } } @@ -919,32 +919,32 @@ if (technology == undefined || technology == '') { $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-h').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-h').css('background-color', 'rgb(25, 104, 157)'); } } $scope.companykeyPress = function(problem) { if (problem == undefined) { $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-i').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-i').css('background-color', 'rgb(25, 104, 157)'); } } $scope.productNamekeyPress = function(solution) { if (solution == undefined) { $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-j').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-j').css('background-color', 'rgb(25, 104, 157)'); } } $scope.businesskeyPress = function(business) { - $('.icon-circle-p').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-p').css('background-color', 'rgb(25, 104, 157)'); } $scope.websitekeyPress = function(prototype) { if (prototype == undefined || prototype == '') { $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-k').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-k').css('background-color', 'rgb(25, 104, 157)'); } } @@ -952,7 +952,7 @@ if (market == undefined || market == '') { $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-l').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-l').css('background-color', 'rgb(25, 104, 157)'); } } @@ -960,7 +960,7 @@ if (risk == undefined || risk == '') { $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-m').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-m').css('background-color', 'rgb(25, 104, 157)'); } } @@ -968,7 +968,7 @@ if (team == undefined || team == '') { $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-n').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-n').css('background-color', 'rgb(25, 104, 157)'); } } @@ -976,7 +976,7 @@ if (pitch == undefined) { $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-z').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-z').css('background-color', 'rgb(25, 104, 157)'); } } @@ -984,7 +984,7 @@ if (discount == undefined) { $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-o').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)'); } } @@ -998,7 +998,7 @@ if (financial == undefined) { $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-q').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-q').css('background-color', 'rgb(25, 104, 157)'); } } @@ -1007,7 +1007,7 @@ if (financial == undefined) { $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)'); } else { - $('.icon-circle-y').css('background-color', 'rgb(92, 198, 208)'); + $('.icon-circle-y').css('background-color', 'rgb(25, 104, 157)'); } } @@ -1015,7 +1015,7 @@ if (referalToken == undefined || referalToken == '') { $('.referel-icon').css('background-color', 'rgb(102, 102, 102)'); }else { - $('.referel-icon').css('background-color', 'rgb(92, 198, 208)'); + $('.referel-icon').css('background-color', 'rgb(25, 104, 157)'); } } @@ -1304,8 +1304,8 @@ } var i = 0; var options = { - //"key": "rzp_test_YwHsVFiDIQ2WUQ", - "key": "rzp_live_mkmCb4FkstuWaS", + "key": "rzp_test_YwHsVFiDIQ2WUQ", + //"key": "rzp_live_mkmCb4FkstuWaS", "amount": $scope.payingAmnt, "name": "Startup Jalsa",