Commit f8b43c6f8b54592a9fc25119fe49748985c94043

Authored by Palak Handa
1 parent 14eaca52f2
Exists in master and in 1 other branch paytm

design changes

Showing 2 changed files with 38 additions and 38 deletions   Show diff stats
pages/ambassador.html
... ... @@ -18,14 +18,14 @@
18 18 <div class="icon-circle-c">
19 19 <i class="material-icons" style="line-height: 31px;">person</i>
20 20 </div>
21   - <input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); firstNamekeyPress(data.name)">
  21 + <input type="text" class="text-input" required ng-model="data.name" placeholder="Name *" id="myBtn" name="name" ng-change="entername(data.name); firstNamekeyPress(data.name)">
22 22 </div>
23 23 <div class="col-xs-12 col-md-6 input-wrapper" >
24 24 <div id="snackbar">Error ! Please fill in all fields.</div>
25 25 <div class="icon-circle-d">
26 26 <i class="material-icons" style="line-height: 30px;">email</i>
27 27 </div>
28   - <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" placeholder="Email Address" ng-change="enteremail(data.email); emailkeyPress(data.email)">
  28 + <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)">
29 29 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
30 30 <label ng-if="check">Email already exist.</label>
31 31 </div>
... ... @@ -33,7 +33,7 @@
33 33 <div class="icon-circle-e">
34 34 <i class="material-icons" style="line-height: 30px;">phone</i>
35 35 </div>
36   - <input type="text" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.number" placeholder="Mobile No." ng-change="enternumber(data.number); phonekeyPress(data.number)">
  36 + <input type="text" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)">
37 37 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> -->
38 38 <label ng-if="numberCheck">Contact Number already exist.</label>
39 39 </div>
... ... @@ -42,7 +42,7 @@
42 42 <i class="material-icons" style="line-height: 30px;">location_city</i>
43 43 </div>
44 44 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
45   - <option name="city" selected disabled value="">Choose City</option>
  45 + <option name="city" selected disabled value="">Choose City *</option>
46 46 <option value="Ahmedabad">Ahmedabad</option>
47 47 <option value="Bangalore">Bangalore</option>
48 48 <option value="Chennai">Chennai</option>
... ... @@ -61,7 +61,7 @@
61 61 <div class="icon-circle-i">
62 62 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
63 63 </div>
64   - <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required>
  64 + <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required>
65 65 </div>
66 66 <div class="col-xs-12 col-md-6 input-wrapper">
67 67 <div class="icon-circle-z">
... ... @@ -74,7 +74,7 @@
74 74 <i class="material-icons" style="line-height: 30px;">assignment</i>
75 75 </div>
76 76 <select ng-model="data.stage" ng-change="selectechnology(data.stage); fundkeyPress(data.stage)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
77   - <option name="stage" selected disabled value="">Choose Startup Stage</option>
  77 + <option name="stage" selected disabled value="">Choose Startup Stage *</option>
78 78 <option value="Proof of Concept">Proof of Concept</option>
79 79 <option value="Beta Launched">Beta Launched</option>
80 80 <option value="Early Revenues">Early Revenues</option>
... ... @@ -87,13 +87,13 @@
87 87 <i class="material-icons" style="line-height: 30px;">business</i>
88 88 </div>
89 89 <select ng-model="data.business" ng-change="selectechnology(data.business); ideakeyPress(data.business)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
90   - <option name="business" selected disabled value="">Type of business</option>
  90 + <option name="business" selected disabled value="">Type of business *</option>
91 91 <option value="B2B">B2B</option>
92 92 <option value="B2C">B2C</option>
93 93 </select>
94 94 </div>
95 95 <div class="col-xs-12 col-md-12 f-family line-adjust">
96   - <strong>How many founders/teammates will be attending the meetup?</strong>
  96 + <strong>How many founders/teammates will be attending the meetup? *</strong>
97 97 <p class="line-space" ></p>
98 98 </div>
99 99 <div class="col-xs-12 col-md-12 input-wrapper" >
... ... @@ -119,7 +119,7 @@
119 119 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)">
120 120 </div>
121 121 <div class="col-xs-12 col-md-12 f-family line-adjust">
122   - <strong>Give us a brief introduction about your startup.</strong>
  122 + <strong>Give us a brief introduction about your startup. *</strong>
123 123 <p class="line-space" >Kindly write a powerful Twitter Pitch.</p>
124 124 </div>
125 125 <div class="col-xs-12 col-md-12 input-wrapper">
... ... @@ -129,7 +129,7 @@
129 129 <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." maxlength="200" ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea>
130 130 </div>
131 131 <div class="col-xs-12 col-md-12 f-family line-adjust">
132   - <strong>Who are your customers?</strong>
  132 + <strong>Who are your customers? *</strong>
133 133 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to.</p>
134 134 </div>
135 135 <div class="col-xs-12 col-md-12 input-wrapper">
... ... @@ -139,7 +139,7 @@
139 139 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
140 140 </div>
141 141 <div class="col-xs-12 col-md-12 f-family line-adjust">
142   - <strong>What problem you are solving for them?</strong>
  142 + <strong>What problem you are solving for them? *</strong>
143 143 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p>
144 144 </div>
145 145 <div class="col-xs-12 col-md-12 input-wrapper f-family">
... ...
... ... @@ -806,23 +806,23 @@
806 806 // }
807 807 /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/
808 808 $scope.stagekeyPress = function() {
809   - $('.icon-circle-a').css('background-color', 'rgb(92, 198, 208)');
  809 + $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)');
810 810 }
811 811 $scope.sectorkeyPress = function() {
812   - $('.icon-circle-b').css('background-color', 'rgb(92, 198, 208)');
  812 + $('.icon-circle-b').css('background-color', 'rgb(25, 104, 157)');
813 813 }
814 814  
815 815 $scope.productLaunchkeyPress = function() {
816   - $('.icon-circle-ab').css('background-color', 'rgb(92, 198, 208)');
  816 + $('.icon-circle-ab').css('background-color', 'rgb(25, 104, 157)');
817 817 }
818 818  
819 819 $scope.launchPeriodkeyPress = function() {
820   - $('.icon-circle-abc').css('background-color', 'rgb(92, 198, 208)');
  820 + $('.icon-circle-abc').css('background-color', 'rgb(25, 104, 157)');
821 821 }
822 822  
823 823 $scope.industrykeyPress = function(quantity) {
824 824 console.log("fghj",quantity)
825   - $('.icon-circle-abcdefg').css('background-color', 'rgb(92, 198, 208)');
  825 + $('.icon-circle-abcdefg').css('background-color', 'rgb(25, 104, 157)');
826 826 // $scope.addOther = false;
827 827 // $scope.hideSelectBox = true;
828 828 // $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)');
... ... @@ -839,12 +839,12 @@
839 839 if (firstName == undefined) {
840 840 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
841 841 } else {
842   - $('.icon-circle-o').css('background-color', 'rgb(92, 198, 208)');
  842 + $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)');
843 843 }
844 844 }
845 845  
846 846 $scope.amountkeyPress = function() {
847   - $('.icon-circle-bc').css('background-color', 'rgb(92, 198, 208)');
  847 + $('.icon-circle-bc').css('background-color', 'rgb(25, 104, 157)');
848 848 }
849 849  
850 850 $scope.firstNamekeyPress = function(name) {
... ... @@ -852,7 +852,7 @@
852 852 if (name == undefined) {
853 853 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)');
854 854 } else {
855   - $('.icon-circle-c').css('background-color', 'rgb(92, 198, 208)');
  855 + $('.icon-circle-c').css('background-color', 'rgb(25, 104, 157)');
856 856 }
857 857 }
858 858  
... ... @@ -861,7 +861,7 @@
861 861 if (email == undefined) {
862 862 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)');
863 863 } else {
864   - $('.icon-circle-d').css('background-color', 'rgb(92, 198, 208)');
  864 + $('.icon-circle-d').css('background-color', 'rgb(25, 104, 157)');
865 865 }
866 866 }
867 867  
... ... @@ -894,7 +894,7 @@
894 894 if (number == undefined || number == '') {
895 895 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)');
896 896 } else {
897   - $('.icon-circle-e').css('background-color', 'rgb(92, 198, 208)');
  897 + $('.icon-circle-e').css('background-color', 'rgb(25, 104, 157)');
898 898 }
899 899 }
900 900  
... ... @@ -903,7 +903,7 @@
903 903 if (city == undefined) {
904 904 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)');
905 905 } else {
906   - $('.icon-circle-f').css('background-color', 'rgb(92, 198, 208)');
  906 + $('.icon-circle-f').css('background-color', 'rgb(25, 104, 157)');
907 907 }
908 908 }
909 909  
... ... @@ -911,7 +911,7 @@
911 911 if (q == undefined) {
912 912 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)');
913 913 } else {
914   - $('.icon-circle-x').css('background-color', 'rgb(92, 198, 208)');
  914 + $('.icon-circle-x').css('background-color', 'rgb(25, 104, 157)');
915 915 }
916 916 }
917 917  
... ... @@ -919,32 +919,32 @@
919 919 if (technology == undefined || technology == '') {
920 920 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)');
921 921 } else {
922   - $('.icon-circle-h').css('background-color', 'rgb(92, 198, 208)');
  922 + $('.icon-circle-h').css('background-color', 'rgb(25, 104, 157)');
923 923 }
924 924 }
925 925 $scope.companykeyPress = function(problem) {
926 926 if (problem == undefined) {
927 927 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)');
928 928 } else {
929   - $('.icon-circle-i').css('background-color', 'rgb(92, 198, 208)');
  929 + $('.icon-circle-i').css('background-color', 'rgb(25, 104, 157)');
930 930 }
931 931 }
932 932 $scope.productNamekeyPress = function(solution) {
933 933 if (solution == undefined) {
934 934 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)');
935 935 } else {
936   - $('.icon-circle-j').css('background-color', 'rgb(92, 198, 208)');
  936 + $('.icon-circle-j').css('background-color', 'rgb(25, 104, 157)');
937 937 }
938 938 }
939 939 $scope.businesskeyPress = function(business) {
940   - $('.icon-circle-p').css('background-color', 'rgb(92, 198, 208)');
  940 + $('.icon-circle-p').css('background-color', 'rgb(25, 104, 157)');
941 941 }
942 942  
943 943 $scope.websitekeyPress = function(prototype) {
944 944 if (prototype == undefined || prototype == '') {
945 945 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)');
946 946 } else {
947   - $('.icon-circle-k').css('background-color', 'rgb(92, 198, 208)');
  947 + $('.icon-circle-k').css('background-color', 'rgb(25, 104, 157)');
948 948 }
949 949 }
950 950  
... ... @@ -952,7 +952,7 @@
952 952 if (market == undefined || market == '') {
953 953 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)');
954 954 } else {
955   - $('.icon-circle-l').css('background-color', 'rgb(92, 198, 208)');
  955 + $('.icon-circle-l').css('background-color', 'rgb(25, 104, 157)');
956 956 }
957 957 }
958 958  
... ... @@ -960,7 +960,7 @@
960 960 if (risk == undefined || risk == '') {
961 961 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)');
962 962 } else {
963   - $('.icon-circle-m').css('background-color', 'rgb(92, 198, 208)');
  963 + $('.icon-circle-m').css('background-color', 'rgb(25, 104, 157)');
964 964 }
965 965 }
966 966  
... ... @@ -968,7 +968,7 @@
968 968 if (team == undefined || team == '') {
969 969 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)');
970 970 } else {
971   - $('.icon-circle-n').css('background-color', 'rgb(92, 198, 208)');
  971 + $('.icon-circle-n').css('background-color', 'rgb(25, 104, 157)');
972 972 }
973 973 }
974 974  
... ... @@ -976,7 +976,7 @@
976 976 if (pitch == undefined) {
977 977 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)');
978 978 } else {
979   - $('.icon-circle-z').css('background-color', 'rgb(92, 198, 208)');
  979 + $('.icon-circle-z').css('background-color', 'rgb(25, 104, 157)');
980 980 }
981 981 }
982 982  
... ... @@ -984,7 +984,7 @@
984 984 if (discount == undefined) {
985 985 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
986 986 } else {
987   - $('.icon-circle-o').css('background-color', 'rgb(92, 198, 208)');
  987 + $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)');
988 988 }
989 989 }
990 990  
... ... @@ -998,7 +998,7 @@
998 998 if (financial == undefined) {
999 999 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)');
1000 1000 } else {
1001   - $('.icon-circle-q').css('background-color', 'rgb(92, 198, 208)');
  1001 + $('.icon-circle-q').css('background-color', 'rgb(25, 104, 157)');
1002 1002 }
1003 1003 }
1004 1004  
... ... @@ -1007,7 +1007,7 @@
1007 1007 if (financial == undefined) {
1008 1008 $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)');
1009 1009 } else {
1010   - $('.icon-circle-y').css('background-color', 'rgb(92, 198, 208)');
  1010 + $('.icon-circle-y').css('background-color', 'rgb(25, 104, 157)');
1011 1011 }
1012 1012 }
1013 1013  
... ... @@ -1015,7 +1015,7 @@
1015 1015 if (referalToken == undefined || referalToken == '') {
1016 1016 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)');
1017 1017 }else {
1018   - $('.referel-icon').css('background-color', 'rgb(92, 198, 208)');
  1018 + $('.referel-icon').css('background-color', 'rgb(25, 104, 157)');
1019 1019 }
1020 1020 }
1021 1021  
... ... @@ -1304,8 +1304,8 @@
1304 1304 }
1305 1305 var i = 0;
1306 1306 var options = {
1307   - //"key": "rzp_test_YwHsVFiDIQ2WUQ",
1308   - "key": "rzp_live_mkmCb4FkstuWaS",
  1307 + "key": "rzp_test_YwHsVFiDIQ2WUQ",
  1308 + //"key": "rzp_live_mkmCb4FkstuWaS",
1309 1309 "amount": $scope.payingAmnt,
1310 1310  
1311 1311 "name": "Startup Jalsa",
... ...