Commit 5c4d9622d922adc860f433844ec004dd918ba87b

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

modify

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