Commit 6ae8d3cdd34dbd04f3f96b7080b2c6c0bea9428d

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

add new module

Showing 3 changed files with 777 additions and 694 deletions   Show diff stats
pages/ambassador.html
File was created 1 <!DOCTYPE html>
2 <html>
3 <head>
4 <div style="text-align:center;margin-bottom:3%;">
5 <h4>Startup Ambassador</h4>
6 </div>
7 </head>
8 <body>
9 <div style="text-align:center">
10 <form>
11 Name:
12 <input type="text" name="name" ng-model="data.name">
13 <br><br>
14 Mobile:
15 <input type="text" name="mobile" ng-model="data.mobile">
16 <br><br>
17 Email:
18 <input type="text" name="email" ng-model="data.email">
19 <br><br>
20 <div>
21 <button type="button" class="btn btn-secondary" value="Submit" ng-click="submit()">Submit</button>
22 </div>
23 </form>
24 </div>
25 </body>
26 </html>
1 <!-- <div class="jumbotron text-center"> 1 <!-- <div class="jumbotron text-center">
2 <h1>Home Page</h1> 2 <h1>Home Page</h1>
3 3
4 <p>{{ message }}</p> 4 <p>{{ message }}</p>
5 </div> --> 5 </div> -->
6 <!-- <div ng-if="checkView"> --> 6 <!-- <div ng-if="checkView"> -->
7 <div class="header"> 7 <div class="header">
8 <img src="images/white.png" class="logo"> 8 <img src="images/white.png" class="logo">
9 </div> <!-- CLOSE HEADER --> 9 </div> <!-- CLOSE HEADER -->
10 <form name="applicantForm" id="signupForm"> 10 <form name="applicantForm" id="signupForm">
11 <p style="margin:1% 18% -1%">Please select one stage.</p> 11 <p style="margin:1% 18% -1%">Please select one stage.</p>
12 <div class="col-xs-12 col-md-8 col-md-offset-2"> 12 <div class="col-xs-12 col-md-8 col-md-offset-2">
13 <div class="stage-shadow"> 13 <div class="stage-shadow">
14 <div class="stages card-align"> 14 <div class="stages card-align">
15 <div class="col-xs-12 col-md-4" style="margin: -2px -51px 2px 1px;"> 15 <div class="col-xs-12 col-md-4" style="margin: -2px -51px 2px 1px;">
16 <div class="card stages-card"> 16 <div class="card stages-card">
17 <input type="radio" ng-model="data.stage" class="stageRadio" value="Idea" name="Idea" id="ideation" ng-required="Idea" ng-checked="true" ng-click="stage(data.stage); stagekeyPress()"> 17 <input type="radio" ng-model="data.stage" class="stageRadio" value="Idea" name="Idea" id="ideation" ng-required="Idea" ng-checked="true" ng-click="stage(data.stage); stagekeyPress()">
18 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation"> 18 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation">
19 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights"> 19 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights">
20 <div class="card-content f-family"> 20 <div class="card-content f-family">
21 <p align="center">Idea</p> 21 <p align="center">Idea</p>
22 </div> 22 </div>
23 </label> 23 </label>
24 </div> 24 </div>
25 <p class="content-idea"> 25 <p class="content-idea">
26 &#x26AC; Have an idea and need execution help?<br> 26 &#x26AC; Have an idea and need execution help?<br>
27 &#x26AC; Get feedback from mentors<br> 27 &#x26AC; Get feedback from mentors<br>
28 &#x26AC; Validate your idea. 28 &#x26AC; Validate your idea.
29 </p> 29 </p>
30 </div> 30 </div>
31 <div class="col-xs-12 col-md-4"> 31 <div class="col-xs-12 col-md-4">
32 <div class="card stages-card"> 32 <div class="card stages-card">
33 <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Product" id="Proof" ng-required="Product" ng-click="stage(data.stage); stagekeyPress()"> 33 <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Product" id="Proof" ng-required="Product" ng-click="stage(data.stage); stagekeyPress()">
34 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof"> 34 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof">
35 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights"> 35 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights">
36 <div class="card-content f-family"> 36 <div class="card-content f-family">
37 <p align="center">Product</p> 37 <p align="center">Product</p>
38 </div> 38 </div>
39 </label> 39 </label>
40 </div> 40 </div>
41 <p class="content-product"> 41 <p class="content-product">
42 &#x26AC; Have a prototype and want to take it to next level?<br> 42 &#x26AC; Have a prototype and want to take it to next level?<br>
43 &#x26AC; Advice on fundraising<br> 43 &#x26AC; Advice on fundraising<br>
44 &#x26AC; Advice on go-to-market strategy 44 &#x26AC; Advice on go-to-market strategy
45 </p> 45 </p>
46 </div> 46 </div>
47 <div class="col-xs-12 col-md-4 last-content-card"> 47 <div class="col-xs-12 col-md-4 last-content-card">
48 <div class="card stages-card"> 48 <div class="card stages-card">
49 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage(data.stage); stagekeyPress()"> 49 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage(data.stage); stagekeyPress()">
50 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta"> 50 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta">
51 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights"> 51 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights">
52 <div class="card-content f-family"> 52 <div class="card-content f-family">
53 <p align="center">Growth</p> 53 <p align="center">Growth</p>
54 </div> 54 </div>
55 </label> 55 </label>
56 </div> 56 </div>
57 <p class="content-growth"> 57 <p class="content-growth">
58 &#x26AC; Have traction and looking to scale up?<br> 58 &#x26AC; Have traction and looking to scale up?<br>
59 &#x26AC; Connect with Series A investors<br> 59 &#x26AC; Connect with Series A investors<br>
60 &#x26AC; Connect and hire top startups 60 &#x26AC; Connect and hire top startups
61 </p> 61 </p>
62 </div> 62 </div>
63 <div class="clearfix"></div> 63 <div class="clearfix"></div>
64 </div> 64 </div>
65 <div class="clearfix"></div> 65 <div class="clearfix"></div>
66 </div> <!-- CLOSE STAGE SHADOW --> 66 </div> <!-- CLOSE STAGE SHADOW -->
67 <div class="form-all"> 67 <div class="form-all">
68 <table style="width: 100%;"> 68 <table style="width: 100%;">
69 <tr> 69 <tr>
70 <td> 70 <td>
71 <div class="step-one-form"> 71 <div class="step-one-form">
72 <!-- form step 1 --> 72 <!-- form step 1 -->
73 <div class="col-xs-12 col-md-6 input-wrapper"> 73 <div class="col-xs-12 col-md-6 input-wrapper">
74 <div id="snackbar">Error ! Please fill in all fields.</div> 74 <div id="snackbar">Error ! Please fill in all fields.</div>
75 <div class="icon-circle-c"> 75 <div class="icon-circle-c">
76 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 76 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
77 </div> 77 </div>
78 <input type="text" class="text-input" required ng-model="data.name" placeholder="Startup Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)"> 78 <input type="text" class="text-input" required ng-model="data.name" placeholder="Startup Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)">
79 </div> 79 </div>
80 <div class="col-xs-12 col-md-6 input-wrapper"> 80 <div class="col-xs-12 col-md-6 input-wrapper">
81 <div id="snackbar">Error ! Please fill in all fields.</div> 81 <div id="snackbar">Error ! Please fill in all fields.</div>
82 <div class="icon-circle-d"> 82 <div class="icon-circle-d">
83 <i class="material-icons" style="line-height: 30px;">email</i> 83 <i class="material-icons" style="line-height: 30px;">email</i>
84 </div> 84 </div>
85 <input type="email" name="email" class="text-input" required class="" ng-model="data.email" placeholder="Email Address" ng-blur="emailcheck(data.email)" ng-focus="removeError()" ng-change="enteremail(data.email); emailkeyPress(data.email)"> 85 <input type="email" name="email" class="text-input" required class="" ng-model="data.email" placeholder="Email Address" ng-blur="emailcheck(data.email)" ng-focus="removeError()" ng-change="enteremail(data.email); emailkeyPress(data.email)">
86 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 86 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
87 <label ng-if="check">Email already exist.</label> 87 <label ng-if="check">Email already exist.</label>
88 88
89 <!-- <label class="error-message f-family control-label" id="alreadyExist" ng-if="check">Email already exist.</label> --> 89 <!-- <label class="error-message f-family control-label" id="alreadyExist" ng-if="check">Email already exist.</label> -->
90 </div> 90 </div>
91 <div class="col-xs-12 col-md-6 input-wrapper"> 91 <div class="col-xs-12 col-md-6 input-wrapper">
92 <div class="clearfix" style="margin:12px 0px 0px 0px"></div> 92 <div class="clearfix" style="margin:12px 0px 0px 0px"></div>
93 <div class="icon-circle-e"> 93 <div class="icon-circle-e">
94 <i class="material-icons" style="line-height: 30px;">phone</i> 94 <i class="material-icons" style="line-height: 30px;">phone</i>
95 </div> 95 </div>
96 <input type="number" required class="text-input" ng-model="data.number" placeholder="Mobile No." ng-blur="numbercheck(data.number)" ng-focus="removeNoError()" ng-change="enternumber(data.number); phonekeyPress(data.number)"> 96 <input type="number" required class="text-input" ng-model="data.number" placeholder="Mobile No." ng-blur="numbercheck(data.number)" ng-focus="removeNoError()" ng-change="enternumber(data.number); phonekeyPress(data.number)">
97 <!-- <label class="error-message f-family control-label" id="noExist" " ng-if="numberCheck">Contact Number already exist.</label> --> 97 <!-- <label class="error-message f-family control-label" id="noExist" " ng-if="numberCheck">Contact Number already exist.</label> -->
98 <label ng-if="numberCheck">Contact Number already exist.</label> 98 <label ng-if="numberCheck">Contact Number already exist.</label>
99 </div> 99 </div>
100 <div class="col-xs-12 col-md-6 input-wrapper f-family"> 100 <div class="col-xs-12 col-md-6 input-wrapper f-family">
101 <div class="clearfix" style="margin:12px 0px 0px 0px"></div> 101 <div class="clearfix" style="margin:12px 0px 0px 0px"></div>
102 <div class="icon-circle-f"> 102 <div class="icon-circle-f">
103 <i class="material-icons" style="line-height: 30px;">location_city</i> 103 <i class="material-icons" style="line-height: 30px;">location_city</i>
104 </div> 104 </div>
105 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" required style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;"> 105 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" required style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;">
106 <option name="city" selected disabled value="">Choose City</option> 106 <option name="city" selected disabled value="">Choose City</option>
107 <option value="Ahmedabad">Ahmedabad</option> 107 <option value="Ahmedabad">Ahmedabad</option>
108 <option value="Bangalore">Bangalore</option> 108 <option value="Bangalore">Bangalore</option>
109 <option value="NCR">NCR</option> 109 <option value="NCR">Delhi-NCR</option>
110 <option value="Hyderabad">Hyderabad</option> 110 <option value="Hyderabad">Hyderabad</option>
111 <option value="Jaipur">Jaipur</option> 111 <option value="Jaipur">Jaipur</option>
112 <option value="Mumbai">Mumbai</option> 112 <option value="Mumbai">Mumbai</option>
113 <option value="Pune">Pune</option> 113 <option value="Pune">Pune</option>
114 <option value="Indore">Indore</option> 114 <option value="Indore">Indore</option>
115 <option value="Chandigarh">Chandigarh</option> 115 <option value="Chandigarh">Chandigarh</option>
116 <option value="anyOther">Any other</option>
116 </select> 117 </select>
117 </div> 118 </div>
118 <div class="clearfix"></div> 119 <div class="clearfix"></div>
119 <div style="margin-left: 679px;" class="text-center"> 120 <div style="margin-left: 679px;" class="text-center">
120 <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" ng-click="next()"> 121 <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" ng-click="next()">
121 Next 122 Next
122 </button> 123 </button>
123 </div> 124 </div>
124 </div> 125 </div>
125 <!-- close step-one-form --> 126 <!-- close step-one-form -->
126 </td> 127 </td>
127 </tr> 128 </tr>
128 </table> 129 </table>
129 </div><!-- CLOSE form-all --> 130 </div><!-- CLOSE form-all -->
130 <div class="step-two-form" ng-show="infoForm"> 131 <div class="step-two-form" ng-show="infoForm">
131 <div class="sectors-card"> 132 <div class="sectors-card">
132 <div class="icon-circle-b"> 133 <div class="icon-circle-b">
133 <i class="material-icons" style="line-height: 31px;">open_with</i> 134 <i class="material-icons" style="line-height: 31px;">open_with</i>
134 </div> 135 </div>
135 <div class="sector-question"> 136 <div class="sector-question">
136 <div class="col-xs-8 font f-family"> 137 <div class="col-xs-8 font f-family">
137 To which sector would you relate your company? 138 To which sector would you relate your company?
138 </div> 139 </div>
139 <div class="clearfix"></div> 140 <div class="clearfix"></div>
140 </div> 141 </div>
141 <div class="clearfix" style="height:15px;"></div> 142 <div class="clearfix" style="height:15px;"></div>
142 <div class="sector-align"> 143 <div class="sector-align">
143 <div class="col-xs-8 col-md-3"> 144 <div class="col-xs-8 col-md-3">
144 <label class="card-small"> 145 <label class="card-small">
145 <input type="radio" required value="retail" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 146 <input type="radio" required value="retail" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
146 <img src="images/retail.png"> 147 <img src="images/retail.png">
147 <label class="f-family">Retail</label> 148 <label class="f-family">Retail</label>
148 </label> 149 </label>
149 </div> 150 </div>
150 <div class="col-xs-8 col-md-3"> 151 <div class="col-xs-8 col-md-3">
151 <label class="card-small"> 152 <label class="card-small">
152 <input type="radio" required value="travel" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 153 <input type="radio" required value="travel" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
153 <img src="images/transport.png"> 154 <img src="images/transport.png">
154 <label class="f-family">Travel</label> 155 <label class="f-family">Travel</label>
155 </label> 156 </label>
156 </div> 157 </div>
157 <div class="col-xs-8 col-md-3"> 158 <div class="col-xs-8 col-md-3">
158 <label class="card-small"> 159 <label class="card-small">
159 <input type="radio" required value="b2b commerce" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 160 <input type="radio" required value="b2b commerce" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
160 <img src="images/paymens.png"> 161 <img src="images/paymens.png">
161 <label class="f-family">B2B commerce</label> 162 <label class="f-family">B2B commerce</label>
162 </label> 163 </label>
163 </div> 164 </div>
164 <div class="col-xs-8 col-md-3"> 165 <div class="col-xs-8 col-md-3">
165 <label class="card-small"> 166 <label class="card-small">
166 <input type="radio" required value="agritech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 167 <input type="radio" required value="agritech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
167 <img src="images/food.png"> 168 <img src="images/food.png">
168 <label class="f-family">Agritech</label> 169 <label class="f-family">Agritech</label>
169 </label> 170 </label>
170 </div> 171 </div>
171 <div class="col-xs-8 col-md-3"> 172 <div class="col-xs-8 col-md-3">
172 <label class="card-small"> 173 <label class="card-small">
173 <input type="radio" required value="fintech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 174 <input type="radio" required value="fintech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
174 <img src="images/online_media.png"> 175 <img src="images/online_media.png">
175 <label class="f-family">Fintech</label> 176 <label class="f-family">Fintech</label>
176 </label> 177 </label>
177 </div> 178 </div>
178 <div class="col-xs-8 col-md-3"> 179 <div class="col-xs-8 col-md-3">
179 <label class="card-small"> 180 <label class="card-small">
180 <input type="radio" required value="hyperlocal services" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 181 <input type="radio" required value="hyperlocal services" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
181 <img src="images/hardware.png"> 182 <img src="images/hardware.png">
182 <label class="f-family">Hyperlocal services</label> 183 <label class="f-family">Hyperlocal services</label>
183 </label> 184 </label>
184 </div> 185 </div>
185 <div class="col-xs-8 col-md-3"> 186 <div class="col-xs-8 col-md-3">
186 <label class="card-small"> 187 <label class="card-small">
187 <input type="radio" required value="education" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 188 <input type="radio" required value="education" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
188 <img src="images/education.png"> 189 <img src="images/education.png">
189 <label class="f-family">Education</label> 190 <label class="f-family">Education</label>
190 </label> 191 </label>
191 </div> 192 </div>
192 <div class="col-xs-8 col-md-3"> 193 <div class="col-xs-8 col-md-3">
193 <label class="card-small"> 194 <label class="card-small">
194 <input type="radio" required value="rural" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 195 <input type="radio" required value="rural" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
195 <img src="images/RURAL_ICON.png"> 196 <img src="images/RURAL_ICON.png">
196 <label class="f-family">Rural</label> 197 <label class="f-family">Rural</label>
197 </label> 198 </label>
198 </div> 199 </div>
199 </div> 200 </div>
200 <div class="clearfix"></div> 201 <div class="clearfix"></div>
201 </div> <!-- CLOSE sectors-card --> 202 </div> <!-- CLOSE sectors-card -->
202 <div class="col-xs-12 col-md-12 f-family line-adjust"> 203 <div class="col-xs-12 col-md-12 f-family line-adjust">
203 <strong>What technology are you using in the product?</strong> 204 <strong>What technology are you using in the product?</strong>
204 <p class="line-space" >Please explain in detail the technologies that you are using or plan to use in the product?</p> 205 <p class="line-space" >Please explain in detail the technologies that you are using or plan to use in the product?</p>
205 </div> 206 </div>
206 <div class="col-xs-12 col-md-12 input-wrapper"> 207 <div class="col-xs-12 col-md-12 input-wrapper">
207 <div class="icon-circle-h"> 208 <div class="icon-circle-h">
208 <i class="material-icons" style="line-height: 30px;">phone_android</i> 209 <i class="material-icons" style="line-height: 30px;">phone_android</i>
209 </div> 210 </div>
210 <input type="text" class="text-input" ng-model="data.technology" placeholder="Technology" ng-change="entertechnology(data.technology); technologykeyPress(data.technology)" required> 211 <input type="text" class="text-input" ng-model="data.technology" placeholder="Technology" ng-change="entertechnology(data.technology); technologykeyPress(data.technology)" required>
211 </div> 212 </div>
212 <div class="col-xs-12 col-md-12 f-family line-adjust"> 213 <div class="col-xs-12 col-md-12 f-family line-adjust">
213 <strong>Tell us about the problem that your company is trying to address. </strong> 214 <strong>Tell us about the problem that your company is trying to address. </strong>
214 <p class="line-space" ></p> 215 <p class="line-space" ></p>
215 </div> 216 </div>
216 <div class="col-xs-12 col-md-12 input-wrapper"> 217 <div class="col-xs-12 col-md-12 input-wrapper">
217 <div class="icon-circle-i"> 218 <div class="icon-circle-i">
218 <i class="material-icons" style="line-height: 30px;">report_problem</i> 219 <i class="material-icons" style="line-height: 30px;">report_problem</i>
219 </div> 220 </div>
220 <textarea name="Problem" class="text-input textarea" ng-model="data.problem" placeholder="Problem" ng-change="enterproblem(data.problem); problemkeyPress(data.problem)" required></textarea> 221 <textarea name="Problem" class="text-input textarea" ng-model="data.problem" placeholder="Problem" ng-change="enterproblem(data.problem); problemkeyPress(data.problem)" required></textarea>
221 </div> 222 </div>
222 <div class="col-xs-12 col-md-12 f-family line-adjust"> 223 <div class="col-xs-12 col-md-12 f-family line-adjust">
223 <strong>Tell us about the solution that your product/company has come up with.</strong> 224 <strong>Tell us about the solution that your product/company has come up with.</strong>
224 <p class="line-space" ></p> 225 <p class="line-space" ></p>
225 </div> 226 </div>
226 <div class="col-xs-12 col-md-12 input-wrapper"> 227 <div class="col-xs-12 col-md-12 input-wrapper">
227 <div class="icon-circle-j"> 228 <div class="icon-circle-j">
228 <i class="material-icons" style="line-height: 30px;">help</i> 229 <i class="material-icons" style="line-height: 30px;">help</i>
229 </div> 230 </div>
230 <textarea name="solution" class="text-input textarea" ng-model="data.solution" placeholder="Solution" ng-change="entersolution(data.solution); solutionkeyPress(data.solution)" required></textarea> 231 <textarea name="solution" class="text-input textarea" ng-model="data.solution" placeholder="Solution" ng-change="entersolution(data.solution); solutionkeyPress(data.solution)" required></textarea>
231 </div> 232 </div>
232 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="businessmodel"> 233 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="businessmodel">
233 <strong>What is your business model?</strong> 234 <strong>What is your business model?</strong>
234 <p class="line-space" >How do you plan to make money?</p> 235 <p class="line-space" >How do you plan to make money?</p>
235 </div> 236 </div>
236 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="businessmodel"> 237 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="businessmodel">
237 <div class="icon-circle-p"> 238 <div class="icon-circle-p">
238 <i class="material-icons" style="line-height: 30px;">business_center</i> 239 <i class="material-icons" style="line-height: 30px;">business_center</i>
239 </div> 240 </div>
240 <select name="businessmodel" ng-model="data.business" ng-change="enterbusiness(data.business); businesskeyPress(data.business)" required style="background-color: #fff;border-radius: 0; font-size: 12px;"> 241 <select name="businessmodel" ng-model="data.business" ng-change="enterbusiness(data.business); businesskeyPress(data.business)" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
241 <option selected disabled value="">Business Model</option> 242 <option selected disabled value="">Business Model</option>
242 <option value="B2B">B2B</option> 243 <option value="B2B">B2B</option>
243 <option value="B2C">B2C</option> 244 <option value="B2C">B2C</option>
244 <option value="B2G">B2G</option> 245 <option value="B2G">B2G</option>
245 </select> 246 </select>
246 </div> 247 </div>
247 <div class="clearfix"></div> 248 <div class="clearfix"></div>
248 <!-- **************************For Quiz All About Input********************** --> 249 <!-- **************************For Quiz All About Input********************** -->
249 <div class="question-shadow"> 250 <div class="question-shadow">
250 <div class="icon-circle-x"> 251 <div class="icon-circle-x">
251 <i class="material-icons" style="line-height: 30px;">question_answer</i> 252 <i class="material-icons" style="line-height: 30px;">question_answer</i>
252 </div> 253 </div>
253 <div class="sector-question"> 254 <div class="sector-question">
254 <div class="col-xs-12 font f-family"> 255 <div class="col-xs-12 font f-family">
255 You can share the top 5 problems that your startup is facing at the momentโ€“ and we will share those problems with our mentors who will give their feedback on what is the right approach to solve that problem. 256 You can share the top 5 problems that your startup is facing at the momentโ€“ and we will share those problems with our mentors who will give their feedback on what is the right approach to solve that problem.
256 </div> 257 </div>
257 <div class="clearfix"></div> 258 <div class="clearfix"></div>
258 </div> 259 </div>
259 <div class="stages q-card-align"> 260 <div class="stages q-card-align">
260 <div class="col-sm-8 group"> 261 <div class="col-sm-8 group">
261 <input type="text" class="text-input" ng-model="data.question1" name="snpid" placeholder="Question1" ng-change="abc(); questionkeyPress(data.question1)" required> 262 <input type="text" class="text-input" ng-model="data.question1" name="snpid" placeholder="Question1" ng-change="abc(); questionkeyPress(data.question1)" required>
262 <span class="highlight"></span> 263 <span class="highlight"></span>
263 <span class="bar"></span> 264 <span class="bar"></span>
264 </div> 265 </div>
265 <div class="col-sm-3 col-md-offset-1"> 266 <div class="col-sm-3 col-md-offset-1">
266 <select class="drop-down" ng-model="data.typeQ1" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 267 <select class="drop-down" ng-model="data.typeQ1" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
267 <option value="typeQ1">Select</option> 268 <option value="typeQ1">Select</option>
268 <option>Sales</option> 269 <option>Sales</option>
269 <option>Marketing</option> 270 <option>Marketing</option>
270 <option>Technology</option> 271 <option>Technology</option>
271 <option>Scale</option> 272 <option>Scale</option>
272 <option>Fund-raising</option> 273 <option>Fund-raising</option>
273 <option>Go-to-market strategy</option> 274 <option>Go-to-market strategy</option>
274 <option>Team/hiring issues</option> 275 <option>Team/hiring issues</option>
275 <option>Emotional/personal issues</option> 276 <option>Emotional/personal issues</option>
276 <option>Any other</option> 277 <option>Any other</option>
277 </select> 278 </select>
278 </div> 279 </div>
279 <div class="col-sm-8 group"> 280 <div class="col-sm-8 group">
280 <input type="text" class="text-input" ng-model="data.question2" name="snpid" placeholder="Question2" ng-change="abc(); questionkeyPress(data.question2)" required> 281 <input type="text" class="text-input" ng-model="data.question2" name="snpid" placeholder="Question2" ng-change="abc(); questionkeyPress(data.question2)" required>
281 <span class="highlight"></span> 282 <span class="highlight"></span>
282 <span class="bar"></span> 283 <span class="bar"></span>
283 </div> 284 </div>
284 <div class="col-sm-3 col-md-offset-1"> 285 <div class="col-sm-3 col-md-offset-1">
285 <select class="drop-down" ng-model="data.typeQ2" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 286 <select class="drop-down" ng-model="data.typeQ2" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
286 <option value="typeQ2">Select</option> 287 <option value="typeQ2">Select</option>
287 <option>Sales</option> 288 <option>Sales</option>
288 <option>Marketing</option> 289 <option>Marketing</option>
289 <option>Technology</option> 290 <option>Technology</option>
290 <option>Scale</option> 291 <option>Scale</option>
291 <option>Fund-raising</option> 292 <option>Fund-raising</option>
292 <option>Go-to-market strategy</option> 293 <option>Go-to-market strategy</option>
293 <option>Team/hiring issues</option> 294 <option>Team/hiring issues</option>
294 <option>Emotional/personal issues</option> 295 <option>Emotional/personal issues</option>
295 <option>Any other</option> 296 <option>Any other</option>
296 </select> 297 </select>
297 </div> 298 </div>
298 <div class="col-sm-8 group"> 299 <div class="col-sm-8 group">
299 <input type="text" class="text-input" ng-model="data.question3" name="snpid" placeholder="Question3" ng-change="abc(); questionkeyPress(data.question3)" required> 300 <input type="text" class="text-input" ng-model="data.question3" name="snpid" placeholder="Question3" ng-change="abc(); questionkeyPress(data.question3)" required>
300 <span class="highlight"></span> 301 <span class="highlight"></span>
301 <span class="bar"></span> 302 <span class="bar"></span>
302 </div> 303 </div>
303 <div class="col-sm-3 col-md-offset-1"> 304 <div class="col-sm-3 col-md-offset-1">
304 <select class="drop-down" ng-model="data.typeQ3" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 305 <select class="drop-down" ng-model="data.typeQ3" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
305 <option value="typeQ3">Select</option> 306 <option value="typeQ3">Select</option>
306 <option>Sales</option> 307 <option>Sales</option>
307 <option>Marketing</option> 308 <option>Marketing</option>
308 <option>Technology</option> 309 <option>Technology</option>
309 <option>Scale</option> 310 <option>Scale</option>
310 <option>Fund-raising</option> 311 <option>Fund-raising</option>
311 <option>Go-to-market strategy</option> 312 <option>Go-to-market strategy</option>
312 <option>Team/hiring issues</option> 313 <option>Team/hiring issues</option>
313 <option>Emotional/personal issues</option> 314 <option>Emotional/personal issues</option>
314 <option>Any other</option> 315 <option>Any other</option>
315 </select> 316 </select>
316 </div> 317 </div>
317 <div class="col-sm-8 group"> 318 <div class="col-sm-8 group">
318 <input type="text" class="text-input" ng-model="data.question4" name="snpid" placeholder="Question4" ng-change="abc(); questionkeyPress(data.question4)" required> 319 <input type="text" class="text-input" ng-model="data.question4" name="snpid" placeholder="Question4" ng-change="abc(); questionkeyPress(data.question4)" required>
319 <span class="highlight"></span> 320 <span class="highlight"></span>
320 <span class="bar"></span> 321 <span class="bar"></span>
321 </div> 322 </div>
322 <div class="col-sm-3 col-md-offset-1"> 323 <div class="col-sm-3 col-md-offset-1">
323 <select class="drop-down" ng-model="data.typeQ4" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 324 <select class="drop-down" ng-model="data.typeQ4" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
324 <option value="typeQ4">Select</option> 325 <option value="typeQ4">Select</option>
325 <option>Sales</option> 326 <option>Sales</option>
326 <option>Marketing</option> 327 <option>Marketing</option>
327 <option>Technology</option> 328 <option>Technology</option>
328 <option>Scale</option> 329 <option>Scale</option>
329 <option>Fund-raising</option> 330 <option>Fund-raising</option>
330 <option>Go-to-market strategy</option> 331 <option>Go-to-market strategy</option>
331 <option>Team/hiring issues</option> 332 <option>Team/hiring issues</option>
332 <option>Emotional/personal issues</option> 333 <option>Emotional/personal issues</option>
333 <option>Any other</option> 334 <option>Any other</option>
334 </select> 335 </select>
335 </div> 336 </div>
336 <div class="col-sm-8 group"> 337 <div class="col-sm-8 group">
337 <input type="text" class="text-input" ng-model="data.question5" name="snpid" placeholder="Question5" ng-change="abc(); questionkeyPress(data.question5)" required> 338 <input type="text" class="text-input" ng-model="data.question5" name="snpid" placeholder="Question5" ng-change="abc(); questionkeyPress(data.question5)" required>
338 <span class="highlight"></span> 339 <span class="highlight"></span>
339 <span class="bar"></span> 340 <span class="bar"></span>
340 </div> 341 </div>
341 <div class="col-sm-3 col-md-offset-1"> 342 <div class="col-sm-3 col-md-offset-1">
342 <select class="drop-down" ng-model="data.typeQ5" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 343 <select class="drop-down" ng-model="data.typeQ5" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
343 <option value="typeQ5">Select</option> 344 <option value="typeQ5">Select</option>
344 <option>Sales</option> 345 <option>Sales</option>
345 <option>Marketing</option> 346 <option>Marketing</option>
346 <option>Technology</option> 347 <option>Technology</option>
347 <option>Scale</option> 348 <option>Scale</option>
348 <option>Fund-raising</option> 349 <option>Fund-raising</option>
349 <option>Go-to-market strategy</option> 350 <option>Go-to-market strategy</option>
350 <option>Team/hiring issues</option> 351 <option>Team/hiring issues</option>
351 <option>Emotional/personal issues</option> 352 <option>Emotional/personal issues</option>
352 <option>Any other</option> 353 <option>Any other</option>
353 </select> 354 </select>
354 </div> 355 </div>
355 </div> 356 </div>
356 <div class="clearfix"></div> 357 <div class="clearfix"></div>
357 </div> <!--CLOSE question-shadow --> 358 </div> <!--CLOSE question-shadow -->
358 <div class="clearfix"></div> 359 <div class="clearfix"></div>
359 <!-- **************************CLOSE QUIZ FORM********************** --> 360 <!-- **************************CLOSE QUIZ FORM********************** -->
360 <div class="hideform"> 361 <div class="hideform">
361 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="prototyp"> 362 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="prototyp">
362 <strong>Do you have a prototype ready?</strong> 363 <strong>Do you have a prototype ready?</strong>
363 <p class="line-space" >If yes, please share the link to demo/website/application</p> 364 <p class="line-space" >If yes, please share the link to demo/website/application</p>
364 </div> 365 </div>
365 <div class="col-xs-12 col-md-12 input-wrapper"> 366 <div class="col-xs-12 col-md-12 input-wrapper">
366 <div class="icon-circle-k" ng-if="prototyp"> 367 <div class="icon-circle-k" ng-if="prototyp">
367 <i class="material-icons" style="line-height: 30px;">device_hub</i> 368 <i class="material-icons" style="line-height: 30px;">device_hub</i>
368 </div> 369 </div>
369 <textarea name="prototyp" ng-required="prototyp" class="text-input textarea" ng-model="data.prototype" ng-if="prototyp" placeholder="Prototype" ng-change="abc(); prototypekeyPress(data.prototype)"></textarea> 370 <textarea name="prototyp" ng-required="prototyp" class="text-input textarea" ng-model="data.prototype" ng-if="prototyp" placeholder="Prototype" ng-change="abc(); prototypekeyPress(data.prototype)"></textarea>
370 </div> 371 </div>
371 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="market"> 372 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="market">
372 <strong>What is your go-to-market strategy?</strong> 373 <strong>What is your go-to-market strategy?</strong>
373 <p class="line-space" ></p> 374 <p class="line-space" ></p>
374 </div> 375 </div>
375 <div class="col-xs-12 col-md-12 input-wrapper"> 376 <div class="col-xs-12 col-md-12 input-wrapper">
376 <div class="icon-circle-l" ng-if="market"> 377 <div class="icon-circle-l" ng-if="market">
377 <i class="material-icons" style="line-height: 30px;">multiline_chart</i> 378 <i class="material-icons" style="line-height: 30px;">multiline_chart</i>
378 </div> 379 </div>
379 <textarea name="market" ng-required="market" class="text-input textarea" ng-model="data.market" ng-if="market" placeholder="Go to market strategy" ng-change="abc(); marketkeyPress(data.market)"></textarea> 380 <textarea name="market" ng-required="market" class="text-input textarea" ng-model="data.market" ng-if="market" placeholder="Go to market strategy" ng-change="abc(); marketkeyPress(data.market)"></textarea>
380 </div> 381 </div>
381 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="risks"> 382 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="risks">
382 <strong>Who are your existing competitors and potential risk factors?</strong> 383 <strong>Who are your existing competitors and potential risk factors?</strong>
383 <p class="line-space" ></p> 384 <p class="line-space" ></p>
384 </div> 385 </div>
385 <div class="col-xs-12 col-md-12 input-wrapper"> 386 <div class="col-xs-12 col-md-12 input-wrapper">
386 <div class="icon-circle-m" ng-if="risks"> 387 <div class="icon-circle-m" ng-if="risks">
387 <i class="material-icons" style="line-height: 30px;">smoking_rooms</i> 388 <i class="material-icons" style="line-height: 30px;">smoking_rooms</i>
388 </div> 389 </div>
389 <textarea name="risks" ng-required="risks" class="text-input textarea" ng-model="data.risks" ng-if="risks" placeholder="Competition and risks" ng-change="abc(); riskkeyPress(data.risks)"></textarea> 390 <textarea name="risks" ng-required="risks" class="text-input textarea" ng-model="data.risks" ng-if="risks" placeholder="Competition and risks" ng-change="abc(); riskkeyPress(data.risks)"></textarea>
390 </div> 391 </div>
391 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="team"> 392 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="team">
392 <strong>Who all are there in your team?</strong> 393 <strong>Who all are there in your team?</strong>
393 <p class="line-space" >What are their backgrounds?</p> 394 <p class="line-space" >What are their backgrounds?</p>
394 </div> 395 </div>
395 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="team"> 396 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="team">
396 <div class="icon-circle-n" ng-if="team"> 397 <div class="icon-circle-n" ng-if="team">
397 <i class="material-icons" style="line-height: 30px;">games</i> 398 <i class="material-icons" style="line-height: 30px;">games</i>
398 </div> 399 </div>
399 <textarea name="team" ng-required="team" class="text-input textarea" ng-model="data.team" ng-if="team" placeholder="Team" ng-change="abc(); teamkeyPress(data.team)"></textarea> 400 <textarea name="team" ng-required="team" class="text-input textarea" ng-model="data.team" ng-if="team" placeholder="Team" ng-change="abc(); teamkeyPress(data.team)"></textarea>
400 </div> 401 </div>
401 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="pitch"> 402 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="pitch">
402 <strong>Upload the pitch-deck/presentation mentioning the details of the startup.</strong> 403 <strong>Upload the pitch-deck/presentation mentioning the details of the startup.</strong>
403 <p class="line-space" ></p> 404 <p class="line-space" ></p>
404 </div> 405 </div>
405 <div class="col-xs-12 col-md-12 input-wrapper"> 406 <div class="col-xs-12 col-md-12 input-wrapper">
406 <div class="icon-circle-z" ng-if="pitch"> 407 <div class="icon-circle-z" ng-if="pitch">
407 <i class="material-icons" style="line-height: 30px;">offline_pin</i> 408 <i class="material-icons" style="line-height: 30px;">offline_pin</i>
408 </div> 409 </div>
409 <input type="text" ng-required="pitch" class="text-input" ng-model="data.pitch" ng-if="pitch" placeholder="Upload pitch deck" ng-change="abc(); pitchkeyPress(data.pitch)"> 410 <input type="text" ng-required="pitch" class="text-input" ng-model="data.pitch" ng-if="pitch" placeholder="Upload pitch deck" ng-change="abc(); pitchkeyPress(data.pitch)">
410 </div> 411 </div>
411 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="financials"> 412 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="financials">
412 <strong>Upload the financial projections/funding requirements of your company?</strong> 413 <strong>Upload the financial projections/funding requirements of your company?</strong>
413 <p class="line-space" ></p> 414 <p class="line-space" ></p>
414 </div> 415 </div>
415 <div class="col-xs-12 col-md-12 input-wrapper"> 416 <div class="col-xs-12 col-md-12 input-wrapper">
416 <div class="icon-circle-q" ng-if="financials"> 417 <div class="icon-circle-q" ng-if="financials">
417 <i class="material-icons" style="line-height: 30px;">timeline</i> 418 <i class="material-icons" style="line-height: 30px;">timeline</i>
418 </div> 419 </div>
419 <input type="text" name="financials" ng-required="financials" class="text-input" ng-model="data.financials" ng-if="financials" placeholder="Upload financials" ng-change="abc(); financialskeyPress(data.financials)"> 420 <input type="text" name="financials" ng-required="financials" class="text-input" ng-model="data.financials" ng-if="financials" placeholder="Upload financials" ng-change="abc(); financialskeyPress(data.financials)">
420 </div> 421 </div>
421 <div class="clearfix"></div> 422 <div class="clearfix"></div>
422 <div class="clearfix" ng-if="prototyp"></div> 423 <div class="clearfix" ng-if="prototyp"></div>
423 </div> 424 </div>
424 <!-- <div class="clearfix"></div> --> 425 <!-- <div class="clearfix"></div> -->
425 <!-- THIS CODE FOR WHO ARE YOU FORM --> 426 <!-- THIS CODE FOR WHO ARE YOU FORM -->
426 <!-- <div class="row"> 427 <!-- <div class="row">
427 <div class="col-md-3"></div> 428 <div class="col-md-3"></div>
428 <div class="col-md-3"></div> 429 <div class="col-md-3"></div>
429 <div class="col-md-3"></div> 430 <div class="col-md-3"></div>
430 </div> --> 431 </div> -->
431 <div class="identity-shadow"> 432 <div class="identity-shadow">
432 <div class="icon-circle-ab"> 433 <div class="icon-circle-ab">
433 <i class="material-icons" style="line-height: 30px;">perm_identity</i> 434 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
434 </div> 435 </div>
435 <div class="identity-question"> 436 <div class="identity-question">
436 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;"> 437 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;">
437 <b>Who are you?</b> 438 <b>Who are you?</b>
438 <p style="color:grey">kindly choose one option (if you select the student then please upload the Id proof).</p> 439 <p style="color:grey">kindly choose one option.</p>
439 </div> 440 </div>
440 <div class="clearfix"></div> 441 <div class="clearfix"></div>
441 </div> 442 </div>
442 <div class="stages identity-align"> 443 <div class="stages identity-align">
443 <div class="col-xs-12"> 444 <div class="col-xs-12">
444 <label class="card-small"> 445 <label class="card-small">
445 <input type="radio" required value="student" ng-model="data.identity" class="option-input-a radio-a" ng-change="student(data.identity); studentkeyPress()" name="file" ng-click="show='a'"> 446 <input type="radio" required value="student" ng-model="data.identity" class="option-input-a radio-a" ng-change="student(data.identity); studentkeyPress()" name="file" ng-click="show='a'">
446 <!-- <img src="images/RURAL_ICON.png"> --> 447 <!-- <img src="images/RURAL_ICON.png"> -->
447 <label class="f-family">Student</label> 448 <label class="f-family">Student</label>
448 </label> 449 </label>
449 <label class="card-small"> 450 <label class="card-small">
450 <input type="radio" required value="others" ng-model="data.identity" class="option-input-a radio-a" ng-change="student(data.identity); studentkeyPress()" name="file" ng-click="show='b'"> 451 <input type="radio" required value="others" ng-model="data.identity" class="option-input-a radio-a" ng-change="student(data.identity); studentkeyPress()" name="file" ng-click="show='b'">
451 <!-- <img src="images/education.png"> --> 452 <!-- <img src="images/education.png"> -->
452 <label class="f-family">Others</label> 453 <label class="f-family">Others</label>
453 </label> 454 </label>
454 </div> 455 </div>
455 <div class="col-xs-6"> 456 <!-- <div class="col-xs-6">
456 <label class="card-small"> 457 <label class="card-small">
457 458
458 <input type="file" file-model="data.pic" required id="picture" name="pic" accept="image/*" ng-show="show=='a'"> 459 <input type="file" file-model="data.pic" required id="picture" name="pic" accept="image/*" ng-show="show=='a'">
459 </label> 460 </label>
460 </div> 461 </div> -->
461 </div><!-- CLOSE stages identity-align --> 462 </div><!-- CLOSE stages identity-align -->
462 <div class="clearfix"></div> 463 <div class="clearfix"></div>
463 </div><!-- CLOSE identity-shadow --> 464 </div><!-- CLOSE identity-shadow -->
464 465 <div class="col-xs-12 col-md-10 input-wrapper">
466 <div class="icon-circle-h">
467 <i class="material-icons" style="line-height: 30px;">phone_android</i>
468 </div>
469 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code">
470 <button type="button" ng-click="tokenCall(data.referalToken)">Apply</button>
471 </div>
472
473 <div class="clearfix"></div>
474
465 <div class="text-center"> 475 <div class="text-center">
466 <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck||cc" value="Submit" ng-click="create()"> 476 <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="create()">
467 </div> 477 </div>
468 </div> <!-- CLOSE step-two-form --> 478 </div> <!-- CLOSE step-two-form -->
469 </div> <!-- col-xs-12 col-md-8 col-md-offset-2 --> 479 </div> <!-- col-xs-12 col-md-8 col-md-offset-2 -->
470 </form> <!-- CLOSE FORM --> 480 </form> <!-- CLOSE FORM -->
471 <footer> 481 <footer>
472 <img id="footer" class="img-responsive banner"> 482 <img id="footer" class="img-responsive banner">
473 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center> 483 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center>
474 </footer> 484 </footer>
475 <!-- </div> CLOSE CHECK VIEW --> 485 <!-- </div> CLOSE CHECK VIEW -->
476 <div ng-if="verifyView"> 486 <div ng-if="verifyView">
477 <div style="margin-bottom: 0px;" class="text-center"> 487 <div style="margin-bottom: 0px;" class="text-center">
478 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()"> 488 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()">
479 <!-- <button ng-disabled="applicantForm.$invalid">Save</button> --> 489 <!-- <button ng-disabled="applicantForm.$invalid">Save</button> -->
480 </div> 490 </div>
481 </div> 491 </div>
482 </div> <!-- CLOSE NEW-CONTROLLER --> 492 </div> <!-- CLOSE NEW-CONTROLLER -->
483 <div id="snacsskbar">Registration done successfully.</div> 493 <div id="snacsskbar">Registration done successfully.</div>
494
1 // create the module and name it scotchApp 1 // create the module and name it scotchApp
2 var scotchApp = angular.module('scotchApp', ['ngRoute']); 2 var scotchApp = angular.module('scotchApp', ['ngRoute']);
3 3
4 // configure our routes 4 // configure our routes
5 scotchApp.config(function($routeProvider) { 5 scotchApp.config(function($routeProvider) {
6 $routeProvider 6 $routeProvider
7
8 // route for the home page
9 .when('/', {
10 templateUrl: 'pages/home.html',
11 controller: 'mainController'
12 })
13
14 // route for the about page
15 .when('/verification/=:id', {
16 templateUrl: 'pages/verify.html',
17 controller: 'verifyController'
18 })
19
20 // route for the ambassador page
21 .when('/ambassador', {
22 templateUrl: 'pages/ambassador.html',
23 controller: 'ambassadorController'
24 })
25 });
7 26
8 // route for the home page 27 // create the controller and inject Angular's $scope
9 .when('/', { 28 scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope) {
10 templateUrl : 'pages/home.html',
11 controller : 'mainController'
12 })
13 29
14 // route for the about page
15 .when('/verification/=:id', {
16 templateUrl : 'pages/verify.html',
17 controller : 'verifyController'
18 })
19 });
20 30
21 // create the controller and inject Angular's $scope 31
22 scotchApp.controller('mainController', function($scope, $http, $location,$route) { 32 $scope.data = {
23 33 show: true,
24 $scope.data = { 34 hide: false
25 show: true, 35 };
26 hide: false 36
27 }; 37 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
28 38
29 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 39 $scope.max = 100;
30 40 $scope.current = 0;
31 $scope.max = 100; 41 $scope.payingAmnt = 0;
32 $scope.current = 0; 42 if ($scope.data.stage == 'select') {
33 $scope.payingAmnt = 0; 43 console.log("sdsaasd");
34 if ($scope.data.stage == 'select') { 44
35 console.log("sdsaasd");
36
37 }
38
39 $scope.author = 'Swarn Singh';
40 $scope.data = {};
41 //$scope.data.stage = 'idea';
42 //$scope.data.email = '';
43 $scope.check = false;
44 $scope.numberCheck = false;
45 $scope.paymentResult = {};
46 var BASE_URL = "http://0.0.0.0:4001/api";
47 var data ={
48 "amount":$scope.payingAmnt,
49 "currency": "INR",
50 "status": "pending"
51 }
52
53 $scope.removeError = function(){
54 $('#invalidEmail').css('display', 'none');
55 $('#alreadyExist').css('display', 'none');
56 };
57
58 $scope.emailcheck = function(val){
59 //console.log('val', val);
60 if (val == undefined) {
61 $('#invalidEmail').css('display', 'block');
62 }else{
63 $http({
64 method: 'GET',
65 url: BASE_URL+'/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
66 //data: email,
67 headers: {}
68 }).then(function mySuccess(searchResult) {
69 console.log("searchResult1===>",searchResult)
70 if(searchResult.data.length == 0){
71 $scope.check = false;
72 }else{
73 $scope.check = true;
74 $('#alreadyExist').css('display', 'block');
75 }
76 }, function myError(error) {
77 });
78 }
79 };
80
81 $scope.removeNoError = function(){
82 $('#noExist').css('display', 'none');
83 };
84
85 $scope.numbercheck = function(number){
86 $http({
87 method: 'GET',
88 url: BASE_URL+'/applicants?filter={"where": {"phone": {"like":"%25'+number+'%25"}}}',
89 data: $scope.data,
90 headers: {}
91 }).then(function mySuccess(searchResult) {
92 console.log("searchResult===>",searchResult)
93 if(searchResult.data.length == 0){
94 $scope.numberCheck = false;
95 }else{
96 $scope.numberCheck = true;
97 $('#noExist').css('display', 'block');
98 }
99 }, function myError(error) {
100 });
101 };
102
103 /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/
104 $(document).ready(
105 function(){
106 $('input:submit').attr('disabled',true);
107 $('input:file').change(
108 function(){
109 if ($("#picture").val()){
110 $('input:submit').removeAttr('disabled');
111 }
112 else {
113 $('input:submit').attr('disabled',true);
114 }
115 });
116 });
117
118 /*****THIS IS FOR STEP ONE FORM ******/
119 $scope.next = function() {
120 var BASE_URL = "http://0.0.0.0:4001/api";
121 $scope.data.status = null
122 if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
123 var x = document.getElementById("snackbar")
124 x.className = "show";
125 setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);
126 }else if($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) {
127 $scope.infoForm = true;
128 console.log("sdasdasdsa");
129 $scope.data.stage = $scope.data.stage;
130 $scope.detail = {};
131 $scope.data.phone = "+91"+$scope.data.number;
132 $http({
133 method: 'POST',
134 url: BASE_URL+'/information',
135 data: $scope.data,
136 headers: {}
137 }).then(function mySuccess(result) {
138 console.log("result",result)
139 $scope.detail = result;
140 data.applicantId = result.data.id;
141 $scope.userId = result.data.id;
142
143 }, function myError(error) {
144 });
145 }
146
147 }
148
149 /*****THIS IS FOR STEP THREE FORM ******/
150 $scope.create = function() {
151 console.log("$scope.data.identity",$scope.data.identity)
152 /*****PAYMENT WITH 18% GST*****/
153 if($scope.data.stage == "Idea"){
154 console.log("$scope.data",$scope.data)
155 if($scope.data.identity == "student"){
156 $scope.payingAmnt = 59000;
157 }else{
158 $scope.payingAmnt = 118000;
159 }
160 }
161
162 if($scope.data.stage == "Product"){
163 if($scope.data.identity == "student"){
164 $scope.payingAmnt = 59000;
165 }else{
166 $scope.payingAmnt = 118000;
167 }
168 }
169
170 if($scope.data.stage == "Growth"){
171 if($scope.data.identity == "student"){
172 $scope.payingAmnt = 59000;
173 }else{
174 $scope.payingAmnt = 118000;
175 }
176 } 45 }
177 46
47 $scope.author = 'Swarn Singh';
48 $scope.data = {};
49 $scope.data.stage = 'Idea';
50
51 //$scope.data.email = '';
52 $scope.check = false;
53 $scope.numberCheck = false;
54 $scope.tokencheck = false;
55 $scope.paymentResult = {};
56 var BASE_URL = "http://0.0.0.0:4001/api";
57 var data = {
58 "amount": $scope.payingAmnt,
59 "currency": "INR",
60 "status": "pending"
61 }
178 62
179 if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { 63 $scope.removeError = function() {
180 var x = document.getElementById("snackbar") 64 $('#invalidEmail').css('display', 'none');
181 x.className = "show"; 65 $('#alreadyExist').css('display', 'none');
182 setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); 66 };
183 }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { 67
184 68 $scope.emailcheck = function(val) {
185 var BASE_URL = "http://0.0.0.0:4001/api"; 69 //console.log('val', val);
186 70 if (val == undefined) {
187 if($scope.data.identity == "student"){ 71 $('#invalidEmail').css('display', 'block');
188 72 } else {
189 var image = BASE_URL+'/container1s/proof/download/' 73 $http({
190 console.log("image",image) 74 method: 'GET',
191 var image = document.getElementById('picture').files[0]; 75 url: BASE_URL + '/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
192 var imagePath = image.name; 76 //data: email,
193 $scope.NewIamge = image + imagePath; 77 headers: {}
194 $scope.data.pic = $scope.NewIamge; 78 }).then(function mySuccess(searchResult) {
195 var fd = new FormData() 79 console.log("searchResult1===>", searchResult)
196 fd.append('file',image); 80 if (searchResult.data.length == 0) {
197 $http({ 81 $scope.check = false;
198 method:'POST', 82 } else {
199 url: BASE_URL+'/container1s/proof/upload', 83 $scope.check = true;
200 data:fd, 84 $('#alreadyExist').css('display', 'block');
201 transformRequest:angular.identity, 85 }
202 headers:{'Content-Type':undefined} 86 }, function myError(error) {});
203 }).then(function mySuccess(sucessResponse) { 87 }
204 88 };
205 89
206 }, function myError(error) { 90 $scope.removeNoError = function() {
207 }); 91 $('#noExist').css('display', 'none');
208 92 };
209 } 93
210 var BASE_URL = "http://0.0.0.0:4001/api"; 94 $scope.numbercheck = function(number) {
211 console.log("BASE_URL",BASE_URL) 95 $http({
212 $scope.infoForm = true; 96 method: 'GET',
213 console.log("sdasdasdsa"); 97 url: BASE_URL + '/applicants?filter={"where": {"phone": {"like":"%25' + number + '%25"}}}',
214 $scope.data.stage = $scope.data.stage; 98 data: $scope.data,
215 $scope.detail = {}; 99 headers: {}
216 $scope.data.phone = "+91"+$scope.data.number; 100 }).then(function mySuccess(searchResult) {
217 $http({ 101 console.log("searchResult===>", searchResult)
218 method: 'POST', 102 if (searchResult.data.length == 0) {
219 url: BASE_URL+'/applicants', 103 $scope.numberCheck = false;
220 data: $scope.data, 104 } else {
221 headers: {} 105 $scope.numberCheck = true;
222 }).then(function mySuccess(result) { 106 $('#noExist').css('display', 'block');
107 }
108 }, function myError(error) {});
109 };
110
111 $rootScope.tokenCall = function(val) {
112 console.log('val-------->', val);
113 if (val == undefined) {
114 $('#invalidEmail').css('display', 'block');
115 } else {
116 val = val.toUpperCase();
117 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": {"like":"%25' + val + '%25"}}}')
118 .then(function(searchResult) {
119 if (searchResult.data.length == 0) {
120 $scope.tokencheck = false;
121 console.log("kuch ni haiga")
122 } else {
123 console.log("haiga g haiga")
124 $scope.tokencheck = true;
125 // $('#alreadyExist').css('display', 'block');
126 }
127 },function(err){
128 console.log(err)
129 });
223 130
224 console.log("=====result=====",result) 131 }
225 $scope.detail = result; 132 };
226 data.applicantId = result.data.id; 133
227 $scope.userId = result.data.id; 134 /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/
228 console.log("=====data=====",data) 135 $(document).ready(
229 data.amount = $scope.payingAmnt /100; 136 function() {
230 if($scope.detail != null){ 137 $('input:submit').attr('disabled', true);
231 $http({ 138 $('input:file').change(
232 method: 'POST', 139 function() {
233 url: BASE_URL+'/payments', 140 if ($("#picture").val()) {
234 data: data, 141 $('input:submit').removeAttr('disabled');
235 headers: {} 142 } else {
236 }).then(function mySuccess(paymentResult) { 143 $('input:submit').attr('disabled', true);
237 $scope.paymentResult = paymentResult; 144 }
238 }, function myError(error) { 145 });
239 });
240 }
241 var i = 0;
242 var options = {
243 "key": "rzp_test_YwHsVFiDIQ2WUQ",
244 "amount": $scope.payingAmnt,
245
246 "name": "Startup Jalsa",
247 "description":"amount",
248 "currency": "INR",
249 "status": "done",
250
251 "theme": {
252 "color": "#2196f3 ",
253 "image_padding":"NO"
254 },
255 "modal": {
256 "ondismiss": function(){
257 }
258 },
259 "handler": function (response){
260 createPayment(response);
261 }
262 };
263 var rzp1 = new Razorpay(options);
264 rzp1.open();
265 $scope.paymentResponse = {};
266 function createPayment(response){
267 $route.reload();
268 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
269 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
270 $scope.paymentResponse.amount = data.amount;
271 $scope.paymentResponse.currency = "INR";
272 $scope.paymentResponse.status = "captured";
273 $http({
274 method: 'PUT',
275 url: BASE_URL+'/payments/'+$scope.paymentResult.data.id,
276 data: $scope.paymentResponse,
277 headers: {}
278 }).then(function mySuccess(searchResult) {
279 console.log("searchResult",searchResult)
280 $scope.showToastr()
281 //toaster.success("Registration done successfully");
282
283 }, function myError(error) {
284 });
285 }
286
287 }, function myError(error) {
288 }); 146 });
289 } 147
290 148 /*****THIS IS FOR STEP ONE FORM ******/
291 } 149 $scope.next = function() {
292 150 var BASE_URL = "http://0.0.0.0:4001/api";
293 $scope.showToastr = function(){ 151 $scope.data.status = null
294 console.log("called toast") 152 if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
295 var x = document.getElementById("snacsskbar") 153 var x = document.getElementById("snackbar")
296 x.className = "show"; 154 x.className = "show";
297 setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); 155 setTimeout(function() {
298 } 156 x.className = x.className.replace("show", "");
299 157 }, 3000);
300 // $scope.lastpage = function(){ 158 } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) {
301 // console.log("sdasd"); 159 $scope.infoForm = true;
302 // $('.sectors-card').css('display', 'inherit'); 160 console.log("sdasdasdsa");
303 // $('.form-all').css('display', 'inherit'); 161 $scope.data.stage = $scope.data.stage;
304 // $('.submit-button').css('display', 'inherit'); 162 $scope.detail = {};
305 // } 163 $scope.data.phone = "+91" + $scope.data.number;
306 /*kk***This code for change data when click to chooses stages***/ 164 $http({
307 $scope.businessmodel = true; 165 method: 'POST',
308 $scope.Idea =true; 166 url: BASE_URL + '/information',
309 $scope.current = true; 167 data: $scope.data,
310 168 headers: {}
311 $scope.stage = function(stage){ 169 }).then(function mySuccess(result) {
312 // $('.sectors-card').css('display', 'block'); 170 console.log("result", result)
313 // $('.form-all').css('display', 'block'); 171 $scope.detail = result;
314 // $('.identity-shadow').css('display', 'block'); 172 data.applicantId = result.data.id;
315 // $('.step-two-form').css('display', 'block'); 173 $scope.userId = result.data.id;
316 // $('.step-three-form').css('display', 'block'); 174
317 175 }, function myError(error) {});
318 if (stage == 'Idea') { 176 }
319 $scope.current = 10; 177
320 $scope.prototyp = false; 178 }
321 $scope.market = false; 179
322 $scope.risks = false; 180 /*****THIS IS FOR STEP THREE FORM ******/
323 $scope.team = false; 181 $scope.create = function() {
324 $scope.pitch = false; 182 console.log("$scope.data.identity", $scope.data.identity)
325 $scope.financials = false; 183 /*****PAYMENT WITH 18% GST*****/
326 $scope.businessmodel = true; 184 if ($scope.data.stage == "Idea") {
327 // for right content 185 console.log("$scope.data", $scope.data)
328 $scope.Idea =true; 186 $scope.payingAmnt = 59000;
329 $scope.Product =false; 187 }
330 $scope.Growth =false; 188
331 }else if(stage == 'Product') { 189 if ($scope.data.stage == "Product") {
332 $scope.current = 10; 190 $scope.payingAmnt = 118000;
333 $scope.prototyp= true; 191 }
334 $scope.market = true; 192
335 $scope.risks = true; 193 if ($scope.data.stage == "Growth") {
336 $scope.team = true; 194 $scope.payingAmnt = 236000;
337 $scope.pitch = true; 195 }
338 $scope.financials = true; 196
339 $scope.businessmodel = false; 197 if($scope.tokencheck == true){
340 // for right content 198 var amount = $scope.payingAmnt
341 $scope.Idea =false; 199 var discountAmount = (amount * 10)/100
342 $scope.Product =true; 200 $scope.payingAmnt = amount - discountAmount
343 $scope.Growth =false; 201 console.log("finalAmount====>",$scope.payingAmnt)
344 }else if(stage == 'Growth') { 202 }
345 $scope.current = 10; 203
346 $scope.prototyp = true; 204
347 $scope.market = true; 205 if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) {
348 $scope.risks = true; 206 var x = document.getElementById("snackbar")
349 $scope.team = true; 207 x.className = "show";
350 $scope.pitch = true; 208 setTimeout(function() {
351 $scope.financials = true; 209 x.className = x.className.replace("show", "");
352 $scope.businessmodel = false; 210 }, 3000);
353 // for right content 211 } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
354 $scope.Idea =false; 212
355 $scope.Product =false; 213 var BASE_URL = "http://0.0.0.0:4001/api";
356 $scope.Growth =true; 214
357 } 215 // if($scope.data.identity == "student"){
358 } 216
359 217 // var image = BASE_URL+'/container1s/proof/download/'
360 // $scope.sector = function(sector){ 218 // console.log("image",image)
361 // if (sector == 'retail') { 219 // var image = document.getElementById('picture').files[0];
362 // $scope.current = true; 220 // var imagePath = image.name;
363 221 // $scope.NewIamge = image + imagePath;
364 // }else if(sector == 'b2b commerce') { 222 // $scope.data.pic = $scope.NewIamge;
365 // $scope.current = true; 223 // var fd = new FormData()
366 224 // fd.append('file',image);
367 // }else if(sector == 'agritech') { 225 // $http({
368 // $scope.current = true; 226 // method:'POST',
369 227 // url: BASE_URL+'/container1s/proof/upload',
370 // }else if(sector == 'travel') { 228 // data:fd,
371 // $scope.current = true; 229 // transformRequest:angular.identity,
372 230 // headers:{'Content-Type':undefined}
373 // }else if(sector == 'fintech') { 231 // }).then(function mySuccess(sucessResponse) {
374 // $scope.current = true; 232
375 233
376 // }else if(sector == 'hyperlocal services') { 234 // }, function myError(error) {
377 // $scope.current = true; 235 // });
378 236
379 // }else if(sector == 'education') { 237 // }
380 // $scope.current = true; 238 var BASE_URL = "http://0.0.0.0:4001/api";
381 239 console.log("BASE_URL", BASE_URL)
382 // }else if(sector == 'rural') { 240 $scope.infoForm = true;
383 // $scope.current = true; 241 console.log("sdasdasdsa");
384 // } 242 $scope.data.stage = $scope.data.stage;
385 // } 243 $scope.detail = {};
386 // $scope.sector = function(sector){ 244 $scope.data.phone = "+91" + $scope.data.number;
387 // if (sector == 'retail') { 245 $http({
388 // $scope.current = true; 246 method: 'POST',
389 247 url: BASE_URL + '/applicants',
390 // }else if(sector == 'b2b commerce') { 248 data: $scope.data,
391 // $scope.current = true; 249 headers: {}
392 250 }).then(function mySuccess(result) {
393 // }else if(sector == 'agritech') { 251
394 // $scope.current = true; 252 console.log("=====result=====", result)
395 253 $scope.detail = result;
396 // }else if(sector == 'travel') { 254 data.applicantId = result.data.id;
397 // $scope.current = true; 255 $scope.userId = result.data.id;
398 256 console.log("=====data=====", data)
399 // }else if(sector == 'fintech') { 257 data.amount = $scope.payingAmnt / 100;
400 // $scope.current = true; 258 if ($scope.detail != null) {
401 259 $http({
402 // }else if(sector == 'hyperlocal services') { 260 method: 'POST',
403 // $scope.current = true; 261 url: BASE_URL + '/payments',
404 262 data: data,
405 // }else if(sector == 'education') { 263 headers: {}
406 // $scope.current = true; 264 }).then(function mySuccess(paymentResult) {
407 265 $scope.paymentResult = paymentResult;
408 // }else if(sector == 'rural') { 266 }, function myError(error) {});
409 // $scope.current = true; 267 }
410 // } 268 var i = 0;
411 // } 269 var options = {
412 270 "key": "rzp_test_YwHsVFiDIQ2WUQ",
413 // $scope.entername = function(name){ 271 "amount": $scope.payingAmnt,
414 // if (name == undefined) { 272
415 // $scope.current = false; 273 "name": "Startup Jalsa",
416 // }else if (name != undefined){ 274 "description": "amount",
417 // $scope.current = true; 275 "currency": "INR",
418 // } 276 "status": "done",
419 // } 277
420 // $scope.enteremail = function(email){ 278 "theme": {
421 // if (email == undefined) { 279 "color": "#2196f3 ",
422 // $scope.current = false; 280 "image_padding": "NO"
423 // }else if (email != undefined){ 281 },
424 // $scope.current = true; 282 "modal": {
425 // } 283 "ondismiss": function() {}
426 // } 284 },
427 // $scope.enternumber = function(number){ 285 "handler": function(response) {
428 // if (name == undefined) { 286 createPayment(response);
429 // $scope.current = false; 287 }
430 // }else if (name != undefined){ 288 };
431 // $scope.current = true; 289 var rzp1 = new Razorpay(options);
432 // } 290 rzp1.open();
433 // } 291 $scope.paymentResponse = {};
434 // $scope.selectcity = function(city){ 292
435 // console.log("city",city); 293 function createPayment(response) {
436 // if (name == undefined) { 294 $route.reload();
437 // $scope.current = false; 295 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
438 // }else if (name != undefined){ 296 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
439 // $scope.current = true; 297 $scope.paymentResponse.amount = data.amount;
440 // } 298 $scope.paymentResponse.currency = "INR";
441 // } 299 $scope.paymentResponse.status = "captured";
442 // $scope.entertechnology = function(technology){ 300 $http({
443 // console.log("technology",technology); 301 method: 'PUT',
444 // if (name == undefined) { 302 url: BASE_URL + '/payments/' + $scope.paymentResult.data.id,
445 // $scope.current = false; 303 data: $scope.paymentResponse,
446 // }else if (name != undefined){ 304 headers: {}
447 // $scope.current = true; 305 }).then(function mySuccess(searchResult) {
448 // } 306 console.log("searchResult", searchResult)
449 // } 307 $scope.showToastr()
450 // $scope.enterproblem = function(problem){ 308 //toaster.success("Registration done successfully");
451 // console.log("problem",problem); 309
452 // if (name == undefined) { 310 }, function myError(error) {});
453 // $scope.current = false; 311 }
454 // }else if (name != undefined){ 312
455 // $scope.current = true; 313 }, function myError(error) {});
456 // } 314 }
457 // } 315
458 // $scope.entersolution = function(solution){ 316 }
459 // console.log("solution",solution); 317
460 // if (name == undefined) { 318 $scope.showToastr = function() {
461 // $scope.current = false; 319 console.log("called toast")
462 // }else if (name != undefined){ 320 var x = document.getElementById("snacsskbar")
463 // $scope.current = true; 321 x.className = "show";
464 // } 322 setTimeout(function() {
465 // } 323 x.className = x.className.replace("show", "");
466 $scope.enterbusiness = function(business){ 324 }, 3000);
467 console.log("business",business); 325 }
468 if (name == undefined) { 326
469 $scope.current = false; 327 // $scope.lastpage = function(){
470 }else if (name != undefined){ 328 // console.log("sdasd");
471 $scope.current = true; 329 // $('.sectors-card').css('display', 'inherit');
472 } 330 // $('.form-all').css('display', 'inherit');
473 } 331 // $('.submit-button').css('display', 'inherit');
474 /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/ 332 // }
475 $scope.stagekeyPress = function(){ 333 /*kk***This code for change data when click to chooses stages***/
476 $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)'); 334 $scope.businessmodel = true;
477 } 335 $scope.Idea = true;
478 $scope.sectorkeyPress = function(){ 336 $scope.current = true;
479 $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)'); 337
480 } 338 $scope.stage = function(stage) {
481 339 // $('.sectors-card').css('display', 'block');
482 $scope.studentkeyPress = function(){ 340 // $('.form-all').css('display', 'block');
483 $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)'); 341 // $('.identity-shadow').css('display', 'block');
484 } 342 // $('.step-two-form').css('display', 'block');
485 343 // $('.step-three-form').css('display', 'block');
486 $scope.namekeyPress = function(name){ 344
487 console.log("name",name); 345 if (stage == 'Idea') {
488 if (name == undefined) { 346 $scope.current = 10;
489 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)'); 347 $scope.prototyp = false;
490 }else{ 348 $scope.market = false;
491 $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)'); 349 $scope.risks = false;
492 } 350 $scope.team = false;
493 } 351 $scope.pitch = false;
494 $scope.emailkeyPress = function(email){ 352 $scope.financials = false;
495 console.log("email",email); 353 $scope.businessmodel = true;
496 if (email == undefined) { 354 // for right content
497 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)'); 355 $scope.Idea = true;
498 }else{ 356 $scope.Product = false;
499 $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)'); 357 $scope.Growth = false;
500 } 358 } else if (stage == 'Product') {
501 } 359 $scope.current = 10;
502 360 $scope.prototyp = true;
503 361 $scope.market = true;
504 $scope.phonekeyPress = function(number){ 362 $scope.risks = true;
505 console.log("number",number); 363 $scope.team = true;
506 if (number == undefined) { 364 $scope.pitch = true;
507 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)'); 365 $scope.financials = true;
508 }else{ 366 $scope.businessmodel = false;
509 $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)'); 367 // for right content
510 } 368 $scope.Idea = false;
511 } 369 $scope.Product = true;
512 370 $scope.Growth = false;
513 $scope.citykeyPress = function(city){ 371 } else if (stage == 'Growth') {
514 console.log("city",city); 372 $scope.current = 10;
515 if (city == undefined) { 373 $scope.prototyp = true;
516 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)'); 374 $scope.market = true;
517 }else{ 375 $scope.risks = true;
518 $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)'); 376 $scope.team = true;
519 } 377 $scope.pitch = true;
520 } 378 $scope.financials = true;
521 379 $scope.businessmodel = false;
522 $scope.questionkeyPress = function(q){ 380 // for right content
523 if (q == undefined) { 381 $scope.Idea = false;
524 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)'); 382 $scope.Product = false;
525 }else{ 383 $scope.Growth = true;
526 $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)'); 384 }
527 } 385 }
528 } 386
529 387 // $scope.sector = function(sector){
530 $scope.technologykeyPress = function(technology){ 388 // if (sector == 'retail') {
531 if (technology == undefined) { 389 // $scope.current = true;
532 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)'); 390
533 }else{ 391 // }else if(sector == 'b2b commerce') {
534 $('.icon-circle-h').css('background-color', 'rgb(66, 181, 73)'); 392 // $scope.current = true;
535 } 393
536 } 394 // }else if(sector == 'agritech') {
537 $scope.problemkeyPress = function(problem){ 395 // $scope.current = true;
538 if (problem == undefined) { 396
539 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)'); 397 // }else if(sector == 'travel') {
540 }else{ 398 // $scope.current = true;
541 $('.icon-circle-i').css('background-color', 'rgb(66, 181, 73)'); 399
542 } 400 // }else if(sector == 'fintech') {
543 } 401 // $scope.current = true;
544 $scope.solutionkeyPress = function(solution){ 402
545 if (solution == undefined) { 403 // }else if(sector == 'hyperlocal services') {
546 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)'); 404 // $scope.current = true;
547 }else{ 405
548 $('.icon-circle-j').css('background-color', 'rgb(66, 181, 73)'); 406 // }else if(sector == 'education') {
549 } 407 // $scope.current = true;
550 } 408
551 $scope.businesskeyPress = function(business){ 409 // }else if(sector == 'rural') {
552 $('.icon-circle-p').css('background-color', 'rgb(66, 181, 73)'); 410 // $scope.current = true;
553 } 411 // }
554 412 // }
555 $scope.prototypekeyPress = function(prototype){ 413 // $scope.sector = function(sector){
556 if (prototype == undefined) { 414 // if (sector == 'retail') {
557 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)'); 415 // $scope.current = true;
558 }else{ 416
559 $('.icon-circle-k').css('background-color', 'rgb(66, 181, 73)'); 417 // }else if(sector == 'b2b commerce') {
560 } 418 // $scope.current = true;
561 } 419
562 420 // }else if(sector == 'agritech') {
563 $scope.marketkeyPress = function(market){ 421 // $scope.current = true;
564 if (market == undefined) { 422
565 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)'); 423 // }else if(sector == 'travel') {
566 }else{ 424 // $scope.current = true;
567 $('.icon-circle-l').css('background-color', 'rgb(66, 181, 73)'); 425
568 } 426 // }else if(sector == 'fintech') {
569 } 427 // $scope.current = true;
570 428
571 $scope.riskkeyPress = function(risk){ 429 // }else if(sector == 'hyperlocal services') {
572 if (risk == undefined) { 430 // $scope.current = true;
573 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)'); 431
574 }else{ 432 // }else if(sector == 'education') {
575 $('.icon-circle-m').css('background-color', 'rgb(66, 181, 73)'); 433 // $scope.current = true;
576 } 434
577 } 435 // }else if(sector == 'rural') {
578 436 // $scope.current = true;
579 $scope.teamkeyPress = function(team){ 437 // }
580 if (team == undefined) { 438 // }
581 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)'); 439
582 }else{ 440 // $scope.entername = function(name){
583 $('.icon-circle-n').css('background-color', 'rgb(66, 181, 73)'); 441 // if (name == undefined) {
584 } 442 // $scope.current = false;
585 } 443 // }else if (name != undefined){
586 444 // $scope.current = true;
587 $scope.pitchkeyPress = function(pitch){ 445 // }
588 if (pitch == undefined) { 446 // }
589 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)'); 447 // $scope.enteremail = function(email){
590 }else{ 448 // if (email == undefined) {
591 $('.icon-circle-z').css('background-color', 'rgb(66, 181, 73)'); 449 // $scope.current = false;
592 } 450 // }else if (email != undefined){
593 } 451 // $scope.current = true;
594 452 // }
595 $scope.financialskeyPress = function(financial){ 453 // }
596 console.log("financial",financial); 454 // $scope.enternumber = function(number){
597 if (financial == undefined) { 455 // if (name == undefined) {
598 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)'); 456 // $scope.current = false;
599 }else{ 457 // }else if (name != undefined){
600 $('.icon-circle-q').css('background-color', 'rgb(66, 181, 73)'); 458 // $scope.current = true;
601 } 459 // }
602 } 460 // }
603 461 // $scope.selectcity = function(city){
604 // create a message to display in our view 462 // console.log("city",city);
605 // $scope.message = 'Everyone come and see how good I look!'; 463 // if (name == undefined) {
464 // $scope.current = false;
465 // }else if (name != undefined){
466 // $scope.current = true;
467 // }
468 // }
469 // $scope.entertechnology = function(technology){
470 // console.log("technology",technology);
471 // if (name == undefined) {
472 // $scope.current = false;
473 // }else if (name != undefined){
474 // $scope.current = true;
475 // }
476 // }
477 // $scope.enterproblem = function(problem){
478 // console.log("problem",problem);
479 // if (name == undefined) {
480 // $scope.current = false;
481 // }else if (name != undefined){
482 // $scope.current = true;
483 // }
484 // }
485 // $scope.entersolution = function(solution){
486 // console.log("solution",solution);
487 // if (name == undefined) {
488 // $scope.current = false;
489 // }else if (name != undefined){
490 // $scope.current = true;
491 // }
492 // }
493 $scope.enterbusiness = function(business) {
494 console.log("business", business);
495 if (name == undefined) {
496 $scope.current = false;
497 } else if (name != undefined) {
498 $scope.current = true;
499 }
500 }
501 /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/
502 $scope.stagekeyPress = function() {
503 $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)');
504 }
505 $scope.sectorkeyPress = function() {
506 $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)');
507 }
508
509 $scope.studentkeyPress = function() {
510 $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)');
511 }
512
513 $scope.namekeyPress = function(name) {
514 console.log("name", name);
515 if (name == undefined) {
516 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)');
517 } else {
518 $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)');
519 }
520 }
521 $scope.emailkeyPress = function(email) {
522 console.log("email", email);
523 if (email == undefined) {
524 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)');
525 } else {
526 $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)');
527 }
528 }
529
530
531 $scope.phonekeyPress = function(number) {
532 console.log("number", number);
533 if (number == undefined) {
534 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)');
535 } else {
536 $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)');
537 }
538 }
539
540 $scope.citykeyPress = function(city) {
541 console.log("city", city);
542 if (city == undefined) {
543 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)');
544 } else {
545 $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)');
546 }
547 }
548
549 $scope.questionkeyPress = function(q) {
550 if (q == undefined) {
551 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)');
552 } else {
553 $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)');
554 }
555 }