Commit 5348de778f8a5ca0385ef69159c147b730e565d8

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

design updated

1 *{ 1 {
2 outline: none !important; 2 outline: none !important;
3 } 3 }
4 .header{ 4 .header{
5 width: 100%; 5 width: 100%;
6 padding: 4px 20px; 6 padding: 4px 20px;
7 background-color: #42b549; 7 background-color: #42b549;
8 } 8 }
9 .logo{ 9 .logo{
10 height: 45px; 10 height: 45px;
11 margin-left: 11 margin-left:
12 } 12 }
13 13
14 .hyperColor{ 14 .hyperColor{
15 color: white !important; 15 color: white !important;
16 cursor: pointer !important; 16 cursor: pointer !important;
17 } 17 }
18 .main-heading{ 18 .main-heading{
19 height: 70px; 19 height: 70px;
20 line-height: 70px; 20 line-height: 70px;
21 } 21 }
22 .card{ 22 .card{
23 flex-direction: column; 23 flex-direction: column;
24 background-color: rgb(255,255,255); 24 background-color: rgb(255,255,255);
25 border-radius: 0; 25 border-radius: 0;
26 width: 676px; 26 width: 676px;
27 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 27 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
28 } 28 }
29 .card input{ 29 .card input{
30 display: none; 30 display: none;
31 } 31 }
32 .card .card-content{ 32 .card .card-content{
33 padding: 12px; 33 padding: 12px;
34 font-size: 12px; 34 font-size: 12px;
35 } 35 }
36 .card p{ 36 .card p{
37 margin-top:18px; 37 margin-top:18px;
38 margin-right:4px ; 38 margin-right:4px ;
39 margin-bottom:-5px; 39 margin-bottom:-5px;
40 /*margin-left:13px;*/ 40 /*margin-left:13px;*/
41 41
42 font-family: montserrat, arial, verdana; 42 font-family: montserrat, arial, verdana;
43 font-weight: normal; 43 font-weight: normal;
44 font-size: 12px; 44 font-size: 12px;
45 } 45 }
46 .card .thumbnail{ 46 .card .thumbnail{
47 padding: 15px 30px 1px 28px; 47 padding: 15px 30px 1px 28px;
48 border: 0; 48 border: 0;
49 border-radius: 0px !important; 49 border-radius: 0px !important;
50 } 50 }
51 .video-wrapper{ 51 .video-wrapper{
52 padding: 16px 0; 52 padding: 16px 0;
53 } 53 }
54 .stageRadio:checked+label{ 54 .stageRadio:checked+label{
55 background-color: #42b549; 55 background-color: #42b549;
56 color: #fff !important; 56 color: #fff !important;
57 } 57 }
58 58
59 /* css for radio buttons */ 59 /* css for radio buttons */
60 60
61 .option-input { 61 .option-input {
62 -webkit-appearance: none; 62 -webkit-appearance: none;
63 -moz-appearance: none; 63 -moz-appearance: none;
64 -ms-appearance: none; 64 -ms-appearance: none;
65 -o-appearance: none; 65 -o-appearance: none;
66 appearance: none; 66 appearance: none;
67 position: relative; 67 position: relative;
68 /*top: 13.33333px;*/ 68 /*top: 13.33333px;*/
69 right: 0; 69 right: 0;
70 bottom: 0; 70 bottom: 0;
71 left: 0; 71 left: 0;
72 height: 15px; 72 height: 15px;
73 width: 15px; 73 width: 15px;
74 transition: all 0.15s ease-out 0s; 74 transition: all 0.15s ease-out 0s;
75 background: transparent; 75 background: transparent;
76 border: 2px solid #42b549; 76 border: 2px solid #42b549;
77 color: #fff; 77 color: #fff;
78 cursor: pointer; 78 cursor: pointer;
79 display: inline-block; 79 display: inline-block;
80 margin-right: 0.5rem; 80 margin-right: 0.5rem;
81 outline: none; 81 outline: none;
82 position: relative; 82 position: relative;
83 z-index: 1000; 83 z-index: 1000;
84 } 84 }
85 .option-input:checked { 85 .option-input:checked {
86 background: #42b549; 86 background: #42b549;
87 } 87 }
88 .option-input:checked::before { 88 .option-input:checked::before {
89 height: 20px; 89 height: 20px;
90 width: 20px; 90 width: 20px;
91 position: absolute; 91 position: absolute;
92 /*content: '✔';*/ 92 /*content: '✔';*/
93 display: inline-block; 93 display: inline-block;
94 font-size: 12px; 94 font-size: 12px;
95 text-align: center; 95 text-align: center;
96 line-height: 22px; 96 line-height: 22px;
97 } 97 }
98 .option-input:checked::after { 98 .option-input:checked::after {
99 -webkit-animation: click-wave 0.65s; 99 -webkit-animation: click-wave 0.65s;
100 -moz-animation: click-wave 0.65s; 100 -moz-animation: click-wave 0.65s;
101 animation: click-wave 0.65s; 101 animation: click-wave 0.65s;
102 background: #40e0d0; 102 background: #40e0d0;
103 content: ''; 103 content: '';
104 display: block; 104 display: block;
105 position: relative; 105 position: relative;
106 z-index: 100; 106 z-index: 100;
107 } 107 }
108 .option-input-a.radio-a::after { 108 .option-input-a.radio-a::after {
109 border-radius: 50%; 109 border-radius: 50%;
110 } 110 }
111 /*second css*/ 111 /*second css*/
112 .option-input-a { 112 .option-input-a {
113 -webkit-appearance: none; 113 -webkit-appearance: none;
114 -moz-appearance: none; 114 -moz-appearance: none;
115 -ms-appearance: none; 115 -ms-appearance: none;
116 -o-appearance: none; 116 -o-appearance: none;
117 appearance: none; 117 appearance: none;
118 position: relative; 118 position: relative;
119 /*top: 13.33333px;*/ 119 /*top: 13.33333px;*/
120 right: 0; 120 right: 0;
121 bottom: 0; 121 bottom: 0;
122 left: 0; 122 left: 0;
123 height: 22px; 123 height: 22px;
124 width: 22px; 124 width: 22px;
125 transition: all 0.15s ease-out 0s; 125 transition: all 0.15s ease-out 0s;
126 background: transparent; 126 background: transparent;
127 border: 2px solid #42b549; 127 border: 2px solid #42b549;
128 color: #fff; 128 color: #fff;
129 cursor: pointer; 129 cursor: pointer;
130 display: inline-block; 130 display: inline-block;
131 margin-right: 0.5rem; 131 margin-right: 0.5rem;
132 outline: none; 132 outline: none;
133 position: relative; 133 position: relative;
134 z-index: 1000; 134 z-index: 1000;
135 } 135 }
136 .option-input-a:checked { 136 .option-input-a:checked {
137 background: #42b549; 137 background: #42b549;
138 } 138 }
139 .option-input-a:checked::before { 139 .option-input-a:checked::before {
140 height: 20px; 140 height: 20px;
141 width: 20px; 141 width: 20px;
142 position: absolute; 142 position: absolute;
143 /*content: '✔';*/ 143 /*content: '✔';*/
144 display: inline-block; 144 display: inline-block;
145 font-size: 12px; 145 font-size: 12px;
146 text-align: center; 146 text-align: center;
147 line-height: 22px; 147 line-height: 22px;
148 } 148 }
149 .option-input-a:checked::after { 149 .option-input-a:checked::after {
150 -webkit-animation: click-wave 0.65s; 150 -webkit-animation: click-wave 0.65s;
151 -moz-animation: click-wave 0.65s; 151 -moz-animation: click-wave 0.65s;
152 animation: click-wave 0.65s; 152 animation: click-wave 0.65s;
153 background: #40e0d0; 153 background: #40e0d0;
154 content: ''; 154 content: '';
155 display: block; 155 display: block;
156 position: relative; 156 position: relative;
157 z-index: 100; 157 z-index: 100;
158 } 158 }
159 .option-input-a.radio-a { 159 .option-input-a.radio-a {
160 border-radius: 50%; 160 border-radius: 50%;
161 } 161 }
162 .option-input-a.radio-a::after { 162 .option-input-a.radio-a::after {
163 border-radius: 50%; 163 border-radius: 50%;
164 } 164 }
165 165
166 /* css for radio ends */ 166 /* css for radio ends */
167 167
168 .card-small{ 168 .card-small{
169 cursor: pointer; 169 cursor: pointer;
170 } 170 }
171 .card-small img{ 171 .card-small img{
172 width: 37px; 172 width: 37px;
173 } 173 }
174 .card-small label{ 174 .card-small label{
175 width: 100%; 175 width: 100%;
176 font-weight: normal; 176 font-weight: normal;
177 font-size: 12px; 177 font-size: 12px;
178 margin-top: 5px; 178 margin-top: 5px;
179 } 179 }
180 /*.text-input{ 180 /*.text-input{
181 width: 100%; 181 width: 100%;
182 border: 0; 182 border: 0;
183 border-bottom: 2px solid #42b549; 183 border-bottom: 2px solid #42b549;
184 font-size: 18px; 184 font-size: 18px;
185 padding: 5px; 185 padding: 5px;
186 }*/ 186 }*/
187 .input-wrapper{ 187 .input-wrapper{
188 margin-bottom: 15px !important; 188 margin-bottom: 15px !important;
189 } 189 }
190 .select-input{ 190 .select-input{
191 width: 100%; 191 width: 100%;
192 border: 0; 192 border: 0;
193 border-bottom: 2px solid #42b549; 193 border-bottom: 2px solid #42b549;
194 background-color: transparent; 194 background-color: transparent;
195 font-size: 12px; 195 font-size: 12px;
196 padding: 5px; 196 padding: 5px;
197 } 197 }
198 .submit-button, .submit-button:hover{ 198 .submit-button, .submit-button:hover{
199 background-color: #42b549; 199 background-color: #42b549;
200 color: #fff; 200 color: #fff;
201 /*display: none;*/ 201 /*display: none;*/
202 } 202 }
203 .submit-button:disabled{ 203 .submit-button:disabled{
204 background-color: #ddd; 204 background-color: #ddd;
205 } 205 }
206 .textarea{ 206 .textarea{
207 min-height: 97px; 207 min-height: 97px;
208 } 208 }
209 .error-message{ 209 .error-message{
210 font-weight: inherit; 210 font-weight: inherit;
211 color: #ff0000; 211 color: #ff0000;
212 margin: 7px 4px -5px 26px; 212 margin: 5px 4px -5px 0px;
213 display: none; 213 display: none;
214 } 214 }
215 215
216 /*custom input*/ 216 /*custom input*/
217 .text-input, select { 217 .text-input, select {
218 width: 100%; 218 width: 100%;
219 padding: 12px 25px; 219 padding: 12px 25px;
220 margin: -2px 0; 220 margin: -2px 0;
221 display: inline-block; 221 display: inline-block;
222 border: 0px solid rgba(51, 51, 51, 0); 222 border: 0px solid rgba(51, 51, 51, 0);
223 border-radius: -3px; 223 border-radius: -3px;
224 box-sizing: border-box; 224 box-sizing: border-box;
225 box-shadow: 0 0 10px rgba(240, 255, 235); 225 box-shadow: 0 0 10px rgba(240, 255, 235);
226 -moz-box-shadow: 0 0 10px rgba(240, 255, 235); 226 -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
227 -webkit-box-shadow: 0 0 5px #777; 227 -webkit-box-shadow: 0 0 5px #777;
228 -o-box-shadow: 0 0 10px rgba(240, 255, 235); 228 -o-box-shadow: 0 0 10px rgba(240, 255, 235);
229 font-size: 12px; 229 font-size: 12px;
230 } 230 }
231 231
232 /* progress bar css */ 232 /* progress bar css */
233 233
234 @-webkit-keyframes 234 @-webkit-keyframes
235 load { 0% { 235 load { 0% {
236 stroke-dashoffset:0 236 stroke-dashoffset:0
237 } 237 }
238 } 238 }
239 @-moz-keyframes 239 @-moz-keyframes
240 load { 0% { 240 load { 0% {
241 stroke-dashoffset:0 241 stroke-dashoffset:0
242 } 242 }
243 } 243 }
244 @keyframes 244 @keyframes
245 load { 0% { 245 load { 0% {
246 stroke-dashoffset:0 246 stroke-dashoffset:0
247 } 247 }
248 } 248 }
249 249
250 /* Container */ 250 /* Container */
251 251
252 .progress-form { 252 .progress-form {
253 position: relative; 253 position: relative;
254 display: inline-block; 254 display: inline-block;
255 padding: 0; 255 padding: 0;
256 text-align: center; 256 text-align: center;
257 } 257 }
258 258
259 /* Item */ 259 /* Item */
260 260
261 .progress-form>li { 261 .progress-form>li {
262 display: inline-block; 262 display: inline-block;
263 position: relative; 263 position: relative;
264 text-align: center; 264 text-align: center;
265 color: #93A2AC; 265 color: #93A2AC;
266 font-family: Lato; 266 font-family: Lato;
267 font-weight: 100; 267 font-weight: 100;
268 margin: 2rem; 268 margin: 2rem;
269 } 269 }
270 270
271 .progress-form>li:before { 271 .progress-form>li:before {
272 content: attr(data-name); 272 content: attr(data-name);
273 position: absolute; 273 position: absolute;
274 width: 100%; 274 width: 100%;
275 bottom: -2rem; 275 bottom: -2rem;
276 font-weight: 400; 276 font-weight: 400;
277 } 277 }
278 278
279 .progress-form>li:after { 279 .progress-form>li:after {
280 content: attr(data-percent); 280 content: attr(data-percent);
281 position: absolute; 281 position: absolute;
282 width: 100%; 282 width: 100%;
283 top: 3.7rem; 283 top: 3.7rem;
284 left: 0; 284 left: 0;
285 font-size: 2rem; 285 font-size: 2rem;
286 text-align: center; 286 text-align: center;
287 } 287 }
288 288
289 .progress-form svg { 289 .progress-form svg {
290 width: 10rem; 290 width: 10rem;
291 height: 10rem; 291 height: 10rem;
292 } 292 }
293 293
294 .progress-form svg:nth-child(2) { 294 .progress-form svg:nth-child(2) {
295 position: absolute; 295 position: absolute;
296 left: 0; 296 left: 0;
297 top: 0; 297 top: 0;
298 transform: rotate(-90deg); 298 transform: rotate(-90deg);
299 -webkit-transform: rotate(-90deg); 299 -webkit-transform: rotate(-90deg);
300 -moz-transform: rotate(-90deg); 300 -moz-transform: rotate(-90deg);
301 -ms-transform: rotate(-90deg); 301 -ms-transform: rotate(-90deg);
302 } 302 }
303 303
304 .progress-form svg:nth-child(2) path { 304 .progress-form svg:nth-child(2) path {
305 fill: none; 305 fill: none;
306 stroke-width: 25; 306 stroke-width: 25;
307 stroke-dasharray: 629; 307 stroke-dasharray: 629;
308 stroke: rgba(255, 255, 255, 0.9); 308 stroke: rgba(255, 255, 255, 0.9);
309 -webkit-animation: load 10s; 309 -webkit-animation: load 10s;
310 -moz-animation: load 10s; 310 -moz-animation: load 10s;
311 -o-animation: load 10s; 311 -o-animation: load 10s;
312 animation: load 10s; 312 animation: load 10s;
313 } 313 }
314 /*circle of stage image*/ 314 /*circle of stage image*/
315 .circular{ 315 .circular{
316 316
317 -webkit-border-radius: 150px; 317 -webkit-border-radius: 150px;
318 -moz-border-radius: 150px; 318 -moz-border-radius: 150px;
319 border-radius: 150px; 319 border-radius: 150px;
320 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 320 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
321 border: 5px solid white; 321 border: 5px solid white;
322 overflow: hidden; 322 overflow: hidden;
323 position: fixed; 323 position: fixed;
324 height: 100px; 324 height: 100px;
325 width: 100px; 325 width: 100px;
326 left: 80px; 326 left: 80px;
327 top: 20px; 327 top: 20px;
328 } 328 }
329 /*font-size*/ 329 /*font-size*/
330 .font{ 330 .font{
331 font-size: 14px; 331 font-size: 14px;
332 } 332 }
333 333
334 .f-family { 334 .f-family {
335 font-family:sans-serif; 335 font-family:sans-serif;
336 } 336 }
337 337
338 /*container-card css*/ 338 /*container-card css*/
339 .container-card { 339 .container-card {
340 width: auto; 340 width: auto;
341 float: left; 341 float: left;
342 margin: 31px 24px 26px 14px; 342 margin: 31px 24px 26px 14px;
343 } 343 }
344 344
345 /******This css for header container******/ 345 /******This css for header container******/
346 .h1 { 346 .h1 {
347 font-size: 20px; 347 font-size: 20px;
348 margin: 11px; 348 margin: 11px;
349 } 349 }
350 350
351 .paragraph { 351 .paragraph {
352 font-size: 14px; 352 font-size: 14px;
353 margin: 30px 10px 20px; 353 margin: 30px 10px 20px;
354 line-height: 1.5; 354 line-height: 1.5;
355 } 355 }
356 /*This css for stages container*/ 356 /*This css for stages container*/
357 357
358 .full-line { 358 .full-line {
359 border-bottom: 2px solid #dedede; 359 border-bottom: 2px solid #dedede;
360 padding: 15px 10px; 360 padding: 15px 10px;
361 } 361 }
362 362
363 .stages-card { 363 .stages-card {
364 width: auto; 364 width: auto;
365 float: left; 365 float: left;
366 /*margin: -30px 8px 7px 22px;*/ 366 /*margin: -30px 8px 7px 22px;*/
367 } 367 }
368 368
369 /*form -css*/ 369 /*form -css*/
370 .form-all { 370 .form-all {
371 margin: 13px 4px 26px -2px; 371 margin: 13px 4px 26px -2px;
372 /*display: none;*/ 372 /*display: none;*/
373 } 373 }
374 374
375 .step-two-form{ 375 .step-two-form{
376 display: block; 376 display: block;
377 } 377 }
378 378
379 /*This is for stages images*/ 379 /*This is for stages images*/
380 .stage-img { 380 .stage-img {
381 width: 115px; 381 width: 115px;
382 } 382 }
383 383
384 .stage-thumbnail { 384 .stage-thumbnail {
385 float: left; 385 float: left;
386 margin-bottom: 0; 386 margin-bottom: 0;
387 } 387 }
388 388
389 .stage-shadow { 389 .stage-shadow {
390 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 390 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
391 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 391 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
392 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ 392 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
393 /*margin: 3px 22px 14px 14px;*/ 393 /*margin: 3px 22px 14px 14px;*/
394 background-color: #ffffff; 394 background-color: #ffffff;
395 } 395 }
396 396
397 .line-size { 397 .line-size {
398 398
399 } 399 }
400 400
401 .card-paragraph { 401 .card-paragraph {
402 background-color: rgba(66, 181, 73, 0.61); 402 background-color: rgba(66, 181, 73, 0.61);
403 color: #fff; 403 color: #fff;
404 } 404 }
405 405
406 /* identity card css*/ 406 /* identity card css*/
407 407
408 .identity-shadow { 408 .identity-shadow {
409 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 409 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
410 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 410 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
411 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 411 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
412 margin: 15px 15px 17px 14px; 412 margin: 15px 15px 17px 14px;
413 background-color: #ffffff; 413 background-color: #ffffff;
414 /*display: none;*/ 414 /*display: none;*/
415 } 415 }
416 416
417 .identity-question { 417 .identity-question {
418 border-bottom: 2px solid #dedede; 418 border-bottom: 2px solid #dedede;
419 padding: 0px 10px; 419 padding: 0px 10px;
420 } 420 }
421 421
422 .identity-align { 422 .identity-align {
423 margin: 8px -12px 19px 13px; 423 margin: 8px -12px 19px 13px;
424 } 424 }
425 425
426 426
427 /********This css for sectors**************/ 427 /********This css for sectors**************/
428 .sectors-card { 428 .sectors-card {
429 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 429 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
430 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 430 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
431 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 431 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
432 margin: 27px 22px 14px 14px; 432 margin: 27px 22px 14px 14px;
433 background-color: #ffffff; 433 background-color: #ffffff;
434 /*display: none;*/ 434 /*display: none;*/
435 } 435 }
436 436
437 .sector-card { 437 .sector-card {
438 width: auto; 438 width: auto;
439 float: left; 439 float: left;
440 margin: 29px 22px 26px 14px; 440 margin: 29px 22px 26px 14px;
441 } 441 }
442 442
443 .sector-question { 443 .sector-question {
444 border-bottom: 2px solid #dedede; 444 border-bottom: 2px solid #dedede;
445 padding: 15px 10px; 445 padding: 15px 10px;
446 } 446 }
447 447
448 /*To make the Stages in the center*/ 448 /*To make the Stages in the center*/
449 .card-align { 449 .card-align {
450 /*margin: 56px -267px 11px -37px;*/ 450 /*margin: 56px -267px 11px -37px;*/
451 } 451 }
452 452
453 /*To make the sectors in the center */ 453 /*To make the sectors in the center */
454 454
455 455
456 /*************sidebar content margin***********/ 456 /*************sidebar content margin***********/
457 .sidebar-align { 457 .sidebar-align {
458 margin: -5px -3px -18px 9px; 458 margin: -5px -3px -18px 9px;
459 } 459 }
460 460
461 .heading { 461 .heading {
462 margin: 15px 10px 15px 16px; 462 margin: 15px 10px 15px 16px;
463 } 463 }
464 .quiz { 464 .quiz {
465 margin: 5px 5px 6px 19px; 465 margin: 5px 5px 6px 19px;
466 font-size: 12px; 466 font-size: 12px;
467 } 467 }
468 468
469 #footer { 469 #footer {
470 background-image: url(/images/footer_design.png); 470 background-image: url(/images/footer_design.png);
471 background-repeat: inherit; 471 background-repeat: inherit;
472 position: bottom; 472 position: bottom;
473 width: 100%; 473 width: 100%;
474 height: auto; 474 height: auto;
475 padding: 97px 3px 66px 83px; 475 padding: 97px 3px 66px 83px;
476 } 476 }
477 477
478 .footer { 478 .footer {
479 479
480 bottom: 0px; 480 bottom: 0px;
481 background-color: #76b34f !important; 481 background-color: #76b34f !important;
482 width: 100%; 482 width: 100%;
483 color:rgba(255, 255, 255, 0.77); 483 color:rgba(255, 255, 255, 0.77);
484 } 484 }
485 485
486 /********question box*****************/ 486 /********question box*****************/
487 .question-shadow { 487 .question-shadow {
488 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 488 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
489 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 489 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
490 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 490 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
491 margin: 15px 15px 17px 14px; 491 margin: 15px 15px 17px 14px;
492 background-color: #ffffff; 492 background-color: #ffffff;
493 } 493 }
494 494
495 495
496 496
497 .question-card { 497 .question-card {
498 width: auto; 498 width: auto;
499 float: left; 499 float: left;
500 margin: 29px 22px 26px 14px; 500 margin: 29px 22px 26px 14px;
501 } 501 }
502 502
503 /*for p*/ 503 /*for p*/
504 .line-space { 504 .line-space {
505 line-height: 1.6em; 505 line-height: 1.6em;
506 font-size: 11px; 506 font-size: 11px;
507 } 507 }
508 508
509 .line-adjust { 509 .line-adjust {
510 margin-left: 26px; 510 margin-left: 26px;
511 } 511 }
512 512
513 /*badge icon css*/ 513 /*badge icon css*/
514 514
515 .material-icons{ 515 .material-icons{
516 font-size: 17px !important; 516 font-size: 17px !important;
517 } 517 }
518 518
519 .icon-circle-a { 519 .icon-circle-a {
520 background: rgba(89, 89, 89, 0.92); 520 background: rgba(89, 89, 89, 0.92);
521 border-radius: 50%; 521 border-radius: 50%;
522 width: 30px; 522 width: 30px;
523 height: 30px; 523 height: 30px;
524 position: absolute; 524 position: absolute;
525 left: 14px; 525 left: 14px;
526 margin-top: 10px; 526 margin-top: 10px;
527 color: #fff; 527 color: #fff;
528 text-align: center; 528 text-align: center;
529 } 529 }
530 530
531 .icon-circle-b { 531 .icon-circle-b {
532 background: rgba(89, 89, 89, 0.92); 532 background: rgba(89, 89, 89, 0.92);
533 border-radius: 50%; 533 border-radius: 50%;
534 width: 30px; 534 width: 30px;
535 height: 30px; 535 height: 30px;
536 position: absolute; 536 position: absolute;
537 left: 14px; 537 left: 14px;
538 margin-top: 10px; 538 margin-top: 10px;
539 color: #fff; 539 color: #fff;
540 text-align: center; 540 text-align: center;
541 } 541 }
542 542
543 .icon-circle-c { 543 .icon-circle-c {
544 background: rgba(89, 89, 89, 0.92); 544 background: rgba(89, 89, 89, 0.92);
545 border-radius: 50%; 545 border-radius: 50%;
546 width: 30px; 546 width: 30px;
547 height: 30px; 547 height: 30px;
548 position: absolute; 548 position: absolute;
549 left: 0px; 549 left: 0px;
550 margin-top: 4px; 550 margin-top: 4px;
551 color: #fff; 551 color: #fff;
552 text-align: center; 552 text-align: center;
553 } 553 }
554 554
555 .icon-circle-d { 555 .icon-circle-d {
556 background: rgba(89, 89, 89, 0.92); 556 background: rgba(89, 89, 89, 0.92);
557 border-radius: 50%; 557 border-radius: 50%;
558 width: 30px; 558 width: 30px;
559 height: 30px; 559 height: 30px;
560 position: absolute; 560 position: absolute;
561 left: 0px; 561 left: 0px;
562 margin-top: 4px; 562 margin-top: 4px;
563 color: #fff; 563 color: #fff;
564 text-align: center; 564 text-align: center;
565 } 565 }
566 566
567 .icon-circle-e { 567 .icon-circle-e {
568 background: rgba(89, 89, 89, 0.92); 568 background: rgba(89, 89, 89, 0.92);
569 border-radius: 50%; 569 border-radius: 50%;
570 width: 30px; 570 width: 30px;
571 height: 30px; 571 height: 30px;
572 position: absolute; 572 position: absolute;
573 left: 0px; 573 left: 0px;
574 margin-top: 4px; 574 margin-top: 4px;
575 color: #fff; 575 color: #fff;
576 text-align: center; 576 text-align: center;
577 } 577 }
578 578
579 .icon-circle-f { 579 .icon-circle-f {
580 background: rgba(89, 89, 89, 0.92); 580 background: rgba(89, 89, 89, 0.92);
581 border-radius: 50%; 581 border-radius: 50%;
582 width: 30px; 582 width: 30px;
583 height: 30px; 583 height: 30px;
584 position: absolute; 584 position: absolute;
585 left: 0px; 585 left: 0px;
586 margin-top: 3px; 586 margin-top: 3px;
587 color: #fff; 587 color: #fff;
588 text-align: center; 588 text-align: center;
589 } 589 }
590 590
591 .icon-circle-g { 591 .icon-circle-g {
592 background: rgba(89, 89, 89, 0.92); 592 background: rgba(89, 89, 89, 0.92);
593 border-radius: 50%; 593 border-radius: 50%;
594 width: 30px; 594 width: 30px;
595 height: 30px; 595 height: 30px;
596 position: absolute; 596 position: absolute;
597 left: 14px; 597 left: 14px;
598 margin-top: 10px; 598 margin-top: 10px;
599 color: #fff; 599 color: #fff;
600 text-align: center; 600 text-align: center;
601 } 601 }
602 602
603 .icon-circle-h { 603 .icon-circle-h {
604 background: rgba(89, 89, 89, 0.92); 604 background: rgba(89, 89, 89, 0.92);
605 border-radius: 50%; 605 border-radius: 50%;
606 width: 30px; 606 width: 30px;
607 height: 30px; 607 height: 30px;
608 position: absolute; 608 position: absolute;
609 left: 0px; 609 left: 0px;
610 margin-top: 4px; 610 margin-top: 4px;
611 color: #fff; 611 color: #fff;
612 text-align: center; 612 text-align: center;
613 } 613 }
614 614
615 .icon-circle-i { 615 .icon-circle-i {
616 background: rgba(89, 89, 89, 0.92); 616 background: rgba(89, 89, 89, 0.92);
617 border-radius: 50%; 617 border-radius: 50%;
618 width: 30px; 618 width: 30px;
619 height: 30px; 619 height: 30px;
620 position: absolute; 620 position: absolute;
621 left: 0px; 621 left: 0px;
622 margin-top: 30px; 622 margin-top: 30px;
623 color: #fff; 623 color: #fff;
624 text-align: center; 624 text-align: center;
625 z-index: 100; 625 z-index: 100;
626 } 626 }
627 627
628 .icon-circle-j { 628 .icon-circle-j {
629 background: rgba(89, 89, 89, 0.92); 629 background: rgba(89, 89, 89, 0.92);
630 border-radius: 50%; 630 border-radius: 50%;
631 width: 30px; 631 width: 30px;
632 height: 30px; 632 height: 30px;
633 position: absolute; 633 position: absolute;
634 left: 0px; 634 left: 0px;
635 margin-top: 30px; 635 margin-top: 30px;
636 color: #fff; 636 color: #fff;
637 text-align: center; 637 text-align: center;
638 z-index: 100; 638 z-index: 100;
639 } 639 }
640 640
641 .icon-circle-k { 641 .icon-circle-k {
642 background: rgba(89, 89, 89, 0.92); 642 background: rgba(89, 89, 89, 0.92);
643 border-radius: 50%; 643 border-radius: 50%;
644 width: 30px; 644 width: 30px;
645 height: 30px; 645 height: 30px;
646 position: absolute; 646 position: absolute;
647 left: 0px; 647 left: 0px;
648 margin-top: 30px; 648 margin-top: 30px;
649 color: #fff; 649 color: #fff;
650 text-align: center; 650 text-align: center;
651 z-index: 100; 651 z-index: 100;
652 } 652 }
653 653
654 .icon-circle-l { 654 .icon-circle-l {
655 background: rgba(89, 89, 89, 0.92); 655 background: rgba(89, 89, 89, 0.92);
656 border-radius: 50%; 656 border-radius: 50%;
657 width: 30px; 657 width: 30px;
658 height: 30px; 658 height: 30px;
659 position: absolute; 659 position: absolute;
660 left: 0px; 660 left: 0px;
661 margin-top: 30px; 661 margin-top: 30px;
662 color: #fff; 662 color: #fff;
663 text-align: center; 663 text-align: center;
664 z-index: 100; 664 z-index: 100;
665 } 665 }
666 666
667 .icon-circle-m { 667 .icon-circle-m {
668 background: rgba(89, 89, 89, 0.92); 668 background: rgba(89, 89, 89, 0.92);
669 border-radius: 50%; 669 border-radius: 50%;
670 width: 30px; 670 width: 30px;
671 height: 30px; 671 height: 30px;
672 position: absolute; 672 position: absolute;
673 left: 0px; 673 left: 0px;
674 margin-top: 30px; 674 margin-top: 30px;
675 color: #fff; 675 color: #fff;
676 text-align: center; 676 text-align: center;
677 z-index: 100; 677 z-index: 100;
678 } 678 }
679 679
680 .icon-circle-n { 680 .icon-circle-n {
681 background: rgba(89, 89, 89, 0.92); 681 background: rgba(89, 89, 89, 0.92);
682 border-radius: 50%; 682 border-radius: 50%;
683 width: 30px; 683 width: 30px;
684 height: 30px; 684 height: 30px;
685 position: absolute; 685 position: absolute;
686 left: 0px; 686 left: 0px;
687 margin-top: 30px; 687 margin-top: 30px;
688 color: #fff; 688 color: #fff;
689 text-align: center; 689 text-align: center;
690 z-index: 100; 690 z-index: 100;
691 } 691 }
692 692
693 .icon-circle-x { 693 .icon-circle-x {
694 background: rgba(89, 89, 89, 0.92); 694 background: rgba(89, 89, 89, 0.92);
695 border-radius: 50%; 695 border-radius: 50%;
696 width: 30px; 696 width: 30px;
697 height: 30px; 697 height: 30px;
698 position: absolute; 698 position: absolute;
699 left: 13px; 699 left: 13px;
700 margin-top: 21px; 700 margin-top: 21px;
701 color: #fff; 701 color: #fff;
702 text-align: center; 702 text-align: center;
703 } 703 }
704 704
705 .icon-circle-p { 705 .icon-circle-p {
706 background: rgba(89, 89, 89, 0.92); 706 background: rgba(89, 89, 89, 0.92);
707 border-radius: 50%; 707 border-radius: 50%;
708 width: 30px; 708 width: 30px;
709 height: 30px; 709 height: 30px;
710 position: absolute; 710 position: absolute;
711 left: 0px; 711 left: 0px;
712 margin-top: 3px; 712 margin-top: 3px;
713 color: #fff; 713 color: #fff;
714 text-align: center; 714 text-align: center;
715 } 715 }
716 716
717 .icon-circle-z { 717 .icon-circle-z {
718 background: rgba(89, 89, 89, 0.92); 718 background: rgba(89, 89, 89, 0.92);
719 border-radius: 50%; 719 border-radius: 50%;
720 width: 30px; 720 width: 30px;
721 height: 30px; 721 height: 30px;
722 position: absolute; 722 position: absolute;
723 left: 0px; 723 left: 0px;
724 margin-top: 4px; 724 margin-top: 4px;
725 color: #fff; 725 color: #fff;
726 text-align: center; 726 text-align: center;
727 } 727 }
728 728
729 .icon-circle-q { 729 .icon-circle-q {
730 background: rgba(89, 89, 89, 0.92); 730 background: rgba(89, 89, 89, 0.92);
731 border-radius: 50%; 731 border-radius: 50%;
732 width: 30px; 732 width: 30px;
733 height: 30px; 733 height: 30px;
734 position: absolute; 734 position: absolute;
735 left: 0px; 735 left: 0px;
736 margin-top: 4px; 736 margin-top: 4px;
737 color: #fff; 737 color: #fff;
738 text-align: center; 738 text-align: center;
739 } 739 }
740 740
741 .icon-circle-ab { 741 .icon-circle-ab {
742 background: rgba(89, 89, 89, 0.92); 742 background: rgba(89, 89, 89, 0.92);
743 border-radius: 50%; 743 border-radius: 50%;
744 width: 30px; 744 width: 30px;
745 height: 30px; 745 height: 30px;
746 position: absolute; 746 position: absolute;
747 left: 14px; 747 left: 14px;
748 margin-top: 18px; 748 margin-top: 18px;
749 color: #fff; 749 color: #fff;
750 text-align: center; 750 text-align: center;
751 } 751 }
752 752
753 .referel-icon { 753 .referel-icon {
754 background: rgba(89, 89, 89, 0.92); 754 background: rgba(89, 89, 89, 0.92);
755 border-radius: 50%; 755 border-radius: 50%;
756 width: 30px; 756 width: 30px;
757 height: 30px; 757 height: 30px;
758 position: absolute; 758 position: absolute;
759 left: 0px; 759 left: 0px;
760 margin-top: 3px; 760 margin-top: 3px;
761 color: #fff; 761 color: #fff;
762 text-align: center; 762 text-align: center;
763 } 763 }
764 764
765 765
766 /*quiz*/ 766 /*quiz*/
767 .q-card-align div{ 767 .q-card-align div{
768 margin-bottom: 15px; 768 margin-bottom: 15px;
769 } 769 }
770 770
771 .drop-down { 771 .drop-down {
772 background-color: #fff; 772 background-color: #fff;
773 border-radius: 0; 773 border-radius: 0;
774 font-size: 12px; 774 font-size: 12px;
775 } 775 }
776 776
777 .footer-link, .footer-link:hover { 777 .footer-link, .footer-link:hover {
778 color:#fff; 778 color:#fff;
779 } 779 }
780 /*idea content margin*/ 780 /*idea content margin*/
781 .content-idea{ 781 .content-idea{
782 margin:196px 12px 8px; 782 margin:196px 12px 8px;
783 } 783 }
784 784
785 .content-product{ 785 .content-product{
786 margin:193px -19px 9px; 786 margin:193px -19px 9px;
787 } 787 }
788 788
789 .content-growth{ 789 .content-growth{
790 margin:192px 11px 8px; 790 margin:192px 11px 8px;
791 } 791 }
792 .last-content-card{ 792 .last-content-card{
793 /*margin: 0px -85px -4px -51px;*/ 793 /*margin: 0px -85px -4px -51px;*/
794 } 794 }
795 795
796 @media (max-width: 600px) { 796 @media (max-width: 600px) {
797 .content-idea{ 797 .content-idea{
798 margin: auto; 798 margin: auto;
799 } 799 }
800 800
801 .content-product{ 801 .content-product{
802 margin: auto; 802 margin: auto;
803 } 803 }
804 804
805 .content-growth{ 805 .content-growth{
806 margin: auto; 806 margin: auto;
807 } 807 }
808 .stages-card{ 808 .stages-card{
809 margin: auto; 809 margin: auto;
810 margin-bottom: 15px; 810 margin-bottom: 15px;
811 } 811 }
812 .last-content-card{ 812 .last-content-card{
813 margin: auto; 813 margin: auto;
814 } 814 }
815 .card-align{ 815 .card-align{
816 margin: auto; 816 margin: auto;
817 } 817 }
818 } 818 }
819 819
820 .toggler { 820 .toggler {
821 width: 500px; 821 width: 500px;
822 height: 200px; 822 height: 200px;
823 } 823 }
824 #button { 824 #button {
825 padding: .5em 1em; 825 padding: .5em 1em;
826 text-decoration: none; 826 text-decoration: none;
827 } 827 }
828 #effect { 828 #effect {
829 position: relative; 829 position: relative;
830 width: 240px; 830 width: 240px;
831 height: 170px; 831 height: 170px;
832 padding: 0.4em; 832 padding: 0.4em;
833 } 833 }
834 #effect h3 { 834 #effect h3 {
835 margin: 0; 835 margin: 0;
836 padding: 0.4em; 836 padding: 0.4em;
837 text-align: center; 837 text-align: center;
838 } 838 }
839 839
840 #snackbar { 840 #snackbar {
841 visibility: hidden; 841 visibility: hidden;
842 min-width: 250px; 842 min-width: 250px;
843 margin-left: -125px; 843 margin-left: -125px;
844 background-color: #333; 844 background-color: #F44336;
845 color: #fff; 845 color: #fff;
846 text-align: center; 846 text-align: center;
847 border-radius: 2px; 847 border-radius: 2px;
848 padding: 16px; 848 padding: 16px;
849 position: fixed; 849 position: fixed;
850 z-index: 1; 850 z-index: 1;
851 left: 50%; 851 left: 50%;
852 bottom: 30px; 852 bottom: 30px;
853 font-size: 17px; 853 font-size: 17px;
854 } 854 }
855 855
856 #snackbar.show { 856 #snackbar.show {
857 visibility: visible; 857 visibility: visible;
858 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 858 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
859 animation: fadin 0.5s, fadout 0.5s 2.5s; 859 animation: fadin 0.5s, fadout 0.5s 2.5s;
860 } 860 }
861 861
862 @-webkit-keyframes fadin { 862 @-webkit-keyframes fadin {
863 from {bottom: 0; opacity: 0;} 863 from {bottom: 0; opacity: 0;}
864 to {bottom: 30px; opacity: 1;} 864 to {bottom: 30px; opacity: 1;}
865 } 865 }
866 866
867 @keyframes fadin { 867 @keyframes fadin {
868 from {bottom: 0; opacity: 0;} 868 from {bottom: 0; opacity: 0;}
869 to {bottom: 30px; opacity: 1;} 869 to {bottom: 30px; opacity: 1;}
870 } 870 }
871 871
872 @-webkit-keyframes fadout { 872 @-webkit-keyframes fadout {
873 from {bottom: 30px; opacity: 1;} 873 from {bottom: 30px; opacity: 1;}
874 to {bottom: 0; opacity: 0;} 874 to {bottom: 0; opacity: 0;}
875 } 875 }
876 876
877 @keyframes fadout { 877 @keyframes fadout {
878 from {bottom: 30px; opacity: 1;} 878 from {bottom: 30px; opacity: 1;}
879 to {bottom: 0; opacity: 0;} 879 to {bottom: 0; opacity: 0;}
880 } 880 }
881 881
882 882
883 #snacsskbar { 883 #snacsskbar {
884 visibility: hidden; 884 visibility: hidden;
885 min-width: 250px; 885 min-width: 250px;
886 margin-left: -125px; 886 margin-left: -125px;
887 background-color: #333; 887 background-color: #333;
888 color: #fff; 888 color: #fff;
889 text-align: center; 889 text-align: center;
890 border-radius: 2px; 890 border-radius: 2px;
891 padding: 16px; 891 padding: 16px;
892 position: fixed; 892 position: fixed;
893 z-index: 1; 893 z-index: 1;
894 left: 50%; 894 left: 50%;
895 top: 30px; 895 top: 30px;
896 font-size: 17px; 896 font-size: 17px;
897 } 897 }
898 898
899 #snacsskbar.show { 899 #snacsskbar.show {
900 visibility: visible; 900 visibility: visible;
901 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 901 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
902 animation: fadein 0.5s, fadeout 0.5s 2.5s; 902 animation: fadein 0.5s, fadeout 0.5s 2.5s;
903 } 903 }
904 904
905 @-webkit-keyframes fadein { 905 @-webkit-keyframes fadein {
906 from {top: 0; opacity: 0;} 906 from {top: 0; opacity: 0;}
907 to {top: 30px; opacity: 1;} 907 to {top: 30px; opacity: 1;}
908 } 908 }
909 909
910 @keyframes fadein { 910 @keyframes fadein {
911 from {top: 0; opacity: 0;} 911 from {top: 0; opacity: 0;}
912 to {top: 30px; opacity: 1;} 912 to {top: 30px; opacity: 1;}
913 } 913 }
914 914
915 @-webkit-keyframes fadeout { 915 @-webkit-keyframes fadeout {
916 from {top: 30px; opacity: 1;} 916 from {top: 30px; opacity: 1;}
917 to {top: 0; opacity: 0;} 917 to {top: 0; opacity: 0;}
918 } 918 }
919 919
920 @keyframes fadeout { 920 @keyframes fadeout {
921 from {top: 30px; opacity: 1;} 921 from {top: 30px; opacity: 1;}
922 to {top: 0; opacity: 0;} 922 to {top: 0; opacity: 0;}
923 } 923 }
924 924
925 input.hidden { 925 input.hidden {
926 position: absolute; 926 position: absolute;
927 left: -9999px; 927 left: -9999px;
928 } 928 }
929 929
930 #profile-image1 { 930 #profile-image1 {
931 cursor: pointer; 931 cursor: pointer;
932 width: 100px; 932 width: 100px;
933 height: 100px; 933 height: 100px;
934 border:2px solid #eee ; 934 border:2px solid #eee ;
935 } 935 }
936 936
937 .tital{ font-size:16px; font-weight:500;} 937 .tital{ font-size:16px; font-weight:500;}
938 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} 938 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0}
939 .footerpadd{padding: 5px;} 939 .footerpadd{padding: 5px;}
940 940
941 941
942 .container1{ 942 .container1{
943 width: 100% 943 width: 100%
944 } 944 }
945 945
946 .no-margin{ 946 .no-margin{
947 margin: 0 0 0 !important; 947 margin: 0 0 0 !important;
948 } 948 }
949 .no-padding{ 949 .no-padding{
950 padding: 0 0 0 0 !important; 950 padding: 0 0 0 0 !important;
951 } 951 }
952 .select-stage{ 952 .select-stage{
953 margin: 10px 0; 953 margin: 10px 0;
954 } 954 }
955 .cards-content{ 955 .cards-content{
956 margin-top: 40px; 956 margin-top: 40px;
957 } 957 }
958 .cards-content p{ 958 .cards-content p{
959 font-size: 13px; 959 font-size: 13px;
960 } 960 }
961 .q-card-align{ 961 .q-card-align{
962 margin-top: 15px; 962 margin-top: 15px;
963 } 963 }
964 .width-auto{ 964 .width-auto{
965 width: auto !important; 965 width: auto !important;
966 } 966 }
967 .margin-right-label{ 967 .margin-right-label{
968 margin-right: 20px; 968 margin-right: 20px;
969 } 969 }
970 .margin-right-label label{ 970 .margin-right-label label{
971 margin-left: 5px; 971 margin-left: 5px;
972 } 972 }
973 .apply-coupen-btn{ 973 .apply-coupen-btn{
974 position: absolute; 974 position: absolute;
975 top: -2px; 975 top: -2px;
976 right: 13px; 976 right: 13px;
977 border: none; 977 border: none;
978 height: 44px; 978 height: 44px;
979 color: #fff; 979 color: #fff;
980 background-color: #666; 980 background-color: #666;
981 width: 100px; 981 width: 100px;
982 } 982 }
983 .coupen-approved{ 983 .coupen-approved{
984 position: absolute; 984 position: absolute;
985 right: 120px; 985 right: 120px;
986 top: 6px; 986 top: 6px;
987 color: rgb(66, 181, 73); 987 color: rgb(66, 181, 73);
988 font-size: 30px !important; 988 font-size: 30px !important;
989 } 989 }
990 .right-side-links{ 990 .right-side-links{
991 margin-top: 12px; 991 margin-top: 12px;
992 } 992 }
993 .right-side-links a{ 993 .right-side-links a{
994 width: auto; 994 width: auto;
995 display: inline; 995 display: inline;
996 } 996 }
997 .right-side-links a:first-child{ 997 .right-side-links a:first-child{
998 border-right: 1px solid #fff; 998 border-right: 1px solid #fff;
999 padding-right: 4px; 999 padding-right: 4px;
1000 } 1000 }
1001 1001
1002 @media (max-width: 768px){ 1002 @media (max-width: 768px){
1003 .cards-content{ 1003 .cards-content{
1004 margin-top: 15px; 1004 margin-top: 15px;
1005 margin-bottom: 30px; 1005 margin-bottom: 30px;
1006 } 1006 }
1007 .no-padding-mobile{ 1007 .no-padding-mobile{
1008 padding-left: 0 !important; 1008 padding-left: 0 !important;
1009 padding-right: 0 !important; 1009 padding-right: 0 !important;
1010 } 1010 }
1011 .sector-align .card-small{ 1011 .sector-align .card-small{
1012 height: 74px; 1012 height: 74px;
1013 } 1013 }
1014 .stages-card{ 1014 .stages-card{
1015 width: 92%; 1015 width: 92%;
1016 } 1016 }
1017 .right-stage-card{ 1017 .right-stage-card{
1018 float: right; 1018 float: right;
1019 } 1019 }
1020 .margin-auto-mobile{ 1020 .margin-auto-mobile{
1021 margin-left: 4%; 1021 margin-left: 4%;
1022 } 1022 }
1023 .card .thumbnail{ 1023 .card .thumbnail{
1024 padding: 15px 0 1px 0; 1024 padding: 15px 0 1px 0;
1025 } 1025 }
1026 .thumbnail > img, .thumbnail a > img{ 1026 .thumbnail > img, .thumbnail a > img{
1027 width: 50%; 1027 width: 50%;
1028 } 1028 }
1029 .right-side-links a{ 1029 .right-side-links a{
1030 display: block; 1030 display: block;
1031 width: 100%; 1031 width: 100%;
1032 } 1032 }
1033 .right-side-links a:first-child{ 1033 .right-side-links a:first-child{
1034 border-right: 0 solid #fff; 1034 border-right: 0 solid #fff;
1035 padding-right: 0; 1035 padding-right: 0;
1036 } 1036 }
1037 .right-side-links{ 1037 .right-side-links{
1038 margin-top: 0; 1038 margin-top: 0;
1039 } 1039 }
1040 1040
1041 .modal-footers { 1041 .modal-footers {
1042 padding: 19px 20px 20px; 1042 padding: 19px 20px 20px;
1043 margin-top: 15px; 1043 margin-top: 15px;
1044 text-align: center !important; 1044 text-align: center !important;
1045 margin-bottom: 4px; 1045 margin-bottom: 4px;
1046 } 1046 }
1047 } 1047 }
1048 1048
1049 1049
1050 1050
pages/ambassador.html
1 <div class="panel-heading" style="background-color: #42b549;"><img src="images/white.png" style="width: 100px;"></div> 1 <div class="header">
2 <div style="float: left;">
3 <img src="images/white.png" class="logo" >
4 </div>
5 <div style="float: right;" class="right-side-links">
6 <a class="hyperColor" ng-click="openyoutube16()">Glipmses of 2016</a>
7 <a class="hyperColor" ng-click="openyoutube17()">Concept for 2017</a>
8 </div>
9 <div class="clearfix"></div>
10 </div>
11 <!-- CLOSE HEADER -->
2 <form name="applicantForm" id="signupForm"> 12 <form name="applicantForm" id="signupForm">
3 <div style="text-align:center;"> 13 <div style="text-align:center;">
4 <h4>Startup Ambassador</h4> 14 <h4>Startup Ambassador</h4>
5 </div> 15 </div>
6 <div class="col-xs-12 col-md-4 col-md-offset-4"> 16 <div class="col-xs-12 col-md-4 col-md-offset-4">
7 <div class="form-all"> 17 <div class="form-all">
8 <table style="width: 100%;"> 18 <table style="width: 100%;">
9 <tr> 19 <tr>
10 <td> 20 <td>
11 <div class="step-one-form" > 21 <div class="step-one-form" >
12 <!-- form step 1 --> 22 <!-- form step 1 -->
13 <div class="col-xs-12 input-wrapper" > 23 <div class="col-xs-12 input-wrapper" >
14 <div id="snackbar">Error ! Please fill in all fields.</div> 24 <div id="snackbar">Error ! Please fill in all fields.</div>
15 <div class="icon-circle-c"> 25 <div class="icon-circle-c">
16 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 26 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
17 </div> 27 </div>
18 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)"> 28 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)">
19 </div> 29 </div>
20 <div class="clearfix"></div> 30 <div class="clearfix"></div>
21 <div class="col-xs-12 input-wrapper" > 31 <div class="col-xs-12 input-wrapper" >
22 <div id="snackbar">Error ! Please fill in all fields.</div> 32 <div id="snackbar">Error ! Please fill in all fields.</div>
23 <div class="icon-circle-d"> 33 <div class="icon-circle-d">
24 <i class="material-icons" style="line-height: 30px;">email</i> 34 <i class="material-icons" style="line-height: 30px;">email</i>
25 </div> 35 </div>
26 <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)"> 36 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" 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)">
27 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 37 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
28 <label ng-if="check">Email already exist.</label> 38 <label ng-if="check">Email already exist.</label>
29 </div> 39 </div>
30 <div class="clearfix"></div> 40 <div class="clearfix"></div>
31 <div class="col-xs-12 input-wrapper" > 41 <div class="col-xs-12 input-wrapper" >
32 <div class="icon-circle-e"> 42 <div class="icon-circle-e">
33 <i class="material-icons" style="line-height: 30px;">phone</i> 43 <i class="material-icons" style="line-height: 30px;">phone</i>
34 </div> 44 </div>
35 <input type="number" required class="text-input" ng-model="data.mobile" placeholder="Mobile No." ng-blur="numbercheck(data.mobile)" ng-focus="removeNoError()" ng-change="enternumber(data.mobile); phonekeyPress(data.mobile)"> 45 <input type="number" ng-pattern="/^[0-9+-]*$/" maxlength="15" required class="text-input" ng-model="data.mobile" placeholder="Mobile No." ng-blur="numbercheck(data.mobile)" ng-focus="removeNoError()" ng-change="enternumber(data.mobile); phonekeyPress(data.mobile)">
36 46 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> -->
37 <label ng-if="numberCheck">Contact Number already exist.</label> 47 <label ng-if="numberCheck">Contact Number already exist.</label>
38 </div> 48 </div>
39 <div class="clearfix"></div> 49 <div class="clearfix"></div>
40 </div> 50 </div>
41 <!-- close step-one-form --> 51 <!-- close step-one-form -->
42 </td> 52 </td>
43 </tr> 53 </tr>
44 </table> 54 </table>
45 </div> 55 </div>
46 <!-- CLOSE form-all --> 56 <!-- CLOSE form-all -->
47 </div> 57 </div>
48 <div class="clearfix"></div> 58 <div class="clearfix"></div>
49 <div style="margin-bottom: 12%;" class="text-center"> 59 <div style="margin-bottom: 12%;" class="text-center">
50 <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="submit()"> 60 <input type="submit" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="submit()">
51 </div> 61 </div>
52 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 62 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
53 </form> 63 </form>
54 <!-- CLOSE FORM --> 64 <!-- CLOSE FORM -->
55 <footer> 65 <footer>
56 <img id="footer" class="img-responsive banner"> 66 <img id="footer" class="img-responsive banner">
57 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> 67 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a>
58 </center> 68 </center>
59 </footer> 69 </footer>
60 <!-- </div> CLOSE CHECK VIEW --> 70 <!-- </div> CLOSE CHECK VIEW -->
61 <div ng-if="verifyView"> 71 <div ng-if="verifyView">
62 <div class="text-center"> 72 <div class="text-center">
63 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()"> 73 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()">
64 </div> 74 </div>
65 </div> 75 </div>
66 </div> <!-- CLOSE NEW-CONTROLLER --> 76 </div> <!-- CLOSE NEW-CONTROLLER -->
67 <div id="snacsskbar">Registration done successfully.</div>
68 <div class="modal fade" id="myModal" role="dialog"> 77 <div class="modal fade" id="myModal" role="dialog">
69 <div class="modal-dialog" style="left: auto;"> 78 <div class="modal-dialog" style="left: auto;">
70 <div class="modal-content"> 79 <div class="modal-content">
71 <div class="modal-body" style="text-align:center;margin-top:5%"> 80 <div class="modal-body" style="text-align:center;margin-top:5%">
72 <p style="font-size:22px">Your Refral Code for 10% discount is</p><p style="font-size:24px"><b>{{data.referalToken}}</b></p> 81 <p style="font-size:22px">Your Refral Code for 10% discount is</p><p style="font-size:24px"><b>{{data.referalToken}}</b></p>
73 </div> 82 </div>
74 <div style="text-align:center;margin-bottom:5%"> 83 <div style="text-align:center;margin-bottom:5%">
75 <button style="color: #fff;background-color: #4CAF50;" type="button" class="btn btn-default1" data-dismiss="modal">Close</button> 84 <button style="color: #fff;background-color: #4CAF50;" type="button" class="btn btn-default1" data-dismiss="modal">Close</button>
76 </div> 85 </div>
77 </div> 86 </div>
78 </div> 87 </div>
79 </div> 88 </div>
89
90 <div class="modal fade" id="videoModel" role="dialog" ng-click="closeModal()">
91 <div class="modal-dialog" style="left: auto;">
92 <div class="modal-content">
93 <div class="modal-body">
94 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/8i1bLQ7jS0I" frameborder="0" allowfullscreen></iframe>
95 </div>
96 <!-- <div class="modal-footers" style="text-align: center;margin-bottom: 5px;">
97 <button type="button" class="btn btn-default" data-dismiss="modal" ng-click="closeModal()">Close</button>
98 </div> -->
99 </div>
100 </div>
101 </div>
102
103
104 <div class="modal fade" id="videoModels" role="dialog" ng-click="closeModal()">
105 <div class="modal-dialog" style="left: auto;">
106 <div class="modal-content">
107 <div class="modal-body">
108 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/oBqdz-p3R6Y" frameborder="0" allowfullscreen></iframe>
109 </div>
110 <!-- <div class="modal-footers" style="text-align: center;margin-bottom: 5px;">
111 <button type="button" class="btn btn-default" data-dismiss="modal" ng-click="closeModal()">Close</button>
112 </div> -->
113 </div>
114 </div>
115 </div>
pages/confirmation.html
File was created 1 <html>
2 <head>
3 <div class="panel-heading" style="background-color: #42b549;"><img src="images/white.png" style="width: 100px;"></div>
4 </head>
5 <body>
6 <h3 style="text-align:center;margin-top:4%">Thank you for registering at Startup Jalsa 2017.</h3>
7 <p style="text-align:center;font-size:20px;">You will receive a confirmation email from us, if not please contact at <a href="http://www.startupjalsa.com/">ping@startupjalsa.com</a></p>
8 <footer style="margin-top:23%">
9 <img id="footer" class="img-responsive banner">
10 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a>
11 </center>
12 </footer>
13 </body>
14 </html>
1 <div class="header"> 1 <div class="header">
2 <div style="float: left;"> 2 <div style="float: left;">
3 <img src="images/white.png" class="logo" > 3 <img src="images/white.png" class="logo" >
4 </div> 4 </div>
5 <div style="float: right;" class="right-side-links"> 5 <div style="float: right;" class="right-side-links">
6 <a class="hyperColor" ng-click="openyoutube16()">Glipmses of 2016</a> 6 <a class="hyperColor" ng-click="openyoutube16()">Glipmses of 2016</a>
7 <a class="hyperColor" ng-click="openyoutube17()">Concept for 2017</a> 7 <a class="hyperColor" ng-click="openyoutube17()">Concept for 2017</a>
8 </div> 8 </div>
9 <div class="clearfix"></div> 9 <div class="clearfix"></div>
10 10
11 </div> 11 </div>
12 <!-- CLOSE HEADER --> 12 <!-- CLOSE HEADER -->
13 <form name="applicantForm" id="signupForm"> 13 <form name="applicantForm" id="signupForm">
14
15 <div class="col-xs-12 col-md-10 col-md-offset-1"> 14 <div class="col-xs-12 col-md-10 col-md-offset-1">
16 <p class="select-stage" style="font-size:20px;">Please select one stage.</p> 15 <p class="select-stage" style="font-size:20px;">Please select one stage.</p>
17 <div class="stage-shadow"> 16 <div class="stage-shadow">
18 <div class="stages card-align"> 17 <div class="stages card-align">
19 <div class="col-xs-4 no-padding"> 18 <div class="col-xs-4 no-padding">
20 <div class="card stages-card"> 19 <div class="card stages-card">
21 <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('Idea')"> 20 <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('Idea')">
22 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation"> 21 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation">
23 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights"> 22 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights">
24 <div class="card-content f-family"> 23 <div class="card-content f-family">
25 <p align="center">Idea</p> 24 <p align="center">Idea</p>
26 </div> 25 </div>
27 </label> 26 </label>
28 </div> 27 </div>
29 <div class="clearfix"></div> 28 <div class="clearfix"></div>
30 <div class="cards-content hidden-xs"> 29 <div class="cards-content hidden-xs">
31 <p> 30 <p>
32 &#x26AC; Have an idea and need execution help?<br> 31 &#x26AC; Have an idea and need execution help?<br>
33 &#x26AC; Get feedback from mentors<br> 32 &#x26AC; Get feedback from mentors<br>
34 &#x26AC; Validate your idea. 33 &#x26AC; Validate your idea.
35 </p> 34 </p>
36 </div> 35 </div>
37 </div> 36 </div>
38 <div class="col-xs-4 no-padding-mobile"> 37 <div class="col-xs-4 no-padding-mobile">
39 <div class="card stages-card margin-auto-mobile"> 38 <div class="card stages-card margin-auto-mobile">
40 <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Idea" id="Proof" ng-required="Product" ng-click="stage('Product')"> 39 <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Idea" id="Proof" ng-required="Product" ng-click="stage('Product')">
41 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof"> 40 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof">
42 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights"> 41 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights">
43 <div class="card-content f-family"> 42 <div class="card-content f-family">
44 <p align="center">Product</p> 43 <p align="center">Product</p>
45 </div> 44 </div>
46 </label> 45 </label>
47 </div> 46 </div>
48 <div class="clearfix"></div> 47 <div class="clearfix"></div>
49 <div class="cards-content hidden-xs"> 48 <div class="cards-content hidden-xs">
50 <p> 49 <p>
51 &#x26AC; Have a prototype and want to take it to next level?<br> 50 &#x26AC; Have a prototype and want to take it to next level?<br>
52 &#x26AC; Advice on fundraising<br> 51 &#x26AC; Advice on fundraising<br>
53 &#x26AC; Advice on go-to-market strategy 52 &#x26AC; Advice on go-to-market strategy
54 </p> 53 </p>
55 </div> 54 </div>
56 </div> 55 </div>
57 <div class="col-xs-4 no-padding"> 56 <div class="col-xs-4 no-padding">
58 <div class="card stages-card right-stage-card"> 57 <div class="card stages-card right-stage-card">
59 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Idea" id="Beta" ng-required="Growth" ng-click="stage('Growth')"> 58 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Idea" id="Beta" ng-required="Growth" ng-click="stage('Growth')">
60 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta"> 59 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta">
61 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights"> 60 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights">
62 <div class="card-content f-family"> 61 <div class="card-content f-family">
63 <p align="center">Growth</p> 62 <p align="center">Growth</p>
64 </div> 63 </div>
65 </label> 64 </label>
66 </div> 65 </div>
67 <div class="clearfix"></div> 66 <div class="clearfix"></div>
68 <div class="cards-content hidden-xs"> 67 <div class="cards-content hidden-xs">
69 <p> 68 <p>
70 &#x26AC; Have traction and looking to scale up?<br> 69 &#x26AC; Have traction and looking to scale up?<br>
71 &#x26AC; Connect with Series A investors<br> 70 &#x26AC; Connect with Series A investors<br>
72 &#x26AC; Connect and hire top startups 71 &#x26AC; Connect and hire top startups
73 </p> 72 </p>
74 </div> 73 </div>
75 </div> 74 </div>
76 <div class="clearfix"></div> 75 <div class="clearfix"></div>
77 </div> 76 </div>
78 <div class="clearfix"></div> 77 <div class="clearfix"></div>
79 </div> 78 </div>
80 <div class="hidden-sm hidden-md hidden-lg"> 79 <div class="hidden-sm hidden-md hidden-lg">
81 <div class="cards-content" ng-if="data.stage == 'Idea'"> 80 <div class="cards-content" ng-if="data.stage == 'Idea'">
82 <p> 81 <p>
83 &#x26AC; Have an idea and need execution help?<br> 82 &#x26AC; Have an idea and need execution help?<br>
84 &#x26AC; Get feedback from mentors<br> 83 &#x26AC; Get feedback from mentors<br>
85 &#x26AC; Validate your idea. 84 &#x26AC; Validate your idea.
86 </p> 85 </p>
87 </div> 86 </div>
88 <div class="cards-content" ng-if="data.stage == 'Product'"> 87 <div class="cards-content" ng-if="data.stage == 'Product'">
89 <p> 88 <p>
90 &#x26AC; Have a prototype and want to take it to next level?<br> 89 &#x26AC; Have a prototype and want to take it to next level?<br>
91 &#x26AC; Advice on fundraising<br> 90 &#x26AC; Advice on fundraising<br>
92 &#x26AC; Advice on go-to-market strategy 91 &#x26AC; Advice on go-to-market strategy
93 </p> 92 </p>
94 </div> 93 </div>
95 <div class="cards-content" ng-if="data.stage == 'Growth'"> 94 <div class="cards-content" ng-if="data.stage == 'Growth'">
96 <p> 95 <p>
97 &#x26AC; Have traction and looking to scale up?<br> 96 &#x26AC; Have traction and looking to scale up?<br>
98 &#x26AC; Connect with Series A investors<br> 97 &#x26AC; Connect with Series A investors<br>
99 &#x26AC; Connect and hire top startups 98 &#x26AC; Connect and hire top startups
100 </p> 99 </p>
101 </div> 100 </div>
102 </div> 101 </div>
103 <!-- CLOSE STAGE SHADOW --> 102 <!-- CLOSE STAGE SHADOW -->
103 <form name="informationForm">
104 <div class="form-all"> 104 <div class="form-all">
105 <table style="width: 100%;"> 105 <table style="width: 100%;">
106 <tr> 106 <tr>
107 <td> 107 <td>
108 <div class="step-one-form"> 108 <div class="step-one-form">
109 <!-- form step 1 --> 109 <!-- form step 1 -->
110 <div class="col-xs-12 col-md-6 input-wrapper"> 110 <div class="col-xs-12 col-md-6 input-wrapper">
111 <div id="snackbar">Error ! Please fill in all fields.</div> 111 <div id="snackbar">Error ! Please fill in all fields.</div>
112 <div class="icon-circle-c"> 112 <div class="icon-circle-c">
113 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 113 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
114 </div> 114 </div>
115 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)"> 115 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name" id="myBtn" name="name" ng-change="entername(data.name); namekeyPress(data.name)">
116 </div> 116 </div>
117 <div class="col-xs-12 col-md-6 input-wrapper"> 117 <div class="col-xs-12 col-md-6 input-wrapper">
118 <div id="snackbar">Error ! Please fill in all fields.</div> 118 <div id="snackbar">Error ! Please fill in all fields.</div>
119 <div class="icon-circle-d"> 119 <div class="icon-circle-d">
120 <i class="material-icons" style="line-height: 30px;">email</i> 120 <i class="material-icons" style="line-height: 30px;">email</i>
121 </div> 121 </div>
122 <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)"> 122 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" 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)">
123 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 123 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
124 <label ng-if="check">Email already exist.</label> 124 <label ng-if="check">Email already exist.</label>
125 </div> 125 </div>
126 <div class="col-xs-12 col-md-6 input-wrapper"> 126 <div class="col-xs-12 col-md-6 input-wrapper">
127 <div class="icon-circle-e"> 127 <div class="icon-circle-e">
128 <i class="material-icons" style="line-height: 30px;">phone</i> 128 <i class="material-icons" style="line-height: 30px;">phone</i>
129 </div> 129 </div>
130 <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)"> 130 <input type="number" ng-pattern="/^[0-9+-]*$/" maxlength="15" 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)">
131 <label ng-if="numberCheck">Contact Number already exist.</label> 131 <label ng-if="numberCheck">Contact Number already exist.</label>
132 </div> 132 </div>
133 <div class="col-xs-12 col-md-6 input-wrapper f-family"> 133 <div class="col-xs-12 col-md-6 input-wrapper f-family">
134 <div class="icon-circle-f"> 134 <div class="icon-circle-f">
135 <i class="material-icons" style="line-height: 30px;">location_city</i> 135 <i class="material-icons" style="line-height: 30px;">location_city</i>
136 </div> 136 </div>
137 <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;"> 137 <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;">
138 <option name="city" selected disabled value="">Choose City</option> 138 <option name="city" selected disabled value="">Choose City</option>
139 <option value="Agra">Agra</option> 139 <option value="Agra">Agra</option>
140 <option value="Ahmedabad">Ahmedabad</option> 140 <option value="Ahmedabad">Ahmedabad</option>
141 <option value="Ajmer">Ajmer</option> 141 <option value="Ajmer">Ajmer</option>
142 <option value="Aligarh">Aligarh</option> 142 <option value="Aligarh">Aligarh</option>
143 <option value="Allahabad">Allahabad</option> 143 <option value="Allahabad">Allahabad</option>
144 <option value="Ambattur">Ambattur</option> 144 <option value="Ambattur">Ambattur</option>
145 <option value="Amravati">Amravati</option> 145 <option value="Amravati">Amravati</option>
146 <option value="Amritsar">Amritsar</option> 146 <option value="Amritsar">Amritsar</option>
147 <option value="Asansol">Asansol</option> 147 <option value="Asansol">Asansol</option>
148 <option value="Aurangabad">Aurangabad</option> 148 <option value="Aurangabad">Aurangabad</option>
149 <option value="Bareilly">Bareilly</option> 149 <option value="Bareilly">Bareilly</option>
150 <option value="Belgaum">Belgaum</option> 150 <option value="Belgaum">Belgaum</option>
151 <option value="Bengaluru">Bengaluru</option> 151 <option value="Bengaluru">Bengaluru</option>
152 <option value="Bhavnagar">Bhavnagar</option> 152 <option value="Bhavnagar">Bhavnagar</option>
153 <option value="Bhayander">Bhayander</option> 153 <option value="Bhayander">Bhayander</option>
154 <option value="Bhilai Nagar">Bhilai Nagar</option> 154 <option value="Bhilai Nagar">Bhilai Nagar</option>
155 <option value="Bhiwandi">Bhiwandi</option> 155 <option value="Bhiwandi">Bhiwandi</option>
156 <option value="Bhopal">Bhopal</option> 156 <option value="Bhopal">Bhopal</option>
157 <option value="Bhubaneswar">Bhubaneswar</option> 157 <option value="Bhubaneswar">Bhubaneswar</option>
158 <option value="Bikaner">Bikaner</option> 158 <option value="Bikaner">Bikaner</option>
159 <option value="Chandigarh">Chandigarh</option> 159 <option value="Chandigarh">Chandigarh</option>
160 <option value="Chennai">Chennai</option> 160 <option value="Chennai">Chennai</option>
161 <option value="Chinchwad">Chinchwad</option> 161 <option value="Chinchwad">Chinchwad</option>
162 <option value="Coimbatore">Coimbatore</option> 162 <option value="Coimbatore">Coimbatore</option>
163 <option value="Cuttack">Cuttack</option> 163 <option value="Cuttack">Cuttack</option>
164 <option value="Dehradun">Dehradun</option> 164 <option value="Dehradun">Dehradun</option>
165 <option value="Delhi-NCR">Delhi-NCR</option> 165 <option value="Delhi-NCR">Delhi-NCR</option>
166 <option value="Dhanbad">Dhanbad</option> 166 <option value="Dhanbad">Dhanbad</option>
167 <option value="Dharwad">Dharwad</option> 167 <option value="Dharwad">Dharwad</option>
168 <option value="Dombivali">Dombivali</option> 168 <option value="Dombivali">Dombivali</option>
169 <option value="Durgapur">Durgapur</option> 169 <option value="Durgapur">Durgapur</option>
170 <option value="Faridabad">Faridabad</option> 170 <option value="Faridabad">Faridabad</option>
171 <option value="Firozabad">Firozabad</option> 171 <option value="Firozabad">Firozabad</option>
172 <option value="Gaya">Gaya</option> 172 <option value="Gaya">Gaya</option>
173 <option value="Ghaziabad">Ghaziabad</option> 173 <option value="Ghaziabad">Ghaziabad</option>
174 <option value="Gorakhpur">Gorakhpur</option> 174 <option value="Gorakhpur">Gorakhpur</option>
175 <option value="Gulbarga">Gulbarga</option> 175 <option value="Gulbarga">Gulbarga</option>
176 <option value="Guntur">Guntur</option> 176 <option value="Guntur">Guntur</option>
177 <option value="Gurgaon">Gurgaon</option> 177 <option value="Gurgaon">Gurgaon</option>
178 <option value="Guwahati">Guwahati</option> 178 <option value="Guwahati">Guwahati</option>
179 <option value="Gwalior">Gwalior</option> 179 <option value="Gwalior">Gwalior</option>
180 <option value="Haora">Haora</option> 180 <option value="Haora">Haora</option>
181 <option value="Hubli">Hubli</option> 181 <option value="Hubli">Hubli</option>
182 <option value="Hyderabad">Hyderabad</option> 182 <option value="Hyderabad">Hyderabad</option>
183 <option value="Indore">Indore</option> 183 <option value="Indore">Indore</option>
184 <option value="Jabalpur">Jabalpur</option> 184 <option value="Jabalpur">Jabalpur</option>
185 <option value="Jaipur">Jaipur</option> 185 <option value="Jaipur">Jaipur</option>
186 <option value="Jalandhar">Jalandhar</option> 186 <option value="Jalandhar">Jalandhar</option>
187 <option value="Jalgaon">Jalgaon</option> 187 <option value="Jalgaon">Jalgaon</option>
188 <option value="Jammu">Jammu</option> 188 <option value="Jammu">Jammu</option>
189 <option value="Jamnagar">Jamnagar</option> 189 <option value="Jamnagar">Jamnagar</option>
190 <option value="Jamshedpur">Jamshedpur</option> 190 <option value="Jamshedpur">Jamshedpur</option>
191 <option value="Jhansi">Jhansi</option> 191 <option value="Jhansi">Jhansi</option>
192 <option value="Jodhpur">Jodhpur</option> 192 <option value="Jodhpur">Jodhpur</option>
193 <option value="Kalyan">Kalyan</option> 193 <option value="Kalyan">Kalyan</option>
194 <option value="Kanpur">Kanpur</option> 194 <option value="Kanpur">Kanpur</option>
195 <option value="Kochi">Kochi</option> 195 <option value="Kochi">Kochi</option>
196 <option value="Kolapur">Kolapur</option> 196 <option value="Kolapur">Kolapur</option>
197 <option value="Kolkata">Kolkata</option> 197 <option value="Kolkata">Kolkata</option>
198 <option value="Kota">Kota</option> 198 <option value="Kota">Kota</option>
199 <option value="Loni">Loni</option> 199 <option value="Loni">Loni</option>
200 <option value="Lucknow">Lucknow</option> 200 <option value="Lucknow">Lucknow</option>
201 <option value="Ludhiana">Ludhiana</option> 201 <option value="Ludhiana">Ludhiana</option>
202 <option value="Madurai">Madurai</option> 202 <option value="Madurai">Madurai</option>
203 <option value="Maheshtala">Maheshtala</option> 203 <option value="Maheshtala">Maheshtala</option>
204 <option value="Malegoan">Malegoan</option> 204 <option value="Malegoan">Malegoan</option>
205 <option value="Mangalore">Mangalore</option> 205 <option value="Mangalore">Mangalore</option>
206 <option value="Meerut">Meerut</option> 206 <option value="Meerut">Meerut</option>
207 <option value="Mira">Mira</option> 207 <option value="Mira">Mira</option>
208 <option value="Moradabad">Moradabad</option> 208 <option value="Moradabad">Moradabad</option>
209 <option value="Mumbai">Mumbai</option> 209 <option value="Mumbai">Mumbai</option>
210 <option value="Mysore">Mysore</option> 210 <option value="Mysore">Mysore</option>
211 <option value="Nagpur">Nagpur</option> 211 <option value="Nagpur">Nagpur</option>
212 <option value="Nanded Waghala">Nanded Waghala</option> 212 <option value="Nanded Waghala">Nanded Waghala</option>
213 <option value="Nashik">Nashik</option> 213 <option value="Nashik">Nashik</option>
214 <option value="Navi Mumbai">Navi Mumbai</option> 214 <option value="Navi Mumbai">Navi Mumbai</option>
215 <option value="Nellore">Nellore</option> 215 <option value="Nellore">Nellore</option>
216 <option value="Noida">Noida</option> 216 <option value="Noida">Noida</option>
217 <option value="Patna">Patna</option> 217 <option value="Patna">Patna</option>
218 <option value="Pimpri">Pimpri</option> 218 <option value="Pimpri">Pimpri</option>
219 <option value="Pune">Pune</option> 219 <option value="Pune">Pune</option>
220 <option value="Raipur">Raipur</option> 220 <option value="Raipur">Raipur</option>
221 <option value="Rajkot">Rajkot</option> 221 <option value="Rajkot">Rajkot</option>
222 <option value="Ranchi">Ranchi</option> 222 <option value="Ranchi">Ranchi</option>
223 <option value="Saharanpur">Saharanpur</option> 223 <option value="Saharanpur">Saharanpur</option>
224 <option value="Salem">Salem</option> 224 <option value="Salem">Salem</option>
225 <option value="Sangli Miraj Kupwad">Sangli Miraj Kupwad</option> 225 <option value="Sangli Miraj Kupwad">Sangli Miraj Kupwad</option>
226 <option value="Siliguri">Siliguri</option> 226 <option value="Siliguri">Siliguri</option>
227 <option value="Solapur">Solapur</option> 227 <option value="Solapur">Solapur</option>
228 <option value="Srinagar">Srinagar</option> 228 <option value="Srinagar">Srinagar</option>
229 <option value="Surat">Surat</option> 229 <option value="Surat">Surat</option>
230 <option value="Thane">Thane</option> 230 <option value="Thane">Thane</option>
231 <option value="Thiruvananthapuram">Thiruvananthapuram</option> 231 <option value="Thiruvananthapuram">Thiruvananthapuram</option>
232 <option value="Tiruchirappalli">Tiruchirappalli</option> 232 <option value="Tiruchirappalli">Tiruchirappalli</option>
233 <option value="Tirunelveli">Tirunelveli</option> 233 <option value="Tirunelveli">Tirunelveli</option>
234 <option value="Udaipur">Udaipur</option> 234 <option value="Udaipur">Udaipur</option>
235 <option value="Ujjain">Ujjain</option> 235 <option value="Ujjain">Ujjain</option>
236 <option value="Ulhasnagar">Ulhasnagar</option> 236 <option value="Ulhasnagar">Ulhasnagar</option>
237 <option value="Vadodara">Vadodara</option> 237 <option value="Vadodara">Vadodara</option>
238 <option value="Varanasi">Varanasi</option> 238 <option value="Varanasi">Varanasi</option>
239 <option value="Vasai Virar">Vasai Virar</option> 239 <option value="Vasai Virar">Vasai Virar</option>
240 <option value="Vijayawada">Vijayawada</option> 240 <option value="Vijayawada">Vijayawada</option>
241 <option value="Visakhapatnam">Visakhapatnam</option> 241 <option value="Visakhapatnam">Visakhapatnam</option>
242 <option value="Warangal">Warangal</option> 242 <option value="Warangal">Warangal</option>
243 <option value="anyOther">Any other</option> 243 <option value="anyOther">Any other</option>
244 </select> 244 </select>
245 </div> 245 </div>
246 <div class="clearfix"></div> 246 <div class="clearfix"></div>
247 <div class="col-xs-12 text-right"> 247 <div class="col-xs-12 text-right">
248 <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" ng-click="next()"> 248 <button type="button" class="btn btn-secondary" data-container="body" data-toggle="popover" data-placement="bottom" ng-disabled="informationForm.$invalid|| check|| numberCheck" ng-click="next()">
249 Next 249 Next
250 </button> 250 </button>
251 </div> 251 </div>
252 </div> 252 </div>
253 <!-- close step-one-form --> 253 <!-- close step-one-form -->
254 </td> 254 </td>
255 </tr> 255 </tr>
256 </table> 256 </table>
257 </div> 257 </div>
258 <!-- CLOSE form-all --> 258 <!-- CLOSE form-all -->
259 </form>
259 <div class="step-two-form" ng-show="infoForm"> 260 <div class="step-two-form" ng-show="infoForm">
260 <div class="sectors-card"> 261 <div class="sectors-card">
261 <div class="icon-circle-b"> 262 <div class="icon-circle-b">
262 <i class="material-icons" style="line-height: 31px;">open_with</i> 263 <i class="material-icons" style="line-height: 31px;">open_with</i>
263 </div> 264 </div>
264 <div class="sector-question"> 265 <div class="sector-question">
265 <div class="col-xs-12 font f-family"> 266 <div class="col-xs-12 font f-family">
266 To which sector would you relate your company? 267 To which sector would you relate your company?
267 </div> 268 </div>
268 <div class="clearfix"></div> 269 <div class="clearfix"></div>
269 </div> 270 </div>
270 <div class="clearfix" style="height:15px;"></div> 271 <div class="clearfix" style="height:15px;"></div>
271 <div class="sector-align"> 272 <div class="sector-align">
272 <div class="col-xs-6 col-md-3"> 273 <div class="col-xs-6 col-md-3">
273 <label class="card-small"> 274 <label class="card-small">
274 <input type="radio" required value="retail" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 275 <input type="radio" required value="retail" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
275 <img src="images/retail.png"> 276 <img src="images/retail.png">
276 <label class="f-family">Retail</label> 277 <label class="f-family">Retail</label>
277 </label> 278 </label>
278 </div> 279 </div>
279 <div class="col-xs-6 col-md-3"> 280 <div class="col-xs-6 col-md-3">
280 <label class="card-small"> 281 <label class="card-small">
281 <input type="radio" required value="travel" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 282 <input type="radio" required value="travel" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
282 <img src="images/transport.png"> 283 <img src="images/transport.png">
283 <label class="f-family">Travel</label> 284 <label class="f-family">Travel</label>
284 </label> 285 </label>
285 </div> 286 </div>
286 <div class="col-xs-6 col-md-3"> 287 <div class="col-xs-6 col-md-3">
287 <label class="card-small"> 288 <label class="card-small">
288 <input type="radio" required value="b2b commerce" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 289 <input type="radio" required value="b2b commerce" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
289 <img src="images/paymens.png"> 290 <img src="images/paymens.png">
290 <label class="f-family">B2B commerce</label> 291 <label class="f-family">B2B commerce</label>
291 </label> 292 </label>
292 </div> 293 </div>
293 <div class="col-xs-6 col-md-3"> 294 <div class="col-xs-6 col-md-3">
294 <label class="card-small"> 295 <label class="card-small">
295 <input type="radio" required value="agritech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 296 <input type="radio" required value="agritech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
296 <img src="images/food.png"> 297 <img src="images/food.png">
297 <label class="f-family">Agritech</label> 298 <label class="f-family">Agritech</label>
298 </label> 299 </label>
299 </div> 300 </div>
300 <div class="col-xs-6 col-md-3"> 301 <div class="col-xs-6 col-md-3">
301 <label class="card-small"> 302 <label class="card-small">
302 <input type="radio" required value="fintech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 303 <input type="radio" required value="fintech" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
303 <img src="images/online_media.png"> 304 <img src="images/online_media.png">
304 <label class="f-family">Fintech</label> 305 <label class="f-family">Fintech</label>
305 </label> 306 </label>
306 </div> 307 </div>
307 <div class="col-xs-6 col-md-3"> 308 <div class="col-xs-6 col-md-3">
308 <label class="card-small"> 309 <label class="card-small">
309 <input type="radio" required value="hyperlocal services" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 310 <input type="radio" required value="hyperlocal services" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
310 <img src="images/hardware.png"> 311 <img src="images/hardware.png">
311 <label class="f-family">Hyperlocal services</label> 312 <label class="f-family">Hyperlocal services</label>
312 </label> 313 </label>
313 </div> 314 </div>
314 <div class="col-xs-6 col-md-3"> 315 <div class="col-xs-6 col-md-3">
315 <label class="card-small"> 316 <label class="card-small">
316 <input type="radio" required value="education" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 317 <input type="radio" required value="education" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
317 <img src="images/education.png"> 318 <img src="images/education.png">
318 <label class="f-family">Education</label> 319 <label class="f-family">Education</label>
319 </label> 320 </label>
320 </div> 321 </div>
321 <div class="col-xs-6 col-md-3"> 322 <div class="col-xs-6 col-md-3">
322 <label class="card-small"> 323 <label class="card-small">
323 <input type="radio" required value="rural" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors"> 324 <input type="radio" required value="rural" ng-model="data.sector" class="option-input radio" ng-change="sector(data.sector); sectorkeyPress()" name="sectors">
324 <img src="images/RURAL_ICON.png"> 325 <img src="images/RURAL_ICON.png">
325 <label class="f-family">Rural</label> 326 <label class="f-family">Rural</label>
326 </label> 327 </label>
327 </div> 328 </div>
328 </div> 329 </div>
329 <div class="clearfix"></div> 330 <div class="clearfix"></div>
330 </div> 331 </div>
331 <!-- CLOSE sectors-card --> 332 <!-- CLOSE sectors-card -->
332 <div class="col-xs-11 col-md-12 f-family line-adjust"> 333 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="proto">
333 <strong>What technology are you using in the product?</strong> 334 <strong>Do you have a prototype ready?</strong>
334 <p class="line-space" >Please explain in detail the technologies that you are using or plan to use in the product?</p> 335 <p class="line-space" >If yes, please share the link to demo/website/application</p>
335 </div> 336 </div>
336 <div class="col-xs-12 col-md-12 input-wrapper"> 337 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="proto">
337 <div class="icon-circle-h"> 338 <div class="icon-circle-k">
338 <i class="material-icons" style="line-height: 30px;">phone_android</i> 339 <i class="material-icons" style="line-height: 30px;">device_hub</i>
339 </div> 340 </div>
340 <input type="text" class="text-input" ng-model="data.technology" placeholder="Technology" ng-change="entertechnology(data.technology); technologykeyPress(data.technology)" required> 341 <textarea name="proto" ng-required="proto" class="text-input textarea" ng-model="data.prototype" ng-if="proto" placeholder="Prototype" ng-change="abc(); prototypekeyPress(data.prototype)"></textarea>
341 </div> 342 </div>
342 <div class="col-xs-11 col-md-12 f-family line-adjust"> 343 <div class="col-xs-11 col-md-12 f-family line-adjust">
343 <strong>Tell us about the problem that your company is trying to address. </strong> 344 <strong>Tell us about the problem that your company is trying to address. </strong>
344 <p class="line-space" ></p> 345 <p class="line-space" ></p>
345 </div> 346 </div>
346 <div class="col-xs-12 col-md-12 input-wrapper"> 347 <div class="col-xs-12 col-md-12 input-wrapper">
347 <div class="icon-circle-i"> 348 <div class="icon-circle-i">
348 <i class="material-icons" style="line-height: 30px;">report_problem</i> 349 <i class="material-icons" style="line-height: 30px;">report_problem</i>
349 </div> 350 </div>
350 <textarea name="Problem" class="text-input textarea" ng-model="data.problem" placeholder="Problem" ng-change="enterproblem(data.problem); problemkeyPress(data.problem)" required></textarea> 351 <textarea name="Problem" class="text-input textarea" ng-model="data.problem" placeholder="Problem" ng-change="enterproblem(data.problem); problemkeyPress(data.problem)" required></textarea>
351 </div> 352 </div>
352 <div class="col-xs-12 col-md-12 f-family line-adjust"> 353 <div class="col-xs-12 col-md-12 f-family line-adjust">
353 <strong>Tell us about the solution that your product/company has come up with.</strong> 354 <strong>Tell us about the solution that your product/company has come up with.</strong>
354 <p class="line-space" ></p> 355 <p class="line-space" ></p>
355 </div> 356 </div>
356 <div class="col-xs-12 col-md-12 input-wrapper"> 357 <div class="col-xs-12 col-md-12 input-wrapper">
357 <div class="icon-circle-j"> 358 <div class="icon-circle-j">
358 <i class="material-icons" style="line-height: 30px;">help</i> 359 <i class="material-icons" style="line-height: 30px;">help</i>
359 </div> 360 </div>
360 <textarea name="solution" class="text-input textarea" ng-model="data.solution" placeholder="Solution" ng-change="entersolution(data.solution); solutionkeyPress(data.solution)" required></textarea> 361 <textarea name="solution" class="text-input textarea" ng-model="data.solution" placeholder="Solution" ng-change="entersolution(data.solution); solutionkeyPress(data.solution)" required></textarea>
361 </div> 362 </div>
362 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="businessmodel"> 363 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="businessmodel">
363 <strong>What is your business model?</strong> 364 <strong>What is your business model?</strong>
364 <p class="line-space" >How do you plan to make money?</p> 365 <p class="line-space" >How do you plan to make money?</p>
365 </div> 366 </div>
366 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="businessmodel"> 367 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="businessmodel">
367 <div class="icon-circle-p"> 368 <div class="icon-circle-p">
368 <i class="material-icons" style="line-height: 30px;">business_center</i> 369 <i class="material-icons" style="line-height: 30px;">business_center</i>
369 </div> 370 </div>
370 <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;"> 371 <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;">
371 <option selected disabled value="">Business Model</option> 372 <option selected disabled value="">Business Model</option>
372 <option value="B2B">B2B</option> 373 <option value="B2B">B2B</option>
373 <option value="B2C">B2C</option> 374 <option value="B2C">B2C</option>
374 <option value="B2G">B2G</option> 375 <option value="B2G">B2G</option>
375 </select> 376 </select>
376 </div> 377 </div>
377 <div class="clearfix"></div> 378 <div class="clearfix"></div>
379 <div class="hideform" ng-if="prototyp">
378 <!-- **************************For Quiz All About Input********************** --> 380 <!-- **************************For Quiz All About Input********************** -->
379 <div class="question-shadow"> 381 <div class="question-shadow">
380 <div class="icon-circle-x"> 382 <div class="icon-circle-x">
381 <i class="material-icons" style="line-height: 30px;">question_answer</i> 383 <i class="material-icons" style="line-height: 30px;">question_answer</i>
382 </div> 384 </div>
383 <div class="sector-question"> 385 <div class="sector-question">
384 <div class="col-xs-12 font f-family"> 386 <div class="col-xs-12 font f-family">
385 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. 387 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.
386 </div> 388 </div>
387 <div class="clearfix"></div> 389 <div class="clearfix"></div>
388 </div> 390 </div>
389 <div class="stages q-card-align"> 391 <div class="stages q-card-align">
390 <div class="col-sm-8 group"> 392 <div class="col-sm-8 group">
391 <input type="text" class="text-input" ng-model="data.question1" name="snpid" placeholder="Question1" ng-change="abc(); questionkeyPress(data.question1)" required> 393 <input type="text" class="text-input" ng-model="data.question1" name="snpid" placeholder="Question1" ng-change="abc(); questionkeyPress(data.question1)" required>
392 <span class="highlight"></span> 394 <span class="highlight"></span>
393 <span class="bar"></span> 395 <span class="bar"></span>
394 </div> 396 </div>
395 <div class="col-sm-3 col-md-offset-1"> 397 <div class="col-sm-3 col-md-offset-1">
396 <select class="drop-down" ng-model="data.typeQ1" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 398 <select class="drop-down" ng-model="data.typeQ1" placeholder="select" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
397 <option value="typeQ1" selected disabled value="">Select</option> 399 <option selected disabled value="">Select</option>
398 <option>Sales</option> 400 <option>Sales</option>
399 <option>Marketing</option> 401 <option>Marketing</option>
400 <option>Technology</option> 402 <option>Technology</option>
401 <option>Scale</option> 403 <option>Scale</option>
402 <option>Fund-raising</option> 404 <option>Fund-raising</option>
403 <option>Go-to-market strategy</option> 405 <option>Go-to-market strategy</option>
404 <option>Team/hiring issues</option> 406 <option>Team/hiring issues</option>
405 <option>Emotional/personal issues</option> 407 <option>Emotional/personal issues</option>
406 <option>Any other</option> 408 <option>Any other</option>
407 </select> 409 </select>
408 </div> 410 </div>
409 <div class="col-sm-8 group"> 411 <div class="col-sm-8 group">
410 <input type="text" class="text-input" ng-model="data.question2" name="snpid" placeholder="Question2" ng-change="abc(); questionkeyPress(data.question2)" required> 412 <input type="text" class="text-input" ng-model="data.question2" name="snpid" placeholder="Question2" ng-change="abc(); questionkeyPress(data.question2)" required>
411 <span class="highlight"></span> 413 <span class="highlight"></span>
412 <span class="bar"></span> 414 <span class="bar"></span>
413 </div> 415 </div>
414 <div class="col-sm-3 col-md-offset-1"> 416 <div class="col-sm-3 col-md-offset-1">
415 <select class="drop-down" ng-model="data.typeQ2" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 417 <select class="drop-down" ng-model="data.typeQ2" placeholder="select" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
416 <option value="typeQ2" selected disabled value="">Select</option> 418 <option selected disabled value="">Select</option>
417 <option>Sales</option> 419 <option>Sales</option>
418 <option>Marketing</option> 420 <option>Marketing</option>
419 <option>Technology</option> 421 <option>Technology</option>
420 <option>Scale</option> 422 <option>Scale</option>
421 <option>Fund-raising</option> 423 <option>Fund-raising</option>
422 <option>Go-to-market strategy</option> 424 <option>Go-to-market strategy</option>
423 <option>Team/hiring issues</option> 425 <option>Team/hiring issues</option>
424 <option>Emotional/personal issues</option> 426 <option>Emotional/personal issues</option>
425 <option>Any other</option> 427 <option>Any other</option>
426 </select> 428 </select>
427 </div> 429 </div>
428 <div class="col-sm-8 group"> 430 <div class="col-sm-8 group">
429 <input type="text" class="text-input" ng-model="data.question3" name="snpid" placeholder="Question3" ng-change="abc(); questionkeyPress(data.question3)" required> 431 <input type="text" class="text-input" ng-model="data.question3" name="snpid" placeholder="Question3" ng-change="abc(); questionkeyPress(data.question3)" required>
430 <span class="highlight"></span> 432 <span class="highlight"></span>
431 <span class="bar"></span> 433 <span class="bar"></span>
432 </div> 434 </div>
433 <div class="col-sm-3 col-md-offset-1"> 435 <div class="col-sm-3 col-md-offset-1">
434 <select class="drop-down" ng-model="data.typeQ3" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 436 <select class="drop-down" ng-model="data.typeQ3" placeholder="select" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
435 <option value="typeQ3" selected disabled value="">Select</option> 437 <option selected disabled value="">Select</option>
436 <option>Sales</option> 438 <option>Sales</option>
437 <option>Marketing</option> 439 <option>Marketing</option>
438 <option>Technology</option> 440 <option>Technology</option>
439 <option>Scale</option> 441 <option>Scale</option>
440 <option>Fund-raising</option> 442 <option>Fund-raising</option>
441 <option>Go-to-market strategy</option> 443 <option>Go-to-market strategy</option>
442 <option>Team/hiring issues</option> 444 <option>Team/hiring issues</option>
443 <option>Emotional/personal issues</option> 445 <option>Emotional/personal issues</option>
444 <option>Any other</option> 446 <option>Any other</option>
445 </select> 447 </select>
446 </div> 448 </div>
447 <div class="col-sm-8 group"> 449 <div class="col-sm-8 group">
448 <input type="text" class="text-input" ng-model="data.question4" name="snpid" placeholder="Question4" ng-change="abc(); questionkeyPress(data.question4)" required> 450 <input type="text" class="text-input" ng-model="data.question4" name="snpid" placeholder="Question4" ng-change="abc(); questionkeyPress(data.question4)" required>
449 <span class="highlight"></span> 451 <span class="highlight"></span>
450 <span class="bar"></span> 452 <span class="bar"></span>
451 </div> 453 </div>
452 <div class="col-sm-3 col-md-offset-1"> 454 <div class="col-sm-3 col-md-offset-1">
453 <select class="drop-down" ng-model="data.typeQ4" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 455 <select class="drop-down" ng-model="data.typeQ4" placeholder="select" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
454 <option value="typeQ4" selected disabled value="">Select</option> 456 <option selected disabled value="">Select</option>
455 <option>Sales</option> 457 <option>Sales</option>
456 <option>Marketing</option> 458 <option>Marketing</option>
457 <option>Technology</option> 459 <option>Technology</option>
458 <option>Scale</option> 460 <option>Scale</option>
459 <option>Fund-raising</option> 461 <option>Fund-raising</option>
460 <option>Go-to-market strategy</option> 462 <option>Go-to-market strategy</option>
461 <option>Team/hiring issues</option> 463 <option>Team/hiring issues</option>
462 <option>Emotional/personal issues</option> 464 <option>Emotional/personal issues</option>
463 <option>Any other</option> 465 <option>Any other</option>
464 </select> 466 </select>
465 </div> 467 </div>
466 <div class="col-sm-8 group"> 468 <div class="col-sm-8 group">
467 <input type="text" class="text-input" ng-model="data.question5" name="snpid" placeholder="Question5" ng-change="abc(); questionkeyPress(data.question5)" required> 469 <input type="text" class="text-input" ng-model="data.question5" name="snpid" placeholder="Question5" ng-change="abc(); questionkeyPress(data.question5)" required>
468 <span class="highlight"></span> 470 <span class="highlight"></span>
469 <span class="bar"></span> 471 <span class="bar"></span>
470 </div> 472 </div>
471 <div class="col-sm-3 col-md-offset-1"> 473 <div class="col-sm-3 col-md-offset-1">
472 <select class="drop-down" ng-model="data.typeQ5" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required> 474 <select class="drop-down" ng-model="data.typeQ5" placeholder="select" id="lunch" class="" data-live-search="true" title="Please select a lunch ..." required>
473 <option value="typeQ5" selected disabled value="">Select</option> 475 <option selected disabled value="">Select</option>
474 <option>Sales</option> 476 <option>Sales</option>
475 <option>Marketing</option> 477 <option>Marketing</option>
476 <option>Technology</option> 478 <option>Technology</option>
477 <option>Scale</option> 479 <option>Scale</option>
478 <option>Fund-raising</option> 480 <option>Fund-raising</option>
479 <option>Go-to-market strategy</option> 481 <option>Go-to-market strategy</option>
480 <option>Team/hiring issues</option> 482 <option>Team/hiring issues</option>
481 <option>Emotional/personal issues</option> 483 <option>Emotional/personal issues</option>
482 <option>Any other</option> 484 <option>Any other</option>
483 </select> 485 </select>
484 </div> 486 </div>
485 <div class="clearfix"></div> 487 <div class="clearfix"></div>
486 </div> 488 </div>
487 <div class="clearfix"></div> 489 <div class="clearfix"></div>
488 </div> 490 </div>
489 <!--CLOSE question-shadow --> 491 <!--CLOSE question-shadow -->
490 <div class="clearfix"></div> 492 <div class="clearfix"></div>
491 <!-- **************************CLOSE QUIZ FORM********************** --> 493 <!-- **************************CLOSE QUIZ FORM********************** -->
492 <div class="hideform" ng-if="prototyp"> 494 <div class="col-xs-11 col-md-12 f-family line-adjust">
493 <div class="col-xs-12 col-md-12 f-family line-adjust"> 495 <strong>What technology are you using in the product?</strong>
494 <strong>Do you have a prototype ready?</strong> 496 <p class="line-space" >Please explain in detail the technologies that you are using or plan to use in the product?</p>
495 <p class="line-space" >If yes, please share the link to demo/website/application</p>
496 </div> 497 </div>
497 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="prototyp"> 498 <div class="col-xs-12 col-md-12 input-wrapper">
498 <div class="icon-circle-k"> 499 <div class="icon-circle-h">
499 <i class="material-icons" style="line-height: 30px;">device_hub</i> 500 <i class="material-icons" style="line-height: 30px;">phone_android</i>
500 </div> 501 </div>
501 <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> 502 <input type="text" class="text-input" ng-model="data.technology" placeholder="Technology" ng-change="entertechnology(data.technology); technologykeyPress(data.technology)" required>
502 </div> 503 </div>
503 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="market"> 504 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="market">
504 <strong>What is your go-to-market strategy?</strong> 505 <strong>What is your go-to-market strategy?</strong>
505 <p class="line-space" ></p> 506 <p class="line-space" ></p>
506 </div> 507 </div>
507 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="market"> 508 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="market">
508 <div class="icon-circle-l"> 509 <div class="icon-circle-l">
509 <i class="material-icons" style="line-height: 30px;">multiline_chart</i> 510 <i class="material-icons" style="line-height: 30px;">multiline_chart</i>
510 </div> 511 </div>
511 <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> 512 <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>
512 </div> 513 </div>
513 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="risks"> 514 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="risks">
514 <strong>Who are your existing competitors and potential risk factors?</strong> 515 <strong>Who are your existing competitors and potential risk factors?</strong>
515 <p class="line-space" ></p> 516 <p class="line-space" ></p>
516 </div> 517 </div>
517 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="risks"> 518 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="risks">
518 <div class="icon-circle-m"> 519 <div class="icon-circle-m">
519 <i class="material-icons" style="line-height: 30px;">adjust</i> 520 <i class="material-icons" style="line-height: 30px;">adjust</i>
520 </div> 521 </div>
521 <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> 522 <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>
522 </div> 523 </div>
523 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="team"> 524 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="team">
524 <strong>Who all are there in your team?</strong> 525 <strong>Who all are there in your team?</strong>
525 <p class="line-space" >What are their backgrounds?</p> 526 <p class="line-space" >What are their backgrounds?</p>
526 </div> 527 </div>
527 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="team"> 528 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="team">
528 <div class="icon-circle-n" ng-if="team"> 529 <div class="icon-circle-n" ng-if="team">
529 <i class="material-icons" style="line-height: 30px;">games</i> 530 <i class="material-icons" style="line-height: 30px;">games</i>
530 </div> 531 </div>
531 <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> 532 <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>
532 </div> 533 </div>
533 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="pitch"> 534 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="pitch">
534 <strong>Provide the Google Docs link for pitch-deck/presentation (mentioning the details of your startup).</strong> 535 <strong>Provide the Google Docs link for pitch-deck/presentation (mentioning the details of your startup).</strong>
535 <p class="line-space" ></p> 536 <p class="line-space" ></p>
536 </div> 537 </div>
537 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="pitch"> 538 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="pitch">
538 <div class="icon-circle-z"> 539 <div class="icon-circle-z">
539 <i class="material-icons" style="line-height: 30px;">offline_pin</i> 540 <i class="material-icons" style="line-height: 30px;">offline_pin</i>
540 </div> 541 </div>
541 <input type="text" ng-required="pitch" class="text-input" ng-model="data.pitch" ng-if="pitch" placeholder="Provide pitch deck" ng-change="abc(); pitchkeyPress(data.pitch)"> 542 <input type="text" ng-required="pitch" class="text-input" ng-model="data.pitch" ng-if="pitch" placeholder="Provide pitch deck" ng-change="abc(); pitchkeyPress(data.pitch)">
542 </div> 543 </div>
543 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="financials"> 544 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="financials">
544 <strong>Provide the Google Docs link for financial projections (funding requirements of your startup).</strong> 545 <strong>Provide the Google Docs link for financial projections (funding requirements of your startup).</strong>
545 <p class="line-space" ></p> 546 <p class="line-space" ></p>
546 </div> 547 </div>
547 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="financials"> 548 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="financials">
548 <div class="icon-circle-q"> 549 <div class="icon-circle-q">
549 <i class="material-icons" style="line-height: 30px;">timeline</i> 550 <i class="material-icons" style="line-height: 30px;">timeline</i>
550 </div> 551 </div>
551 <input type="text" name="financials" ng-required="financials" class="text-input" ng-model="data.financials" ng-if="financials" placeholder="Provide financials" ng-change="abc(); financialskeyPress(data.financials)"> 552 <input type="text" name="financials" ng-required="financials" class="text-input" ng-model="data.financials" ng-if="financials" placeholder="Provide financials" ng-change="abc(); financialskeyPress(data.financials)">
552 </div> 553 </div>
553 <div class="clearfix"></div> 554 <div class="clearfix"></div>
554 </div> 555 </div>
555 <div class="identity-shadow"> 556 <div class="identity-shadow">
556 <div class="icon-circle-ab"> 557 <div class="icon-circle-ab">
557 <i class="material-icons" style="line-height: 30px;">perm_identity</i> 558 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
558 </div> 559 </div>
559 <div class="identity-question"> 560 <div class="identity-question">
560 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;"> 561 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;">
561 <b>Who are you?</b> 562 <b>Who are you?</b>
562 <p style="color:grey">kindly choose one option.</p> 563 <p style="color:grey">kindly choose one option.</p>
563 </div> 564 </div>
564 <div class="clearfix"></div> 565 <div class="clearfix"></div>
565 </div> 566 </div>
566 <div class="stages identity-align"> 567 <div class="stages identity-align">
567 <div class="col-xs-12"> 568 <div class="col-xs-12">
568 <label class="card-small margin-right-label"> 569 <label class="card-small margin-right-label">
569 <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'"> 570 <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'">
570 <!-- <img src="images/RURAL_ICON.png"> --> 571 <!-- <img src="images/RURAL_ICON.png"> -->
571 <label class="f-family pull-left width-auto" for="studentRadio">Student</label> 572 <label class="f-family pull-left width-auto" for="studentRadio">Student</label>
572 </label> 573 </label>
573 <label class="card-small margin-right-label"> 574 <label class="card-small margin-right-label">
574 <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'"> 575 <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'">
575 <!-- <img src="images/education.png"> --> 576 <!-- <img src="images/education.png"> -->
576 <label class="f-family pull-left width-auto" for="othersRadio">Others</label> 577 <label class="f-family pull-left width-auto" for="othersRadio">Others</label>
577 </label> 578 </label>
578 </div> 579 </div>
579 </div> 580 </div>
580 <!-- CLOSE stages identity-align --> 581 <!-- CLOSE stages identity-align -->
581 <div class="clearfix"></div> 582 <div class="clearfix"></div>
582 </div> 583 </div>
583 <!-- CLOSE identity-shadow --> 584 <!-- CLOSE identity-shadow -->
584 <div class="col-xs-12 input-wrapper"> 585 <div class="col-xs-12 input-wrapper">
585 <div class="referel-icon" style="z-index: 999;"> 586 <div class="referel-icon" style="z-index: 999;">
586 <i class="material-icons" style="line-height: 30px;">code</i> 587 <i class="material-icons" style="line-height: 30px;">code</i>
587 </div> 588 </div>
588 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> 589 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
589 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 590 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
590 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 591 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
591 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> 592 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button>
592 </div> 593 </div>
593 <div class="clearfix"></div> 594 <div class="clearfix"></div>
594 <div class="text-center"> 595 <div class="text-center">
595 <input type="submit" class="btn submit-button" data-toggle="modal" data-target="#myModal" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()"> 596 <input type="submit" class="btn submit-button" data-toggle="modal" data-target="#myModal" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()">
596 </div> 597 </div>
597 </div> 598 </div>
598 <!-- CLOSE step-two-form --> 599 <!-- CLOSE step-two-form -->
599 </div> 600 </div>
600 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 601 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
601 </form> 602 </form>
602 <!-- CLOSE FORM --> 603 <!-- CLOSE FORM -->
603 <footer> 604 <footer>
604 <img id="footer" class="img-responsive banner"> 605 <img id="footer" class="img-responsive banner">
605 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center> 606 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center>
606 </footer> 607 </footer>
607 <!-- </div> CLOSE CHECK VIEW --> 608 <!-- </div> CLOSE CHECK VIEW -->
608 <div ng-if="verifyView"> 609 <div ng-if="verifyView">
609 <div style="margin-bottom: 0px;" class="text-center"> 610 <div style="margin-bottom: 0px;" class="text-center">
610 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()"> 611 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()">
611 </div> 612 </div>
612 </div> 613 </div>
613 </div> <!-- CLOSE NEW-CONTROLLER --> 614 </div> <!-- CLOSE NEW-CONTROLLER -->
614 <div id="snacsskbar">Registration done successfully.</div> 615 <!-- <div id="snacsskbar">Registration done successfully.</div>
615 <div class="modal fade" id="myModal" role="dialog"> 616 --><div class="modal fade" id="myModal" role="dialog">
616 <div class="modal-dialog" style="left: auto;"> 617 <div class="modal-dialog" style="left: auto;">
617 <div class="modal-content"> 618 <div class="modal-content">
619 <h4 style="text-align:center;">Congratulations, you are now eligible for:</h4>
618 <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="border:1px solid #f6f6eb;margin-top:10px"> 620 <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="border:1px solid #f6f6eb;margin-top:10px">
619 <tbody style="background-color:#f9f9f9"> 621 <tbody style="background-color:#f9f9f9">
620 <tr> 622 <tr>
621 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 623 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
622 </tr> 624 </tr>
623 <tr> 625 <tr>
624 <td align="left" valign="top" style="padding:10px"> 626 <td align="left" valign="top" style="padding:10px">
625 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 627 <table width="100%" border="0" cellspacing="0" cellpadding="0">
626 <tbody> 628 <tbody>
627 <tr> 629 <tr>
628 <td align="left" valign="middle" style="color:#5e5e5e;font-size:20px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Summary</td> 630 <td align="left" valign="middle" style="color:#5e5e5e;font-size:20px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Summary</td>
629 </tr> 631 </tr>
630 </tbody> 632 </tbody>
631 </table> 633 </table>
632 </td> 634 </td>
633 </tr> 635 </tr>
634 </tbody> 636 </tbody>
635 <tbody> 637 <tbody>
636 <tr> 638 <tr>
637 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 639 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
638 </tr> 640 </tr>
639 <tr> 641 <tr>
640 <td align="left" valign="top" style="padding:10px"> 642 <td align="left" valign="top" style="padding:10px">
641 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 643 <table width="100%" border="0" cellspacing="0" cellpadding="0">
642 <tbody> 644 <tbody>
643 <tr> 645 <tr>
644 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Amount</td> 646 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Amount</td>
645 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{ticketAmnt}}</td> 647 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{ticketAmnt}}</td>
646 </tr> 648 </tr>
647 </tbody> 649 </tbody>
648 </table> 650 </table>
649 </td> 651 </td>
650 </tr> 652 </tr>
651 <tr> 653 <tr>
652 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 654 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
653 </tr> 655 </tr>
654 <tr> 656 <tr>
655 <td align="left" valign="top" style="padding:10px"> 657 <td align="left" valign="top" style="padding:10px">
656 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 658 <table width="100%" border="0" cellspacing="0" cellpadding="0">
657 <tbody> 659 <tbody>
658 <tr> 660 <tr>
659 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Discount</td> 661 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Discount</td>
660 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{discountAmount}}</td> 662 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{discountAmount}}</td>
661 </tr> 663 </tr>
662 </tbody> 664 </tbody>
663 </table> 665 </table>
664 </td> 666 </td>
665 </tr> 667 </tr>
666 <tr> 668 <tr>
667 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 669 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
668 </tr> 670 </tr>
669 <tr> 671 <tr>
670 <td align="left" valign="top" style="padding:10px"> 672 <td align="left" valign="top" style="padding:10px">
671 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 673 <table width="100%" border="0" cellspacing="0" cellpadding="0">
672 <tbody> 674 <tbody>
673 <tr> 675 <tr>
674 <td align="left" valign="middle" style="color:#5e5e5e;font-size:14px;line-height:26px;font-family:Avenir-Medium,arial,sans-serif">GST</td> 676 <td align="left" valign="middle" style="color:#5e5e5e;font-size:14px;line-height:26px;font-family:Avenir-Medium,arial,sans-serif">GST</td>
675 <td align="right" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{taxTotal}}</td> 677 <td align="right" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{taxTotal}}</td>
676 </tr> 678 </tr>
677 </tbody> 679 </tbody>
678 </table> 680 </table>
679 </td> 681 </td>
680 </tr> 682 </tr>
681 <tr> 683 <tr>
682 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 684 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
683 </tr> 685 </tr>
684 <tr> 686 <tr>
685 <td align="left" valign="top" bgcolor="#f9f9f9" style="padding:10px"> 687 <td align="left" valign="top" bgcolor="#f9f9f9" style="padding:10px">
686 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 688 <table width="100%" border="0" cellspacing="0" cellpadding="0">
687 <tbody> 689 <tbody>
688 <tr> 690 <tr>
689 <td align="left" valign="middle" style="color:#5e5e5e;font-size:22px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Total Amount</td> 691 <td align="left" valign="middle" style="color:#5e5e5e;font-size:22px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Total Amount</td>
690 <td align="right" valign="middle" style="color:#29bd9d;font-size:24px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{payingAmnt}}</td> 692 <td align="right" valign="middle" style="color:#29bd9d;font-size:24px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{payingAmnt}}</td>
691 </tr> 693 </tr>
692 </tbody> 694 </tbody>
693 </table> 695 </table>
694 </td> 696 </td>
695 </tr> 697 </tr>
696 <tr> 698 <tr>
697 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 699 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
698 </tr> 700 </tr>
699 </tbody> 701 </tbody>
700 </table> 702 </table>
701 <div style="text-align:center;margin-bottom:5%"> 703 <div style="text-align:center;margin-bottom:5%">
702 <button type="button" style="color:#fff;background-color:#4CAF50;margin-top:5%" class="btn btn-default" data-dismiss="modal" ng-click="create()">Proceed to Pay</button> 704 <button type="button" style="color:#fff;background-color:#4CAF50;margin-top:5%" class="btn btn-default" data-dismiss="modal" ng-click="create()">Proceed to Pay</button>
703 </div> 705 </div>
704 </div> 706 </div>
705 </div> 707 </div>
706 </div> 708 </div>
707 709
708 <div class="modal fade" id="videoModel" role="dialog" ng-click="closeModal()"> 710 <div class="modal fade" id="videoModel" role="dialog" ng-click="closeModal()">
709 <div class="modal-dialog" style="left: auto;"> 711 <div class="modal-dialog" style="left: auto;">
710 <div class="modal-content"> 712 <div class="modal-content">
711 <div class="modal-body"> 713 <div class="modal-body">
712 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/8i1bLQ7jS0I" frameborder="0" allowfullscreen></iframe> 714 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/8i1bLQ7jS0I" frameborder="0" allowfullscreen></iframe>
713 </div> 715 </div>
714 <!-- <div class="modal-footers" style="text-align: center;margin-bottom: 5px;"> 716 <!-- <div class="modal-footers" style="text-align: center;margin-bottom: 5px;">
715 <button type="button" class="btn btn-default" data-dismiss="modal" ng-click="closeModal()">Close</button> 717 <button type="button" class="btn btn-default" data-dismiss="modal" ng-click="closeModal()">Close</button>
716 </div> --> 718 </div> -->
717 </div> 719 </div>
718 </div> 720 </div>
719 </div> 721 </div>
720 722
721 723
722 <div class="modal fade" id="videoModels" role="dialog" ng-click="closeModal()"> 724 <div class="modal fade" id="videoModels" role="dialog" ng-click="closeModal()">
723 <div class="modal-dialog" style="left: auto;"> 725 <div class="modal-dialog" style="left: auto;">
724 <div class="modal-content"> 726 <div class="modal-content">
725 <div class="modal-body"> 727 <div class="modal-body">
726 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/oBqdz-p3R6Y" frameborder="0" allowfullscreen></iframe> 728 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/oBqdz-p3R6Y" frameborder="0" allowfullscreen></iframe>
727 </div> 729 </div>
728 <!-- <div class="modal-footers" style="text-align: center;margin-bottom: 5px;"> 730 <!-- <div class="modal-footers" style="text-align: center;margin-bottom: 5px;">
729 <button type="button" class="btn btn-default" data-dismiss="modal" ng-click="closeModal()">Close</button> 731 <button type="button" class="btn btn-default" data-dismiss="modal" ng-click="closeModal()">Close</button>
730 </div> --> 732 </div> -->
731 </div> 733 </div>
732 </div> 734 </div>
733 </div> 735 </div>
734 736
735 737
736 738
737 739
738 740
1 // create the module and name it scotchApp 1 // create the module and name it scotchApp
2 var scotchApp = angular.module('scotchApp', ['ngRoute']); 2 var scotchApp = angular.module('scotchApp', ['ngRoute']);
3 3
4 // configure our routes 4 // configure our routes
5 scotchApp.config(function($routeProvider) { 5 scotchApp.config(function($routeProvider) {
6 $routeProvider 6 $routeProvider
7 7
8 // route for the home page 8 // route for the home page
9 .when('/', { 9 .when('/', {
10 templateUrl: 'pages/home.html', 10 templateUrl: 'pages/home.html',
11 controller: 'mainController' 11 controller: 'mainController'
12 }) 12 })
13 13
14 // route for the paymentVerify page 14 // route for the paymentVerify page
15 .when('/paymentVerification/:id', { 15 .when('/paymentVerification/:id', {
16 templateUrl: 'pages/verify.html', 16 templateUrl: 'pages/verify.html',
17 controller: 'verifyController' 17 controller: 'verifyController'
18 }) 18 })
19 19
20 // route for the ambassador page 20 // route for the ambassador page
21 .when('/ambassador', { 21 .when('/ambassador', {
22 templateUrl: 'pages/ambassador.html', 22 templateUrl: 'pages/ambassador.html',
23 controller: 'ambassadorController' 23 controller: 'ambassadorController'
24 }) 24 })
25
26 // route for the confirmation page
27 .when('/confirmation', {
28 templateUrl: 'pages/confirmation.html',
29 controller: 'mainController'
30 })
31
25 }); 32 });
26 33
27 scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api") 34 scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api")
28 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") 35 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api")
29 36
30 // create the controller and inject Angular's $scope 37 // create the controller and inject Angular's $scope
31 scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL) { 38 scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL) {
32 $scope.data = { 39 $scope.data = {
33 show: true, 40 show: true,
34 hide: false 41 hide: false
35 }; 42 };
36 43
37 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 44 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
38 45
39 $scope.max = 100; 46 $scope.max = 100;
40 $scope.current = 0; 47 $scope.current = 0;
41 $scope.payingAmnt = 0; 48 $scope.payingAmnt = 0;
42 if ($scope.data.stage == 'select') { 49 if ($scope.data.stage == 'select') {
43 50
44 } 51 }
45 52
46 $scope.author = 'Swarn Singh'; 53 $scope.author = 'Swarn Singh';
47 $scope.data = {}; 54 $scope.data = {};
48 $scope.data.stage = 'Idea'; 55 $scope.data.stage = 'Idea';
49 $scope.discountAmount = 0; 56 $scope.discountAmount = 0;
50 $scope.check = false; 57 $scope.check = false;
51 $scope.numberCheck = false; 58 $scope.numberCheck = false;
52 $scope.paymentResult = {}; 59 $scope.paymentResult = {};
53 var data = { 60 var data = {
54 "amount": $scope.payingAmnt, 61 "amount": $scope.payingAmnt,
55 "currency": "INR", 62 "currency": "INR",
56 "status": "pending" 63 "status": "pending"
57 } 64 }
58 65
59 $scope.removeError = function() {
60 $('#invalidEmail').css('display', 'none');
61 $('#alreadyExist').css('display', 'none');
62 };
63
64 /*open videos in modal*/ 66 /*open videos in modal*/
65 $scope.openyoutube16 = function(){ 67 $scope.openyoutube16 = function(){
66 $('#videoModel').modal('show'); 68 $('#videoModel').modal('show');
67 } 69 }
68 70
69 $scope.openyoutube17 = function(){ 71 $scope.openyoutube17 = function(){
70 $('#videoModels').modal('show'); 72 $('#videoModels').modal('show');
71 } 73 }
72 74
73 $scope.closeModal = function(){ 75 $scope.closeModal = function(){
74 var url = $('#youtubePlayer').attr('src'); 76 var url = $('#youtubePlayer').attr('src');
75 $('#youtubePlayer').attr('src', ''); 77 $('#youtubePlayer').attr('src', '');
76 $('#youtubePlayer').attr('src', url); 78 $('#youtubePlayer').attr('src', url);
77 } 79 }
78 /*open videos ends here*/ 80 /*open videos ends here*/
79 81
82 $scope.removeError = function() {
83 $('#invalidEmail').css('display', 'none');
84 $('#alreadyExist').css('display', 'none');
85 };
86
80 $scope.emailcheck = function(val) { 87 $scope.emailcheck = function(val) {
81 if (val == undefined) { 88 if (val == undefined) {
82 $('#invalidEmail').css('display', 'block'); 89 $('#invalidEmail').css('display', 'block');
83 } else { 90 } else {
84 $http({ 91 $http({
85 method: 'GET', 92 method: 'GET',
86 url: BASE_URL + '/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}', 93 url: BASE_URL + '/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
87 headers: {} 94 headers: {}
88 }).then(function mySuccess(searchResult) { 95 }).then(function mySuccess(searchResult) {
89 console.log("searchResult1===>", searchResult) 96 console.log("searchResult1===>", searchResult)
90 if (searchResult.data.length == 0) { 97 if (searchResult.data.length == 0) {
91 $scope.check = false; 98 $scope.check = false;
92 } else { 99 } else {
93 $scope.check = true; 100 $scope.check = true;
94 $('#alreadyExist').css('display', 'block'); 101 $('#alreadyExist').css('display', 'block');
95 } 102 }
96 }, function myError(error) {}); 103 }, function myError(error) {});
97 } 104 }
98 }; 105 };
99 106
100 $scope.removeNoError = function() { 107 $scope.removeNoError = function() {
101 $('#noExist').css('display', 'none'); 108 $('#noExist').css('display', 'none');
102 }; 109 };
103 110
104 $scope.numbercheck = function(number) { 111 $scope.numbercheck = function(number) {
105 $http({ 112 $http({
106 method: 'GET', 113 method: 'GET',
107 url: BASE_URL + '/applicants?filter={"where": {"phone": {"like":"%25' + number + '%25"}}}', 114 url: BASE_URL + '/applicants?filter={"where": {"phone": {"like":"%25' + number + '%25"}}}',
108 data: $scope.data, 115 data: $scope.data,
109 headers: {} 116 headers: {}
110 }).then(function mySuccess(searchResult) { 117 }).then(function mySuccess(searchResult) {
111 console.log("searchResult===>", searchResult) 118 console.log("searchResult===>", searchResult)
112 if (searchResult.data.length == 0) { 119 if (searchResult.data.length == 0) {
113 $scope.numberCheck = false; 120 $scope.numberCheck = false;
114 121
115 } else { 122 } else {
116 $scope.numberCheck = true; 123 $scope.numberCheck = true;
117 $('#noExist').css('display', 'block'); 124 $('#noExist').css('display', 'block');
118 } 125 }
119 }, function myError(error) {}); 126 }, function myError(error) {});
120 }; 127 };
121 128
122 $rootScope.tokenCall = function(val) { 129 $rootScope.tokenCall = function(val) {
123 console.log('val-------->', val); 130 console.log('val-------->', val);
124 if (val == undefined) { 131 if (val == undefined) {
125 $('#invalidEmail').css('display', 'block'); 132 $('#invalidEmail').css('display', 'block');
126 } else { 133 } else {
127 val = val.toUpperCase(); 134 val = val.toUpperCase();
128 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": {"like":"%25' + val + '%25"}}}') 135 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": {"like":"%25' + val + '%25"}}}')
129 .then(function(searchResult) { 136 .then(function(searchResult) {
130 if (searchResult.data.length == 0) { 137 if (searchResult.data.length == 0) {
131 $scope.tokencheck = false; 138 $scope.tokencheck = false;
132 $scope.discountAmount = 0; 139 $scope.discountAmount = 0;
133 } else { 140 } else {
134 $scope.tokencheck = true; 141 $scope.tokencheck = true;
135 } 142 }
136 },function(err){ 143 },function(err){
137 console.log(err) 144 console.log(err)
138 }); 145 });
139 146
140 } 147 }
141 }; 148 };
142 149
143 /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/ 150 /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/
144 $(document).ready( 151 $(document).ready(
145 function() { 152 function() {
146 $('input:submit').attr('disabled', true); 153 $('input:submit').attr('disabled', true);
147 $('input:file').change( 154 $('input:file').change(
148 function() { 155 function() {
149 if ($("#picture").val()) { 156 if ($("#picture").val()) {
150 $('input:submit').removeAttr('disabled'); 157 $('input:submit').removeAttr('disabled');
151 } else { 158 } else {
152 $('input:submit').attr('disabled', true); 159 $('input:submit').attr('disabled', true);
153 } 160 }
154 }); 161 });
155 }); 162 });
156 163
157 /*****THIS IS FOR STEP ONE FORM ******/ 164 /*****THIS IS FOR STEP ONE FORM ******/
158 $scope.next = function() { 165 $scope.next = function() {
159 $scope.data.status = null 166 $scope.data.status = null
160 if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) { 167 if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
161 var x = document.getElementById("snackbar") 168 var x = document.getElementById("snackbar")
162 x.className = "show"; 169 x.className = "show";
163 setTimeout(function() { 170 setTimeout(function() {
164 x.className = x.className.replace("show", ""); 171 x.className = x.className.replace("show", "");
165 }, 3000); 172 }, 3000);
166 } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) { 173 } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) {
167 $scope.infoForm = true; 174 $scope.infoForm = true;
168 console.log("sdasdasdsa"); 175 console.log("sdasdasdsa");
169 $scope.data.stage = $scope.data.stage; 176 $scope.data.stage = $scope.data.stage;
170 $scope.detail = {}; 177 $scope.detail = {};
171 $scope.data.phone = "+91" + $scope.data.number; 178 $scope.data.phone = "+91" + $scope.data.number;
172 $http({ 179 $http({
173 method: 'POST', 180 method: 'POST',
174 url: BASE_URL + '/information', 181 url: BASE_URL + '/information',
175 data: $scope.data, 182 data: $scope.data,
176 headers: {} 183 headers: {}
177 }).then(function mySuccess(result) { 184 }).then(function mySuccess(result) {
178 console.log("result", result) 185 console.log("result", result)
179 $scope.detail = result; 186 $scope.detail = result;
180 data.applicantId = result.data.id; 187 data.applicantId = result.data.id;
181 $scope.userId = result.data.id; 188 $scope.userId = result.data.id;
182 189
183 }, function myError(error) {}); 190 }, function myError(error) {});
184 } 191 }
185 192
186 } 193 }
187 194
188 $scope.calculateAmount = function(){ 195 $scope.calculateAmount = function(){
189 196
190 if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) { 197 if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
191 var x = document.getElementById("snackbar") 198 var x = document.getElementById("snackbar")
192 x.className = "show"; 199 x.className = "show";
193 setTimeout(function() { 200 setTimeout(function() {
194 x.className = x.className.replace("show", ""); 201 x.className = x.className.replace("show", "");
195 }, 3000); 202 }, 3000);
196 } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) { 203 } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) {
197 $scope.infoForm = true; 204 $scope.infoForm = true;
198 console.log("sdasdasdsa"); 205 console.log("sdasdasdsa");
199 $scope.data.stage = $scope.data.stage; 206 $scope.data.stage = $scope.data.stage;
200 $scope.detail = {}; 207 $scope.detail = {};
201 $scope.data.phone = "+91" + $scope.data.number; 208 $scope.data.phone = "+91" + $scope.data.number;
202 $http({ 209 $http({
203 method: 'POST', 210 method: 'POST',
204 url: BASE_URL + '/applicants', 211 url: BASE_URL + '/applicants',
205 data: $scope.data, 212 data: $scope.data,
206 headers: {} 213 headers: {}
207 }).then(function mySuccess(result) { 214 }).then(function mySuccess(result) {
208 console.log("result", result) 215 console.log("result", result)
209 $scope.detail = result; 216 $scope.detail = result;
210 data.applicantId = result.data.id; 217 data.applicantId = result.data.id;
211 $scope.userId = result.data.id; 218 $scope.userId = result.data.id;
212 219
213 }, function myError(error) {}); 220 }, function myError(error) {});
214 } 221 }
215 222
216 if ($scope.data.stage == "Idea") { 223 if ($scope.data.stage == "Idea") {
217 console.log("$scope.data", $scope.data) 224 console.log("$scope.data", $scope.data)
218 $scope.ticketAmnt = 500; 225 $scope.ticketAmnt = 500;
219 } 226 }
220 227
221 if ($scope.data.stage == "Product") { 228 if ($scope.data.stage == "Product") {
222 $scope.ticketAmnt = 1000; 229 $scope.ticketAmnt = 1000;
223 } 230 }
224 231
225 if ($scope.data.stage == "Growth") { 232 if ($scope.data.stage == "Growth") {
226 $scope.ticketAmnt = 2000; 233 $scope.ticketAmnt = 2000;
227 } 234 }
228 235
229 if($scope.tokencheck == true){ 236 if($scope.tokencheck == true){
230 var amount = $scope.ticketAmnt 237 var amount = $scope.ticketAmnt
231 $scope.discountAmount = (amount * 10)/100 238 $scope.discountAmount = (amount * 10)/100
232 console.log("finalAmount====>",$scope.payingAmnt) 239 console.log("finalAmount====>",$scope.payingAmnt)
233 } 240 }
234 241
235 var taxAmount = $scope.ticketAmnt - $scope.discountAmount 242 var taxAmount = $scope.ticketAmnt - $scope.discountAmount
236 $scope.taxTotal = (taxAmount * 18)/100 243 $scope.taxTotal = (taxAmount * 18)/100
237 $scope.payingAmnt = taxAmount + $scope.taxTotal 244 $scope.payingAmnt = taxAmount + $scope.taxTotal
238 console.log("taxincludedamount----", $scope.payingAmnt) 245 console.log("taxincludedamount----", $scope.payingAmnt)
239 } 246 }
240 247
241 /*****THIS IS FOR STEP THREE FORM ******/ 248 /*****THIS IS FOR STEP THREE FORM ******/
242 $scope.create = function() { 249 $scope.create = function() {
243 // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { 250 // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) {
244 // var x = document.getElementById("snackbar") 251 // var x = document.getElementById("snackbar")
245 // x.className = "show"; 252 // x.className = "show";
246 // setTimeout(function() { 253 // setTimeout(function() {
247 // x.className = x.className.replace("show", ""); 254 // x.className = x.className.replace("show", "");
248 // }, 3000); 255 // }, 3000);
249 // } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { 256 // } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
250 // $scope.infoForm = true; 257 // $scope.infoForm = true;
251 // console.log("sdasdasdsa"); 258 // console.log("sdasdasdsa");
252 // $scope.data.stage = $scope.data.stage; 259 // $scope.data.stage = $scope.data.stage;
253 // $scope.detail = {}; 260 // $scope.detail = {};
254 // $scope.data.phone = "+91" + $scope.data.number; 261 // $scope.data.phone = "+91" + $scope.data.number;
255 // $http({ 262 // $http({
256 // method: 'POST', 263 // method: 'POST',
257 // url: BASE_URL + '/applicants', 264 // url: BASE_URL + '/applicants',
258 // data: $scope.data, 265 // data: $scope.data,
259 // headers: {} 266 // headers: {}
260 // }).then(function mySuccess(result) { 267 // }).then(function mySuccess(result) {
261 268
262 // console.log("=====result=====", result) 269 // console.log("=====result=====", result)
263 // $scope.detail = result; 270 // $scope.detail = result;
264 // data.applicantId = result.data.id; 271 // data.applicantId = result.data.id;
265 // $scope.userId = result.data.id; 272 // $scope.userId = result.data.id;
266 // console.log("=====data=====", data) 273 // console.log("=====data=====", data)
267 data.amount = $scope.payingAmnt; 274 data.amount = $scope.payingAmnt;
268 if ($scope.detail != null) { 275 if ($scope.detail != null) {
269 $http({ 276 $http({
270 method: 'POST', 277 method: 'POST',
271 url: BASE_URL + '/payments', 278 url: BASE_URL + '/payments',
272 data: data, 279 data: data,
273 headers: {} 280 headers: {}
274 }).then(function mySuccess(paymentResult) { 281 }).then(function mySuccess(paymentResult) {
275 console.log("paymentResult",paymentResult) 282 console.log("paymentResult",paymentResult)
276 $scope.paymentResult = paymentResult; 283 $scope.paymentResult = paymentResult;
277 }, function myError(error) {}); 284 }, function myError(error) {});
278 } 285 }
279 var i = 0; 286 var i = 0;
280 $scope.payingAmnt = $scope.payingAmnt * 100; 287 $scope.payingAmnt = $scope.payingAmnt * 100;
281 var options = { 288 var options = {
282 "key": "rzp_live_mhSE1uOBlXvFyJ", 289 "key": "rzp_test_YwHsVFiDIQ2WUQ",
283 "amount": $scope.payingAmnt, 290 "amount": $scope.payingAmnt,
284 291
285 "name": "Startup Jalsa", 292 "name": "Startup Jalsa",
286 "description": "amount", 293 "description": "amount",
287 "currency": "INR", 294 "currency": "INR",
288 "status": "done", 295 "status": "done",
289 296
290 "theme": { 297 "theme": {
291 "color": "#2196f3 ", 298 "color": "#2196f3 ",
292 "image_padding": "NO" 299 "image_padding": "NO"
293 }, 300 },
294 "modal": { 301 "modal": {
295 "ondismiss": function() {} 302 "ondismiss": function() {}
296 }, 303 },
297 "handler": function(response) { 304 "handler": function(response) {
298 createPayment(response); 305 createPayment(response);
299 } 306 }
300 }; 307 };
301 var rzp1 = new Razorpay(options); 308 var rzp1 = new Razorpay(options);
302 rzp1.open(); 309 rzp1.open();
303 $scope.paymentResponse = {}; 310 $scope.paymentResponse = {};
304 311
305 function createPayment(response) { 312 function createPayment(response) {
306 console.log("response====from===razorpay",response) 313 console.log("response====from===razorpay",response)
307 $route.reload(); 314 $route.reload();
308 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; 315 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
309 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId; 316 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
310 $scope.paymentResponse.amount = data.amount; 317 $scope.paymentResponse.amount = data.amount;
311 $scope.paymentResponse.currency = "INR"; 318 $scope.paymentResponse.currency = "INR";
312 $scope.paymentResponse.status = $scope.paymentResult.data.status; 319 $scope.paymentResponse.status = $scope.paymentResult.data.status;
313 $http({ 320 $http({
314 method: 'PUT', 321 method: 'PUT',
315 url: BASE_URL + '/payments/' + $scope.paymentResult.data.id, 322 url: BASE_URL + '/payments/' + $scope.paymentResult.data.id,
316 data: $scope.paymentResponse, 323 data: $scope.paymentResponse,
317 headers: {} 324 headers: {}
318 }).then(function mySuccess(searchResult) { 325 }).then(function mySuccess(searchResult) {
319 console.log("searchResult", searchResult) 326 console.log("searchResult", searchResult)
320 $scope.showToastr() 327 $location.path("/confirmation")
328 //$scope.showToastr()
321 //toaster.success("Registration done successfully"); 329 //toaster.success("Registration done successfully");
322 330
323 }, function myError(error) {}); 331 }, function myError(error) {});
324 } 332 }
325 333
326 //}, function myError(error) {}); 334 //}, function myError(error) {});
327 //} 335 //}
328 336
329 } 337 }
330 338
331 $scope.showToastr = function() { 339 // $scope.showToastr = function() {
332 console.log("called toast") 340 // console.log("called toast")
333 var x = document.getElementById("snacsskbar") 341 // var x = document.getElementById("snacsskbar")
334 x.className = "show"; 342 // x.className = "show";
335 setTimeout(function() { 343 // setTimeout(function() {
336 x.className = x.className.replace("show", ""); 344 // x.className = x.className.replace("show", "");
337 }, 3000); 345 // }, 3000);
338 } 346 // }
339 347
340 /*kk***This code for change data when click to chooses stages***/ 348 /*kk***This code for change data when click to chooses stages***/
349 $scope.proto = true;
341 $scope.businessmodel = true; 350 $scope.businessmodel = true;
342 $scope.Idea = true; 351 $scope.Idea = true;
343 $scope.current = true; 352 $scope.current = true;
344 353
345 $scope.stage = function(stage) { 354 $scope.stage = function(stage) {
346 $scope.stagekeyPress(); 355 $scope.stagekeyPress();
347 console.log("stage--2",stage) 356 console.log("stage--2",stage)
348 if (stage == 'Idea') { 357 if (stage == 'Idea') {
349 $scope.current = 10; 358 $scope.current = 10;
359 $scope.proto = true;
350 $scope.prototyp = false; 360 $scope.prototyp = false;
351 $scope.market = false; 361 $scope.market = false;
352 $scope.risks = false; 362 $scope.risks = false;
353 $scope.team = false; 363 $scope.team = false;
354 $scope.pitch = false; 364 $scope.pitch = false;
355 $scope.financials = false; 365 $scope.financials = false;
356 $scope.businessmodel = true; 366 $scope.businessmodel = true;
357 $scope.data.stage = stage; 367 $scope.data.stage = stage;
358 // for right content 368 // for right content
359 $scope.Idea = true; 369 $scope.Idea = true;
360 $scope.Product = false; 370 $scope.Product = false;
361 $scope.Growth = false; 371 $scope.Growth = false;
362 } else if (stage == 'Product') { 372 } else if (stage == 'Product') {
363 $scope.current = 10; 373 $scope.current = 10;
374 $scope.proto = true;
364 $scope.prototyp = true; 375 $scope.prototyp = true;
365 $scope.market = true; 376 $scope.market = true;
366 $scope.risks = true; 377 $scope.risks = true;
367 $scope.team = true; 378 $scope.team = true;
368 $scope.pitch = true; 379 $scope.pitch = true;
369 $scope.financials = true; 380 $scope.financials = true;
370 $scope.businessmodel = false; 381 $scope.businessmodel = false;
371 $scope.data.stage = stage; 382 $scope.data.stage = stage;
372 // for right content 383 // for right content
373 $scope.Idea = false; 384 $scope.Idea = false;
374 $scope.Product = true; 385 $scope.Product = true;
375 $scope.Growth = false; 386 $scope.Growth = false;
376 } else if (stage == 'Growth') { 387 } else if (stage == 'Growth') {
377 $scope.current = 10; 388 $scope.current = 10;
389 $scope.proto = false;
378 $scope.prototyp = true; 390 $scope.prototyp = true;
379 $scope.market = true; 391 $scope.market = true;
380 $scope.risks = true; 392 $scope.risks = true;
381 $scope.team = true; 393 $scope.team = true;
382 $scope.pitch = true; 394 $scope.pitch = true;
383 $scope.financials = true; 395 $scope.financials = true;
384 $scope.businessmodel = false; 396 $scope.businessmodel = false;
385 // for right content 397 // for right content
386 $scope.Idea = false; 398 $scope.Idea = false;
387 $scope.Product = false; 399 $scope.Product = false;
388 $scope.Growth = true; 400 $scope.Growth = true;
389 $scope.data.stage = stage; 401 $scope.data.stage = stage;
390 } 402 }
391 } 403 }
392 $scope.enterbusiness = function(business) { 404 $scope.enterbusiness = function(business) {
393 console.log("business", business); 405 console.log("business", business);
394 if (name == undefined) { 406 if (name == undefined) {
395 $scope.current = false; 407 $scope.current = false;
396 408
397 } else if (name != undefined) { 409 } else if (name != undefined) {
398 $scope.current = true; 410 $scope.current = true;
399 } 411 }
400 } 412 }
401 /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/ 413 /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/
402 $scope.stagekeyPress = function() { 414 $scope.stagekeyPress = function() {
403 $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)'); 415 $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)');
404 } 416 }
405 $scope.sectorkeyPress = function() { 417 $scope.sectorkeyPress = function() {
406 $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)'); 418 $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)');
407 } 419 }
408 420
409 $scope.studentkeyPress = function() { 421 $scope.studentkeyPress = function() {
410 $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)'); 422 $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)');
411 } 423 }
412 424
413 $scope.namekeyPress = function(name) { 425 $scope.namekeyPress = function(name) {
414 console.log("name", name); 426 console.log("name", name);
415 if (name == undefined) { 427 if (name == undefined) {
416 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)'); 428 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)');
417 } else { 429 } else {
418 $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)'); 430 $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)');
419 } 431 }
420 } 432 }
421 $scope.emailkeyPress = function(email) { 433 $scope.emailkeyPress = function(email) {
422 console.log("email", email); 434 console.log("email", email);
423 if (email == undefined) { 435 if (email == undefined) {
424 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)'); 436 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)');
425 } else { 437 } else {
426 $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)'); 438 $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)');
427 } 439 }
428 } 440 }
429 441
430 442
431 $scope.phonekeyPress = function(number) { 443 $scope.phonekeyPress = function(number) {
432 console.log("number", number); 444 console.log("number", number);
433 if (number == undefined) { 445 if (number == undefined) {
434 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)'); 446 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)');
435 } else { 447 } else {
436 $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)'); 448 $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)');
437 } 449 }
438 } 450 }
439 451
440 $scope.citykeyPress = function(city) { 452 $scope.citykeyPress = function(city) {
441 console.log("city", city); 453 console.log("city", city);
442 if (city == undefined) { 454 if (city == undefined) {
443 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)'); 455 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)');
444 } else { 456 } else {
445 $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)'); 457 $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)');
446 } 458 }
447 } 459 }
448 460
449 $scope.questionkeyPress = function(q) { 461 $scope.questionkeyPress = function(q) {
450 if (q == undefined) { 462 if (q == undefined) {
451 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)'); 463 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)');
452 } else { 464 } else {
453 $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)'); 465 $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)');
454 } 466 }
455 } 467 }
456 468
457 $scope.technologykeyPress = function(technology) { 469 $scope.technologykeyPress = function(technology) {
458 if (technology == undefined) { 470 if (technology == undefined) {
459 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)'); 471 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)');
460 } else { 472 } else {
461 $('.icon-circle-h').css('background-color', 'rgb(66, 181, 73)'); 473 $('.icon-circle-h').css('background-color', 'rgb(66, 181, 73)');
462 } 474 }
463 } 475 }
464 $scope.problemkeyPress = function(problem) { 476 $scope.problemkeyPress = function(problem) {
465 if (problem == undefined) { 477 if (problem == undefined) {
466 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)'); 478 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)');
467 } else { 479 } else {
468 $('.icon-circle-i').css('background-color', 'rgb(66, 181, 73)'); 480 $('.icon-circle-i').css('background-color', 'rgb(66, 181, 73)');
469 } 481 }
470 } 482 }
471 $scope.solutionkeyPress = function(solution) { 483 $scope.solutionkeyPress = function(solution) {
472 if (solution == undefined) { 484 if (solution == undefined) {
473 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)'); 485 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)');
474 } else { 486 } else {
475 $('.icon-circle-j').css('background-color', 'rgb(66, 181, 73)'); 487 $('.icon-circle-j').css('background-color', 'rgb(66, 181, 73)');
476 } 488 }
477 } 489 }
478 $scope.businesskeyPress = function(business) { 490 $scope.businesskeyPress = function(business) {
479 $('.icon-circle-p').css('background-color', 'rgb(66, 181, 73)'); 491 $('.icon-circle-p').css('background-color', 'rgb(66, 181, 73)');
480 } 492 }
481 493
482 $scope.prototypekeyPress = function(prototype) { 494 $scope.prototypekeyPress = function(prototype) {
483 if (prototype == undefined) { 495 if (prototype == undefined) {
484 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)'); 496 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)');
485 } else { 497 } else {
486 $('.icon-circle-k').css('background-color', 'rgb(66, 181, 73)'); 498 $('.icon-circle-k').css('background-color', 'rgb(66, 181, 73)');
487 } 499 }
488 } 500 }
489 501
490 $scope.marketkeyPress = function(market) { 502 $scope.marketkeyPress = function(market) {
491 if (market == undefined) { 503 if (market == undefined) {
492 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)'); 504 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)');
493 } else { 505 } else {
494 $('.icon-circle-l').css('background-color', 'rgb(66, 181, 73)'); 506 $('.icon-circle-l').css('background-color', 'rgb(66, 181, 73)');
495 } 507 }
496 } 508 }
497 509
498 $scope.riskkeyPress = function(risk) { 510 $scope.riskkeyPress = function(risk) {
499 if (risk == undefined) { 511 if (risk == undefined) {
500 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)'); 512 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)');
501 } else { 513 } else {
502 $('.icon-circle-m').css('background-color', 'rgb(66, 181, 73)'); 514 $('.icon-circle-m').css('background-color', 'rgb(66, 181, 73)');
503 } 515 }
504 } 516 }
505 517
506 $scope.teamkeyPress = function(team) { 518 $scope.teamkeyPress = function(team) {
507 if (team == undefined) { 519 if (team == undefined) {
508 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)'); 520 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)');
509 } else { 521 } else {
510 $('.icon-circle-n').css('background-color', 'rgb(66, 181, 73)'); 522 $('.icon-circle-n').css('background-color', 'rgb(66, 181, 73)');
511 } 523 }
512 } 524 }
513 525
514 $scope.pitchkeyPress = function(pitch) { 526 $scope.pitchkeyPress = function(pitch) {
515 if (pitch == undefined) { 527 if (pitch == undefined) {
516 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)'); 528 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)');
517 } else { 529 } else {
518 $('.icon-circle-z').css('background-color', 'rgb(66, 181, 73)'); 530 $('.icon-circle-z').css('background-color', 'rgb(66, 181, 73)');
519 } 531 }
520 } 532 }
521 533
522 $scope.financialskeyPress = function(financial) { 534 $scope.financialskeyPress = function(financial) {
523 console.log("financial", financial); 535 console.log("financial", financial);
524 if (financial == undefined) { 536 if (financial == undefined) {
525 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)'); 537 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)');
526 } else { 538 } else {
527 $('.icon-circle-q').css('background-color', 'rgb(66, 181, 73)'); 539 $('.icon-circle-q').css('background-color', 'rgb(66, 181, 73)');
528 } 540 }
529 } 541 }
530 $scope.changeReferalIconColor = function(referalToken){ 542 $scope.changeReferalIconColor = function(referalToken){
531 if (referalToken == undefined || referalToken == '') { 543 if (referalToken == undefined || referalToken == '') {
532 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)'); 544 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)');
533 }else { 545 }else {
534 $('.referel-icon').css('background-color', 'rgb(66, 181, 73)'); 546 $('.referel-icon').css('background-color', 'rgb(66, 181, 73)');
535 } 547 }
536 } 548 }
537 549
538 }); 550 });
539 551
540 scotchApp.controller('verifyController', function($scope, $http, $location, $route,BASE_URL) { 552 scotchApp.controller('verifyController', function($scope, $http, $location, $route,BASE_URL) {
541 $scope.pendingPaymentId = $route.current.params.id 553 $scope.pendingPaymentId = $route.current.params.id
542 $http({ 554 $http({
543 method: "GET", 555 method: "GET",
544 url: BASE_URL + '/applicants/' + $scope.pendingPaymentId, 556 url: BASE_URL + '/applicants/' + $scope.pendingPaymentId,
545 }).then(function mySuccess(response) { 557 }).then(function mySuccess(response) {
546 $scope.data = response.data; 558 $scope.data = response.data;
547 console.log("response-1", response); 559 console.log("response-1", response);
548 $scope.pendingPaymentId = $route.current.params.id; 560 $scope.pendingPaymentId = $route.current.params.id;
549 561
550 $http({ 562 $http({
551 method: "GET", 563 method: "GET",
552 url: BASE_URL + '/payments?filter={"where":{"applicantId":' + $scope.pendingPaymentId + '}}', 564 url: BASE_URL + '/payments?filter={"where":{"applicantId":' + $scope.pendingPaymentId + '}}',
553 }).then(function mySuccess(response) { 565 }).then(function mySuccess(response) {
554 $scope.paymentRecord = response.data; 566 $scope.paymentRecord = response.data;
555 }, function myError(response) { 567 }, function myError(response) {
556 }); 568 });
557 }, function myError(response) { 569 }, function myError(response) {
558 $scope.myWelcome = response.statusText; 570 $scope.myWelcome = response.statusText;
559 }); 571 });
560 572
561 $scope.checkView = false; 573 $scope.checkView = false;
562 $scope.verifyView = false; 574 $scope.verifyView = false;
563 575
564 $scope.pendingPaymentId = ''; 576 $scope.pendingPaymentId = '';
565 577
566 $scope.update = function() { 578 $scope.update = function() {
567 579
568 $http({ 580 $http({
569 method: 'GET', 581 method: 'GET',
570 url: BASE_URL + '/payments?filter={"where":{"applicantId": ' + $scope.pendingPaymentId + '}}', 582 url: BASE_URL + '/payments?filter={"where":{"applicantId": ' + $scope.pendingPaymentId + '}}',
571 headers: {} 583 headers: {}
572 }).then(function mySuccess(searchResult) { 584 }).then(function mySuccess(searchResult) {
573 if (searchResult.data[0].status == "pending") { 585 if (searchResult.data[0].status == "pending") {
574 $scope.checkView = true; 586 $scope.checkView = true;
575 $scope.verifyView = false; 587 $scope.verifyView = false;
576 $scope.amount = searchResult.data[0].amount * 100; 588 $scope.amount = searchResult.data[0].amount * 100;
577 console.log('pending data', searchResult); 589 console.log('pending data', searchResult);
578 var i = 0; 590 var i = 0;
579 var options = { 591 var options = {
580 "key": "rzp_live_mhSE1uOBlXvFyJ", 592 //"key": "rzp_live_mhSE1uOBlXvFyJ",
581 //"key" : "rzp_test_YwHsVFiDIQ2WUQ", 593 "key" : "rzp_test_YwHsVFiDIQ2WUQ",
582 "amount": $scope.amount, 594 "amount": $scope.amount,
583 595
584 "name": "Startup Jalsa", 596 "name": "Startup Jalsa",
585 "description": "amount", 597 "description": "amount",
586 "currency": "INR", 598 "currency": "INR",
587 "status": "done", 599 "status": "done",
588 600
589 "theme": { 601 "theme": {
590 "color": "#2196f3 ", 602 "color": "#2196f3 ",
591 "image_padding": "NO" 603 "image_padding": "NO"
592 }, 604 },
593 "modal": { 605 "modal": {
594 "ondismiss": function() {} 606 "ondismiss": function() {}
595 }, 607 },
596 "handler": function(response) { 608 "handler": function(response) {
597 createPayment(response); 609 createPayment(response);
598 } 610 }
599 }; 611 };
600 var rzp1 = new Razorpay(options); 612 var rzp1 = new Razorpay(options);
601 rzp1.open(); 613 rzp1.open();
602 $scope.paymentResponse = {}; 614 $scope.paymentResponse = {};
603 615
604 function createPayment(response) { 616 function createPayment(response) {
605 console.log("response",response); 617 console.log("response",response);
606 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; 618 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
607 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId; 619 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
608 $scope.paymentResponse.amount = $scope.amount; 620 $scope.paymentResponse.amount = $scope.amount;
609 $scope.paymentResponse.currency = "INR"; 621 $scope.paymentResponse.currency = "INR";
610 $scope.paymentResponse.status = "captured"; 622 $scope.paymentResponse.status = "captured";
611 $scope.paymentResponse.applicantId = $scope.userId; 623 $scope.paymentResponse.applicantId = $scope.userId;
612 console.log("$scope.paymentResponse", $scope.paymentResponse) 624 console.log("$scope.paymentResponse", $scope.paymentResponse)
613 $http({ 625 $http({
614 method: 'PUT', 626 method: 'PUT',
615 url: BASE_URL + '/payments/' + $scope.paymentResult.data.id, 627 url: BASE_URL + '/payments/' + $scope.paymentResult.data.id,
616 data: $scope.paymentResponse, 628 data: $scope.paymentResponse,
617 headers: {} 629 headers: {}
618 }).then(function mySuccess(searchResult) { 630 }).then(function mySuccess(searchResult) {
619 console.log("finalsearchResult",searchResult) 631 console.log("finalsearchResult",searchResult)
620 }, function myError(error) { 632 }, function myError(error) {
621 633
622 }); 634 });
623 } 635 }
624 } else { 636 } else {
625 637
626 } 638 }
627 639
628 }, function myError(error) {}); 640 }, function myError(error) {});
629 } 641 }
630 }); 642 });
631 643
632 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) { 644 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) {
633 $scope.data = {}; 645 $scope.data = {};
634 $scope.check = false; 646 $scope.check = false;
635 $scope.numberCheck = false; 647 $scope.numberCheck = false;
636 648
649 /*open videos in modal*/
650 $scope.openyoutube16 = function(){
651 $('#videoModel').modal('show');
652 }
653
654 $scope.openyoutube17 = function(){
655 $('#videoModels').modal('show');
656 }
657
658 $scope.closeModal = function(){
659 var url = $('#youtubePlayer').attr('src');
660 $('#youtubePlayer').attr('src', '');
661 $('#youtubePlayer').attr('src', url);
662 }
663 /*open videos ends here*/
664
665 $scope.removeError = function() {
666 $('#invalidEmail').css('display', 'none');
667 $('#alreadyExist').css('display', 'none');
668 };
669
637 $scope.emailcheck = function(val) { 670 $scope.emailcheck = function(val) {
638 if (val == undefined) { 671 if (val == undefined) {
639 $('#invalidEmail').css('display', 'block'); 672 $('#invalidEmail').css('display', 'block');
640 } else { 673 } else {
641 $http({ 674 $http({
642 method: 'GET', 675 method: 'GET',
643 url: BASE_URL + '/ambassadors?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}', 676 url: BASE_URL + '/ambassadors?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
644 headers: {} 677 headers: {}
645 }).then(function mySuccess(searchResult) { 678 }).then(function mySuccess(searchResult) {
646 console.log("searchResult1===>", searchResult) 679 console.log("searchResult1===>", searchResult)
647 if (searchResult.data.length == 0) { 680 if (searchResult.data.length == 0) {
648 $scope.check = false; 681 $scope.check = false;
649 } else { 682 } else {
650 $scope.check = true; 683 $scope.check = true;
651 $('#alreadyExist').css('display', 'block'); 684 $('#alreadyExist').css('display', 'block');
652 } 685 }
653 }, function myError(error) {}); 686 }, function myError(error) {});
654 } 687 }
655 }; 688 };
656 689
657 $scope.removeNoError = function() { 690 // $scope.removeNoError = function() {
658 $('#noExist').css('display', 'none'); 691 // $('#invalidNumber').css('display', 'none');
659 }; 692 // $('#noExist').css('display', 'none');
693 // };
660 694
661 $scope.numbercheck = function(number) { 695 $scope.numbercheck = function(number) {
662 $http({ 696 // if (val == undefined) {
663 method: 'GET', 697 // $('#invalidNumber').css('display', 'block');
664 url: BASE_URL + '/ambassadors?filter={"where": {"mobile": {"like":"%25' + number + '%25"}}}', 698 // } else {
665 data: $scope.data, 699 $http({
666 headers: {} 700 method: 'GET',
667 }).then(function mySuccess(searchResult) { 701 url: BASE_URL + '/ambassadors?filter={"where": {"mobile": {"like":"%25' + number + '%25"}}}',
668 console.log("searchResult===>", searchResult) 702 data: $scope.data,
669 if (searchResult.data.length == 0) { 703 headers: {}
670 $scope.numberCheck = false; 704 }).then(function mySuccess(searchResult) {
705 console.log("searchResult===>", searchResult)
706 if (searchResult.data.length == 0) {
707 $scope.numberCheck = false;
708 } else {
709 $scope.numberCheck = true;
710 $('#noExist').css('display', 'block');
711 }
712 }, function myError(error) {});
713 //}
671 714
672 } else {
673 $scope.numberCheck = true;
674 $('#noExist').css('display', 'block');
675 }
676 }, function myError(error) {});
677 }; 715 };
678 716
679 $scope.submit = function() { 717 $scope.submit = function() {
680 console.log($scope.data.name) 718 console.log($scope.data.name)
681 var randomNumber = ""+Math.random(); 719 var randomNumber = ""+Math.random();
682 var nameSpliced = $scope.data.name.slice(0,3); 720 var nameSpliced = $scope.data.name.slice(0,3);
683 var numberSpliced = randomNumber.slice(2,5); 721 var numberSpliced = randomNumber.slice(2,5);
684 $scope.data.referalToken = nameSpliced+numberSpliced; 722 $scope.data.referalToken = nameSpliced+numberSpliced;
685 $scope.data.referalToken = $scope.data.referalToken.toUpperCase(); 723 $scope.data.referalToken = $scope.data.referalToken.toUpperCase();
686 724
687 $http({ 725 $http({
688 method: 'POST', 726 method: 'POST',
689 url: BASE_URL + '/ambassadors', 727 url: BASE_URL + '/ambassadors',
690 data: $scope.data, 728 data: $scope.data,
691 headers: {} 729 headers: {}
692 }).then(function mySuccess(result) { 730 }).then(function mySuccess(result) {
693 console.log("result", result) 731 console.log("result", result)
694 $scope.detail = result; 732 $scope.detail = result;
695 $('#myModal').modal('show'); 733 $('#myModal').modal('show');