Blame view

pages/home.html 35 KB
53b83aa9e   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
10
  <!-- <div class="jumbotron text-center">
  	<h1>Home Page</h1>
  	
  	<p>{{ message }}</p>
  </div> -->
  <!-- <div ng-if="checkView"> -->
              <div class="header">
                 <img src="images/white.png" class="logo">
              </div> <!-- CLOSE HEADER -->
              <form name="applicantForm" id="signupForm">
6ca076ad8   Swarn Singh   responsive design...
11
12
13
                 <div class="col-xs-12 col-md-10 col-md-offset-1">
                                 
                    <p class="select-stage">Please select one stage.</p>
53b83aa9e   Palak Handa   first commit
14
15
                    <div class="stage-shadow">
                       <div class="stages card-align">
6ca076ad8   Swarn Singh   responsive design...
16
                          <div class="col-xs-12 col-md-4 no-padding">
53b83aa9e   Palak Handa   first commit
17
                             <div class="card stages-card">
6ca076ad8   Swarn Singh   responsive design...
18
                                <input type="radio" ng-model="data.stage" class="stageRadio" value="Idea" name="Idea" id="ideation" ng-required="Idea" ng-checked="true" checked="true" ng-click="stage(data.stage); stagekeyPress()">
a78dd61bf   Palak Handa   minor chaanges
19
                                <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation">
53b83aa9e   Palak Handa   first commit
20
21
22
23
24
25
                                   <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights">
                                   <div class="card-content f-family">
                                      <p align="center">Idea</p>
                                   </div>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
26
27
28
29
30
31
32
33
                             <div class="clearfix"></div>
                             <div class="cards-content">
                                <p> 
                                   &#x26AC; Have an idea and need execution help?<br>
                                   &#x26AC; Get feedback from mentors<br>
                                   &#x26AC; Validate your idea.
                                </p>
                             </div>
53b83aa9e   Palak Handa   first commit
34
                          </div>
6ca076ad8   Swarn Singh   responsive design...
35
                          <div class="col-xs-12 col-md-4 no-padding-mobile">
53b83aa9e   Palak Handa   first commit
36
                             <div class="card stages-card">
6ca076ad8   Swarn Singh   responsive design...
37
                                <input type="radio"  ng-model="data.stage" class="stageRadio" value="Product" name="Idea" id="Proof" ng-required="Product" ng-click="stage(data.stage); stagekeyPress()">
a78dd61bf   Palak Handa   minor chaanges
38
                                <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof">
53b83aa9e   Palak Handa   first commit
39
40
41
42
43
44
                                   <img class="stage-img stage-product" src="images/production-stage.png"  alt="Lights">
                                   <div class="card-content f-family">
                                      <p align="center">Product</p>
                                   </div>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
45
46
47
48
49
50
51
52
                             <div class="clearfix"></div>
                             <div class="cards-content">
                                <p>
                                   &#x26AC; Have a prototype and want to take it to next level?<br>
                                   &#x26AC; Advice on fundraising<br>
                                   &#x26AC; Advice on go-to-market strategy
                                </p>
                             </div>
53b83aa9e   Palak Handa   first commit
53
                          </div>
6ca076ad8   Swarn Singh   responsive design...
54
                          <div class="col-xs-12 col-md-4 no-padding">
53b83aa9e   Palak Handa   first commit
55
                             <div class="card stages-card">
6ca076ad8   Swarn Singh   responsive design...
56
                                <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Idea" id="Beta" ng-required="Growth" ng-click="stage(data.stage); stagekeyPress()">
a78dd61bf   Palak Handa   minor chaanges
57
                                <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta">
53b83aa9e   Palak Handa   first commit
58
59
60
61
62
63
                                   <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights">
                                   <div class="card-content f-family">
                                      <p align="center">Growth</p>
                                   </div>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
64
65
66
67
68
69
70
71
                             <div class="clearfix"></div>
                             <div class="cards-content">
                                <p> 
                                   &#x26AC; Have traction and looking to scale up?<br>
                                   &#x26AC; Connect with Series A investors<br>
                                   &#x26AC; Connect and hire top startups
                                </p>
                             </div>
53b83aa9e   Palak Handa   first commit
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
                          </div>
                          <div class="clearfix"></div>
                       </div>
                       <div class="clearfix"></div>
                    </div> <!-- CLOSE STAGE SHADOW -->
                    <div class="form-all">
                       <table style="width: 100%;">
                          <tr>
                             <td>
                                <div class="step-one-form">
                                   <!-- form step 1 -->
                                   <div class="col-xs-12 col-md-6 input-wrapper">
                                      <div id="snackbar">Error ! Please fill in all fields.</div>
                                      <div class="icon-circle-c">
                                         <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
                                      </div>
                                      <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)">
                                   </div>
                                   <div class="col-xs-12 col-md-6 input-wrapper">
                                      <div id="snackbar">Error ! Please fill in all fields.</div>
                                      <div class="icon-circle-d">
                                         <i class="material-icons" style="line-height: 30px;">email</i>
                                      </div>
                                      <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)">
                                      <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
                                      <label  ng-if="check">Email already exist.</label> 
  
                                      <!-- <label class="error-message f-family control-label" id="alreadyExist"  ng-if="check">Email already exist.</label> -->
                                   </div>
                                   <div class="col-xs-12 col-md-6 input-wrapper">
53b83aa9e   Palak Handa   first commit
102
103
104
105
106
107
108
109
                                      <div class="icon-circle-e">
                                         <i class="material-icons" style="line-height: 30px;">phone</i>
                                      </div>
                                      <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)">
                                     <!--  <label class="error-message f-family control-label" id="noExist" " ng-if="numberCheck">Contact Number already exist.</label> -->
                                      <label  ng-if="numberCheck">Contact Number already exist.</label>
                                   </div>
                                   <div class="col-xs-12  col-md-6 input-wrapper f-family">
53b83aa9e   Palak Handa   first commit
110
111
112
113
114
115
116
                                      <div class="icon-circle-f">
                                         <i class="material-icons" style="line-height: 30px;">location_city</i>
                                      </div>
                                      <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;">
                                         <option name="city" selected disabled value="">Choose City</option>
                                         <option value="Ahmedabad">Ahmedabad</option>
                                         <option value="Bangalore">Bangalore</option>
6ae8d3cdd   Palak Handa   add new module
117
                                         <option value="NCR">Delhi-NCR</option>
53b83aa9e   Palak Handa   first commit
118
119
120
121
122
123
                                         <option value="Hyderabad">Hyderabad</option>
                                         <option value="Jaipur">Jaipur</option>
                                         <option value="Mumbai">Mumbai</option>
                                         <option value="Pune">Pune</option>
                                         <option value="Indore">Indore</option>
                                         <option value="Chandigarh">Chandigarh</option>
6ae8d3cdd   Palak Handa   add new module
124
                                         <option value="anyOther">Any other</option>
53b83aa9e   Palak Handa   first commit
125
126
127
                                      </select>
                                   </div>
                                   <div class="clearfix"></div>
6ca076ad8   Swarn Singh   responsive design...
128
                                   <div class="col-xs-12 text-right">
53b83aa9e   Palak Handa   first commit
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
                                      <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" ng-click="next()">
                                      Next
                                      </button>
                                   </div>
                                </div>
                                <!-- close step-one-form -->
                             </td>
                          </tr>
                       </table>
                    </div><!-- CLOSE form-all -->   
                    <div class="step-two-form" ng-show="infoForm">
                       <div class="sectors-card">
                          <div class="icon-circle-b">
                             <i class="material-icons" style="line-height: 31px;">open_with</i>
                          </div>
                          <div class="sector-question">
6ca076ad8   Swarn Singh   responsive design...
145
                             <div class="col-xs-12 font f-family">
53b83aa9e   Palak Handa   first commit
146
147
148
149
150
151
                                To which sector would you relate your company?                            
                             </div>
                             <div class="clearfix"></div>
                          </div>
                          <div class="clearfix" style="height:15px;"></div>
                          <div class="sector-align">
6ca076ad8   Swarn Singh   responsive design...
152
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
153
154
155
156
157
158
                                <label class="card-small">
                                <input type="radio" required value="retail" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/retail.png">
                                <label class="f-family">Retail</label>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
159
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
160
161
162
163
164
165
                                <label class="card-small">
                                <input type="radio" required value="travel" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/transport.png">
                                <label class="f-family">Travel</label>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
166
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
167
168
169
170
171
172
                                <label class="card-small">
                                <input type="radio" required value="b2b commerce" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/paymens.png">
                                <label class="f-family">B2B commerce</label>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
173
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
174
175
176
177
178
179
                                <label class="card-small">
                                <input type="radio" required value="agritech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/food.png">
                                <label class="f-family">Agritech</label>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
180
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
181
182
183
184
185
186
                                <label class="card-small">
                                <input type="radio" required value="fintech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/online_media.png">
                                <label class="f-family">Fintech</label>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
187
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
188
189
190
191
192
193
                                <label class="card-small">
                                <input type="radio" required value="hyperlocal services" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/hardware.png">
                                <label class="f-family">Hyperlocal services</label>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
194
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
195
196
197
198
199
200
                                <label class="card-small">
                                <input type="radio" required value="education" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/education.png">
                                <label class="f-family">Education</label>
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
201
                             <div class="col-xs-6 col-md-3">
53b83aa9e   Palak Handa   first commit
202
203
204
205
206
207
208
209
210
                                <label class="card-small">
                                <input type="radio" required value="rural" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
                                <img src="images/RURAL_ICON.png">
                                <label class="f-family">Rural</label>
                                </label>
                             </div>
                          </div>
                          <div class="clearfix"></div>
                       </div> <!-- CLOSE sectors-card -->
6ca076ad8   Swarn Singh   responsive design...
211
                       <div class="col-xs-11 col-md-12 f-family line-adjust">
53b83aa9e   Palak Handa   first commit
212
213
214
215
216
217
218
219
220
                          <strong>What technology are you using in the product?</strong>
                          <p class="line-space" >Please explain in detail the technologies that you are using or plan to use in the product?</p>
                       </div>
                       <div class="col-xs-12 col-md-12 input-wrapper">
                          <div class="icon-circle-h">
                             <i class="material-icons" style="line-height: 30px;">phone_android</i>
                          </div>
                          <input type="text" class="text-input" ng-model="data.technology" placeholder="Technology" ng-change="entertechnology(data.technology); technologykeyPress(data.technology)" required>
                       </div>
6ca076ad8   Swarn Singh   responsive design...
221
                       <div class="col-xs-11 col-md-12 f-family line-adjust">
53b83aa9e   Palak Handa   first commit
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
                          <strong>Tell us about the problem that your company is trying to address. </strong>
                          <p class="line-space" ></p>
                       </div>
                       <div class="col-xs-12 col-md-12 input-wrapper">
                          <div class="icon-circle-i">
                             <i class="material-icons" style="line-height: 30px;">report_problem</i>
                          </div>
                          <textarea name="Problem" class="text-input textarea" ng-model="data.problem" placeholder="Problem" ng-change="enterproblem(data.problem); problemkeyPress(data.problem)" required></textarea>
                       </div>
                       <div class="col-xs-12 col-md-12 f-family line-adjust">
                          <strong>Tell us about the solution that your product/company has come up with.</strong>
                          <p class="line-space" ></p>
                       </div>
                       <div class="col-xs-12 col-md-12 input-wrapper">
                          <div class="icon-circle-j">
                             <i class="material-icons" style="line-height: 30px;">help</i>
                          </div>
                          <textarea name="solution" class="text-input textarea" ng-model="data.solution" placeholder="Solution" ng-change="entersolution(data.solution); solutionkeyPress(data.solution)" required></textarea>
                       </div>
                       <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="businessmodel">
                          <strong>What is your business model?</strong>
                          <p class="line-space" >How do you plan to make money?</p>
                       </div>
                       <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="businessmodel">
                          <div class="icon-circle-p">
                             <i class="material-icons" style="line-height: 30px;">business_center</i>
                          </div>
                          <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;">
                             <option selected disabled value="">Business Model</option>
                             <option value="B2B">B2B</option>
                             <option value="B2C">B2C</option>
                             <option value="B2G">B2G</option>
                          </select>
                       </div>
                       <div class="clearfix"></div>
                       <!-- **************************For Quiz All About Input********************** -->
                       <div class="question-shadow">
                          <div class="icon-circle-x">
                             <i class="material-icons" style="line-height: 30px;">question_answer</i>
                          </div>
                          <div class="sector-question">
                             <div class="col-xs-12 font f-family">
                                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.
                             </div>
                             <div class="clearfix"></div>
                          </div>
                          <div class="stages q-card-align">
                             <div class="col-sm-8 group">
                                <input type="text" class="text-input" ng-model="data.question1" name="snpid" placeholder="Question1" ng-change="abc(); questionkeyPress(data.question1)" required> 
                                <span class="highlight"></span>
                                <span class="bar"></span>
                             </div>
                             <div class="col-sm-3 col-md-offset-1">
                                <select class="drop-down" ng-model="data.typeQ1" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
                                   <option value="typeQ1">Select</option>
                                   <option>Sales</option>
                                   <option>Marketing</option>
                                   <option>Technology</option>
                                   <option>Scale</option>
                                   <option>Fund-raising</option>
                                   <option>Go-to-market strategy</option>
                                   <option>Team/hiring issues</option>
                                   <option>Emotional/personal issues</option>
                                   <option>Any other</option>
                                </select>
                             </div>
                             <div class="col-sm-8 group">
                                <input type="text" class="text-input" ng-model="data.question2" name="snpid" placeholder="Question2" ng-change="abc(); questionkeyPress(data.question2)" required> 
                                <span class="highlight"></span>
                                <span class="bar"></span>
                             </div>
                             <div class="col-sm-3 col-md-offset-1">
                                <select class="drop-down" ng-model="data.typeQ2" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
                                   <option value="typeQ2">Select</option>
                                   <option>Sales</option>
                                   <option>Marketing</option>
                                   <option>Technology</option>
                                   <option>Scale</option>
                                   <option>Fund-raising</option>
                                   <option>Go-to-market strategy</option>
                                   <option>Team/hiring issues</option>
                                   <option>Emotional/personal issues</option>
                                   <option>Any other</option>
                                </select>
                             </div>
                             <div class="col-sm-8 group">
                                <input type="text" class="text-input" ng-model="data.question3" name="snpid" placeholder="Question3" ng-change="abc(); questionkeyPress(data.question3)" required> 
                                <span class="highlight"></span>
                                <span class="bar"></span>
                             </div>
                             <div class="col-sm-3 col-md-offset-1">
                                <select class="drop-down" ng-model="data.typeQ3" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
                                   <option value="typeQ3">Select</option>
                                   <option>Sales</option>
                                   <option>Marketing</option>
                                   <option>Technology</option>
                                   <option>Scale</option>
                                   <option>Fund-raising</option>
                                   <option>Go-to-market strategy</option>
                                   <option>Team/hiring issues</option>
                                   <option>Emotional/personal issues</option>
                                   <option>Any other</option>
                                </select>
                             </div>
                             <div class="col-sm-8 group">
                                <input type="text" class="text-input" ng-model="data.question4" name="snpid" placeholder="Question4" ng-change="abc(); questionkeyPress(data.question4)" required> 
                                <span class="highlight"></span>
                                <span class="bar"></span>
                             </div>
                             <div class="col-sm-3 col-md-offset-1">
                                <select class="drop-down" ng-model="data.typeQ4" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
                                   <option value="typeQ4">Select</option>
                                   <option>Sales</option>
                                   <option>Marketing</option>
                                   <option>Technology</option>
                                   <option>Scale</option>
                                   <option>Fund-raising</option>
                                   <option>Go-to-market strategy</option>
                                   <option>Team/hiring issues</option>
                                   <option>Emotional/personal issues</option>
                                   <option>Any other</option>
                                </select>
                             </div>
                             <div class="col-sm-8 group">
                                <input type="text" class="text-input" ng-model="data.question5" name="snpid" placeholder="Question5" ng-change="abc(); questionkeyPress(data.question5)" required> 
                                <span class="highlight"></span>
                                <span class="bar"></span>
                             </div>
                             <div class="col-sm-3 col-md-offset-1">
                                <select class="drop-down" ng-model="data.typeQ5" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
                                   <option value="typeQ5">Select</option>
                                   <option>Sales</option>
                                   <option>Marketing</option>
                                   <option>Technology</option>
                                   <option>Scale</option>
                                   <option>Fund-raising</option>
                                   <option>Go-to-market strategy</option>
                                   <option>Team/hiring issues</option>
                                   <option>Emotional/personal issues</option>
                                   <option>Any other</option>
                                </select>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
364
                             <div class="clearfix"></div>
53b83aa9e   Palak Handa   first commit
365
366
367
368
369
                          </div>
                          <div class="clearfix"></div>
                       </div> <!--CLOSE question-shadow  -->
                       <div class="clearfix"></div>
                          <!-- **************************CLOSE QUIZ FORM********************** -->
6ca076ad8   Swarn Singh   responsive design...
370
371
                       <div class="hideform" ng-if="prototyp">
                          <div class="col-xs-12 col-md-12 f-family line-adjust">
53b83aa9e   Palak Handa   first commit
372
373
374
                             <strong>Do you have a prototype ready?</strong>
                             <p class="line-space" >If yes, please share the link to demo/website/application</p>
                          </div>
6ca076ad8   Swarn Singh   responsive design...
375
376
                          <div class="col-xs-12 col-md-12 input-wrapper" ng-if="prototyp">
                             <div class="icon-circle-k">
53b83aa9e   Palak Handa   first commit
377
378
379
380
381
382
383
384
                                <i class="material-icons" style="line-height: 30px;">device_hub</i>
                             </div>
                             <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>
                          </div>
                          <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="market">
                             <strong>What is your go-to-market strategy?</strong>
                             <p class="line-space" ></p>
                          </div>
6ca076ad8   Swarn Singh   responsive design...
385
386
                          <div class="col-xs-12 col-md-12 input-wrapper" ng-if="market">
                             <div class="icon-circle-l">
53b83aa9e   Palak Handa   first commit
387
388
389
390
391
392
393
394
                                <i class="material-icons" style="line-height: 30px;">multiline_chart</i>
                             </div>
                             <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>
                          </div>
                          <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="risks">
                             <strong>Who are your existing competitors and potential risk factors?</strong>
                             <p class="line-space" ></p>
                          </div>
6ca076ad8   Swarn Singh   responsive design...
395
396
                          <div class="col-xs-12 col-md-12 input-wrapper" ng-if="risks">
                             <div class="icon-circle-m">
53b83aa9e   Palak Handa   first commit
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
                                <i class="material-icons" style="line-height: 30px;">smoking_rooms</i>
                             </div>
                             <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>
                          </div>
                          <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="team">
                             <strong>Who all are there in your team?</strong>
                             <p class="line-space" >What are their backgrounds?</p>
                          </div>
                          <div class="col-xs-12 col-md-12 input-wrapper" ng-if="team">
                             <div class="icon-circle-n" ng-if="team">
                                <i class="material-icons" style="line-height: 30px;">games</i>
                             </div>
                             <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>
                          </div>
                          <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="pitch">
                             <strong>Upload the pitch-deck/presentation mentioning the details of the startup.</strong>
                             <p class="line-space" ></p>
                          </div>
6ca076ad8   Swarn Singh   responsive design...
415
416
                          <div class="col-xs-12 col-md-12 input-wrapper" ng-if="pitch">
                             <div class="icon-circle-z">
53b83aa9e   Palak Handa   first commit
417
418
419
420
421
422
423
424
                                <i class="material-icons" style="line-height: 30px;">offline_pin</i>
                             </div>
                             <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)">
                          </div>
                          <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="financials">
                             <strong>Upload the financial projections/funding requirements of your company?</strong>
                             <p class="line-space" ></p>
                          </div>
6ca076ad8   Swarn Singh   responsive design...
425
426
                          <div class="col-xs-12 col-md-12 input-wrapper" ng-if="financials">
                             <div class="icon-circle-q">
53b83aa9e   Palak Handa   first commit
427
428
429
430
431
                                <i class="material-icons" style="line-height: 30px;">timeline</i>
                             </div>
                             <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)">
                          </div>
                           <div class="clearfix"></div>
53b83aa9e   Palak Handa   first commit
432
433
434
435
436
437
438
439
440
441
442
443
444
                       </div>
                       <!-- <div class="clearfix"></div> -->
                       <!-- THIS CODE FOR WHO ARE YOU FORM -->
                       <!-- <div class="row">
                          <div class="col-md-3"></div>
                          <div class="col-md-3"></div>
                          <div class="col-md-3"></div>
                       </div> -->
                       <div class="identity-shadow">
                          <div class="icon-circle-ab">
                             <i class="material-icons" style="line-height: 30px;">perm_identity</i>
                          </div>
                          <div class="identity-question">
93646a5a9   Palak Handa   minor changes
445
                             <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;">
53b83aa9e   Palak Handa   first commit
446
                                <b>Who are you?</b> 
6ae8d3cdd   Palak Handa   add new module
447
                                <p style="color:grey">kindly choose one option.</p>
53b83aa9e   Palak Handa   first commit
448
449
450
451
                             </div>
                             <div class="clearfix"></div>
                          </div>
                          <div class="stages identity-align">
93646a5a9   Palak Handa   minor changes
452
                             <div class="col-xs-12">
6ca076ad8   Swarn Singh   responsive design...
453
454
                                <label class="card-small margin-right-label">
                                   <input type="radio" required value="student" ng-model="data.identity" class="option-input-a radio-a pull-left" id="studentRadio" ng-change="student(data.identity); studentkeyPress()" name="file" ng-click="show='a'">
53b83aa9e   Palak Handa   first commit
455
                                   <!-- <img src="images/RURAL_ICON.png"> -->
6ca076ad8   Swarn Singh   responsive design...
456
                                   <label class="f-family pull-left width-auto" for="studentRadio">Student</label>
53b83aa9e   Palak Handa   first commit
457
                                </label>
6ca076ad8   Swarn Singh   responsive design...
458
459
                                <label class="card-small margin-right-label">
                                   <input type="radio" required value="others" ng-model="data.identity" class="option-input-a radio-a pull-left" id="othersRadio" ng-change="student(data.identity); studentkeyPress()" name="file" ng-click="show='b'">
53b83aa9e   Palak Handa   first commit
460
                                   <!-- <img src="images/education.png"> -->
6ca076ad8   Swarn Singh   responsive design...
461
                                   <label class="f-family pull-left width-auto" for="othersRadio">Others</label>
53b83aa9e   Palak Handa   first commit
462
463
                                </label>
                             </div>
6ca076ad8   Swarn Singh   responsive design...
464
465
                             <!-- 
                             <div class="col-xs-6" ng-show="show=='a'">
53b83aa9e   Palak Handa   first commit
466
                                <label class="card-small">
93646a5a9   Palak Handa   minor changes
467

6ca076ad8   Swarn Singh   responsive design...
468
                                <input type="file" file-model="data.pic" required id="picture" name="pic" accept="image/*">
53b83aa9e   Palak Handa   first commit
469
                                </label>
6ae8d3cdd   Palak Handa   add new module
470
                             </div> -->
53b83aa9e   Palak Handa   first commit
471
472
473
                          </div><!-- CLOSE stages identity-align -->
                          <div class="clearfix"></div>
                       </div><!-- CLOSE identity-shadow -->
6ca076ad8   Swarn Singh   responsive design...
474
                       <div class="col-xs-12 input-wrapper">
6ae8d3cdd   Palak Handa   add new module
475
476
477
                          <div class="icon-circle-h">
                             <i class="material-icons" style="line-height: 30px;">phone_android</i>
                          </div>
6ca076ad8   Swarn Singh   responsive design...
478
479
                          <input  class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code">
                          <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right">Apply</button>
6ae8d3cdd   Palak Handa   add new module
480
481
482
                       </div>
                       
                       <div class="clearfix"></div>
53b83aa9e   Palak Handa   first commit
483
                       <div class="text-center">
6ae8d3cdd   Palak Handa   add new module
484
                          <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="create()">
53b83aa9e   Palak Handa   first commit
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
                       </div>
                    </div> <!-- CLOSE step-two-form -->
                 </div> <!-- col-xs-12 col-md-8 col-md-offset-2 -->
              </form> <!-- CLOSE FORM -->
                 <footer>
                    <img id="footer" class="img-responsive banner">
                    <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center>
                 </footer>
           <!-- </div> CLOSE CHECK VIEW -->
              <div ng-if="verifyView">
                 <div style="margin-bottom: 0px;" class="text-center">
                    <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()">
                    <!-- <button ng-disabled="applicantForm.$invalid">Save</button> -->
                 </div>
              </div>
        </div> <!-- CLOSE NEW-CONTROLLER -->    
        <div id="snacsskbar">Registration done successfully.</div>
6ae8d3cdd   Palak Handa   add new module
502