Commit 10e24701809c914a23b2263f3ad29b3fcbd3752a

Authored by root
Exists in master and in 1 other branch paytm

fixed conflicts

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 .panel-default{ 51 .panel-default{
52 border-color: #ddd; 52 border-color: #ddd;
53 } 53 }
54 .video-wrapper{ 54 .video-wrapper{
55 padding: 16px 0; 55 padding: 16px 0;
56 } 56 }
57 .stageRadio:checked+label{ 57 .stageRadio:checked+label{
58 background-color: #42b549; 58 background-color: #42b549;
59 color: #fff !important; 59 color: #fff !important;
60 } 60 }
61 61
62 .stageRadio1:checked+label{ 62 .stageRadio1:checked+label{
63 background-color: rgba(158, 158, 158, 0.05); 63 background-color: rgba(158, 158, 158, 0.05);
64 } 64 }
65 65
66 /* css for radio buttons */ 66 /* css for radio buttons */
67 67
68 .option-input { 68 .option-input {
69 -webkit-appearance: none; 69 -webkit-appearance: none;
70 -moz-appearance: none; 70 -moz-appearance: none;
71 -ms-appearance: none; 71 -ms-appearance: none;
72 -o-appearance: none; 72 -o-appearance: none;
73 appearance: none; 73 appearance: none;
74 position: relative; 74 position: relative;
75 /*top: 13.33333px;*/ 75 /*top: 13.33333px;*/
76 right: 0; 76 right: 0;
77 bottom: 0; 77 bottom: 0;
78 left: 0; 78 left: 0;
79 height: 15px; 79 height: 15px;
80 width: 15px; 80 width: 15px;
81 transition: all 0.15s ease-out 0s; 81 transition: all 0.15s ease-out 0s;
82 background: transparent; 82 background: transparent;
83 border: 2px solid #42b549; 83 border: 2px solid #42b549;
84 color: #fff; 84 color: #fff;
85 cursor: pointer; 85 cursor: pointer;
86 display: inline-block; 86 display: inline-block;
87 margin-right: 0.5rem; 87 margin-right: 0.5rem;
88 outline: none; 88 outline: none;
89 position: relative; 89 position: relative;
90 z-index: 1000; 90 z-index: 1000;
91 } 91 }
92 .option-input:checked { 92 .option-input:checked {
93 background: #42b549; 93 background: #42b549;
94 } 94 }
95 .option-input:checked::before { 95 .option-input:checked::before {
96 height: 20px; 96 height: 20px;
97 width: 20px; 97 width: 20px;
98 position: absolute; 98 position: absolute;
99 /*content: '✔';*/ 99 /*content: '✔';*/
100 display: inline-block; 100 display: inline-block;
101 font-size: 12px; 101 font-size: 12px;
102 text-align: center; 102 text-align: center;
103 line-height: 22px; 103 line-height: 22px;
104 } 104 }
105 .option-input:checked::after { 105 .option-input:checked::after {
106 -webkit-animation: click-wave 0.65s; 106 -webkit-animation: click-wave 0.65s;
107 -moz-animation: click-wave 0.65s; 107 -moz-animation: click-wave 0.65s;
108 animation: click-wave 0.65s; 108 animation: click-wave 0.65s;
109 background: #40e0d0; 109 background: #40e0d0;
110 content: ''; 110 content: '';
111 display: block; 111 display: block;
112 position: relative; 112 position: relative;
113 z-index: 100; 113 z-index: 100;
114 } 114 }
115 .option-input-a.radio-a::after { 115 .option-input-a.radio-a::after {
116 border-radius: 50%; 116 border-radius: 50%;
117 } 117 }
118 /*second css*/ 118 /*second css*/
119 .option-input-a { 119 .option-input-a {
120 -webkit-appearance: none; 120 -webkit-appearance: none;
121 -moz-appearance: none; 121 -moz-appearance: none;
122 -ms-appearance: none; 122 -ms-appearance: none;
123 -o-appearance: none; 123 -o-appearance: none;
124 appearance: none; 124 appearance: none;
125 position: relative; 125 position: relative;
126 /*top: 13.33333px;*/ 126 /*top: 13.33333px;*/
127 right: 0; 127 right: 0;
128 bottom: 0; 128 bottom: 0;
129 left: 0; 129 left: 0;
130 height: 22px; 130 height: 22px;
131 width: 22px; 131 width: 22px;
132 transition: all 0.15s ease-out 0s; 132 transition: all 0.15s ease-out 0s;
133 background: transparent; 133 background: transparent;
134 border: 2px solid #42b549; 134 border: 2px solid #42b549;
135 color: #fff; 135 color: #fff;
136 cursor: pointer; 136 cursor: pointer;
137 display: inline-block; 137 display: inline-block;
138 margin-right: 0.5rem; 138 margin-right: 0.5rem;
139 outline: none; 139 outline: none;
140 position: relative; 140 position: relative;
141 z-index: 1000; 141 z-index: 1000;
142 } 142 }
143 .option-input-a:checked { 143 .option-input-a:checked {
144 background: #42b549; 144 background: #42b549;
145 } 145 }
146 .option-input-a:checked::before { 146 .option-input-a:checked::before {
147 height: 20px; 147 height: 20px;
148 width: 20px; 148 width: 20px;
149 position: absolute; 149 position: absolute;
150 /*content: '✔';*/ 150 /*content: '✔';*/
151 display: inline-block; 151 display: inline-block;
152 font-size: 12px; 152 font-size: 12px;
153 text-align: center; 153 text-align: center;
154 line-height: 22px; 154 line-height: 22px;
155 } 155 }
156 .option-input-a:checked::after { 156 .option-input-a:checked::after {
157 -webkit-animation: click-wave 0.65s; 157 -webkit-animation: click-wave 0.65s;
158 -moz-animation: click-wave 0.65s; 158 -moz-animation: click-wave 0.65s;
159 animation: click-wave 0.65s; 159 animation: click-wave 0.65s;
160 background: #40e0d0; 160 background: #40e0d0;
161 content: ''; 161 content: '';
162 display: block; 162 display: block;
163 position: relative; 163 position: relative;
164 z-index: 100; 164 z-index: 100;
165 } 165 }
166 .option-input-a.radio-a { 166 .option-input-a.radio-a {
167 border-radius: 50%; 167 border-radius: 50%;
168 } 168 }
169 .option-input-a.radio-a::after { 169 .option-input-a.radio-a::after {
170 border-radius: 50%; 170 border-radius: 50%;
171 } 171 }
172 172
173 /* css for radio ends */ 173 /* css for radio ends */
174 174
175 .card-small{ 175 .card-small{
176 cursor: pointer; 176 cursor: pointer;
177 } 177 }
178 .card-small img{ 178 .card-small img{
179 width: 37px; 179 width: 37px;
180 } 180 }
181 .card-small label{ 181 .card-small label{
182 width: 100%; 182 width: 100%;
183 font-weight: normal; 183 font-weight: normal;
184 font-size: 12px; 184 font-size: 12px;
185 margin-top: 5px; 185 margin-top: 5px;
186 } 186 }
187 /*.text-input{ 187 /*.text-input{
188 width: 100%; 188 width: 100%;
189 border: 0; 189 border: 0;
190 border-bottom: 2px solid #42b549; 190 border-bottom: 2px solid #42b549;
191 font-size: 18px; 191 font-size: 18px;
192 padding: 5px; 192 padding: 5px;
193 }*/ 193 }*/
194 .input-wrapper{ 194 .input-wrapper{
195 margin-bottom: 15px !important; 195 margin-bottom: 15px !important;
196 } 196 }
197 .select-input{ 197 .select-input{
198 width: 100%; 198 width: 100%;
199 border: 0; 199 border: 0;
200 border-bottom: 2px solid #42b549; 200 border-bottom: 2px solid #42b549;
201 background-color: transparent; 201 background-color: transparent;
202 font-size: 12px; 202 font-size: 12px;
203 padding: 5px; 203 padding: 5px;
204 } 204 }
205 .submit-button, .submit-button:hover{ 205 .submit-button, .submit-button:hover{
206 background-color: #42b549; 206 background-color: #42b549;
207 color: #fff; 207 color: #fff;
208 /*display: none;*/ 208 /*display: none;*/
209 } 209 }
210 .submit-button:disabled{ 210 .submit-button:disabled{
211 background-color: #ddd; 211 background-color: #ddd;
212 } 212 }
213 .textarea{ 213 .textarea{
214 min-height: 97px; 214 min-height: 97px;
215 } 215 }
216 .error-message{ 216 .error-message{
217 font-weight: inherit; 217 font-weight: inherit;
218 color: #ff0000; 218 color: #ff0000;
219 margin: 5px 4px -5px 0px; 219 margin: 5px 4px -5px 0px;
220 display: none; 220 display: none;
221 } 221 }
222 222
223 /*custom input*/ 223 /*custom input*/
224 .text-input, select { 224 .text-input, select {
225 width: 100%; 225 width: 100%;
226 -webkit-appearance: none; 226 -webkit-appearance: none;
227 padding: 12px 25px; 227 padding: 12px 25px;
228 margin: -2px 0; 228 margin: -2px 0;
229 display: inline-block; 229 display: inline-block;
230 border: 0px solid rgba(51, 51, 51, 0); 230 border: 0px solid rgba(51, 51, 51, 0);
231 border-radius: -3px; 231 border-radius: -3px;
232 box-sizing: border-box; 232 box-sizing: border-box;
233 box-shadow: 0 0 10px rgba(240, 255, 235); 233 box-shadow: 0 0 10px rgba(240, 255, 235);
234 -moz-box-shadow: 0 0 10px rgba(240, 255, 235); 234 -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
235 -webkit-box-shadow: 0 0 5px #777; 235 -webkit-box-shadow: 0 0 5px #777;
236 -o-box-shadow: 0 0 10px rgba(240, 255, 235); 236 -o-box-shadow: 0 0 10px rgba(240, 255, 235);
237 font-size: 12px; 237 font-size: 12px;
238 } 238 }
239 239
240 /* progress bar css */ 240 /* progress bar css */
241 241
242 @-webkit-keyframes 242 @-webkit-keyframes
243 load { 0% { 243 load { 0% {
244 stroke-dashoffset:0 244 stroke-dashoffset:0
245 } 245 }
246 } 246 }
247 @-moz-keyframes 247 @-moz-keyframes
248 load { 0% { 248 load { 0% {
249 stroke-dashoffset:0 249 stroke-dashoffset:0
250 } 250 }
251 } 251 }
252 @keyframes 252 @keyframes
253 load { 0% { 253 load { 0% {
254 stroke-dashoffset:0 254 stroke-dashoffset:0
255 } 255 }
256 } 256 }
257 257
258 /* Container */ 258 /* Container */
259 259
260 .progress-form { 260 .progress-form {
261 position: relative; 261 position: relative;
262 display: inline-block; 262 display: inline-block;
263 padding: 0; 263 padding: 0;
264 text-align: center; 264 text-align: center;
265 } 265 }
266 266
267 /* Item */ 267 /* Item */
268 268
269 .progress-form>li { 269 .progress-form>li {
270 display: inline-block; 270 display: inline-block;
271 position: relative; 271 position: relative;
272 text-align: center; 272 text-align: center;
273 color: #93A2AC; 273 color: #93A2AC;
274 font-family: Lato; 274 font-family: Lato;
275 font-weight: 100; 275 font-weight: 100;
276 margin: 2rem; 276 margin: 2rem;
277 } 277 }
278 278
279 .progress-form>li:before { 279 .progress-form>li:before {
280 content: attr(data-name); 280 content: attr(data-name);
281 position: absolute; 281 position: absolute;
282 width: 100%; 282 width: 100%;
283 bottom: -2rem; 283 bottom: -2rem;
284 font-weight: 400; 284 font-weight: 400;
285 } 285 }
286 286
287 .progress-form>li:after { 287 .progress-form>li:after {
288 content: attr(data-percent); 288 content: attr(data-percent);
289 position: absolute; 289 position: absolute;
290 width: 100%; 290 width: 100%;
291 top: 3.7rem; 291 top: 3.7rem;
292 left: 0; 292 left: 0;
293 font-size: 2rem; 293 font-size: 2rem;
294 text-align: center; 294 text-align: center;
295 } 295 }
296 296
297 .progress-form svg { 297 .progress-form svg {
298 width: 10rem; 298 width: 10rem;
299 height: 10rem; 299 height: 10rem;
300 } 300 }
301 301
302 .progress-form svg:nth-child(2) { 302 .progress-form svg:nth-child(2) {
303 position: absolute; 303 position: absolute;
304 left: 0; 304 left: 0;
305 top: 0; 305 top: 0;
306 transform: rotate(-90deg); 306 transform: rotate(-90deg);
307 -webkit-transform: rotate(-90deg); 307 -webkit-transform: rotate(-90deg);
308 -moz-transform: rotate(-90deg); 308 -moz-transform: rotate(-90deg);
309 -ms-transform: rotate(-90deg); 309 -ms-transform: rotate(-90deg);
310 } 310 }
311 311
312 .progress-form svg:nth-child(2) path { 312 .progress-form svg:nth-child(2) path {
313 fill: none; 313 fill: none;
314 stroke-width: 25; 314 stroke-width: 25;
315 stroke-dasharray: 629; 315 stroke-dasharray: 629;
316 stroke: rgba(255, 255, 255, 0.9); 316 stroke: rgba(255, 255, 255, 0.9);
317 -webkit-animation: load 10s; 317 -webkit-animation: load 10s;
318 -moz-animation: load 10s; 318 -moz-animation: load 10s;
319 -o-animation: load 10s; 319 -o-animation: load 10s;
320 animation: load 10s; 320 animation: load 10s;
321 } 321 }
322 /*circle of stage image*/ 322 /*circle of stage image*/
323 .circular{ 323 .circular{
324 324
325 -webkit-border-radius: 150px; 325 -webkit-border-radius: 150px;
326 -moz-border-radius: 150px; 326 -moz-border-radius: 150px;
327 border-radius: 150px; 327 border-radius: 150px;
328 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 328 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
329 border: 5px solid white; 329 border: 5px solid white;
330 overflow: hidden; 330 overflow: hidden;
331 position: fixed; 331 position: fixed;
332 height: 100px; 332 height: 100px;
333 width: 100px; 333 width: 100px;
334 left: 80px; 334 left: 80px;
335 top: 20px; 335 top: 20px;
336 } 336 }
337 /*font-size*/ 337 /*font-size*/
338 .font{ 338 .font{
339 font-size: 14px; 339 font-size: 14px;
340 } 340 }
341 341
342 .f-family { 342 .f-family {
343 font-family:sans-serif; 343 font-family:sans-serif;
344 } 344 }
345 345
346 /*container-card css*/ 346 /*container-card css*/
347 .container-card { 347 .container-card {
348 width: auto; 348 width: auto;
349 float: left; 349 float: left;
350 margin: 31px 24px 26px 14px; 350 margin: 31px 24px 26px 14px;
351 } 351 }
352 352
353 /******This css for header container******/ 353 /******This css for header container******/
354 .h1 { 354 .h1 {
355 font-size: 20px; 355 font-size: 20px;
356 margin: 11px; 356 margin: 11px;
357 } 357 }
358 358
359 .paragraph { 359 .paragraph {
360 font-size: 14px; 360 font-size: 14px;
361 margin: 30px 10px 20px; 361 margin: 30px 10px 20px;
362 line-height: 1.5; 362 line-height: 1.5;
363 } 363 }
364 /*This css for stages container*/ 364 /*This css for stages container*/
365 365
366 .full-line { 366 .full-line {
367 border-bottom: 2px solid #dedede; 367 border-bottom: 2px solid #dedede;
368 padding: 15px 10px; 368 padding: 15px 10px;
369 } 369 }
370 370
371 .stages-card { 371 .stages-card {
372 width: auto; 372 width: auto;
373 float: left; 373 float: left;
374 /*margin: -30px 8px 7px 22px;*/ 374 /*margin: -30px 8px 7px 22px;*/
375 } 375 }
376 376
377 /*form -css*/ 377 /*form -css*/
378 .form-all { 378 .form-all {
379 margin: 13px 4px 26px -2px; 379 margin: 13px 4px 26px -2px;
380 /*display: none;*/ 380 /*display: none;*/
381 } 381 }
382 382
383 .step-two-form{ 383 .step-two-form{
384 display: block; 384 display: block;
385 } 385 }
386 386
387 /*This is for stages images*/ 387 /*This is for stages images*/
388 .stage-img { 388 .stage-img {
389 width: 115px; 389 width: 115px;
390 } 390 }
391 391
392 .stage-thumbnail { 392 .stage-thumbnail {
393 float: left; 393 float: left;
394 margin-bottom: 0; 394 margin-bottom: 0;
395 } 395 }
396 396
397 .stage-shadow { 397 .stage-shadow {
398 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 398 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
399 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 399 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
400 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ 400 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
401 /*margin: 3px 22px 14px 14px;*/ 401 /*margin: 3px 22px 14px 14px;*/
402 background-color: #ffffff; 402 background-color: #ffffff;
403 } 403 }
404 404
405 .line-size { 405 .line-size {
406 406
407 } 407 }
408 408
409 .card-paragraph { 409 .card-paragraph {
410 background-color: rgba(66, 181, 73, 0.61); 410 background-color: rgba(66, 181, 73, 0.61);
411 color: #fff; 411 color: #fff;
412 } 412 }
413 413
414 /* identity card css*/ 414 /* identity card css*/
415 415
416 .identity-shadow { 416 .identity-shadow {
417 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 417 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
418 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 418 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
419 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 419 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
420 margin: 15px 15px 17px 14px; 420 margin: 15px 15px 17px 14px;
421 background-color: #ffffff; 421 background-color: #ffffff;
422 /*display: none;*/ 422 /*display: none;*/
423 } 423 }
424 424
425 .identity-question { 425 .identity-question {
426 border-bottom: 2px solid #dedede; 426 border-bottom: 2px solid #dedede;
427 padding: 0px 10px; 427 padding: 0px 10px;
428 } 428 }
429 429
430 .identity-align { 430 .identity-align {
431 margin: 8px -12px 19px 13px; 431 margin: 8px -12px 19px 13px;
432 } 432 }
433 433
434 434
435 /********This css for sectors**************/ 435 /********This css for sectors**************/
436 .sectors-card { 436 .sectors-card {
437 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 437 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
438 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 438 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
439 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 439 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
440 margin: 27px 22px 14px 14px; 440 margin: 27px 22px 14px 14px;
441 background-color: #ffffff; 441 background-color: #ffffff;
442 /*display: none;*/ 442 /*display: none;*/
443 } 443 }
444 444
445 .sector-card { 445 .sector-card {
446 width: auto; 446 width: auto;
447 float: left; 447 float: left;
448 margin: 29px 22px 26px 14px; 448 margin: 29px 22px 26px 14px;
449 } 449 }
450 450
451 .sector-question { 451 .sector-question {
452 border-bottom: 2px solid #dedede; 452 border-bottom: 2px solid #dedede;
453 padding: 15px 10px; 453 padding: 15px 10px;
454 } 454 }
455 455
456 /*To make the Stages in the center*/ 456 /*To make the Stages in the center*/
457 .card-align { 457 .card-align {
458 /*margin: 56px -267px 11px -37px;*/ 458 /*margin: 56px -267px 11px -37px;*/
459 } 459 }
460 460
461 /*To make the sectors in the center */ 461 /*To make the sectors in the center */
462 462
463 463
464 /*************sidebar content margin***********/ 464 /*************sidebar content margin***********/
465 .sidebar-align { 465 .sidebar-align {
466 margin: -5px -3px -18px 9px; 466 margin: -5px -3px -18px 9px;
467 } 467 }
468 468
469 .heading { 469 .heading {
470 margin: 15px 10px 15px 16px; 470 margin: 15px 10px 15px 16px;
471 } 471 }
472 .quiz { 472 .quiz {
473 margin: 5px 5px 6px 19px; 473 margin: 5px 5px 6px 19px;
474 font-size: 12px; 474 font-size: 12px;
475 } 475 }
476 476
477 #footer { 477 #footer {
478 background-image: url(/images/footer_design.png); 478 background-image: url(/images/footer_design.png);
479 background-repeat: inherit; 479 background-repeat: inherit;
480 position: bottom; 480 position: bottom;
481 width: 100%; 481 width: 100%;
482 height: auto; 482 height: auto;
483 padding: 97px 3px 66px 83px; 483 padding: 97px 3px 66px 83px;
484 } 484 }
485 485
486 .footer { 486 .footer {
487 487
488 bottom: 0px; 488 bottom: 0px;
489 background-color: #76b34f !important; 489 background-color: #76b34f !important;
490 width: 100%; 490 width: 100%;
491 color:rgba(255, 255, 255, 0.77); 491 color:rgba(255, 255, 255, 0.77);
492 } 492 }
493 493
494 /********question box*****************/ 494 /********question box*****************/
495 .question-shadow { 495 .question-shadow {
496 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 496 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
497 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 497 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
498 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 498 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
499 margin: 15px 15px 17px 14px; 499 margin: 15px 15px 17px 14px;
500 background-color: #ffffff; 500 background-color: #ffffff;
501 } 501 }
502 502
503 503
504 504
505 .question-card { 505 .question-card {
506 width: auto; 506 width: auto;
507 float: left; 507 float: left;
508 margin: 29px 22px 26px 14px; 508 margin: 29px 22px 26px 14px;
509 } 509 }
510 510
511 /*for p*/ 511 /*for p*/
512 .line-space { 512 .line-space {
513 line-height: 1.6em; 513 line-height: 1.6em;
514 font-size: 11px; 514 font-size: 11px;
515 } 515 }
516 516
517 .line-adjust { 517 .line-adjust {
518 margin-left: 0px; 518 margin-left: 0px;
519 } 519 }
520 520
521 /*badge icon css*/ 521 /*badge icon css*/
522 522
523 .material-icons{ 523 .material-icons{
524 font-size: 17px !important; 524 font-size: 17px !important;
525 } 525 }
526 526
527 .icon-circle-a { 527 .icon-circle-a {
528 background: rgba(89, 89, 89, 0.92); 528 background: rgba(89, 89, 89, 0.92);
529 border-radius: 50%; 529 border-radius: 50%;
530 width: 30px; 530 width: 30px;
531 height: 30px; 531 height: 30px;
532 position: absolute; 532 position: absolute;
533 left: 14px; 533 left: 14px;
534 margin-top: 10px; 534 margin-top: 10px;
535 color: #fff; 535 color: #fff;
536 text-align: center; 536 text-align: center;
537 } 537 }
538 538
539 .icon-circle-b { 539 .icon-circle-b {
540 background: rgba(89, 89, 89, 0.92); 540 background: rgba(89, 89, 89, 0.92);
541 border-radius: 50%; 541 border-radius: 50%;
542 width: 30px; 542 width: 30px;
543 height: 30px; 543 height: 30px;
544 position: absolute; 544 position: absolute;
545 left: 14px; 545 left: 14px;
546 margin-top: 10px; 546 margin-top: 10px;
547 color: #fff; 547 color: #fff;
548 text-align: center; 548 text-align: center;
549 } 549 }
550 550
551 .icon-circle-c { 551 .icon-circle-c {
552 background: rgba(89, 89, 89, 0.92); 552 background: rgba(89, 89, 89, 0.92);
553 border-radius: 50%; 553 border-radius: 50%;
554 width: 30px; 554 width: 30px;
555 height: 30px; 555 height: 30px;
556 position: absolute; 556 position: absolute;
557 left: 0px; 557 left: 0px;
558 margin-top: 4px; 558 margin-top: 4px;
559 color: #fff; 559 color: #fff;
560 text-align: center; 560 text-align: center;
561 } 561 }
562 562
563 .icon-circle-d { 563 .icon-circle-d {
564 background: rgba(89, 89, 89, 0.92); 564 background: rgba(89, 89, 89, 0.92);
565 border-radius: 50%; 565 border-radius: 50%;
566 width: 30px; 566 width: 30px;
567 height: 30px; 567 height: 30px;
568 position: absolute; 568 position: absolute;
569 left: 0px; 569 left: 0px;
570 margin-top: 4px; 570 margin-top: 4px;
571 color: #fff; 571 color: #fff;
572 text-align: center; 572 text-align: center;
573 } 573 }
574 574
575 .icon-circle-e { 575 .icon-circle-e {
576 background: rgba(89, 89, 89, 0.92); 576 background: rgba(89, 89, 89, 0.92);
577 border-radius: 50%; 577 border-radius: 50%;
578 width: 30px; 578 width: 30px;
579 height: 30px; 579 height: 30px;
580 position: absolute; 580 position: absolute;
581 left: 0px; 581 left: 0px;
582 margin-top: 4px; 582 margin-top: 4px;
583 color: #fff; 583 color: #fff;
584 text-align: center; 584 text-align: center;
585 } 585 }
586 586
587 .icon-circle-f { 587 .icon-circle-f {
588 background: rgba(89, 89, 89, 0.92); 588 background: rgba(89, 89, 89, 0.92);
589 border-radius: 50%; 589 border-radius: 50%;
590 width: 30px; 590 width: 30px;
591 height: 30px; 591 height: 30px;
592 position: absolute; 592 position: absolute;
593 left: 0px; 593 left: 0px;
594 margin-top: 3px; 594 margin-top: 3px;
595 color: #fff; 595 color: #fff;
596 text-align: center; 596 text-align: center;
597 } 597 }
598 598
599 .icon-circle-g { 599 .icon-circle-g {
600 background: rgba(89, 89, 89, 0.92); 600 background: rgba(89, 89, 89, 0.92);
601 border-radius: 50%; 601 border-radius: 50%;
602 width: 30px; 602 width: 30px;
603 height: 30px; 603 height: 30px;
604 position: absolute; 604 position: absolute;
605 left: 14px; 605 left: 14px;
606 margin-top: 10px; 606 margin-top: 10px;
607 color: #fff; 607 color: #fff;
608 text-align: center; 608 text-align: center;
609 } 609 }
610 610
611 .icon-circle-h { 611 .icon-circle-h {
612 background: rgba(89, 89, 89, 0.92); 612 background: rgba(89, 89, 89, 0.92);
613 border-radius: 50%; 613 border-radius: 50%;
614 width: 30px; 614 width: 30px;
615 height: 30px; 615 height: 30px;
616 position: absolute; 616 position: absolute;
617 left: 0px; 617 left: 0px;
618 margin-top: 4px; 618 margin-top: 4px;
619 color: #fff; 619 color: #fff;
620 text-align: center; 620 text-align: center;
621 } 621 }
622 622
623 .icon-circle-i { 623 .icon-circle-i {
624 background: rgba(89, 89, 89, 0.92); 624 background: rgba(89, 89, 89, 0.92);
625 border-radius: 50%; 625 border-radius: 50%;
626 width: 30px; 626 width: 30px;
627 height: 30px; 627 height: 30px;
628 position: absolute; 628 position: absolute;
629 left: 0px; 629 left: 0px;
630 margin-top: 4px; 630 margin-top: 4px;
631 color: #fff; 631 color: #fff;
632 text-align: center; 632 text-align: center;
633 } 633 }
634 634
635 .icon-circle-j { 635 .icon-circle-j {
636 background: rgba(89, 89, 89, 0.92); 636 background: rgba(89, 89, 89, 0.92);
637 border-radius: 50%; 637 border-radius: 50%;
638 width: 30px; 638 width: 30px;
639 height: 30px; 639 height: 30px;
640 position: absolute; 640 position: absolute;
641 left: 0px; 641 left: 0px;
642 margin-top: 4px; 642 margin-top: 4px;
643 color: #fff; 643 color: #fff;
644 text-align: center; 644 text-align: center;
645 } 645 }
646 646
647 .icon-circle-k { 647 .icon-circle-k {
648 background: rgba(89, 89, 89, 0.92); 648 background: rgba(89, 89, 89, 0.92);
649 border-radius: 50%; 649 border-radius: 50%;
650 width: 30px; 650 width: 30px;
651 height: 30px; 651 height: 30px;
652 position: absolute; 652 position: absolute;
653 left: 0px; 653 left: 0px;
654 margin-top: 4px; 654 margin-top: 4px;
655 color: #fff; 655 color: #fff;
656 text-align: center; 656 text-align: center;
657 } 657 }
658 658
659 .icon-circle-y { 659 .icon-circle-y {
660 background: rgba(89, 89, 89, 0.92); 660 background: rgba(89, 89, 89, 0.92);
661 border-radius: 50%; 661 border-radius: 50%;
662 width: 30px; 662 width: 30px;
663 height: 30px; 663 height: 30px;
664 position: absolute; 664 position: absolute;
665 left: 0px; 665 left: 0px;
666 margin-top: 4px; 666 margin-top: 4px;
667 color: #fff; 667 color: #fff;
668 text-align: center; 668 text-align: center;
669 } 669 }
670 670
671 .icon-circle-o { 671 .icon-circle-o {
672 background: rgba(89, 89, 89, 0.92); 672 background: rgba(89, 89, 89, 0.92);
673 border-radius: 50%; 673 border-radius: 50%;
674 width: 30px; 674 width: 30px;
675 height: 30px; 675 height: 30px;
676 position: absolute; 676 position: absolute;
677 left: 0px; 677 left: 0px;
678 margin-top: 4px; 678 margin-top: 4px;
679 color: #fff; 679 color: #fff;
680 text-align: center; 680 text-align: center;
681 } 681 }
682 682
683 .icon-circle-l { 683 .icon-circle-l {
684 background: rgba(89, 89, 89, 0.92); 684 background: rgba(89, 89, 89, 0.92);
685 border-radius: 50%; 685 border-radius: 50%;
686 width: 30px; 686 width: 30px;
687 height: 30px; 687 height: 30px;
688 position: absolute; 688 position: absolute;
689 left: 0px; 689 left: 0px;
690 margin-top: 4px; 690 margin-top: 4px;
691 color: #fff; 691 color: #fff;
692 text-align: center; 692 text-align: center;
693 } 693 }
694 694
695 .icon-circle-m { 695 .icon-circle-m {
696 background: rgba(89, 89, 89, 0.92); 696 background: rgba(89, 89, 89, 0.92);
697 border-radius: 50%; 697 border-radius: 50%;
698 width: 30px; 698 width: 30px;
699 height: 30px; 699 height: 30px;
700 position: absolute; 700 position: absolute;
701 left: 0px; 701 left: 0px;
702 margin-top: 4px; 702 margin-top: 4px;
703 color: #fff; 703 color: #fff;
704 text-align: center; 704 text-align: center;
705 } 705 }
706 706
707 .icon-circle-n { 707 .icon-circle-n {
708 background: rgba(89, 89, 89, 0.92); 708 background: rgba(89, 89, 89, 0.92);
709 border-radius: 50%; 709 border-radius: 50%;
710 width: 30px; 710 width: 30px;
711 height: 30px; 711 height: 30px;
712 position: absolute; 712 position: absolute;
713 left: 0px; 713 left: 0px;
714 margin-top: 4px; 714 margin-top: 4px;
715 color: #fff; 715 color: #fff;
716 text-align: center; 716 text-align: center;
717 } 717 }
718 718
719 .icon-circle-x { 719 .icon-circle-x {
720 background: rgba(89, 89, 89, 0.92); 720 background: rgba(89, 89, 89, 0.92);
721 border-radius: 50%; 721 border-radius: 50%;
722 width: 30px; 722 width: 30px;
723 height: 30px; 723 height: 30px;
724 position: absolute; 724 position: absolute;
725 left: 0px; 725 left: 0px;
726 margin-top: 4px; 726 margin-top: 4px;
727 color: #fff; 727 color: #fff;
728 text-align: center; 728 text-align: center;
729 } 729 }
730 730
731 .icon-circle-p { 731 .icon-circle-p {
732 background: rgba(89, 89, 89, 0.92); 732 background: rgba(89, 89, 89, 0.92);
733 border-radius: 50%; 733 border-radius: 50%;
734 width: 30px; 734 width: 30px;
735 height: 30px; 735 height: 30px;
736 position: absolute; 736 position: absolute;
737 left: 0px; 737 left: 0px;
738 margin-top: 3px; 738 margin-top: 3px;
739 color: #fff; 739 color: #fff;
740 text-align: center; 740 text-align: center;
741 } 741 }
742 742
743 .icon-circle-z { 743 .icon-circle-z {
744 background: rgba(89, 89, 89, 0.92); 744 background: rgba(89, 89, 89, 0.92);
745 border-radius: 50%; 745 border-radius: 50%;
746 width: 30px; 746 width: 30px;
747 height: 30px; 747 height: 30px;
748 position: absolute; 748 position: absolute;
749 left: 0px; 749 left: 0px;
750 margin-top: 4px; 750 margin-top: 4px;
751 color: #fff; 751 color: #fff;
752 text-align: center; 752 text-align: center;
753 } 753 }
754 754
755 .icon-circle-q { 755 .icon-circle-q {
756 background: rgba(89, 89, 89, 0.92); 756 background: rgba(89, 89, 89, 0.92);
757 border-radius: 50%; 757 border-radius: 50%;
758 width: 30px; 758 width: 30px;
759 height: 30px; 759 height: 30px;
760 position: absolute; 760 position: absolute;
761 left: 0px; 761 left: 0px;
762 margin-top: 4px; 762 margin-top: 4px;
763 color: #fff; 763 color: #fff;
764 text-align: center; 764 text-align: center;
765 } 765 }
766 766
767 .icon-circle-ab { 767 .icon-circle-ab {
768 background: rgba(89, 89, 89, 0.92); 768 background: rgba(89, 89, 89, 0.92);
769 border-radius: 50%; 769 border-radius: 50%;
770 width: 30px; 770 width: 30px;
771 height: 30px; 771 height: 30px;
772 position: absolute; 772 position: absolute;
773 left: 0px; 773 left: 0px;
774 margin-top: 3px; 774 margin-top: 3px;
775 color: #fff; 775 color: #fff;
776 text-align: center; 776 text-align: center;
777 } 777 }
778 778
779 .icon-circle-abc { 779 .icon-circle-abc {
780 background: rgba(89, 89, 89, 0.92); 780 background: rgba(89, 89, 89, 0.92);
781 border-radius: 50%; 781 border-radius: 50%;
782 width: 30px; 782 width: 30px;
783 height: 30px; 783 height: 30px;
784 position: absolute; 784 position: absolute;
785 left: 0px; 785 left: 0px;
786 margin-top: 3px; 786 margin-top: 3px;
787 color: #fff; 787 color: #fff;
788 text-align: center; 788 text-align: center;
789 } 789 }
790 790
791 .icon-circle-bc { 791 .icon-circle-bc {
792 background: rgba(89, 89, 89, 0.92); 792 background: rgba(89, 89, 89, 0.92);
793 border-radius: 50%; 793 border-radius: 50%;
794 width: 30px; 794 width: 30px;
795 height: 30px; 795 height: 30px;
796 position: absolute; 796 position: absolute;
797 left: 0px; 797 left: 0px;
798 margin-top: 3px; 798 margin-top: 3px;
799 color: #fff; 799 color: #fff;
800 text-align: center; 800 text-align: center;
801 } 801 }
802 802
803 .icon-circle-abcdefg { 803 .icon-circle-abcdefg {
804 background: rgba(89, 89, 89, 0.92); 804 background: rgba(89, 89, 89, 0.92);
805 border-radius: 50%; 805 border-radius: 50%;
806 width: 30px; 806 width: 30px;
807 height: 30px; 807 height: 30px;
808 position: absolute; 808 position: absolute;
809 left: 0px; 809 left: 0px;
810 margin-top: 3px; 810 margin-top: 3px;
811 color: #fff; 811 color: #fff;
812 text-align: center; 812 text-align: center;
813 } 813 }
814 814
815 .referel-icon { 815 .referel-icon {
816 background: rgba(89, 89, 89, 0.92); 816 background: rgba(89, 89, 89, 0.92);
817 border-radius: 50%; 817 border-radius: 50%;
818 width: 30px; 818 width: 30px;
819 height: 30px; 819 height: 30px;
820 position: absolute; 820 position: absolute;
821 left: 0px; 821 left: 0px;
822 margin-top: 3px; 822 margin-top: 3px;
823 color: #fff; 823 color: #fff;
824 text-align: center; 824 text-align: center;
825 } 825 }
826 826
827 827
828 /*quiz*/ 828 /*quiz*/
829 .q-card-align div{ 829 .q-card-align div{
830 margin-bottom: 15px; 830 margin-bottom: 15px;
831 } 831 }
832 832
833 .drop-down { 833 .drop-down {
834 background-color: #fff; 834 background-color: #fff;
835 border-radius: 0; 835 border-radius: 0;
836 font-size: 12px; 836 font-size: 12px;
837 } 837 }
838 838
839 .footer-link, .footer-link:hover { 839 .footer-link, .footer-link:hover {
840 color:#fff; 840 color:#fff;
841 } 841 }
842 /*idea content margin*/ 842 /*idea content margin*/
843 .content-idea{ 843 .content-idea{
844 margin:196px 12px 8px; 844 margin:196px 12px 8px;
845 } 845 }
846 846
847 .content-product{ 847 .content-product{
848 margin:193px -19px 9px; 848 margin:193px -19px 9px;
849 } 849 }
850 850
851 .content-growth{ 851 .content-growth{
852 margin:192px 11px 8px; 852 margin:192px 11px 8px;
853 } 853 }
854 .last-content-card{ 854 .last-content-card{
855 /*margin: 0px -85px -4px -51px;*/ 855 /*margin: 0px -85px -4px -51px;*/
856 } 856 }
857 857
858 @media (max-width: 600px) { 858 @media (max-width: 600px) {
859 .content-idea{ 859 .content-idea{
860 margin: auto; 860 margin: auto;
861 } 861 }
862 862
863 .content-product{ 863 .content-product{
864 margin: auto; 864 margin: auto;
865 } 865 }
866 866
867 .content-growth{ 867 .content-growth{
868 margin: auto; 868 margin: auto;
869 } 869 }
870 .stages-card{ 870 .stages-card{
871 margin: auto; 871 margin: auto;
872 margin-bottom: 15px; 872 margin-bottom: 15px;
873 } 873 }
874 .last-content-card{ 874 .last-content-card{
875 margin: auto; 875 margin: auto;
876 } 876 }
877 .card-align{ 877 .card-align{
878 margin: auto; 878 margin: auto;
879 } 879 }
880 } 880 }
881 881
882 .toggler { 882 .toggler {
883 width: 500px; 883 width: 500px;
884 height: 200px; 884 height: 200px;
885 } 885 }
886 #button { 886 #button {
887 padding: .5em 1em; 887 padding: .5em 1em;
888 text-decoration: none; 888 text-decoration: none;
889 } 889 }
890 #effect { 890 #effect {
891 position: relative; 891 position: relative;
892 width: 240px; 892 width: 240px;
893 height: 170px; 893 height: 170px;
894 padding: 0.4em; 894 padding: 0.4em;
895 } 895 }
896 #effect h3 { 896 #effect h3 {
897 margin: 0; 897 margin: 0;
898 padding: 0.4em; 898 padding: 0.4em;
899 text-align: center; 899 text-align: center;
900 } 900 }
901 901
902 #snackbar { 902 #snackbar {
903 visibility: hidden; 903 visibility: hidden;
904 min-width: 250px; 904 min-width: 250px;
905 margin-left: -125px; 905 margin-left: -125px;
906 background-color: #F44336; 906 background-color: #F44336;
907 color: #fff; 907 color: #fff;
908 text-align: center; 908 text-align: center;
909 border-radius: 2px; 909 border-radius: 2px;
910 padding: 16px; 910 padding: 16px;
911 position: fixed; 911 position: fixed;
912 z-index: 1; 912 z-index: 1;
913 left: 50%; 913 left: 50%;
914 bottom: 30px; 914 bottom: 30px;
915 font-size: 17px; 915 font-size: 17px;
916 } 916 }
917 917
918 #snackbar.show { 918 #snackbar.show {
919 visibility: visible; 919 visibility: visible;
920 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 920 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
921 animation: fadin 0.5s, fadout 0.5s 2.5s; 921 animation: fadin 0.5s, fadout 0.5s 2.5s;
922 } 922 }
923 923
924 @-webkit-keyframes fadin { 924 @-webkit-keyframes fadin {
925 from {bottom: 0; opacity: 0;} 925 from {bottom: 0; opacity: 0;}
926 to {bottom: 30px; opacity: 1;} 926 to {bottom: 30px; opacity: 1;}
927 } 927 }
928 928
929 @keyframes fadin { 929 @keyframes fadin {
930 from {bottom: 0; opacity: 0;} 930 from {bottom: 0; opacity: 0;}
931 to {bottom: 30px; opacity: 1;} 931 to {bottom: 30px; opacity: 1;}
932 } 932 }
933 933
934 @-webkit-keyframes fadout { 934 @-webkit-keyframes fadout {
935 from {bottom: 30px; opacity: 1;} 935 from {bottom: 30px; opacity: 1;}
936 to {bottom: 0; opacity: 0;} 936 to {bottom: 0; opacity: 0;}
937 } 937 }
938 938
939 @keyframes fadout { 939 @keyframes fadout {
940 from {bottom: 30px; opacity: 1;} 940 from {bottom: 30px; opacity: 1;}
941 to {bottom: 0; opacity: 0;} 941 to {bottom: 0; opacity: 0;}
942 } 942 }
943 943
944 944
945 #snacsskbar { 945 #snacsskbar {
946 visibility: hidden; 946 visibility: hidden;
947 min-width: 250px; 947 min-width: 250px;
948 margin-left: -125px; 948 margin-left: -125px;
949 background-color: #333; 949 background-color: #333;
950 color: #fff; 950 color: #fff;
951 text-align: center; 951 text-align: center;
952 border-radius: 2px; 952 border-radius: 2px;
953 padding: 16px; 953 padding: 16px;
954 position: fixed; 954 position: fixed;
955 z-index: 1; 955 z-index: 1;
956 left: 50%; 956 left: 50%;
957 top: 30px; 957 top: 30px;
958 font-size: 17px; 958 font-size: 17px;
959 } 959 }
960 960
961 #snacsskbar.show { 961 #snacsskbar.show {
962 visibility: visible; 962 visibility: visible;
963 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 963 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
964 animation: fadein 0.5s, fadeout 0.5s 2.5s; 964 animation: fadein 0.5s, fadeout 0.5s 2.5s;
965 } 965 }
966 966
967 @-webkit-keyframes fadein { 967 @-webkit-keyframes fadein {
968 from {top: 0; opacity: 0;} 968 from {top: 0; opacity: 0;}
969 to {top: 30px; opacity: 1;} 969 to {top: 30px; opacity: 1;}
970 } 970 }
971 971
972 @keyframes fadein { 972 @keyframes fadein {
973 from {top: 0; opacity: 0;} 973 from {top: 0; opacity: 0;}
974 to {top: 30px; opacity: 1;} 974 to {top: 30px; opacity: 1;}
975 } 975 }
976 976
977 @-webkit-keyframes fadeout { 977 @-webkit-keyframes fadeout {
978 from {top: 30px; opacity: 1;} 978 from {top: 30px; opacity: 1;}
979 to {top: 0; opacity: 0;} 979 to {top: 0; opacity: 0;}
980 } 980 }
981 981
982 @keyframes fadeout { 982 @keyframes fadeout {
983 from {top: 30px; opacity: 1;} 983 from {top: 30px; opacity: 1;}
984 to {top: 0; opacity: 0;} 984 to {top: 0; opacity: 0;}
985 } 985 }
986 986
987 input.hidden { 987 input.hidden {
988 position: absolute; 988 position: absolute;
989 left: -9999px; 989 left: -9999px;
990 } 990 }
991 991
992 #profile-image1 { 992 #profile-image1 {
993 cursor: pointer; 993 cursor: pointer;
994 width: 100px; 994 width: 100px;
995 height: 100px; 995 height: 100px;
996 border:2px solid #eee ; 996 border:2px solid #eee ;
997 } 997 }
998 998
999 .tital{ font-size:16px; font-weight:500;} 999 .tital{ font-size:16px; font-weight:500;}
1000 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} 1000 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0}
1001 .footerpadd{padding: 5px;} 1001 .footerpadd{padding: 5px;}
1002 1002
1003 1003
1004 .container1{ 1004 .container1{
1005 width: 100% 1005 width: 100%
1006 } 1006 }
1007 1007
1008 .no-margin{ 1008 .no-margin{
1009 margin: 0 0 0 !important; 1009 margin: 0 0 0 !important;
1010 } 1010 }
1011 .no-padding{ 1011 .no-padding{
1012 padding: 0 0 0 0 !important; 1012 padding: 0 0 0 0 !important;
1013 } 1013 }
1014 .select-stage{ 1014 .select-stage{
1015 margin: 10px 0; 1015 margin: 10px 0;
1016 } 1016 }
1017 .cards-content{ 1017 .cards-content{
1018 margin-top: 40px; 1018 margin-top: 40px;
1019 } 1019 }
1020 .cards-content p{ 1020 .cards-content p{
1021 font-size: 13px; 1021 font-size: 13px;
1022 } 1022 }
1023 .q-card-align{ 1023 .q-card-align{
1024 margin-top: 15px; 1024 margin-top: 15px;
1025 } 1025 }
1026 .width-auto{ 1026 .width-auto{
1027 width: auto !important; 1027 width: auto !important;
1028 } 1028 }
1029 .margin-right-label{ 1029 .margin-right-label{
1030 margin-right: 20px; 1030 margin-right: 20px;
1031 } 1031 }
1032 .margin-right-label label{ 1032 .margin-right-label label{
1033 margin-left: 5px; 1033 margin-left: 5px;
1034 } 1034 }
1035 .apply-coupen-btn{ 1035 .apply-coupen-btn{
1036 position: absolute; 1036 position: absolute;
1037 top: -2px; 1037 top: -2px;
1038 right: 13px; 1038 right: 13px;
1039 border: none; 1039 border: none;
1040 height: 44px; 1040 height: 44px;
1041 color: #fff; 1041 color: #fff;
1042 background-color: #666; 1042 background-color: #666;
1043 width: 75px; 1043 width: 75px;
1044 } 1044 }
1045 .coupen-approved{ 1045 .coupen-approved{
1046 position: absolute; 1046 position: absolute;
1047 right: 120px; 1047 right: 120px;
1048 top: 6px; 1048 top: 6px;
1049 color: rgb(66, 181, 73); 1049 color: rgb(66, 181, 73);
1050 font-size: 30px !important; 1050 font-size: 30px !important;
1051 } 1051 }
1052 .right-side-links{ 1052 .right-side-links{
1053 margin-top: 12px; 1053 margin-top: 12px;
1054 } 1054 }
1055 .right-side-links a{ 1055 .right-side-links a{
1056 width: auto; 1056 width: auto;
1057 display: inline; 1057 display: inline;
1058 } 1058 }
1059 .right-side-links a:first-child{ 1059 .right-side-links a:first-child{
1060 border-right: 1px solid #fff; 1060 border-right: 1px solid #fff;
1061 padding-right: 4px; 1061 padding-right: 4px;
1062 } 1062 }
1063 1063
1064 @media (max-width: 768px){ 1064 @media (max-width: 768px){
1065 .cards-content{ 1065 .cards-content{
1066 margin-top: 15px; 1066 margin-top: 15px;
1067 margin-bottom: 30px; 1067 margin-bottom: 30px;
1068 } 1068 }
1069 .no-padding-mobile{ 1069 .no-padding-mobile{
1070 padding-left: 0 !important; 1070 padding-left: 0 !important;
1071 padding-right: 0 !important; 1071 padding-right: 0 !important;
1072 } 1072 }
1073 .sector-align .card-small{ 1073 .sector-align .card-small{
1074 height: 74px; 1074 height: 74px;
1075 } 1075 }
1076 .stages-card{ 1076 .stages-card{
1077 width: 92%; 1077 width: 92%;
1078 } 1078 }
1079 .right-stage-card{ 1079 .right-stage-card{
1080 float: right; 1080 float: right;
1081 } 1081 }
1082 .margin-auto-mobile{ 1082 .margin-auto-mobile{
1083 margin-left: 4%; 1083 margin-left: 4%;
1084 } 1084 }
1085 .card .thumbnail{ 1085 .card .thumbnail{
1086 padding: 15px 0 1px 0; 1086 padding: 15px 0 1px 0;
1087 } 1087 }
1088 .thumbnail > img, .thumbnail a > img{ 1088 .thumbnail > img, .thumbnail a > img{
1089 width: 50%; 1089 width: 50%;
1090 } 1090 }
1091 .right-side-links a{ 1091 .right-side-links a{
1092 display: block; 1092 display: block;
1093 width: 100%; 1093 width: 100%;
1094 } 1094 }
1095 .right-side-links a:first-child{ 1095 .right-side-links a:first-child{
1096 border-right: 0 solid #fff; 1096 border-right: 0 solid #fff;
1097 padding-right: 0; 1097 padding-right: 0;
1098 } 1098 }
1099 .right-side-links{ 1099 .right-side-links{
1100 margin-top: 0; 1100 margin-top: 0;
1101 } 1101 }
1102 .panel-default{ 1102 .panel-default{
1103 border-color: transparent; 1103 border-color: transparent;
1104 box-shadow: none; 1104 box-shadow: none;
1105 } 1105 }
1106 .modal-footers { 1106 .modal-footers {
1107 padding: 19px 20px 20px; 1107 padding: 19px 20px 20px;
1108 margin-top: 15px; 1108 margin-top: 15px;
1109 text-align: center !important; 1109 text-align: center !important;
1110 margin-bottom: 4px; 1110 margin-bottom: 4px;
1111 } 1111 }
1112 } 1112 }
1113 1113
1114 .card-input { 1114 .card-input {
1115 display: none; 1115 display: none;
1116 } 1116 }
1117 1117
1118 .card { 1118 .card {
1119 font-size: 1em; 1119 font-size: 1em;
1120 overflow: hidden; 1120 overflow: hidden;
1121 padding: 0; 1121 padding: 0;
1122 border: none; 1122 border: none;
1123 border-radius: .28571429rem; 1123 border-radius: .28571429rem;
1124 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; 1124 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
1125 } 1125 }
1126 1126
1127 .card-block { 1127 .card-block {
1128 font-size: 1em; 1128 font-size: 1em;
1129 position: relative; 1129 position: relative;
1130 margin: 0; 1130 margin: 0;
1131 padding: 4%; 1131 padding: 4%;
1132 border: none; 1132 border: none;
1133 border-top: 1px solid rgba(34, 36, 38, .1); 1133 border-top: 1px solid rgba(34, 36, 38, .1);
1134 box-shadow: none; 1134 box-shadow: none;
1135 } 1135 }
1136 .button-position{ 1136 .button-position{
1137 position: relative; 1137 position: relative;
1138 top: -10px; 1138 top: -10px;
1139 } 1139 }
1140 .card-img-top { 1140 .card-img-top {
1141 display: block; 1141 display: block;
1142 width: 100%; 1142 width: 100%;
1143 height: auto; 1143 height: auto;
1144 } 1144 }
1145 1145
1146 .card-title { 1146 .card-title {
1147 font-size: 13px; 1147 font-size: 13px;
1148 font-weight: 600; 1148 font-weight: 600;
1149 margin: 0; 1149 margin: 0;
1150 line-height: normal; 1150 line-height: normal;
1151 } 1151 }
1152 .card-sub-title{ 1152 .card-sub-title{
1153 font-size: 12px; 1153 font-size: 12px;
1154 color: #666; 1154 color: #666;
1155 font-weight: normal; 1155 font-weight: normal;
1156 margin-bottom: 0; 1156 margin-bottom: 0;
1157 } 1157 }
1158 .button-aligment{ 1158 .button-aligment{
1159 margin-top: 5px; 1159 margin-top: 5px;
1160 } 1160 }
1161 .card-text { 1161 .card-text {
1162 clear: both; 1162 clear: both;
1163 margin-top: .5em; 1163 margin-top: .5em;
1164 color: rgba(0, 0, 0, .68); 1164 color: rgba(0, 0, 0, .68);
1165 padding-bottom: 3%; 1165 padding-bottom: 3%;
1166 font-size: 13px; 1166 font-size: 13px;
1167 } 1167 }
1168 1168
1169 .card-text2 { 1169 .card-text2 {
1170 padding: 4%; 1170 padding: 4%;
1171 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1171 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1172 } 1172 }
1173 .card-text2 span{ 1173 .card-text2 span{
1174 font-size: 11px; 1174 font-size: 11px;
1175 color: #666; 1175 color: #666;
1176 } 1176 }
1177 .card-text2 div{ 1177 .card-text2 div{
1178 margin-top: 0 !important; 1178 margin-top: 0 !important;
1179 font-weight: normal; 1179 font-weight: normal;
1180 color: #000; 1180 color: #000;
1181 font-size: 12px; 1181 font-size: 12px;
1182 padding-bottom: 0; 1182 padding-bottom: 0;
1183 } 1183 }
1184 1184
1185 .card-inverse .btn { 1185 .card-inverse .btn {
1186 border: 1px solid rgba(0, 0, 0, .05); 1186 border: 1px solid rgba(0, 0, 0, .05);
1187 } 1187 }
1188 1188
1 <div class="header"> 1 <div class="header">
2 <div style="float: left;"> 2 <div style="float: left;">
3 <!-- <a href="http://startupjalsa.com/utm_source=signature&utm_medium=Portal/" target="_blank"> --> 3 <!-- <a href="http://startupjalsa.com/utm_source=signature&utm_medium=Portal/" target="_blank"> -->
4 <a href="http://startupjalsa.com/" target="_blank"> 4 <a href="http://startupjalsa.com/" target="_blank">
5 <img src="images/white.png" class="logo" > 5 <img src="images/white.png" class="logo" >
6 </a> 6 </a>
7 </div> 7 </div>
8 <!-- <div style="float: right;"> 8 <!-- <div style="float: right;">
9 <input type="button" style="font-size:20px;color:#fff" class="btn submit-button" value="Register Now" ng-click="apply()"> 9 <input type="button" style="font-size:20px;color:#fff" class="btn submit-button" value="Register Now" ng-click="apply()">
10 </div> --> 10 </div> -->
11 <div class="clearfix"></div> 11 <div class="clearfix"></div>
12 </div> 12 </div>
13 <!-- CLOSE HEADER --> 13 <!-- CLOSE HEADER -->
14 <form name="homeForm"> 14 <form name="homeForm">
15 <div class="col-xs-12 col-md-10 col-md-offset-1"> 15 <div class="col-xs-12 col-md-10 col-md-offset-1">
16 <div class="col-xs-12"> 16 <div class="col-xs-12">
17 <div class="row"> 17 <div class="row">
18 <div class="col-sm-8"> 18 <div class="col-sm-8">
19 <div style="padding-top:2%;"> 19 <div style="padding-top:2%;">
20 20
21 <div style="font-size:17px;margin-bottom: 10px;"> 21 <div style="font-size:17px;margin-bottom: 10px;">
22 <b>Startup Jalsa 2017 brings you a chance to get guaranteed funding of upto 1crore* in just 3 steps:</b> 22 <b>Startup Jalsa 2017 brings you a chance to get guaranteed funding of upto 1crore* in just 3 steps:</b>
23 </div> 23 </div>
24 <!-- 24 <!--
25 <ul style="font-size:17px"> 25 <ul style="font-size:17px">
26 <li>Watch <a href="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be/" target="_blank">Startup Jalsa 2016</a></li> 26 <li>Watch <a href="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be/" target="_blank">Startup Jalsa 2016</a></li>
27 <li>Watch what<a href="https://www.youtube.com/watch?v=v8jqTRzQqOI&index=2&list=PL_ieVNgs36HStvzUph85NUXjrZIXS_bTg/" target="_blank"> startups, mentors and investors think</a> about it.</li> 27 <li>Watch what<a href="https://www.youtube.com/watch?v=v8jqTRzQqOI&index=2&list=PL_ieVNgs36HStvzUph85NUXjrZIXS_bTg/" target="_blank"> startups, mentors and investors think</a> about it.</li>
28 <li>Watch how <a href="https://www.youtube.com/watch?v=eAFNFvCdvhY&feature=youtu.be" target="_blank">Startup Jalsa 2017</a> can help you.</li> 28 <li>Watch how <a href="https://www.youtube.com/watch?v=eAFNFvCdvhY&feature=youtu.be" target="_blank">Startup Jalsa 2017</a> can help you.</li>
29 </ul> 29 </ul>
30 <div style="padding-top:1%;font-size:16px"><b>Become a part of our network and get access to leading entrepreneurs.</b><br> 30 <div style="padding-top:1%;font-size:16px"><b>Become a part of our network and get access to leading entrepreneurs.</b><br>
31 There are Inspire and Invest editions for selection:</div><br> 31 There are Inspire and Invest editions for selection:</div><br>
32 --> 32 -->
33 <ol style="margin-bottom: 0;font-size:15px"><li style="font-weight: bold;"><b>Live Pitch Details</b></li></ol> 33 <ol style="margin-bottom: 0;font-size:15px"><li style="font-weight: bold;"><b>Live Pitch Details</b></li></ol>
34 <ul> 34 <ul>
35 <li>Select a city meetup near you to pitch your idea/Startup- without PowerPoints in just 3 minutes.</li> 35 <li>Select a city meetup near you to pitch your idea/Startup- without PowerPoints in just 3 minutes.</li>
36 <li>10 startups from each city will be given sponsored travel to Chandigarh for final pitching.</li> 36 <li>10 startups from each city will be given sponsored travel to Chandigarh for final pitching.</li>
37 <li>Pitch in front of biggest investors and get on the spot funding.</li> 37 <li>Pitch in front of biggest investors and get on the spot funding.</li>
38 </ul> 38 </ul>
39 <p>There are over 30+ investors participating in Jalsa 2017, you will also get to personally interact 1-on-1 with investors.</p>
39 <p>There are over 30+ investors participating in Jalsa 2017, you will also get to personally interact 1-on-1 with investors.</p> 40 <ol start="2" style="margin-bottom: 0;padding-top:1%;font-size:15px"><li style="font-weight:bold;"><b>Guaranteed funding details:</b></li></ol>
40 <ol start="2" style="margin-bottom: 0;padding-top:1%;font-size:15px"><li style="font-weight:bold;"><b>Guaranteed funding details:</b></li></ol> 41 <ul>
41 <ul> 42 <li>1 idea stage startup will get guaranteed <b>₹10 Lac</b> funding.*</li>
42 <li>1 idea stage startup will get guaranteed <b>₹10 Lac</b> funding.*</li> 43 <li>1 product stage startup will get guaranteed <b>₹1 Crore</b> funding.*</li>
43 <li>1 product stage startup will get guaranteed <b>₹1 Crore</b> funding.*</li> 44 </ul>
45 <p>* funding Subject to due diligence</p>
44 </ul> 46 </div>
45 <p>* funding Subject to due diligence</p> 47 </div>
46 </div> 48 <div class="row">
47 </div> 49 <div class="col-sm-4">
48 <div class="row"> 50 <div class="card" style="width:auto;">
49 <div class="col-sm-4"> 51 <p style="font-size:15px;padding:5% 4%"><b>Inspire edition of Startup Jalsa is coming to the following cities:</b></p>
52 <span style="padding:0% 4%">Pitch on the following dates: 3:30PM onward.</span>
50 <div class="card" style="width:auto;"> 53 <ul>
51 <p style="font-size:15px;padding:5% 4%"><b>Inspire edition of Startup Jalsa is coming to the following cities:</b></p> 54 <li>November 9: Chennai</li>
52 <span style="padding:0% 4%">Pitch on the following dates: 3:30PM onward.</span> 55 <li>November 11: Pune</li>
53 <ul> 56 <li>November 13: Mumbai</li>
54 <li>November 9: Chennai</li> 57 <li>November 15: Ahmedabad</li>
55 <li>November 11: Pune</li> 58 <li>November 17: Jaipur</li>
56 <li>November 13: Mumbai</li> 59 <li>November 21: Hyderabad</li>
57 <li>November 15: Ahmedabad</li> 60 <li>November 23: Bangalore</li>
58 <li>November 17: Jaipur</li> 61 <li>November 29: Delhi</li>
59 <li>November 21: Hyderabad</li> 62 <li>December 2: Chandigarh</li>
60 <li>November 23: Bangalore</li> 63 </ul>
61 <li>November 29: Delhi</li> 64 <p style="font-size:15px;padding-left:8%"><b>Invest edition of Startup Jalsa is in Chandigarh: 2nd & 3rd December</b></p><br>
62 <li>December 2: Chandigarh</li> 65 </div>
63 </ul> 66 </div>
64 <p style="font-size:15px;padding-left:8%"><b>Invest edition of Startup Jalsa is in Chandigarh: 2nd & 3rd December</b></p><br> 67 </div>
65 </div> 68 </div><br>
66 </div> 69 <div style="text-align:center">
67 </div> 70 <input type="button" style="font-size:16px;color:#fff" class="btn submit-button" value="Select City" ng-click="apply()">
68 </div><br> 71 </div><br>
69 <div style="text-align:center"> 72 <div style="font-size:15px">* Fee will be increased by 50% post deadline<br> * A separate registration fee for Invest edition will be notified in due time.<br>
70 <input type="button" style="font-size:16px;color:#fff" class="btn submit-button" value="Select City" ng-click="apply()"> 73 ** Subject to industry standard due diligence.<br>
71 </div><br> 74 <span style="color:red"> For any queries, contact Shivangi +91 78891 03289</span><!-- <br> -->
72 <div style="font-size:15px">* Fee will be increased by 50% post deadline<br> * A separate registration fee for Invest edition will be notified in due time.<br> 75 <!-- <span style="color:red">IIT Madras and IIT Madras Research Park startups call Nirmal- +918355975855 for promo codes.</span> -->
73 ** Subject to industry standard due diligence.<br> 76 </div><br>
74 <span style="color:red"> For any queries, contact Shivangi +91 78891 03289</span><!-- <br> --> 77 </div>
75 <!-- <span style="color:red">IIT Madras and IIT Madras Research Park startups call Nirmal- +918355975855 for promo codes.</span> --> 78 </div>
76 </div><br> 79 <footer>
77 </div> 80 <img id="footer" class="img-responsive banner">
78 </div> 81 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> </center>
79 <footer> 82 </footer>
80 <img id="footer" class="img-responsive banner"> 83 </form>
81 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> </center> 84 <span ng-show="span == true">
82 </footer> 85 <span id="chennai"></span>
83 </form> 86 <span id="pune"></span>
84 <span ng-show="span == true"> 87 <span id="mumbai"></span>
85 <span id="chennai"></span> 88 <span id="hyderabad"></span>
86 <span id="pune"></span> 89 <span id="chandigarh"></span>
87 <span id="mumbai"></span> 90 <span id="delhi"></span>
88 <span id="hyderabad"></span> 91 <span id="ahmedabad"></span>
89 <span id="chandigarh"></span> 92 <span id="bangalore"></span>
90 <span id="delhi"></span> 93 <span id="jaipur"></span>
91 <span id="ahmedabad"></span> 94 <span id="maininvest"></span>
92 <span id="bangalore"></span> 95 </span>
93 <span id="jaipur"></span> 96
94 <span id="maininvest"></span> 97
pages/registration.html
1 <div class="header"> 1 <div class="header">
2 <div style="float: left;"> 2 <div style="float: left;">
3 <a href="http://startupjalsa.com/" target="_blank"> 3 <a href="http://startupjalsa.com/" target="_blank">
4 <img src="images/white.png" class="logo" > 4 <img src="images/white.png" class="logo" >
5 </a> 5 </a>
6 </div> 6 </div>
7 <!-- <div style="float: right;" class="right-side-links"> 7 <!-- <div style="float: right;" class="right-side-links">
8 <a class="hyperColor" ng-click="openyoutube16()">Glipmses of 2016</a> 8 <a class="hyperColor" ng-click="openyoutube16()">Glipmses of 2016</a>
9 <a class="hyperColor" ng-click="openyoutube17()">Concept for 2017</a> 9 <a class="hyperColor" ng-click="openyoutube17()">Concept for 2017</a>
10 </div> --> 10 </div> -->
11 <div class="clearfix"></div> 11 <div class="clearfix"></div>
12 </div> 12 </div>
13 <!-- CLOSE HEADER --> 13 <!-- CLOSE HEADER -->
14 <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">
15 <p class="select-stage" style="font-size:16px;"><b>Please select one city.</b></p> 15 <p class="select-stage" style="font-size:16px;"><b>Please select one city.</b></p>
16 <div class="stage-shadow"> 16 <div class="stage-shadow">
17 <div class="stages card-align"> 17 <div class="stages card-align">
18 <div class="row"> 18 <div class="row">
19 <div class="col-md-3"> 19 <div class="col-md-3">
20 <div class="card" style="width:100%"> 20 <div class="card" style="width:100%">
21 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 21 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
22 <img class="card-img-top" src="images/Chennai1.png" style="width:100%"> 22 <img class="card-img-top" src="images/Chennai1.png" style="width:100%">
23 <div class="card-block"> 23 <div class="card-block">
24 <div class="pull-left"> 24 <div class="pull-left">
25 <h4 class="card-title">Chennai</h4> 25 <h4 class="card-title">Chennai</h4>
26 <label class="card-sub-title">9th November,2017</label> 26 <label class="card-sub-title">9th November,2017</label>
27 </div> 27 </div>
28 <div class="pull-right"> 28 <div class="pull-right">
29 <!-- <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" data-toggle="collapse" ng-click="register('chennai')" disabled="">Apply</button> --> 29 <!-- <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" data-toggle="collapse" ng-click="register('chennai')" disabled="">Apply</button> -->
30 </div> 30 </div>
31 <div class="clearfix"></div> 31 <div class="clearfix"></div>
32 <!-- <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chennai"></span>*</label> --> 32 <!-- <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chennai"></span>*</label> -->
33 <label class="card-sub-title"><span style="color:red">Closed</span></label> 33 <label class="card-sub-title"><span style="color:red">Closed</span></label>
34 </div> 34 </div>
35 <div class="card-text2"> 35 <div class="card-text2">
36 <span><b>Location</b></span> 36 <span><b>Location</b></span>
37 <div class="card-text" style="padding-bottom:16px;">IIT-Madras, Research Park Auditorium</div> 37 <div class="card-text" style="padding-bottom:16px;">IIT-Madras, Research Park Auditorium</div>
38 </div> 38 </div>
39 </label> 39 </label>
40 </div> 40 </div>
41 </div> 41 </div>
42 <div class="col-md-3"> 42 <div class="col-md-3">
43 <div class="card" style="width:100%"> 43 <div class="card" style="width:100%">
44 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 44 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
45 <img class="card-img-top" src="images/pune (1).png" style="width:100%"> 45 <img class="card-img-top" src="images/pune (1).png" style="width:100%">
46 <div class="card-block"> 46 <div class="card-block">
47 <div class="pull-left"> 47 <div class="pull-left">
48 <h4 class="card-title">Pune</h4> 48 <h4 class="card-title">Pune</h4>
49 <label class="card-sub-title">11th November,2017</label> 49 <label class="card-sub-title">11th November,2017</label>
50 </div> 50 </div>
51 <!-- <div class="pull-right"> 51 <!-- <div class="pull-right">
52 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('pune')">Apply</button> 52 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('pune')">Apply</button>
53 </div> --> 53 </div> -->
54 <div class="clearfix"></div> 54 <div class="clearfix"></div>
55 <label class="card-sub-title"><span style="color:red">Closed</span></label> 55 <label class="card-sub-title"><span style="color:red">Closed</span></label>
56 </div> 56 </div>
57 <div class="card-text2"> 57 <div class="card-text2">
58 <span><b>Location</b></span> 58 <span><b>Location</b></span>
59 <div class="card-text">Edugild, 9, MIT College Rd, Kothrud, Pune</div> 59 <div class="card-text">Edugild, 9, MIT College Rd, Kothrud, Pune</div>
60 </div> 60 </div>
61 </label> 61 </label>
62 </div> 62 </div>
63 </div> 63 </div>
64 <div class="col-md-3"> 64 <div class="col-md-3">
65 <div class="card" style="width:100%"> 65 <div class="card" style="width:100%">
66 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 66 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
67 <img class="card-img-top" src="images/Mumbai1.png" style="width:100%"> 67 <img class="card-img-top" src="images/Mumbai1.png" style="width:100%">
68 <div class="card-block"> 68 <div class="card-block">
69 <div class="pull-left"> 69 <div class="pull-left">
70 <h4 class="card-title">Mumbai</h4> 70 <h4 class="card-title">Mumbai</h4>
71 <label class="card-sub-title">13th November,2017</label> 71 <label class="card-sub-title">13th November,2017</label>
72 </div> 72 </div>
73 <div class="pull-right"> 73 <div class="pull-right">
74 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mumbai')">Apply</button> 74 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mumbai')">Apply</button>
75 </div> 75 </div>
76 <div class="clearfix"></div> 76 <div class="clearfix"></div>
77 <label class="card-sub-title"><span style="color:red"> Post deadline expires in</span> : <span id="mumbai"></span>*</label> 77 <label class="card-sub-title"><span style="color:red"> Post deadline expires in</span> : <span id="mumbai"></span>*</label>
78 </div> 78 </div>
79 <div class="card-text2"> 79 <div class="card-text2">
80 <span><b>Location</b></span> 80 <span><b>Location</b></span>
81 <div class="card-text">Zone Startups, Bombay Stock Exchange, Dalal Street, Mumbai</div> 81 <div class="card-text">Zone Startups, Bombay Stock Exchange, Dalal Street, Mumbai</div>
82 </div> 82 </div>
83 </label> 83 </label>
84 </div> 84 </div>
85 </div> 85 </div>
86 <div class="col-md-3"> 86 <div class="col-md-3">
87 <div class="card" style="width:100%"> 87 <div class="card" style="width:100%">
88 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 88 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
89 <img class="card-img-top" src="images/ahmedabad.jpg" style="width:100%"> 89 <img class="card-img-top" src="images/ahmedabad.jpg" style="width:100%">
90 <div class="card-block"> 90 <div class="card-block">
91 <div class="pull-left"> 91 <div class="pull-left">
92 <h4 class="card-title">Ahmedabad</h4> 92 <h4 class="card-title">Ahmedabad</h4>
93 <label class="card-sub-title">15th November,2017</label> 93 <label class="card-sub-title">15th November,2017</label>
94 </div> 94 </div>
95 <div class="pull-right"> 95 <div class="pull-right">
96 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('ahmedabad')">Apply</button> 96 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('ahmedabad')">Apply</button>
97 </div> 97 </div>
98 <div class="clearfix"></div> 98 <div class="clearfix"></div>
99 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="ahmedabad"></span>*</label> 99 <label class="card-sub-title"><span style="color:red"> Post deadline expires in</span> : <span id="ahmedabad"></span>*</label>
100 </div> 100 </div>
101 <div class="card-text2"> 101 <div class="card-text2">
102 <span><b>Location</b></span> 102 <span><b>Location</b></span>
103 <div class="card-text" style="padding-bottom:16px;">IIM-Ahmedabad, Gujarat</div> 103 <div class="card-text" style="padding-bottom:16px;">IIM-Ahmedabad, Gujarat</div>
104 </div> 104 </div>
105 </label> 105 </label>
106 </div> 106 </div>
107 </div> 107 </div>
108 </div> 108 </div>
109 </div> 109 </div>
110 <div class="clearfix"></div> 110 <div class="clearfix"></div>
111 <div class="stages card-align" style="margin-top: 2%;"> 111 <div class="stages card-align" style="margin-top: 2%;">
112 <div class="row"> 112 <div class="row">
113 <div class="col-md-3"> 113 <div class="col-md-3">
114 <div class="card" style="width:100%"> 114 <div class="card" style="width:100%">
115 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 115 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
116 <img class="card-img-top" src="images/jaipur_2 (1).jpg" style="width:100%"> 116 <img class="card-img-top" src="images/jaipur_2 (1).jpg" style="width:100%">
117 <div class="card-block"> 117 <div class="card-block">
118 <div class="pull-left"> 118 <div class="pull-left">
119 <h4 class="card-title">Jaipur</h4> 119 <h4 class="card-title">Jaipur</h4>
120 <label class="card-sub-title">17th November,2017</label> 120 <label class="card-sub-title">17th November,2017</label>
121 </div> 121 </div>
122 <div class="pull-right"> 122 <div class="pull-right">
123 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('jaipur')">Apply</button> 123 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('jaipur')">Apply</button>
124 </div> 124 </div>
125 <div class="clearfix"></div> 125 <div class="clearfix"></div>
126 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="jaipur"></span>*</label> 126 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="jaipur"></span>*</label>
127 </div> 127 </div>
128 <div class="card-text2"> 128 <div class="card-text2">
129 <span><b>Location</b></span> 129 <span><b>Location</b></span>
130 <div class="card-text">Startup Oasis, M-7, Sitapura Industrial Area, Jaipur</div> 130 <div class="card-text">Startup Oasis, M-7, Sitapura Industrial Area, Jaipur</div>
131 </div> 131 </div>
132 </label> 132 </label>
133 </div> 133 </div>
134 </div> 134 </div>
135 <div class="col-md-3"> 135 <div class="col-md-3">
136 <div class="card" style="width:100%"> 136 <div class="card" style="width:100%">
137 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 137 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
138 <img class="card-img-top" src="images/Hyderabad1.png" style="width:100%"> 138 <img class="card-img-top" src="images/Hyderabad1.png" style="width:100%">
139 <div class="card-block"> 139 <div class="card-block">
140 <div class="pull-left"> 140 <div class="pull-left">
141 <h4 class="card-title">Hyderabad</h4> 141 <h4 class="card-title">Hyderabad</h4>
142 <label class="card-sub-title">21st November,2017</label> 142 <label class="card-sub-title">21st November,2017</label>
143 </div> 143 </div>
144 <div class="pull-right"> 144 <div class="pull-right">
145 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('hyderabad')">Apply</button> 145 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('hyderabad')">Apply</button>
146 </div> 146 </div>
147 <div class="clearfix"></div> 147 <div class="clearfix"></div>
148 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="hyderabad"></span>*</label> 148 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="hyderabad"></span>*</label>
149 </div> 149 </div>
150 <div class="card-text2"> 150 <div class="card-text2">
151 <span><b>Location</b></span> 151 <span><b>Location</b></span>
152 <div class="card-text">T-Hub, IIIT-Hyderabad Campus, Gachibowli, Hyderabad</div> 152 <div class="card-text">T-Hub, IIIT-Hyderabad Campus, Gachibowli, Hyderabad</div>
153 </div> 153 </div>
154 </label> 154 </label>
155 </div> 155 </div>
156 </div> 156 </div>
157 <div class="col-md-3"> 157 <div class="col-md-3">
158 <div class="card" style="width:100%"> 158 <div class="card" style="width:100%">
159 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 159 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
160 <img class="card-img-top" src="images/bangalore (1).png" style="width:100%"> 160 <img class="card-img-top" src="images/bangalore (1).png" style="width:100%">
161 <div class="card-block"> 161 <div class="card-block">
162 <div class="pull-left"> 162 <div class="pull-left">
163 <h4 class="card-title">Bangalore</h4> 163 <h4 class="card-title">Bangalore</h4>
164 <label class="card-sub-title">23rd November,2017</label> 164 <label class="card-sub-title">23rd November,2017</label>
165 </div> 165 </div>
166 <div class="pull-right"> 166 <div class="pull-right">
167 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('bangalore')">Apply</button> 167 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('bangalore')">Apply</button>
168 </div> 168 </div>
169 <div class="clearfix"></div> 169 <div class="clearfix"></div>
170 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="bangalore"></span>*</label> 170 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="bangalore"></span>*</label>
171 </div> 171 </div>
172 <div class="card-text2"> 172 <div class="card-text2">
173 <span><b>Location</b></span> 173 <span><b>Location</b></span>
174 <div class="card-text" style="padding-bottom:16px;">Bangalore TBD</div> 174 <div class="card-text" style="padding-bottom:16px;">Bangalore TBD</div>
175 </div> 175 </div>
176 </label> 176 </label>
177 </div> 177 </div>
178 </div> 178 </div>
179 <div class="col-md-3"> 179 <div class="col-md-3">
180 <div class="card" style="width:100%"> 180 <div class="card" style="width:100%">
181 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 181 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
182 <img class="card-img-top" src="images/Delhi (3).png" style="width:100%"> 182 <img class="card-img-top" src="images/Delhi (3).png" style="width:100%">
183 <div class="card-block"> 183 <div class="card-block">
184 <div class="pull-left"> 184 <div class="pull-left">
185 <h4 class="card-title">Delhi</h4> 185 <h4 class="card-title">Delhi</h4>
186 <label class="card-sub-title">29th November,2017</label> 186 <label class="card-sub-title">29th November,2017</label>
187 </div> 187 </div>
188 <div class="pull-right"> 188 <div class="pull-right">
189 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('delhi')">Apply</button> 189 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('delhi')">Apply</button>
190 </div> 190 </div>
191 <div class="clearfix"></div> 191 <div class="clearfix"></div>
192 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="delhi"></span>*</label> 192 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="delhi"></span>*</label>
193 </div> 193 </div>
194 <div class="card-text2"> 194 <div class="card-text2">
195 <span><b>Location</b></span> 195 <span><b>Location</b></span>
196 <div class="card-text">Delhi Technological University, Shahbad Daulatpur, Delhi</div> 196 <div class="card-text">Delhi Technological University, Shahbad Daulatpur, Delhi</div>
197 </div> 197 </div>
198 </label> 198 </label>
199 </div> 199 </div>
200 </div> 200 </div>
201 </div> 201 </div>
202 </div> 202 </div>
203 <div class="clearfix"></div> 203 <div class="clearfix"></div>
204 <div class="stages card-align" style="margin-top: 2%;"> 204 <div class="stages card-align" style="margin-top: 2%;">
205 <div class="row"> 205 <div class="row">
206 <div class="col-md-3"> 206 <div class="col-md-3">
207 <div class="card" style="width:100%"> 207 <div class="card" style="width:100%">
208 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 208 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
209 <img class="card-img-top" src="images/chandigrh.jpg" style="width:100%"> 209 <img class="card-img-top" src="images/chandigrh.jpg" style="width:100%">
210 <div class="card-block"> 210 <div class="card-block">
211 <div class="pull-left"> 211 <div class="pull-left">
212 <h4 class="card-title">Chandigarh</h4> 212 <h4 class="card-title">Chandigarh</h4>
213 <label class="card-sub-title">2nd December,2017</label> 213 <label class="card-sub-title">2nd December,2017</label>
214 </div> 214 </div>
215 <div class="pull-right"> 215 <div class="pull-right">
216 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('chandigarh')">Apply</button> 216 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('chandigarh')">Apply</button>
217 </div> 217 </div>
218 <div class="clearfix"></div> 218 <div class="clearfix"></div>
219 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chandigarh"></span>*</label> 219 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chandigarh"></span>*</label>
220 </div> 220 </div>
221 <div class="card-text2"> 221 <div class="card-text2">
222 <span><b>Location</b></span> 222 <span><b>Location</b></span>
223 <div class="card-text">TBD</div> 223 <div class="card-text">TBD</div>
224 </div> 224 </div>
225 </label> 225 </label>
226 </div> 226 </div>
227 </div> 227 </div>
228 <div class="col-md-3"> 228 <div class="col-md-3">
229 <div class="card" style="width:100%"> 229 <div class="card" style="width:100%">
230 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 230 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
231 <img class="card-img-top" src="images/main.jpg" style="width:100% "> 231 <img class="card-img-top" src="images/main.jpg" style="width:100% ">
232 <div class="card-block"> 232 <div class="card-block">
233 <div class="pull-left"> 233 <div class="pull-left">
234 <h4 class="card-title">Main Invest, Chandigarh</h4> 234 <h4 class="card-title">Main Invest, Chandigarh</h4>
235 <label class="card-sub-title">2nd & 3rd December, 2017</label> 235 <label class="card-sub-title">2nd & 3rd December, 2017</label>
236 </div> 236 </div>
237 <div class="pull-right"> 237 <div class="pull-right">
238 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mainevent')">Apply</button> 238 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mainevent')">Apply</button>
239 </div> 239 </div>
240 <div class="clearfix"></div> 240 <div class="clearfix"></div>
241 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="maininvest"></span>*</label> 241 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="maininvest"></span>*</label>
242 </div> 242 </div>
243 <div class="card-text2"> 243 <div class="card-text2">
244 <span><b>Location</b></span> 244 <span><b>Location</b></span>
245 <div class="card-text">TBD</div> 245 <div class="card-text">TBD</div>
246 </div> 246 </div>
247 </label> 247 </label>
248 </div> 248 </div>
249 </div> 249 </div>
250 </div> 250 </div>
251 </div> 251 </div>
252 <div class="clearfix"></div> 252 <div class="clearfix"></div>
253 </div> 253 </div>
254 </div> 254 </div>
255 <div class="clearfix"></div> 255 <div class="clearfix"></div>
256 <div style="display: none;" class="hiddenForm"> 256 <div style="display: none;" class="hiddenForm">
257 <div class="navbar-collapse"> 257 <div class="navbar-collapse">
258 <form name="applicantForm" id="signupForm"> 258 <form name="applicantForm" id="signupForm">
259 <div class="col-xs-12 col-md-10 col-md-offset-1"> 259 <div class="col-xs-12 col-md-10 col-md-offset-1">
260 <div class="hideform" ng-if="eventType"> 260 <div class="hideform" ng-if="eventType">
261 <p> 261 <p>
262 <ul style="padding-left: 2%;font-size: 15px;"><li>Access to 2-days conference</li> 262 <ul style="padding-left: 2%;font-size: 15px;"><li>Access to 2-days conference</li>
263 <li>Pitching for funding up to Rs 1 crore</li> 263 <li>Pitching for funding up to Rs 1 crore</li>
264 <li>Private interaction in khopchas</li> 264 <li>Private interaction in khopchas</li>
265 <li>Access to 30+ investors</li> 265 <li>Access to 30+ investors</li>
266 <li>Free lunch for the participants</li> 266 <li>Free lunch for the participants</li>
267 <li>Network with the biggest names in startup ecosystem</li></ul> 267 <li>Network with the biggest names in startup ecosystem</li></ul>
268 </p> 268 </p>
269 </div> 269 </div>
270 <div class="hideform" ng-if="mainType"> 270 <div class="hideform" ng-if="mainType">
271 <p class="select-stage" style="font-size:16px;"><b>Please select one stage.</b></p> 271 <p class="select-stage" style="font-size:16px;"><b>Please select one stage.</b></p>
272 <div class="stage-shadow"> 272 <div class="stage-shadow">
273 <div class="stages card-align"> 273 <div class="stages card-align">
274 <div class="col-xs-6 no-padding"> 274 <div class="col-xs-6 no-padding">
275 <div class="card stages-card"> 275 <div class="card stages-card">
276 <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')"> 276 <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')">
277 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation"> 277 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation">
278 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights"> 278 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights">
279 <div class="card-content f-family"> 279 <div class="card-content f-family">
280 <p align="center"><b style="font-size:14px">Pitch your Idea</b></p> 280 <p align="center"><b style="font-size:14px">Pitch your Idea</b></p>
281 </div> 281 </div>
282 </label> 282 </label>
283 </div> 283 </div>
284 <div class="clearfix"></div> 284 <div class="clearfix"></div>
285 <div class="cards-content hidden-xs"> 285 <div class="cards-content hidden-xs">
286 <p> 286 <p>
287 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br> 287 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br>
288 </p>
289 </div>
290 </div> 288 </p>
291 <div class="col-xs-6 no-padding-mobile"> 289 </div>
292 <div class="card stages-card margin-auto-mobile"> 290 </div>
293 <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Product" id="Proof" ng-required="Product" ng-click="stage('Product')"> 291 <div class="col-xs-6 no-padding-mobile">
294 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof"> 292 <div class="card stages-card margin-auto-mobile">
295 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights"> 293 <input type="radio" ng-model="data.stage" class="stageRadio" value="Product" name="Product" id="Proof" ng-required="Product" ng-click="stage('Product')">
296 <div class="card-content f-family"> 294 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof">
297 <p align="center"><b style="font-size:14px">Pitch your Startup</b></p> 295 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights">
298 </div> 296 <div class="card-content f-family">
299 </label> 297 <p align="center"><b style="font-size:14px">Pitch your Startup</b></p>
300 </div> 298 </div>
301 <div class="clearfix"></div> 299 </label>
302 <div class="cards-content hidden-xs"> 300 </div>
303 <p> 301 <div class="clearfix"></div>
304 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br> 302 <div class="cards-content hidden-xs">
305 </p> 303 <p>
306 </div> 304 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br>
307 </div>
308 <!--<div class="col-xs-4 no-padding">
309 <div class="card stages-card right-stage-card"> 305 </p>
310 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage('Growth')"> 306 </div>
311 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta"> 307 </div>
312 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights"> 308 <!--<div class="col-xs-4 no-padding">
313 <div class="card-content f-family"> 309 <div class="card stages-card right-stage-card">
314 <p align="center">Growth</p> 310 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage('Growth')">
315 </div> 311 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta">
316 </label> 312 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights">
317 </div> 313 <div class="card-content f-family">
318 <div class="clearfix"></div> 314 <p align="center">Growth</p>
319 <div class="cards-content hidden-xs"> 315 </div>
320 <p> 316 </label>
321 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br> 317 </div>
322 &#x26AC; Connect with Series A investors<br> 318 <div class="clearfix"></div>
323 &#x26AC; Connect and hire top startups 319 <div class="cards-content hidden-xs">
324 </p> 320 <p>
325 </div> 321 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br>
326 </div> --> 322 &#x26AC; Connect with Series A investors<br>
327 <!-- <div class="col-xs-3 no-padding"> 323 &#x26AC; Connect and hire top startups
328 <div class="card stages-card"> 324 </p>
329 <input type="radio" ng-model="data.stage" class="stageRadio" value="Visitor" name="Visitor" id="visit" ng-required="Visitor" ng-checked="true" checked="true" ng-click="stage('Visitor')"> 325 </div>
330 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="visit"> 326 </div> -->
331 <img class="stage-img stage-visit" src="images/idea-stage.png" alt="Lights"> 327 <!-- <div class="col-xs-3 no-padding">
332 <div class="card-content f-family"> 328 <div class="card stages-card">
333 <p align="center">Visitor</p> 329 <input type="radio" ng-model="data.stage" class="stageRadio" value="Visitor" name="Visitor" id="visit" ng-required="Visitor" ng-checked="true" checked="true" ng-click="stage('Visitor')">
334 </div> 330 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="visit">
335 </label> 331 <img class="stage-img stage-visit" src="images/idea-stage.png" alt="Lights">
336 </div> 332 <div class="card-content f-family">
337 <div class="clearfix"></div> 333 <p align="center">Visitor</p>
338 <div class="cards-content hidden-xs"> 334 </div>
339 <p> 335 </label>
340 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br> 336 </div>
341 &#x26AC; Get feedback from mentors<br> 337 <div class="clearfix"></div>
342 &#x26AC; Validate your idea. 338 <div class="cards-content hidden-xs">
343 </p> 339 <p>
344 </div> 340 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
345 </div> --> 341 &#x26AC; Get feedback from mentors<br>
346 <div class="clearfix"></div> 342 &#x26AC; Validate your idea.
347 </div> 343 </p>
348 <div class="clearfix"></div> 344 </div>
349 </div> 345 </div> -->
350 </div> 346 <div class="clearfix"></div>
351 <div class="hidden-sm hidden-md hidden-lg"> 347 </div>
352 <div class="cards-content" ng-if="data.stage == 'Idea'"> 348 <div class="clearfix"></div>
353 <p> 349 </div>
354 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br> 350 </div>
355 </p> 351 <div class="hidden-sm hidden-md hidden-lg">
356 </div> 352 <div class="cards-content" ng-if="data.stage == 'Idea'">
357 <div class="cards-content" ng-if="data.stage == 'Product'"> 353 <p>
358 <p> 354 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br>
359 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br>
360 </p>
361 </div> 355 </p>
362 <div class="cards-content" ng-if="data.stage == 'Growth'"> 356 </div>
363 <p> 357 <div class="cards-content" ng-if="data.stage == 'Product'">
364 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br> 358 <p>
365 &#x26AC; Connect with Series A investors<br> 359 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br>
366 &#x26AC; Connect and hire top startups
367 </p>
368 </div> 360 </p>
369 <!-- <div class="cards-content" ng-if="data.stage == 'Visitor'"> 361 </div>
370 <p> 362 <!-- <div class="cards-content" ng-if="data.stage == 'Growth'">
371 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br> 363 <p>
372 &#x26AC; Get feedback from mentors<br> 364 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br>
373 &#x26AC; Validate your idea. 365 &#x26AC; Connect with Series A investors<br>
374 </p> 366 &#x26AC; Connect and hire top startups
375 </div> --> 367 </p>
376 </div> 368 </div> -->
377 <!-- CLOSE STAGE SHADOW --> 369 <!-- <div class="cards-content" ng-if="data.stage == 'Visitor'">
378 <div class="form-all"> 370 <p>
379 <div class="col-xs-12 col-md-12 input-wrapper"> 371 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
380 <div id="snackbar">Error ! Please fill in all fields.</div> 372 &#x26AC; Get feedback from mentors<br>
381 <div class="icon-circle-c"> 373 &#x26AC; Validate your idea.
382 <i class="material-icons" style="line-height: 31px;">person</i> 374 </p>
383 </div> 375 </div> -->
384 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name *" id="myBtn" name="name" ng-change="entername(data.name); firstNamekeyPress(data.name)"> 376 </div>
385 </div> 377 <!-- CLOSE STAGE SHADOW -->
386 <!-- <div class="col-xs-12 col-md-6 input-wrapper"> 378 <div class="form-all">
387 <div id="snackbar">Error ! Please fill in all fields.</div> 379 <div class="col-xs-12 col-md-12 input-wrapper">
388 <div class="icon-circle-x"> 380 <div id="snackbar">Error ! Please fill in all fields.</div>
389 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 381 <div class="icon-circle-c">
390 </div> 382 <i class="material-icons" style="line-height: 31px;">person</i>
391 <input type="text" class="text-input" required ng-model="data.lastName" placeholder="Last Name *" id="myBtn" name="lastName" ng-change="entername(data.lastName); lastNamekeyPress(data.lastName)"> 383 </div>
392 384 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name *" id="myBtn" name="name" ng-change="entername(data.name); firstNamekeyPress(data.name)">
393 </div> --> 385 </div>
394 <div class="col-xs-12 col-md-12 input-wrapper"> 386 <!-- <div class="col-xs-12 col-md-6 input-wrapper">
395 <div id="snackbar">Error ! Please fill in all fields.</div> 387 <div id="snackbar">Error ! Please fill in all fields.</div>
396 <div class="icon-circle-d"> 388 <div class="icon-circle-x">
397 <i class="material-icons" style="line-height: 30px;">email</i> 389 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
398 </div> 390 </div>
399 <input type="email" name="email" style="margin-bottom:5px" 391 <input type="text" class="text-input" required ng-model="data.lastName" placeholder="Last Name *" id="myBtn" name="lastName" ng-change="entername(data.lastName); lastNamekeyPress(data.lastName)">
400 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)" ng-keyup="emailTest($event)"> 392
401 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 393 </div> -->
402 <label ng-if="check">Email already exist.<a href="http://apply.startupjalsa.com/#/pendingPayment/{{emailId}}">Click here</a> to complete payment</label> 394 <div class="col-xs-12 col-md-12 input-wrapper">
403 <label style="color: #ff0000;margin: 5px 4px -5px 0px" ng-if="space == true" >Please remove the space.</label> 395 <div id="snackbar">Error ! Please fill in all fields.</div>
404 396 <div class="icon-circle-d">
405 </div> 397 <i class="material-icons" style="line-height: 30px;">email</i>
406 <!-- <div class="col-xs-12 col-md-6 input-wrapper f-family"> 398 </div>
407 <div class="icon-circle-f"> 399 <input type="email" name="email" style="margin-bottom:5px"
408 <i class="material-icons" style="line-height: 30px;">location_city</i> 400 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)" ng-keyup="emailTest($event)">
409 </div> 401 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
410 <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;"> 402 <label ng-if="check">Email already exist.<a href="http://apply.startupjalsa.com/#/pendingPayment/{{emailId}}">Click here</a> to complete payment</label>
411 <option name="city" selected disabled value="">Choose City *</option> 403 <label style="color: #ff0000;margin: 5px 4px -5px 0px" ng-if="space == true" >Please remove the space.</label>
412 <option value="Agra">Agra</option> 404
413 <option value="Ahmedabad">Ahmedabad</option> 405 </div>
414 <option value="Ajmer">Ajmer</option> 406 <!-- <div class="col-xs-12 col-md-6 input-wrapper f-family">
415 <option value="Aligarh">Aligarh</option> 407 <div class="icon-circle-f">
416 <option value="Allahabad">Allahabad</option> 408 <i class="material-icons" style="line-height: 30px;">location_city</i>
417 <option value="Ambattur">Ambattur</option> 409 </div>
418 <option value="Amravati">Amravati</option> 410 <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;">
419 <option value="Amritsar">Amritsar</option> 411 <option name="city" selected disabled value="">Choose City *</option>
420 <option value="Asansol">Asansol</option> 412 <option value="Agra">Agra</option>
421 <option value="Aurangabad">Aurangabad</option> 413 <option value="Ahmedabad">Ahmedabad</option>
422 <option value="Bareilly">Bareilly</option> 414 <option value="Ajmer">Ajmer</option>
423 <option value="Belgaum">Belgaum</option> 415 <option value="Aligarh">Aligarh</option>
424 <option value="Bengaluru">Bengaluru</option> 416 <option value="Allahabad">Allahabad</option>
425 <option value="Bhavnagar">Bhavnagar</option> 417 <option value="Ambattur">Ambattur</option>
426 <option value="Bhayander">Bhayander</option> 418 <option value="Amravati">Amravati</option>
427 <option value="Bhilai Nagar">Bhilai Nagar</option> 419 <option value="Amritsar">Amritsar</option>
428 <option value="Bhiwandi">Bhiwandi</option> 420 <option value="Asansol">Asansol</option>
429 <option value="Bhopal">Bhopal</option> 421 <option value="Aurangabad">Aurangabad</option>
430 <option value="Bhubaneswar">Bhubaneswar</option> 422 <option value="Bareilly">Bareilly</option>
431 <option value="Bikaner">Bikaner</option> 423 <option value="Belgaum">Belgaum</option>
432 <option value="Chandigarh">Chandigarh</option> 424 <option value="Bengaluru">Bengaluru</option>
433 <option value="Chennai">Chennai</option> 425 <option value="Bhavnagar">Bhavnagar</option>
434 <option value="Chinchwad">Chinchwad</option> 426 <option value="Bhayander">Bhayander</option>
435 <option value="Coimbatore">Coimbatore</option> 427 <option value="Bhilai Nagar">Bhilai Nagar</option>
436 <option value="Cuttack">Cuttack</option> 428 <option value="Bhiwandi">Bhiwandi</option>
437 <option value="Dehradun">Dehradun</option> 429 <option value="Bhopal">Bhopal</option>
438 <option value="Delhi-NCR">Delhi-NCR</option> 430 <option value="Bhubaneswar">Bhubaneswar</option>
439 <option value="Dhanbad">Dhanbad</option> 431 <option value="Bikaner">Bikaner</option>
440 <option value="Dharwad">Dharwad</option> 432 <option value="Chandigarh">Chandigarh</option>
441 <option value="Dombivali">Dombivali</option> 433 <option value="Chennai">Chennai</option>
442 <option value="Durgapur">Durgapur</option> 434 <option value="Chinchwad">Chinchwad</option>
443 <option value="Faridabad">Faridabad</option> 435 <option value="Coimbatore">Coimbatore</option>
444 <option value="Firozabad">Firozabad</option> 436 <option value="Cuttack">Cuttack</option>
445 <option value="Gaya">Gaya</option> 437 <option value="Dehradun">Dehradun</option>
446 <option value="Ghaziabad">Ghaziabad</option> 438 <option value="Delhi-NCR">Delhi-NCR</option>
447 <option value="Gorakhpur">Gorakhpur</option> 439 <option value="Dhanbad">Dhanbad</option>
448 <option value="Gulbarga">Gulbarga</option> 440 <option value="Dharwad">Dharwad</option>
449 <option value="Guntur">Guntur</option> 441 <option value="Dombivali">Dombivali</option>
450 <option value="Gurgaon">Gurgaon</option> 442 <option value="Durgapur">Durgapur</option>
451 <option value="Guwahati">Guwahati</option> 443 <option value="Faridabad">Faridabad</option>
452 <option value="Gwalior">Gwalior</option> 444 <option value="Firozabad">Firozabad</option>
453 <option value="Haora">Haora</option> 445 <option value="Gaya">Gaya</option>
454 <option value="Hubli">Hubli</option> 446 <option value="Ghaziabad">Ghaziabad</option>
455 <option value="Hyderabad">Hyderabad</option> 447 <option value="Gorakhpur">Gorakhpur</option>
456 <option value="Indore">Indore</option> 448 <option value="Gulbarga">Gulbarga</option>
457 <option value="Jabalpur">Jabalpur</option> 449 <option value="Guntur">Guntur</option>
458 <option value="Jaipur">Jaipur</option> 450 <option value="Gurgaon">Gurgaon</option>
459 <option value="Jalandhar">Jalandhar</option> 451 <option value="Guwahati">Guwahati</option>
460 <option value="Jalgaon">Jalgaon</option> 452 <option value="Gwalior">Gwalior</option>
461 <option value="Jammu">Jammu</option> 453 <option value="Haora">Haora</option>
462 <option value="Jamnagar">Jamnagar</option> 454 <option value="Hubli">Hubli</option>
463 <option value="Jamshedpur">Jamshedpur</option> 455 <option value="Hyderabad">Hyderabad</option>
464 <option value="Jhansi">Jhansi</option> 456 <option value="Indore">Indore</option>
465 <option value="Jodhpur">Jodhpur</option> 457 <option value="Jabalpur">Jabalpur</option>
466 <option value="Kalyan">Kalyan</option> 458 <option value="Jaipur">Jaipur</option>
467 <option value="Kanpur">Kanpur</option> 459 <option value="Jalandhar">Jalandhar</option>
468 <option value="Kochi">Kochi</option> 460 <option value="Jalgaon">Jalgaon</option>
469 <option value="Kolapur">Kolapur</option> 461 <option value="Jammu">Jammu</option>
470 <option value="Kolkata">Kolkata</option> 462 <option value="Jamnagar">Jamnagar</option>
471 <option value="Kota">Kota</option> 463 <option value="Jamshedpur">Jamshedpur</option>
472 <option value="Loni">Loni</option> 464 <option value="Jhansi">Jhansi</option>
473 <option value="Lucknow">Lucknow</option> 465 <option value="Jodhpur">Jodhpur</option>
474 <option value="Ludhiana">Ludhiana</option> 466 <option value="Kalyan">Kalyan</option>
475 <option value="Madurai">Madurai</option> 467 <option value="Kanpur">Kanpur</option>
476 <option value="Maheshtala">Maheshtala</option> 468 <option value="Kochi">Kochi</option>
477 <option value="Malegoan">Malegoan</option> 469 <option value="Kolapur">Kolapur</option>
478 <option value="Mangalore">Mangalore</option> 470 <option value="Kolkata">Kolkata</option>
479 <option value="Meerut">Meerut</option> 471 <option value="Kota">Kota</option>
480 <option value="Mira">Mira</option> 472 <option value="Loni">Loni</option>
481 <option value="Moradabad">Moradabad</option> 473 <option value="Lucknow">Lucknow</option>
482 <option value="Mumbai">Mumbai</option> 474 <option value="Ludhiana">Ludhiana</option>
483 <option value="Mysore">Mysore</option> 475 <option value="Madurai">Madurai</option>
484 <option value="Nagpur">Nagpur</option> 476 <option value="Maheshtala">Maheshtala</option>
485 <option value="Nanded Waghala">Nanded Waghala</option> 477 <option value="Malegoan">Malegoan</option>
486 <option value="Nashik">Nashik</option> 478 <option value="Mangalore">Mangalore</option>
487 <option value="Navi Mumbai">Navi Mumbai</option> 479 <option value="Meerut">Meerut</option>
488 <option value="Nellore">Nellore</option> 480 <option value="Mira">Mira</option>
489 <option value="Noida">Noida</option> 481 <option value="Moradabad">Moradabad</option>
490 <option value="Patna">Patna</option> 482 <option value="Mumbai">Mumbai</option>
491 <option value="Pimpri">Pimpri</option> 483 <option value="Mysore">Mysore</option>
492 <option value="Pune">Pune</option> 484 <option value="Nagpur">Nagpur</option>
493 <option value="Raipur">Raipur</option> 485 <option value="Nanded Waghala">Nanded Waghala</option>
494 <option value="Rajkot">Rajkot</option> 486 <option value="Nashik">Nashik</option>
495 <option value="Ranchi">Ranchi</option> 487 <option value="Navi Mumbai">Navi Mumbai</option>
496 <option value="Saharanpur">Saharanpur</option> 488 <option value="Nellore">Nellore</option>
497 <option value="Salem">Salem</option> 489 <option value="Noida">Noida</option>
498 <option value="Sangli Miraj Kupwad">Sangli Miraj Kupwad</option> 490 <option value="Patna">Patna</option>
499 <option value="Siliguri">Siliguri</option> 491 <option value="Pimpri">Pimpri</option>
500 <option value="Solapur">Solapur</option> 492 <option value="Pune">Pune</option>
501 <option value="Srinagar">Srinagar</option> 493 <option value="Raipur">Raipur</option>
502 <option value="Surat">Surat</option> 494 <option value="Rajkot">Rajkot</option>
503 <option value="Thane">Thane</option> 495 <option value="Ranchi">Ranchi</option>
504 <option value="Thiruvananthapuram">Thiruvananthapuram</option> 496 <option value="Saharanpur">Saharanpur</option>
505 <option value="Tiruchirappalli">Tiruchirappalli</option> 497 <option value="Salem">Salem</option>
506 <option value="Tirunelveli">Tirunelveli</option> 498 <option value="Sangli Miraj Kupwad">Sangli Miraj Kupwad</option>
507 <option value="Udaipur">Udaipur</option> 499 <option value="Siliguri">Siliguri</option>
508 <option value="Ujjain">Ujjain</option> 500 <option value="Solapur">Solapur</option>
509 <option value="Ulhasnagar">Ulhasnagar</option> 501 <option value="Srinagar">Srinagar</option>
510 <option value="Vadodara">Vadodara</option> 502 <option value="Surat">Surat</option>
511 <option value="Varanasi">Varanasi</option> 503 <option value="Thane">Thane</option>
512 <option value="Vasai Virar">Vasai Virar</option> 504 <option value="Thiruvananthapuram">Thiruvananthapuram</option>
513 <option value="Vijayawada">Vijayawada</option> 505 <option value="Tiruchirappalli">Tiruchirappalli</option>
514 <option value="Visakhapatnam">Visakhapatnam</option> 506 <option value="Tirunelveli">Tirunelveli</option>
515 <option value="Warangal">Warangal</option> 507 <option value="Udaipur">Udaipur</option>
516 <option value="anyOther">Any other</option> 508 <option value="Ujjain">Ujjain</option>
517 </select> 509 <option value="Ulhasnagar">Ulhasnagar</option>
518 </div> --> 510 <option value="Vadodara">Vadodara</option>
519 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 511 <option value="Varanasi">Varanasi</option>
520 <strong>Which city meet-up would you like to attend? </strong> 512 <option value="Vasai Virar">Vasai Virar</option>
521 <p class="line-space" ></p> 513 <option value="Vijayawada">Vijayawada</option>
522 </div> 514 <option value="Visakhapatnam">Visakhapatnam</option>
523 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 515 <option value="Warangal">Warangal</option>
524 <div class="icon-circle-p"> 516 <option value="anyOther">Any other</option>
525 <i class="material-icons" style="line-height: 30px;">location_city</i> 517 </select>
526 </div> 518 </div> -->
527 <select name="citymeetup" ng-model="data.citymeetup" ng-change="enterbusiness(data.citymeetup); businesskeyPress(data.citymeetup)" required style="background-color: #fff;border-radius: 0; font-size: 12px;"> 519 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
528 <option selected disabled value="">City meet-up *</option> 520 <strong>Which city meet-up would you like to attend? </strong>
529 <option value="Chennai">November 9: Chennai</option> 521 <p class="line-space" ></p>
530 <option value="Pune">November 11: Pune</option> 522 </div>
531 <option value="Ahmedabad">November 13: Ahmedabad</option> 523 <div class="col-xs-12 col-md-12 input-wrapper f-family">
532 <option value="Mumbai">November 17: Mumbai</option> 524 <div class="icon-circle-p">
533 <option value="Bengaluru">November 23: Bengaluru</option> 525 <i class="material-icons" style="line-height: 30px;">location_city</i>
534 <option value="Delhi">November 25: Delhi</option> 526 </div>
535 <option value="Hyderabad">November 27: Hyderabad</option> 527 <select name="citymeetup" ng-model="data.citymeetup" ng-change="enterbusiness(data.citymeetup); businesskeyPress(data.citymeetup)" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
536 <option value="Chandigarh">December 1: Chandigarh</option> 528 <option selected disabled value="">City meet-up *</option>
537 </select> 529 <option value="Chennai">November 9: Chennai</option>
538 </div> --> 530 <option value="Pune">November 11: Pune</option>
539 <div class="col-xs-12 col-md-12 input-wrapper"> 531 <option value="Ahmedabad">November 13: Ahmedabad</option>
540 <div id="snackbar">Error ! Please fill in all fields.</div> 532 <option value="Mumbai">November 17: Mumbai</option>
541 <div class="icon-circle-e"> 533 <option value="Bengaluru">November 23: Bengaluru</option>
542 <i class="material-icons" style="line-height: 30px;">phone</i> 534 <option value="Delhi">November 25: Delhi</option>
543 </div> 535 <option value="Hyderabad">November 27: Hyderabad</option>
544 <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-focus="removeNoError()" ng-change="enternumber(data.number); phonekeyPress(data.number)"> 536 <option value="Chandigarh">December 1: Chandigarh</option>
545 <label ng-if="numberCheck">Contact Number already exist.</label> 537 </select>
546 </div> 538 </div> -->
547 <div class="col-xs-12 col-md-12 input-wrapper"> 539 <div class="col-xs-12 col-md-12 input-wrapper">
548 <div id="snackbar">Error ! Please fill in all fields.</div> 540 <div id="snackbar">Error ! Please fill in all fields.</div>
549 <div class="icon-circle-x"> 541 <div class="icon-circle-e">
550 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 542 <i class="material-icons" style="line-height: 30px;">phone</i>
551 </div> 543 </div>
552 <input type="text" class="text-input" required ng-model="data.startupName" placeholder="Startup Name *" id="myBtn" name="startupName" ng-change="entername(data.startupName); startupNamekeyPress(data.startupName)"> 544 <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-focus="removeNoError()" ng-change="enternumber(data.number); phonekeyPress(data.number)">
553 </div> 545 <label ng-if="numberCheck">Contact Number already exist.</label>
554 <!-- <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative"> 546 </div>
555 <div id="snackbar">Error ! Please fill in all fields.</div> 547 <div class="col-xs-12 col-md-12 input-wrapper">
556 <div class="icon-circle-h"> 548 <div id="snackbar">Error ! Please fill in all fields.</div>
557 <i class="material-icons" style="line-height: 31px;">link</i> 549 <div class="icon-circle-x">
558 </div> 550 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
559 <input type="text" class="text-input" ng-model="data.linkedInUrl" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="LinkedIn URL" id="myBtn" name="linkedInUrl" ng-change="entername(data.linkedInUrl); linkedInkeyPress(data.linkedInUrl)"> 551 </div>
560 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.linkedInUrl == undefined || data.linkedInUrl == ''" style="position:absolute; top: 10px; left: 116px; color: #999">*</span> 552 <input type="text" class="text-input" required ng-model="data.startupName" placeholder="Startup Name *" id="myBtn" name="startupName" ng-change="entername(data.startupName); startupNamekeyPress(data.startupName)">
561 </div> --> 553 </div>
562 <!-- <div class="hideform" ng-if="visitType"> --> 554 <!-- <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
563 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 555 <div id="snackbar">Error ! Please fill in all fields.</div>
564 <strong>Explain your idea/product briefly</strong> 556 <div class="icon-circle-h">
565 <p class="line-space" ></p> 557 <i class="material-icons" style="line-height: 31px;">link</i>
566 </div> 558 </div>
567 <div class="col-xs-12 col-md-12 input-wrapper"> 559 <input type="text" class="text-input" ng-model="data.linkedInUrl" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="LinkedIn URL" id="myBtn" name="linkedInUrl" ng-change="entername(data.linkedInUrl); linkedInkeyPress(data.linkedInUrl)">
568 <div id="snackbar">Error ! Please fill in all fields.</div> 560 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.linkedInUrl == undefined || data.linkedInUrl == ''" style="position:absolute; top: 10px; left: 116px; color: #999">*</span>
569 <div class="icon-circle-q"> 561 </div> -->
570 <i class="material-icons" style="line-height: 31px;">thumb_up</i> 562 <!-- <div class="hideform" ng-if="visitType"> -->
571 </div> 563 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
572 <textarea type="text" maxlength="300" class="text-input" required ng-model="data.idea" placeholder="Idea/Product *" id="myBtn" name="Idea" ng-focus="removeNooError()" ng-change="entername(data.idea); ideakeyPress(data.idea)"> 564 <strong>Explain your idea/product briefly</strong>
573 </textarea> 565 <p class="line-space" ></p>
574 <label class="error-message f-family" id="invalidIdea">Please answer using 300 words only.</label> 566 </div>
575 </div> 567 <div class="col-xs-12 col-md-12 input-wrapper">
576 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 568 <div id="snackbar">Error ! Please fill in all fields.</div>
577 <div class="icon-circle-abcdefg"> 569 <div class="icon-circle-q">
578 <i class="material-icons" style="line-height: 30px;">open_with</i> 570 <i class="material-icons" style="line-height: 31px;">thumb_up</i>
579 </div> 571 </div>
580 <select name="industry" ng-model="data.industry" ng-change="industry(data.industry); industrykeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="dataIndustry"> 572 <textarea type="text" maxlength="300" class="text-input" required ng-model="data.idea" placeholder="Idea/Product *" id="myBtn" name="Idea" ng-focus="removeNooError()" ng-change="entername(data.idea); ideakeyPress(data.idea)">
581 <option selected disabled value="">Choose Industry *</option> 573 </textarea>
582 <option value="Travel">Travel</option> 574 <label class="error-message f-family" id="invalidIdea">Please answer using 300 words only.</label>
583 <option value="Retail">Retail</option> 575 </div>
584 <option value="Editech">Editech</option> 576 <div class="col-xs-12 col-md-12 input-wrapper f-family">
585 <option value="Fintech">Fintech</option> 577 <div class="icon-circle-abcdefg">
586 <option value="Hardware">Hardware</option> 578 <i class="material-icons" style="line-height: 30px;">open_with</i>
587 <option value="Digital">Digital</option> 579 </div>
588 <option value="Rural">Rural</option> 580 <select name="industry" ng-model="data.industry" ng-change="industry(data.industry); industrykeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="dataIndustry">
589 <option value="others">Others</option> 581 <option selected disabled value="">Choose Industry *</option>
590 </select> 582 <option value="Travel">Travel</option>
591 </div> 583 <option value="Retail">Retail</option>
592 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="addOther"> 584 <option value="Editech">Editech</option>
593 <div id="snackbar">Error ! Please fill in all fields.</div> 585 <option value="Fintech">Fintech</option>
594 <div class="icon-circle-o"> 586 <option value="Hardware">Hardware</option>
595 <i class="material-icons" style="line-height: 31px;">open_with</i> 587 <option value="Digital">Digital</option>
596 </div> 588 <option value="Rural">Rural</option>
597 <input type="text" class="text-input" ng-change="industry(data.industryName); industryNamekeyPress((data.industryName))" ng-model="data.industryName" placeholder="Please mention other industry name"> 589 <option value="others">Others</option>
598 </div> --> 590 </select>
599 <!-- <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative"> 591 </div>
600 <div id="snackbar">Error ! Please fill in all fields.</div> 592 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="addOther">
601 <div class="icon-circle-i"> 593 <div id="snackbar">Error ! Please fill in all fields.</div>
602 <i class="material-icons" style="line-height: 31px;">business</i> 594 <div class="icon-circle-o">
603 </div> 595 <i class="material-icons" style="line-height: 31px;">open_with</i>
604 <input type="text" class="text-input" ng-model="data.companyName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Company Name" id="myBtn" name="companyName" ng-change="entername(data.companyName); companykeyPress(data.companyName)"> 596 </div>
605 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.companyName == undefined || data.companyName == ''" style="position:absolute; top: 10px; left: 130px; color: #999">*</span> 597 <input type="text" class="text-input" ng-change="industry(data.industryName); industryNamekeyPress((data.industryName))" ng-model="data.industryName" placeholder="Please mention other industry name">
606 </div> 598 </div> -->
607 <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative"> 599 <!-- <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
608 <div id="snackbar">Error ! Please fill in all fields.</div> 600 <div id="snackbar">Error ! Please fill in all fields.</div>
609 <div class="icon-circle-j"> 601 <div class="icon-circle-i">
610 <i class="material-icons" style="line-height: 31px;">view_comfy</i> 602 <i class="material-icons" style="line-height: 31px;">business</i>
611 </div> 603 </div>
612 <input type="text" class="text-input" ng-model="data.productName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Product Name" id="myBtn" name="productName" ng-change="entername(data.productName); productNamekeyPress(data.productName)"> 604 <input type="text" class="text-input" ng-model="data.companyName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Company Name" id="myBtn" name="companyName" ng-change="entername(data.companyName); companykeyPress(data.companyName)">
613 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.productName == undefined || data.productName == ''" style="position:absolute; top: 10px; left: 120px; color: #999">*</span> 605 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.companyName == undefined || data.companyName == ''" style="position:absolute; top: 10px; left: 130px; color: #999">*</span>
614 </div> 606 </div>
615 <div class="hideform" ng-if="prototyp"> 607 <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
616 <div class="hideform" ng-if="protyp"> 608 <div id="snackbar">Error ! Please fill in all fields.</div>
617 <div class="col-xs-12 col-md-12 f-family line-adjust"> 609 <div class="icon-circle-j">
618 <strong>Product Launched? </strong> 610 <i class="material-icons" style="line-height: 31px;">view_comfy</i>
619 <p class="line-space" ></p> 611 </div>
620 </div> 612 <input type="text" class="text-input" ng-model="data.productName" ng-required="data.stage == 'Product' || data.stage == 'Growth'" placeholder="Product Name" id="myBtn" name="productName" ng-change="entername(data.productName); productNamekeyPress(data.productName)">
621 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 613 <span ng-if="data.stage == 'Product' || data.stage == 'Growth'" ng-show="data.productName == undefined || data.productName == ''" style="position:absolute; top: 10px; left: 120px; color: #999">*</span>
622 <div class="icon-circle-ab"> 614 </div>
623 <i class="material-icons" style="line-height: 30px;">launch</i> 615 <div class="hideform" ng-if="prototyp">
624 </div> 616 <div class="hideform" ng-if="protyp">
625 <select name="productLaunch" ng-model="data.productLaunch" ng-change="productLaunch(data.productLaunch); productLaunchkeyPress()" ng-click="productCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="productDiv"> 617 <div class="col-xs-12 col-md-12 f-family line-adjust">
626 <option selected disabled value="">Select *</option> 618 <strong>Product Launched? </strong>
627 <option value="yes">Yes</option> 619 <p class="line-space" ></p>
628 <option value="no">No</option> 620 </div>
629 </select> 621 <div class="col-xs-12 col-md-12 input-wrapper f-family">
630 </div> 622 <div class="icon-circle-ab">
631 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'"> 623 <i class="material-icons" style="line-height: 30px;">launch</i>
632 <strong>Product Launch Period </strong> 624 </div>
633 <p class="line-space" ></p> 625 <select name="productLaunch" ng-model="data.productLaunch" ng-change="productLaunch(data.productLaunch); productLaunchkeyPress()" ng-click="productCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="productDiv">
634 </div> 626 <option selected disabled value="">Select *</option>
635 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'"> 627 <option value="yes">Yes</option>
636 <div class="icon-circle-abc"> 628 <option value="no">No</option>
637 <i class="material-icons" style="line-height: 30px;">launch</i> 629 </select>
638 </div> 630 </div>
639 <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;"> 631 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'">
640 <option selected disabled value="">Select</option> 632 <strong>Product Launch Period </strong>
641 <option value="less than 1 Month">less than one month</option> 633 <p class="line-space" ></p>
642 <option value="less than 6 Months">less than 6 months</option> 634 </div>
643 <option value="more than 6 Months">more than 6 months</option> 635 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'">
644 </select> 636 <div class="icon-circle-abc">
645 </div> 637 <i class="material-icons" style="line-height: 30px;">launch</i>
646 </div> 638 </div>
647 <div class="col-xs-12 col-md-6 input-wrapper"> 639 <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
648 <div id="snackbar">Error ! Please fill in all fields.</div> 640 <option selected disabled value="">Select</option>
649 <div class="icon-circle-k"> 641 <option value="less than 1 Month">less than one month</option>
650 <i class="material-icons" style="line-height: 31px;">web</i> 642 <option value="less than 6 Months">less than 6 months</option>
651 </div> 643 <option value="more than 6 Months">more than 6 months</option>
652 <input type="text" class="text-input" ng-model="data.websiteUrl" ng-required="Productshow == 'yes'" placeholder="Website URL *" id="myBtn" name="websiteUrl" ng-change="entername(data.websiteUrl); websitekeyPress(data.websiteUrl)"> 644 </select>
653 </div> 645 </div>
654 <div class="col-xs-12 col-md-6 input-wrapper"> 646 </div>
655 <div id="snackbar">Error ! Please fill in all fields.</div> 647 <div class="col-xs-12 col-md-6 input-wrapper">
656 <div class="icon-circle-m"> 648 <div id="snackbar">Error ! Please fill in all fields.</div>
657 <i class="material-icons" style="line-height: 31px;">link</i> 649 <div class="icon-circle-k">
658 </div> 650 <i class="material-icons" style="line-height: 31px;">web</i>
659 <input type="text" class="text-input" ng-model="data.demoLink" ng-required="Productshow == 'yes'" placeholder="Link to your product/app/demo *" id="myBtn" name="demoLink" ng-change="entername(data.demoLink); annualkeyPress(data.demoLink)"> 651 </div>
660 </div> 652 <input type="text" class="text-input" ng-model="data.websiteUrl" ng-required="Productshow == 'yes'" placeholder="Website URL *" id="myBtn" name="websiteUrl" ng-change="entername(data.websiteUrl); websitekeyPress(data.websiteUrl)">
661 <div class="col-xs-12 col-md-6 input-wrapper"> 653 </div>
662 <div id="snackbar">Error ! Please fill in all fields.</div> 654 <div class="col-xs-12 col-md-6 input-wrapper">
663 <div class="icon-circle-l"> 655 <div id="snackbar">Error ! Please fill in all fields.</div>
664 <i class="material-icons" style="line-height: 31px;">format_list_numbered</i> 656 <div class="icon-circle-m">
665 </div> 657 <i class="material-icons" style="line-height: 31px;">link</i>
666 <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-required="Productshow == 'yes'" ng-model="data.numberOfEmployees" placeholder="Number of Employees *" id="myBtn" name="numberOfEmployees" ng-change="entername(data.numberOfEmployees); employeekeyPress(data.numberOfEmployees)"> 658 </div>
667 </div> 659 <input type="text" class="text-input" ng-model="data.demoLink" ng-required="Productshow == 'yes'" placeholder="Link to your product/app/demo *" id="myBtn" name="demoLink" ng-change="entername(data.demoLink); annualkeyPress(data.demoLink)">
668 <div class="col-xs-12 col-md-6 input-wrapper"> 660 </div>
669 <div id="snackbar">Error ! Please fill in all fields.</div> 661 <div class="col-xs-12 col-md-6 input-wrapper">
670 <div class="icon-circle-n"> 662 <div id="snackbar">Error ! Please fill in all fields.</div>
671 <i class="material-icons" style="line-height: 31px;">view_stream</i> 663 <div class="icon-circle-l">
672 </div> 664 <i class="material-icons" style="line-height: 31px;">format_list_numbered</i>
673 <input type="text" class="text-input" ng-model="data.revenueMonth" ng-required="Productshow == 'yes'" placeholder="Monthly Revenue *" id="myBtn" name="revenueMonth" ng-change="entername(data.revenueMonth); revenuekeyPress(data.revenueMonth)"> 665 </div>
674 </div> 666 <input type="text" ng-pattern="/^[0-9+-]*$/" maxlength="15" class="text-input" ng-required="Productshow == 'yes'" ng-model="data.numberOfEmployees" placeholder="Number of Employees *" id="myBtn" name="numberOfEmployees" ng-change="entername(data.numberOfEmployees); employeekeyPress(data.numberOfEmployees)">
675 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 667 </div>
676 <p><b>Have you risen any funding yet?</b></p> 668 <div class="col-xs-12 col-md-6 input-wrapper">
677 <div class="icon-circle-bc"> 669 <div id="snackbar">Error ! Please fill in all fields.</div>
678 <i class="material-icons" style="line-height: 30px;">payment</i> 670 <div class="icon-circle-n">
679 </div> 671 <i class="material-icons" style="line-height: 31px;">view_stream</i>
680 <select name="amount" ng-model="data.amount" ng-required="Productshow == 'yes'" ng-change="amount(data.amount); amountkeyPress()" ng-click="textCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="fundingDiv"> 672 </div>
681 <option selected disabled value="">Select *</option> 673 <input type="text" class="text-input" ng-model="data.revenueMonth" ng-required="Productshow == 'yes'" placeholder="Monthly Revenue *" id="myBtn" name="revenueMonth" ng-change="entername(data.revenueMonth); revenuekeyPress(data.revenueMonth)">
682 <option value="yes">Yes</option> 674 </div>
683 <option value="no">No</option> 675 <div class="col-xs-12 col-md-12 input-wrapper f-family">
684 </select> 676 <p><b>Have you risen any funding yet?</b></p>
685 </div> 677 <div class="icon-circle-bc">
686 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'"> 678 <i class="material-icons" style="line-height: 30px;">payment</i>
687 <div class="icon-circle-y" > 679 </div>
688 <i class="material-icons" style="line-height: 31px;">money</i> 680 <select name="amount" ng-model="data.amount" ng-required="Productshow == 'yes'" ng-change="amount(data.amount); amountkeyPress()" ng-click="textCheck()" required style="background-color: #fff;border-radius: 0; font-size: 12px;" id="fundingDiv">
689 </div> 681 <option selected disabled value="">Select *</option>
690 <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input> 682 <option value="yes">Yes</option>
691 </div> 683 <option value="no">No</option>
692 </div> --> 684 </select>
693 <!-- </div> --> 685 </div>
694 <!-- <div class="identity-shadow"> 686 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'">
695 <div class="icon-circle-bc"> 687 <div class="icon-circle-y" >
696 <i class="material-icons" style="line-height: 30px;">payment</i> 688 <i class="material-icons" style="line-height: 31px;">money</i>
697 </div> 689 </div>
698 <div class="identity-question"> 690 <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input>
699 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;"> 691 </div>
700 <b>Have you risen any funding yet?</b> 692 </div> -->
701 <p style="color:grey"></p> 693 <!-- </div> -->
702 </div> 694 <!-- <div class="identity-shadow">
703 <div class="clearfix"></div> 695 <div class="icon-circle-bc">
704 </div> 696 <i class="material-icons" style="line-height: 30px;">payment</i>
705 <div class="stages identity-align"> 697 </div>
706 <div class="col-xs-12"> 698 <div class="identity-question">
707 <label class="card-small margin-right-label"> 699 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;">
708 <input type="radio" value="yes" ng-model="data.amount" class="option-input-a radio-a pull-left" id="yesRadio" ng-change="amount(data.amount); amountkeyPress(); textCheck('yes')" name="amount" > 700 <b>Have you risen any funding yet?</b>
709 <label class="f-family pull-left width-auto" for="yesRadio">Yes</label> 701 <p style="color:grey"></p>
710 </label> 702 </div>
711 <label class="card-small margin-right-label"> 703 <div class="clearfix"></div>
712 <input type="radio" value="no" ng-model="data.amount" class="option-input-a radio-a pull-left" id="noRadio" ng-change="amount(data.amount); amountkeyPress(); textCheck('no')" name="amount" > 704 </div>
713 705 <div class="stages identity-align">
714 <label class="f-family pull-left width-auto" for="noRadio">No</label> 706 <div class="col-xs-12">
715 </label> 707 <label class="card-small margin-right-label">
716 </div> 708 <input type="radio" value="yes" ng-model="data.amount" class="option-input-a radio-a pull-left" id="yesRadio" ng-change="amount(data.amount); amountkeyPress(); textCheck('yes')" name="amount" >
717 </div> 709 <label class="f-family pull-left width-auto" for="yesRadio">Yes</label>
718 710 </label>
719 <div class="clearfix"></div> 711 <label class="card-small margin-right-label">
720 </div> --> 712 <input type="radio" value="no" ng-model="data.amount" class="option-input-a radio-a pull-left" id="noRadio" ng-change="amount(data.amount); amountkeyPress(); textCheck('no')" name="amount" >
721 <div class="col-xs-12 input-wrapper"> 713
722 <div class="referel-icon" style="z-index: 999;"> 714 <label class="f-family pull-left width-auto" for="noRadio">No</label>
723 <i class="material-icons" style="line-height: 30px;">code</i> 715 </label>
724 </div> 716 </div>
725 <input class="text-input" ng-model="data.referalToken" maxlength="6" minlength="6" placeholder="Enter Promo code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> 717 </div>
726 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 718
727 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 719 <div class="clearfix"></div>
728 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply Promo</button> 720 </div> -->
729 </div> 721 <div class="col-xs-12 input-wrapper">
730 <span style="padding-left:10px">* One ticket is valid for one person.</span> 722 <div class="referel-icon" style="z-index: 999;">
731 <div class="clearfix"></div> 723 <i class="material-icons" style="line-height: 30px;">code</i>
732 <div class="text-center"> 724 </div>
733 <input type="submit" style="width:200px" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()"> 725 <input class="text-input" ng-model="data.referalToken" maxlength="6" minlength="6" placeholder="Enter Promo code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
734 </div> 726 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
735 727 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
736 </div> 728 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply Promo</button>
737 </div> 729 </div>
738 <!-- CLOSE step-two-form --> 730 <span style="padding-left:10px">* One ticket is valid for one person.</span>
739 </div> 731 <div class="clearfix"></div>
740 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 732 <div class="text-center">
741 </form> 733 <input type="submit" style="width:200px" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()">
742 </div> 734 </div>
743 </div> 735
744 <!-- CLOSE FORM --> 736 </div>
745 <footer> 737 </div>
746 <img id="footer" class="img-responsive banner"> 738 <!-- CLOSE step-two-form -->
747 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center> 739 </div>
748 </footer> 740 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
749 <!-- </div> CLOSE CHECK VIEW --> 741 </form>
750 <div ng-if="verifyView"> 742 </div>
751 <div style="margin-bottom: 0px;" class="text-center"> 743 </div>
752 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()"> 744 <!-- CLOSE FORM -->
753 </div> 745 <footer>
754 </div> 746 <img id="footer" class="img-responsive banner">
755 </div> <!-- CLOSE NEW-CONTROLLER --> 747 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center>
756 <!-- <div id="snacsskbar">Registration done successfully.</div> 748 </footer>
757 --><!-- <div class="modal fade" id="myModal" role="dialog"> 749 <!-- </div> CLOSE CHECK VIEW -->
758 <div class="modal-dialog" style="left: auto;"> 750 <div ng-if="verifyView">
759 <div class="modal-content"> 751 <div style="margin-bottom: 0px;" class="text-center">
760 <h4 style="text-align:center;">Congratulations, you are now eligible for:</h4> 752 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()">
761 <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="border:1px solid #f6f6eb;margin-top:10px"> 753 </div>
762 <tbody style="background-color:#f9f9f9"> 754 </div>
763 <tr> 755 </div> <!-- CLOSE NEW-CONTROLLER -->
764 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 756 <!-- <div id="snacsskbar">Registration done successfully.</div>
765 </tr> 757 --><!-- <div class="modal fade" id="myModal" role="dialog">
766 <tr> 758 <div class="modal-dialog" style="left: auto;">
767 <td align="left" valign="top" style="padding:10px"> 759 <div class="modal-content">
768 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 760 <h4 style="text-align:center;">Congratulations, you are now eligible for:</h4>
769 <tbody> 761 <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="border:1px solid #f6f6eb;margin-top:10px">
770 <tr> 762 <tbody style="background-color:#f9f9f9">
771 <td align="left" valign="middle" style="color:#5e5e5e;font-size:20px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Summary</td> 763 <tr>
772 </tr> 764 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
773 </tbody> 765 </tr>
774 </table> 766 <tr>
775 </td> 767 <td align="left" valign="top" style="padding:10px">
776 </tr> 768 <table width="100%" border="0" cellspacing="0" cellpadding="0">
777 </tbody> 769 <tbody>
778 <tbody> 770 <tr>
779 <tr> 771 <td align="left" valign="middle" style="color:#5e5e5e;font-size:20px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Summary</td>
780 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 772 </tr>
781 </tr> 773 </tbody>
782 <tr> 774 </table>
783 <td align="left" valign="top" style="padding:10px"> 775 </td>
784 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 776 </tr>
785 <tbody> 777 </tbody>
786 <tr> 778 <tbody>
787 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Amount</td> 779 <tr>
788 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{ticketAmnt}}</td> 780 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
789 </tr> 781 </tr>
790 </tbody> 782 <tr>
791 </table> 783 <td align="left" valign="top" style="padding:10px">
792 </td> 784 <table width="100%" border="0" cellspacing="0" cellpadding="0">
793 </tr> 785 <tbody>
794 <tr> 786 <tr>
795 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 787 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Amount</td>
796 </tr> 788 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{ticketAmnt}}</td>
797 <tr> 789 </tr>
798 <td align="left" valign="top" style="padding:10px"> 790 </tbody>
799 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 791 </table>
800 <tbody> 792 </td>
801 <tr> 793 </tr>
802 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Discount</td> 794 <tr>
803 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{discountAmount}}</td> 795 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
804 </tr> 796 </tr>
805 </tbody> 797 <tr>
806 </table> 798 <td align="left" valign="top" style="padding:10px">
807 </td> 799 <table width="100%" border="0" cellspacing="0" cellpadding="0">
808 </tr> 800 <tbody>
809 <tr> 801 <tr>
810 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 802 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Discount</td>
811 </tr> 803 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{discountAmount}}</td>
812 <tr> 804 </tr>
813 <td align="left" valign="top" style="padding:10px"> 805 </tbody>
814 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 806 </table>
815 <tbody> 807 </td>
816 <tr> 808 </tr>
817 <td align="left" valign="middle" style="color:#5e5e5e;font-size:14px;line-height:26px;font-family:Avenir-Medium,arial,sans-serif">GST</td> 809 <tr>
818 <td align="right" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{taxTotal}}</td> 810 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
819 </tr> 811 </tr>
820 </tbody> 812 <tr>
821 </table> 813 <td align="left" valign="top" style="padding:10px">
822 </td> 814 <table width="100%" border="0" cellspacing="0" cellpadding="0">
823 </tr> 815 <tbody>
824 <tr> 816 <tr>
825 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 817 <td align="left" valign="middle" style="color:#5e5e5e;font-size:14px;line-height:26px;font-family:Avenir-Medium,arial,sans-serif">GST</td>
826 </tr> 818 <td align="right" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{taxTotal}}</td>
827 <tr> 819 </tr>
828 <td align="left" valign="top" bgcolor="#f9f9f9" style="padding:10px"> 820 </tbody>
829 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 821 </table>
830 <tbody> 822 </td>
831 <tr> 823 </tr>
832 <td align="left" valign="middle" style="color:#5e5e5e;font-size:22px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Total Amount</td> 824 <tr>
833 <td align="right" valign="middle" style="color:#29bd9d;font-size:24px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{payingAmnt}}</td> 825 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
834 </tr> 826 </tr>
835 </tbody> 827 <tr>
836 </table> 828 <td align="left" valign="top" bgcolor="#f9f9f9" style="padding:10px">
837 </td> 829 <table width="100%" border="0" cellspacing="0" cellpadding="0">
838 </tr> 830 <tbody>
839 <tr> 831 <tr>
840 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 832 <td align="left" valign="middle" style="color:#5e5e5e;font-size:22px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Total Amount</td>
841 </tr> 833 <td align="right" valign="middle" style="color:#29bd9d;font-size:24px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{payingAmnt}}</td>
842 </tbody> 834 </tr>
843 </table> 835 </tbody>
844 <div style="text-align:center;margin-bottom:5%"> 836 </table>
845 <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> 837 </td>
846 </div> 838 </tr>
847 </div> 839 <tr>
848 </div> 840 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
849 </div> 841 </tr>
850 842 </tbody>
851 <div class="modal fade" id="videoModel" role="dialog" ng-click="closeModal()"> 843 </table>
852 <div class="modal-dialog" style="left: auto;"> 844 <div style="text-align:center;margin-bottom:5%">
853 <div class="modal-content" > 845 <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>
854 846 </div>
855 <div class="modal-body" style="text-align: right;" > 847 </div>
856 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closeModal()">clear</i> 848 </div>
857 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/8i1bLQ7jS0I" frameborder="0" allowfullscreen></iframe> 849 </div>
858 </div> 850
859 851 <div class="modal fade" id="videoModel" role="dialog" ng-click="closeModal()">
860 </div> 852 <div class="modal-dialog" style="left: auto;">
861 </div> 853 <div class="modal-content" >
862 </div> 854
863 855 <div class="modal-body" style="text-align: right;" >
864 856 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closeModal()">clear</i>
865 <div class="modal fade" id="videoModels" role="dialog" ng-click="closed()"> 857 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/8i1bLQ7jS0I" frameborder="0" allowfullscreen></iframe>
866 <div class="modal-dialog" style="left: auto;"> 858 </div>
867 <div class="modal-content"> 859
868 <div class="modal-body" style="text-align: right;" > 860 </div>
869 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closed()">clear</i> 861 </div>
870 <iframe width="560" id="youtubePlayersss" height="315" src="https://www.youtube.com/embed/oBqdz-p3R6Y" frameborder="0" allowfullscreen></iframe> 862 </div>
871 </div> 863
872 864
873 </div> 865 <div class="modal fade" id="videoModels" role="dialog" ng-click="closed()">
874 </div> 866 <div class="modal-dialog" style="left: auto;">
875 </div> 867 <div class="modal-content">
876 868 <div class="modal-body" style="text-align: right;" >
877 869 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closed()">clear</i>
878 870 <iframe width="560" id="youtubePlayersss" height="315" src="https://www.youtube.com/embed/oBqdz-p3R6Y" frameborder="0" allowfullscreen></iframe>
879 871 </div>
880 872
881 873 </div>
882 --> 874 </div>
883 <span ng-show="span == true"> 875 </div>
884 <span id="chennai"></span> 876
885 <span id="pune"></span> 877
886 <span id="mumbai"></span> 878
887 <span id="hyderabad"></span> 879
888 <span id="chandigarh"></span> 880
889 <span id="delhi"></span> 881
890 <span id="ahmedabad"></span> 882 -->
891 <span id="bangalore"></span> 883 <span ng-show="span == true">
892 <span id="jaipur"></span> 884 <span id="chennai"></span>
893 <span id="maininvest"></span> 885 <span id="pune"></span>
894 </span> 886 <span id="mumbai"></span>
895 887 <span id="hyderabad"></span>
896 888 <span id="chandigarh"></span>
1 // create the module and name it scotchApp 1 // create the module and name it scotchApp
2 var scotchApp = angular.module('scotchApp', ['ngRoute','angular-google-analytics']); 2 var scotchApp = angular.module('scotchApp', ['ngRoute','angular-google-analytics']);
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 registration page 14 // route for the registration page
15 .when('/registration', { 15 .when('/registration', {
16 templateUrl: 'pages/registration.html', 16 templateUrl: 'pages/registration.html',
17 controller: 'mainController' 17 controller: 'mainController'
18 }) 18 })
19 19
20 // route for the paymentVerify page 20 // route for the paymentVerify page
21 .when('/pendingPayment/:id', { 21 .when('/pendingPayment/:id', {
22 templateUrl: 'pages/verify.html', 22 templateUrl: 'pages/verify.html',
23 controller: 'verifyController' 23 controller: 'verifyController'
24 }) 24 })
25 25
26 // route for the ambassador page 26 // route for the ambassador page
27 .when('/startupJalsaPromocode', { 27 .when('/startupJalsaPromocode', {
28 templateUrl: 'pages/ambassador.html', 28 templateUrl: 'pages/ambassador.html',
29 controller: 'ambassadorController' 29 controller: 'ambassadorController'
30 }) 30 })
31 31
32 // route for the confirmation page 32 // route for the confirmation page
33 .when('/confirmation', { 33 .when('/confirmation', {
34 templateUrl: 'pages/confirmation.html', 34 templateUrl: 'pages/confirmation.html',
35 controller: 'mainController' 35 controller: 'mainController'
36 }) 36 })
37 37
38 }); 38 });
39 39
40 scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) { 40 scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) {
41 // Add configuration code as desired 41 // Add configuration code as desired
42 AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code 42 AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code
43 43
44 // Track all routes (default is true). 44 // Track all routes (default is true).
45 AnalyticsProvider.trackPages(true); 45 AnalyticsProvider.trackPages(true);
46 46
47 // Track all URL query params (default is false). 47 // Track all URL query params (default is false).
48 AnalyticsProvider.trackUrlParams(true); 48 AnalyticsProvider.trackUrlParams(true);
49 49
50 }]).run(['Analytics', function(Analytics) { }]); 50 }]).run(['Analytics', function(Analytics) { }]);
51 51
52 scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/v1") 52 scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/v1")
53 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") 53 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1")
54 54
55 // create the controller and inject Angular's $scope 55 // create the controller and inject Angular's $scope
56 scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL, Analytics) { 56 scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL, Analytics) {
57 $scope.data = { 57 $scope.data = {
58 show: true, 58 show: true,
59 hide: false 59 hide: false
60 }; 60 };
61 61
62 var maininvest = new Date("Nov 30, 2017 12:00:00").getTime(); 62 var maininvest = new Date("Nov 30, 2017 12:00:00").getTime();
63 // Update the count down every 1 second 63 // Update the count down every 1 second
64 var x = setInterval(function() { 64 var x = setInterval(function() {
65 // Get todays date and time 65 // Get todays date and time
66 var now = new Date().getTime(); 66 var now = new Date().getTime();
67 // Find the distance between now an the count down date 67 // Find the distance between now an the count down date
68 var distance = maininvest - now; 68 var distance = maininvest - now;
69 // Time calculations for days, hours, minutes and seconds 69 // Time calculations for days, hours, minutes and seconds
70 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 70 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
71 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 71 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
72 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 72 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
73 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 73 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
74 $scope.timer = days + "d " + hours + "h " 74 $scope.timer = days + "d " + hours + "h "
75 + minutes + "m " + seconds + "s " 75 + minutes + "m " + seconds + "s "
76 // Output the result in an element with id="demo" 76 // Output the result in an element with id="demo"
77 document.getElementById("maininvest").innerHTML = days + "d " + hours + "h " 77 document.getElementById("maininvest").innerHTML = days + "d " + hours + "h "
78 + minutes + "m " + seconds + "s "; 78 + minutes + "m " + seconds + "s ";
79 // If the count down is over, write some text 79 // If the count down is over, write some text
80 if (distance < 0) { 80 if (distance < 0) {
81 // $scope.extendedAmount = 81 // $scope.extendedAmount =
82 clearInterval(x); 82 clearInterval(x);
83 document.getElementById("maininvest").innerHTML = "EXPIRED"; 83 document.getElementById("maininvest").innerHTML = "EXPIRED";
84 } 84 }
85 }, 1000); 85 }, 1000);
86 86
87 var pune = new Date("Nov 11, 2017 12:00:00").getTime(); 87 var pune = new Date("Nov 11, 2017 12:00:00").getTime();
88 // Update the count down every 1 second 88 // Update the count down every 1 second
89 var x = setInterval(function() { 89 var x = setInterval(function() {
90 // Get todays date and time 90 // Get todays date and time
91 var now = new Date().getTime(); 91 var now = new Date().getTime();
92 // Find the distance between now an the count down date 92 // Find the distance between now an the count down date
93 var distance = pune - now; 93 var distance = pune - now;
94 // Time calculations for days, hours, minutes and seconds 94 // Time calculations for days, hours, minutes and seconds
95 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 95 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
96 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 96 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
97 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 97 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
98 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 98 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
99 $scope.timer = days + "d " + hours + "h " 99 $scope.timer = days + "d " + hours + "h "
100 + minutes + "m " + seconds + "s " 100 + minutes + "m " + seconds + "s "
101 // Output the result in an element with id="demo" 101 // Output the result in an element with id="demo"
102 document.getElementById("pune").innerHTML = days + "d " + hours + "h " 102 document.getElementById("pune").innerHTML = days + "d " + hours + "h "
103 + minutes + "m " + seconds + "s "; 103 + minutes + "m " + seconds + "s ";
104 // If the count down is over, write some text 104 // If the count down is over, write some text
105 if (distance < 0) { 105 if (distance < 0) {
106 clearInterval(x); 106 clearInterval(x);
107 document.getElementById("pune").innerHTML = "EXPIRED"; 107 document.getElementById("pune").innerHTML = "EXPIRED";
108 } 108 }
109 }, 1000); 109 }, 1000);
110 110
111 var mumbai = new Date("Nov 13, 2017 12:00:00").getTime(); 111 var mumbai = new Date("Nov 13, 2017 16:00:00").getTime();
112 // Update the count down every 1 second 112 // Update the count down every 1 second
113 var x = setInterval(function() { 113 var x = setInterval(function() {
114 // Get todays date and time 114 // Get todays date and time
115 var now = new Date().getTime(); 115 var now = new Date().getTime();
116 // Find the distance between now an the count down date 116 // Find the distance between now an the count down date
117 var distance = mumbai - now; 117 var distance = mumbai - now;
118 // Time calculations for days, hours, minutes and seconds 118 // Time calculations for days, hours, minutes and seconds
119 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 119 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
120 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 120 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
121 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 121 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
122 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 122 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
123 $scope.timer = days + "d " + hours + "h " 123 $scope.timer = days + "d " + hours + "h "
124 + minutes + "m " + seconds + "s " 124 + minutes + "m " + seconds + "s "
125 // Output the result in an element with id="demo" 125 // Output the result in an element with id="demo"
126 document.getElementById("mumbai").innerHTML = days + "d " + hours + "h " 126 document.getElementById("mumbai").innerHTML = days + "d " + hours + "h "
127 + minutes + "m " + seconds + "s "; 127 + minutes + "m " + seconds + "s ";
128 // If the count down is over, write some text 128 // If the count down is over, write some text
129 if (distance < 0) { 129 if (distance < 0) {
130 clearInterval(x); 130 clearInterval(x);
131 document.getElementById("mumbai").innerHTML = "EXPIRED"; 131 document.getElementById("mumbai").innerHTML = "EXPIRED";
132 } 132 }
133 }, 1000); 133 }, 1000);
134 134
135 var ahmedabad = new Date("Nov 13, 2017 12:00:00").getTime(); 135 var ahmedabad = new Date("Nov 15, 2017 12:00:00").getTime();
136 // Update the count down every 1 second 136 // Update the count down every 1 second
137 var x = setInterval(function() { 137 var x = setInterval(function() {
138 // Get todays date and time 138 // Get todays date and time
139 var now = new Date().getTime(); 139 var now = new Date().getTime();
140 // Find the distance between now an the count down date 140 // Find the distance between now an the count down date
141 var distance = ahmedabad - now; 141 var distance = ahmedabad - now;
142 // Time calculations for days, hours, minutes and seconds 142 // Time calculations for days, hours, minutes and seconds
143 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 143 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
144 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 144 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
145 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 145 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
146 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 146 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
147 $scope.timer = days + "d " + hours + "h " 147 $scope.timer = days + "d " + hours + "h "
148 + minutes + "m " + seconds + "s " 148 + minutes + "m " + seconds + "s "
149 // Output the result in an element with id="demo" 149 // Output the result in an element with id="demo"
150 document.getElementById("ahmedabad").innerHTML = days + "d " + hours + "h " 150 document.getElementById("ahmedabad").innerHTML = days + "d " + hours + "h "
151 + minutes + "m " + seconds + "s "; 151 + minutes + "m " + seconds + "s ";
152 // If the count down is over, write some text 152 // If the count down is over, write some text
153 if (distance < 0) { 153 if (distance < 0) {
154 clearInterval(x); 154 clearInterval(x);
155 document.getElementById("ahmedabad").innerHTML = "EXPIRED"; 155 document.getElementById("ahmedabad").innerHTML = "EXPIRED";
156 } 156 }
157 }, 1000); 157 }, 1000);
158 158
159 var jaipur = new Date("Nov 15, 2017 12:00:00").getTime(); 159 var jaipur = new Date("Nov 15, 2017 12:00:00").getTime();
160 // Update the count down every 1 second 160 // Update the count down every 1 second
161 var x = setInterval(function() { 161 var x = setInterval(function() {
162 // Get todays date and time 162 // Get todays date and time
163 var now = new Date().getTime(); 163 var now = new Date().getTime();
164 // Find the distance between now an the count down date 164 // Find the distance between now an the count down date
165 var distance = jaipur - now; 165 var distance = jaipur - now;
166 // Time calculations for days, hours, minutes and seconds 166 // Time calculations for days, hours, minutes and seconds
167 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 167 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
168 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 168 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
169 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 169 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
170 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 170 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
171 $scope.timer = days + "d " + hours + "h " 171 $scope.timer = days + "d " + hours + "h "
172 + minutes + "m " + seconds + "s " 172 + minutes + "m " + seconds + "s "
173 // Output the result in an element with id="demo" 173 // Output the result in an element with id="demo"
174 document.getElementById("jaipur").innerHTML = days + "d " + hours + "h " 174 document.getElementById("jaipur").innerHTML = days + "d " + hours + "h "
175 + minutes + "m " + seconds + "s "; 175 + minutes + "m " + seconds + "s ";
176 // If the count down is over, write some text 176 // If the count down is over, write some text
177 if (distance < 0) { 177 if (distance < 0) {
178 clearInterval(x); 178 clearInterval(x);
179 document.getElementById("jaipur").innerHTML = "EXPIRED"; 179 document.getElementById("jaipur").innerHTML = "EXPIRED";
180 } 180 }
181 }, 1000); 181 }, 1000);
182 182
183 var bangalore = new Date("Nov 21, 2017 12:00:00").getTime(); 183 var bangalore = new Date("Nov 21, 2017 12:00:00").getTime();
184 // Update the count down every 1 second 184 // Update the count down every 1 second
185 var x = setInterval(function() { 185 var x = setInterval(function() {
186 // Get todays date and time 186 // Get todays date and time
187 var now = new Date().getTime(); 187 var now = new Date().getTime();
188 // Find the distance between now an the count down date 188 // Find the distance between now an the count down date
189 var distance = bangalore - now; 189 var distance = bangalore - now;
190 // Time calculations for days, hours, minutes and seconds 190 // Time calculations for days, hours, minutes and seconds
191 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 191 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
192 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 192 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
193 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 193 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
194 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 194 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
195 $scope.timer = days + "d " + hours + "h " 195 $scope.timer = days + "d " + hours + "h "
196 + minutes + "m " + seconds + "s " 196 + minutes + "m " + seconds + "s "
197 // Output the result in an element with id="demo" 197 // Output the result in an element with id="demo"
198 document.getElementById("bangalore").innerHTML = days + "d " + hours + "h " 198 document.getElementById("bangalore").innerHTML = days + "d " + hours + "h "
199 + minutes + "m " + seconds + "s "; 199 + minutes + "m " + seconds + "s ";
200 // If the count down is over, write some text 200 // If the count down is over, write some text
201 if (distance < 0) { 201 if (distance < 0) {
202 clearInterval(x); 202 clearInterval(x);
203 document.getElementById("bangalore").innerHTML = "EXPIRED"; 203 document.getElementById("bangalore").innerHTML = "EXPIRED";
204 } 204 }
205 }, 1000); 205 }, 1000);
206 206
207 var hyderabad = new Date("Nov 19, 2017 12:00:00").getTime(); 207 var hyderabad = new Date("Nov 19, 2017 12:00:00").getTime();
208 // Update the count down every 1 second 208 // Update the count down every 1 second
209 var x = setInterval(function() { 209 var x = setInterval(function() {
210 // Get todays date and time 210 // Get todays date and time
211 var now = new Date().getTime(); 211 var now = new Date().getTime();
212 // Find the distance between now an the count down date 212 // Find the distance between now an the count down date
213 var distance = hyderabad - now; 213 var distance = hyderabad - now;
214 // Time calculations for days, hours, minutes and seconds 214 // Time calculations for days, hours, minutes and seconds
215 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 215 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
216 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 216 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
217 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 217 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
218 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 218 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
219 $scope.timer = days + "d " + hours + "h " 219 $scope.timer = days + "d " + hours + "h "
220 + minutes + "m " + seconds + "s " 220 + minutes + "m " + seconds + "s "
221 // Output the result in an element with id="demo" 221 // Output the result in an element with id="demo"
222 document.getElementById("hyderabad").innerHTML = days + "d " + hours + "h " 222 document.getElementById("hyderabad").innerHTML = days + "d " + hours + "h "
223 + minutes + "m " + seconds + "s "; 223 + minutes + "m " + seconds + "s ";
224 // If the count down is over, write some text 224 // If the count down is over, write some text
225 if (distance < 0) { 225 if (distance < 0) {
226 clearInterval(x); 226 clearInterval(x);
227 document.getElementById("hyderabad").innerHTML = "EXPIRED"; 227 document.getElementById("hyderabad").innerHTML = "EXPIRED";
228 } 228 }
229 }, 1000); 229 }, 1000);
230 230
231 var delhi = new Date("Nov 27, 2017 12:00:00").getTime(); 231 var delhi = new Date("Nov 27, 2017 12:00:00").getTime();
232 // Update the count down every 1 second 232 // Update the count down every 1 second
233 var x = setInterval(function() { 233 var x = setInterval(function() {
234 // Get todays date and time 234 // Get todays date and time
235 var now = new Date().getTime(); 235 var now = new Date().getTime();
236 // Find the distance between now an the count down date 236 // Find the distance between now an the count down date
237 var distance = delhi - now; 237 var distance = delhi - now;
238 // Time calculations for days, hours, minutes and seconds 238 // Time calculations for days, hours, minutes and seconds
239 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 239 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
240 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 240 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
241 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 241 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
242 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 242 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
243 $scope.timer = days + "d " + hours + "h " 243 $scope.timer = days + "d " + hours + "h "
244 + minutes + "m " + seconds + "s " 244 + minutes + "m " + seconds + "s "
245 // Output the result in an element with id="demo" 245 // Output the result in an element with id="demo"
246 document.getElementById("delhi").innerHTML = days + "d " + hours + "h " 246 document.getElementById("delhi").innerHTML = days + "d " + hours + "h "
247 + minutes + "m " + seconds + "s "; 247 + minutes + "m " + seconds + "s ";
248 // If the count down is over, write some text 248 // If the count down is over, write some text
249 if (distance < 0) { 249 if (distance < 0) {
250 clearInterval(x); 250 clearInterval(x);
251 document.getElementById("delhi").innerHTML = "EXPIRED"; 251 document.getElementById("delhi").innerHTML = "EXPIRED";
252 } 252 }
253 }, 1000); 253 }, 1000);
254 254
255 var chandigarh = new Date("Nov 30, 2017 12:00:00").getTime(); 255 var chandigarh = new Date("Nov 30, 2017 12:00:00").getTime();
256 // Update the count down every 1 second 256 // Update the count down every 1 second
257 var x = setInterval(function() { 257 var x = setInterval(function() {
258 // Get todays date and time 258 // Get todays date and time
259 var now = new Date().getTime(); 259 var now = new Date().getTime();
260 // Find the distance between now an the count down date 260 // Find the distance between now an the count down date
261 var distance = chandigarh - now; 261 var distance = chandigarh - now;
262 // Time calculations for days, hours, minutes and seconds 262 // Time calculations for days, hours, minutes and seconds
263 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 263 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
264 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 264 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
265 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 265 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
266 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 266 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
267 $scope.timer = days + "d " + hours + "h " 267 $scope.timer = days + "d " + hours + "h "
268 + minutes + "m " + seconds + "s " 268 + minutes + "m " + seconds + "s "
269 // Output the result in an element with id="demo" 269 // Output the result in an element with id="demo"
270 document.getElementById("chandigarh").innerHTML = days + "d " + hours + "h " 270 document.getElementById("chandigarh").innerHTML = days + "d " + hours + "h "
271 + minutes + "m " + seconds + "s "; 271 + minutes + "m " + seconds + "s ";
272 // If the count down is over, write some text 272 // If the count down is over, write some text
273 if (distance < 0) { 273 if (distance < 0) {
274 clearInterval(x); 274 clearInterval(x);
275 document.getElementById("chandigarh").innerHTML = "EXPIRED"; 275 document.getElementById("chandigarh").innerHTML = "EXPIRED";
276 } 276 }
277 }, 1000); 277 }, 1000);
278 278
279 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 279 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
280 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 280 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
281 // $scope.Textshow = "yes" 281 // $scope.Textshow = "yes"
282 $scope.max = 100; 282 $scope.max = 100;
283 $scope.formPage = false; 283 $scope.formPage = false;
284 $scope.current = 0; 284 $scope.current = 0;
285 $scope.payingAmnt = 0; 285 $scope.payingAmnt = 0;
286 if ($scope.data.stage == 'select') { 286 if ($scope.data.stage == 'select') {
287 287
288 } 288 }
289 289
290 //$scope.author = 'Swarn Singh'; 290 //$scope.author = 'Swarn Singh';
291 $scope.data = {}; 291 $scope.data = {};
292 $scope.data.stage = 'Idea'; 292 $scope.data.stage = 'Idea';
293 $scope.discountAmount = 0; 293 $scope.discountAmount = 0;
294 $scope.check = false; 294 $scope.check = false;
295 $scope.numberCheck = false; 295 $scope.numberCheck = false;
296 $scope.paymentResult = {}; 296 $scope.paymentResult = {};
297 var data = { 297 var data = {
298 "amount": $scope.payingAmnt, 298 "amount": $scope.payingAmnt,
299 "currency": "INR", 299 "currency": "INR",
300 "status": "pending" 300 "status": "pending"
301 } 301 }
302 302
303 /*open videos in modal*/ 303 /*open videos in modal*/
304 // $scope.openyoutube16 = function(){ 304 // $scope.openyoutube16 = function(){
305 // $('#videoModel').modal('show'); 305 // $('#videoModel').modal('show');
306 // } 306 // }
307 307
308 // $scope.openyoutube17 = function(){ 308 // $scope.openyoutube17 = function(){
309 // $('#videoModels').modal('show'); 309 // $('#videoModels').modal('show');
310 // } 310 // }
311 311
312 // $scope.closeModal = function(){ 312 // $scope.closeModal = function(){
313 // var url = $('#youtubePlayer').attr('src'); 313 // var url = $('#youtubePlayer').attr('src');
314 // $('#youtubePlayer').attr('src', ''); 314 // $('#youtubePlayer').attr('src', '');
315 // $('#youtubePlayer').attr('src', url); 315 // $('#youtubePlayer').attr('src', url);
316 // } 316 // }
317 317
318 318
319 // $scope.closed = function(){ 319 // $scope.closed = function(){
320 // var url = $('#youtubePlayersss').attr('src'); 320 // var url = $('#youtubePlayersss').attr('src');
321 // $('#youtubePlayersss').attr('src', ''); 321 // $('#youtubePlayersss').attr('src', '');
322 // $('#youtubePlayersss').attr('src', url); 322 // $('#youtubePlayersss').attr('src', url);
323 // } 323 // }
324 /*open videos ends here*/ 324 /*open videos ends here*/
325 $scope.apply = function() { 325 $scope.apply = function() {
326 Analytics.trackEvent('register', 'click', 'Registration'); 326 Analytics.trackEvent('register', 'click', 'Registration');
327 $location.path("/registration") 327 $location.path("/registration")
328 } 328 }
329 $scope.data.citymeetup = ''; 329 $scope.data.citymeetup = '';
330 $scope.register = function(value){ 330 $scope.register = function(value){
331 $scope.data.citymeetup = value; 331 $scope.data.citymeetup = value;
332 if (value == 'mainevent') { 332 if (value == 'mainevent') {
333 $scope.eventType = true; 333 $scope.eventType = true;
334 $scope.mainType = false; 334 $scope.mainType = false;
335 $scope.data.stage = null; 335 $scope.data.stage = null;
336 } 336 }
337 else{ 337 else{
338 $scope.eventType = false; 338 $scope.eventType = false;
339 $scope.mainType = true; 339 $scope.mainType = true;
340 } 340 }
341 $('.hiddenForm').slideDown(); 341 $('.hiddenForm').slideDown();
342 $('html, body').animate({ 342 $('html, body').animate({
343 scrollTop: $('.hiddenForm').offset().top 343 scrollTop: $('.hiddenForm').offset().top
344 }, 1000); 344 }, 1000);
345 console.log('gdggsg', value); 345 console.log('gdggsg', value);
346 } 346 }
347 347
348 $scope.removeError = function() { 348 $scope.removeError = function() {
349 $('#invalidEmail').css('display', 'none'); 349 $('#invalidEmail').css('display', 'none');
350 $('#alreadyExist').css('display', 'none'); 350 $('#alreadyExist').css('display', 'none');
351 }; 351 };
352 352
353 $scope.emailcheck = function(val) { 353 $scope.emailcheck = function(val) {
354 console.log(val) 354 console.log(val)
355 $scope.space = /\s/g.test(val); 355 $scope.space = /\s/g.test(val);
356 console.log("space",$scope.space) 356 console.log("space",$scope.space)
357 if (val == undefined) { 357 if (val == undefined) {
358 $('#invalidEmail').css('display', 'block'); 358 $('#invalidEmail').css('display', 'block');
359 } else { 359 } else {
360 $http({ 360 $http({
361 method: 'GET', 361 method: 'GET',
362 url: BASE_URL + '/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}', 362 url: BASE_URL + '/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
363 headers: {} 363 headers: {}
364 }).then(function mySuccess(searchResult) { 364 }).then(function mySuccess(searchResult) {
365 console.log("searchResult1===>", searchResult) 365 console.log("searchResult1===>", searchResult)
366 if (searchResult.data.length == 0) { 366 if (searchResult.data.length == 0) {
367 $scope.check = false; 367 $scope.check = false;
368 } else { 368 } else {
369 $scope.check = true; 369 $scope.check = true;
370 $scope.emailId = searchResult.data[0].id 370 $scope.emailId = searchResult.data[0].id
371 $('#alreadyExist').css('display', 'block'); 371 $('#alreadyExist').css('display', 'block');
372 372
373 } 373 }
374 console.log("$scope.data.id",searchResult.data) 374 console.log("$scope.data.id",searchResult.data)
375 }, function myError(error) {}); 375 }, function myError(error) {});
376 } 376 }
377 }; 377 };
378 378
379 $scope.removeNoError = function() { 379 $scope.removeNoError = function() {
380 $('#noExist').css('display', 'none'); 380 $('#noExist').css('display', 'none');
381 }; 381 };
382 382
383 $scope.numbercheck = function(number) { 383 $scope.numbercheck = function(number) {
384 $http({ 384 $http({
385 method: 'GET', 385 method: 'GET',
386 url: BASE_URL + '/applicants?filter={"where": {"phone": {"like":"%25' + number + '%25"}}}', 386 url: BASE_URL + '/applicants?filter={"where": {"phone": {"like":"%25' + number + '%25"}}}',
387 data: $scope.data, 387 data: $scope.data,
388 headers: {} 388 headers: {}
389 }).then(function mySuccess(searchResult) { 389 }).then(function mySuccess(searchResult) {
390 console.log("searchResult===>", searchResult) 390 console.log("searchResult===>", searchResult)
391 if (searchResult.data.length == 0) { 391 if (searchResult.data.length == 0) {
392 $scope.numberCheck = false; 392 $scope.numberCheck = false;
393 393
394 } else { 394 } else {
395 $scope.numberCheck = true; 395 $scope.numberCheck = true;
396 $('#noExist').css('display', 'block'); 396 $('#noExist').css('display', 'block');
397 } 397 }
398 }, function myError(error) {}); 398 }, function myError(error) {});
399 }; 399 };
400 400
401 $rootScope.tokenCall = function(val) { 401 $rootScope.tokenCall = function(val) {
402 console.log('val-------->', val); 402 console.log('val-------->', val);
403 if (val == undefined) { 403 if (val == undefined) {
404 $('#invalidToken').css('display', 'block'); 404 $('#invalidToken').css('display', 'block');
405 } else { 405 } else {
406 val = val.toUpperCase(); 406 val = val.toUpperCase();
407 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": {"like":"%25' + val + '%25"}}}') 407 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": {"like":"%25' + val + '%25"}}}')
408 .then(function(searchResult) { 408 .then(function(searchResult) {
409 console.log("searchResult",searchResult) 409 console.log("searchResult",searchResult)
410 if (searchResult.data.length == 0) { 410 if (searchResult.data.length == 0) {
411 $scope.tokencheck = false; 411 $scope.tokencheck = false;
412 $scope.discountAmount = 0; 412 $scope.discountAmount = 0;
413 } else { 413 } else {
414 $scope.discountpercentage = searchResult.data[0].discount; 414 $scope.discountpercentage = searchResult.data[0].discount;
415 $scope.tokencheck = true; 415 $scope.tokencheck = true;
416 } 416 }
417 },function(err){ 417 },function(err){
418 console.log(err) 418 console.log(err)
419 }); 419 });
420 420
421 } 421 }
422 }; 422 };
423 423
424 /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/ 424 /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/
425 $(document).ready( 425 $(document).ready(
426 function() { 426 function() {
427 $('input:submit').attr('disabled', true); 427 $('input:submit').attr('disabled', true);
428 $('input:file').change( 428 $('input:file').change(
429 function() { 429 function() {
430 if ($("#picture").val()) { 430 if ($("#picture").val()) {
431 $('input:submit').removeAttr('disabled'); 431 $('input:submit').removeAttr('disabled');
432 } else { 432 } else {
433 $('input:submit').attr('disabled', true); 433 $('input:submit').attr('disabled', true);
434 } 434 }
435 }); 435 });
436 }); 436 });
437 437
438 /*****THIS IS FOR STEP ONE FORM ******/ 438 /*****THIS IS FOR STEP ONE FORM ******/
439 // $scope.next = function() { 439 // $scope.next = function() {
440 // $scope.data.status = null 440 // $scope.data.status = null
441 // if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) { 441 // if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
442 // var x = document.getElementById("snackbar") 442 // var x = document.getElementById("snackbar")
443 // x.className = "show"; 443 // x.className = "show";
444 // setTimeout(function() { 444 // setTimeout(function() {
445 // x.className = x.className.replace("show", ""); 445 // x.className = x.className.replace("show", "");
446 // }, 3000); 446 // }, 3000);
447 // } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) { 447 // } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) {
448 // $scope.infoForm = true; 448 // $scope.infoForm = true;
449 // console.log("sdasdasdsa"); 449 // console.log("sdasdasdsa");
450 // $scope.data.stage = $scope.data.stage; 450 // $scope.data.stage = $scope.data.stage;
451 // $scope.detail = {}; 451 // $scope.detail = {};
452 // $scope.data.phone = "+91" + $scope.data.number; 452 // $scope.data.phone = "+91" + $scope.data.number;
453 // $http({ 453 // $http({
454 // method: 'POST', 454 // method: 'POST',
455 // url: BASE_URL + '/information', 455 // url: BASE_URL + '/information',
456 // data: $scope.data, 456 // data: $scope.data,
457 // headers: {} 457 // headers: {}
458 // }).then(function mySuccess(result) { 458 // }).then(function mySuccess(result) {
459 // Analytics.trackEvent('information', 'click', 'django.mp4'); 459 // Analytics.trackEvent('information', 'click', 'django.mp4');
460 // console.log("result", result) 460 // console.log("result", result)
461 // $scope.detail = result; 461 // $scope.detail = result;
462 // data.applicantId = result.data.id; 462 // data.applicantId = result.data.id;
463 // $scope.userId = result.data.id; 463 // $scope.userId = result.data.id;
464 464
465 // }, function myError(error) {}); 465 // }, function myError(error) {});
466 466
467 // } 467 // }
468 468
469 // } 469 // }
470 470
471 $scope.calculateAmount = function(){ 471 $scope.calculateAmount = function(){
472 if($scope.tokencheck == false){ 472 if($scope.tokencheck == false){
473 $scope.data.referalToken = null; 473 $scope.data.referalToken = null;
474 } 474 }
475 if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { 475 if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) {
476 var x = document.getElementById("snackbar") 476 var x = document.getElementById("snackbar")
477 x.className = "show"; 477 x.className = "show";
478 setTimeout(function() { 478 setTimeout(function() {
479 x.className = x.className.replace("show", ""); 479 x.className = x.className.replace("show", "");
480 }, 3000); 480 }, 3000);
481 } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { 481 } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
482 $scope.infoForm = true; 482 $scope.infoForm = true;
483 console.log("sdasdasdsa"); 483 console.log("sdasdasdsa");
484 $scope.data.stage = $scope.data.stage; 484 $scope.data.stage = $scope.data.stage;
485 $scope.detail = {}; 485 $scope.detail = {};
486 $scope.data.phone = "+91" + $scope.data.number; 486 $scope.data.phone = "+91" + $scope.data.number;
487 $http({ 487 $http({
488 method: 'POST', 488 method: 'POST',
489 url: BASE_URL + '/applicants', 489 url: BASE_URL + '/applicants',
490 data: $scope.data, 490 data: $scope.data,
491 headers: {} 491 headers: {}
492 }).then(function mySuccess(result) { 492 }).then(function mySuccess(result) {
493 Analytics.trackEvent('applicants', 'click','Users'); 493 Analytics.trackEvent('applicants', 'click','Users');
494 console.log("result", result) 494 console.log("result", result)
495 $scope.detail = result; 495 $scope.detail = result;
496 data.applicantId = result.data.id; 496 data.applicantId = result.data.id;
497 //$scope.userId = result.data.id; 497 //$scope.userId = result.data.id;
498 498
499 if($scope.data.citymeetup == "pune"){ 499 if($scope.data.citymeetup == "pune"){
500 if ($scope.data.stage == "Idea") { 500 if ($scope.data.stage == "Idea") {
501 console.log("$scope.data", $scope.data) 501 console.log("$scope.data", $scope.data)
502 $scope.ticketAmnt = 700; 502 $scope.ticketAmnt = 700;
503 } 503 }
504 504
505 if ($scope.data.stage == "Product") { 505 if ($scope.data.stage == "Product") {
506 $scope.ticketAmnt = 1400; 506 $scope.ticketAmnt = 1400;
507 } 507 }
508 508
509 if ($scope.data.stage == "Growth") { 509 if ($scope.data.stage == "Growth") {
510 $scope.ticketAmnt = 1400; 510 $scope.ticketAmnt = 1400;
511 } 511 }
512 } 512 }
513 else if($scope.data.citymeetup == "mainevent"){ 513 else if($scope.data.citymeetup == "mainevent"){
514 // if ($scope.data.stage == '') { 514 // if ($scope.data.stage == '') {
515 console.log("$scope.data", $scope.data) 515 console.log("$scope.data", $scope.data)
516 $scope.ticketAmnt = 5000; 516 $scope.ticketAmnt = 5000;
517 // } 517 // }
518 518
519 // if ($scope.data.stage == "Product") { 519 // if ($scope.data.stage == "Product") {
520 // $scope.ticketAmnt = 1500; 520 // $scope.ticketAmnt = 1500;
521 // } 521 // }
522 522
523 // if ($scope.data.stage == "Growth") { 523 // if ($scope.data.stage == "Growth") {
524 // $scope.ticketAmnt = 1500; 524 // $scope.ticketAmnt = 1500;
525 // } 525 // }
526 } 526 }
527 else{ 527 else{
528 if ($scope.data.stage == "Idea") { 528 if ($scope.data.stage == "Idea") {
529 console.log("$scope.data", $scope.data) 529 console.log("$scope.data", $scope.data)
530 $scope.ticketAmnt = 500; 530 $scope.ticketAmnt = 500;
531 } 531 }
532 532
533 if ($scope.data.stage == "Product") { 533 if ($scope.data.stage == "Product") {
534 $scope.ticketAmnt = 1000; 534 $scope.ticketAmnt = 1000;
535 } 535 }
536 536
537 if ($scope.data.stage == "Growth") { 537 if ($scope.data.stage == "Growth") {
538 $scope.ticketAmnt = 1000; 538 $scope.ticketAmnt = 1000;
539 } 539 }
540 } 540 }
541 // if ($scope.data.stage == "Visitor") { 541 // if ($scope.data.stage == "Visitor") {
542 // $scope.ticketAmnt = 500; 542 // $scope.ticketAmnt = 500;
543 // } 543 // }
544 var amount = $scope.ticketAmnt * 100 544 var amount = $scope.ticketAmnt * 100
545 if($scope.tokencheck == true){ 545 if($scope.tokencheck == true){
546 var amount = $scope.ticketAmnt 546 var amount = $scope.ticketAmnt
547 $scope.discountAmount = (amount * $scope.discountpercentage)/100 547 $scope.discountAmount = (amount * $scope.discountpercentage)/100
548 console.log("finalAmount====>",$scope.discountAmount) 548 console.log("finalAmount====>",$scope.discountAmount)
549 } 549 }
550 550
551 var taxAmount = $scope.ticketAmnt - $scope.discountAmount 551 var taxAmount = $scope.ticketAmnt - $scope.discountAmount
552 console.log("$scope.taxTotal----",taxAmount) 552 console.log("$scope.taxTotal----",taxAmount)
553 $scope.taxTotal = (taxAmount * 18)/100 553 $scope.taxTotal = (taxAmount * 18)/100
554 $scope.payingAmnt = taxAmount + $scope.taxTotal 554 $scope.payingAmnt = taxAmount + $scope.taxTotal
555 console.log("taxincludedamount----", $scope.payingAmnt) 555 console.log("taxincludedamount----", $scope.payingAmnt)
556 console.log("$scope.taxTotal----", $scope.taxTotal) 556 console.log("$scope.taxTotal----", $scope.taxTotal)
557 // } 557 // }
558 558
559 /*****THIS IS FOR STEP THREE FORM ******/ 559 /*****THIS IS FOR STEP THREE FORM ******/
560 // $scope.create = function() { 560 // $scope.create = function() {
561 // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { 561 // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) {
562 // var x = document.getElementById("snackbar") 562 // var x = document.getElementById("snackbar")
563 // x.className = "show"; 563 // x.className = "show";
564 // setTimeout(function() { 564 // setTimeout(function() {
565 // x.className = x.className.replace("show", ""); 565 // x.className = x.className.replace("show", "");
566 // }, 3000); 566 // }, 3000);
567 // } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { 567 // } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
568 // $scope.infoForm = true; 568 // $scope.infoForm = true;
569 // console.log("sdasdasdsa"); 569 // console.log("sdasdasdsa");
570 // $scope.data.stage = $scope.data.stage; 570 // $scope.data.stage = $scope.data.stage;
571 // $scope.detail = {}; 571 // $scope.detail = {};
572 // $scope.data.phone = "+91" + $scope.data.number; 572 // $scope.data.phone = "+91" + $scope.data.number;
573 // $http({ 573 // $http({
574 // method: 'POST', 574 // method: 'POST',
575 // url: BASE_URL + '/applicants', 575 // url: BASE_URL + '/applicants',
576 // data: $scope.data, 576 // data: $scope.data,
577 // headers: {} 577 // headers: {}
578 // }).then(function mySuccess(result) { 578 // }).then(function mySuccess(result) {
579 579
580 // console.log("=====result=====", result) 580 // console.log("=====result=====", result)
581 // $scope.detail = result; 581 // $scope.detail = result;
582 // data.applicantId = result.data.id; 582 // data.applicantId = result.data.id;
583 // $scope.userId = result.data.id; 583 // $scope.userId = result.data.id;
584 // console.log("=====data=====", data) 584 // console.log("=====data=====", data)
585 // data.amount = $scope.payingAmnt + $scope.taxTotal; 585 // data.amount = $scope.payingAmnt + $scope.taxTotal;
586 data.amount = $scope.payingAmnt; 586 data.amount = $scope.payingAmnt;
587 console.log("$scope.taxTotal",data.amount) 587 console.log("$scope.taxTotal",data.amount)
588 if ($scope.detail != null) { 588 if ($scope.detail != null) {
589 $http({ 589 $http({
590 method: 'POST', 590 method: 'POST',
591 url: BASE_URL + '/payments', 591 url: BASE_URL + '/payments',
592 data: data, 592 data: data,
593 headers: {} 593 headers: {}
594 }).then(function mySuccess(paymentResult) { 594 }).then(function mySuccess(paymentResult) {
595 console.log("paymentResult",paymentResult) 595 console.log("paymentResult",paymentResult)
596 $scope.paymentResult = paymentResult; 596 $scope.paymentResult = paymentResult;
597 }, function myError(error) {}); 597 }, function myError(error) {});
598 } 598 }
599 var i = 0; 599 var i = 0;
600 //$scope.payingAmnt = ($scope.payingAmnt + $scope.taxTotal) * 100; 600 //$scope.payingAmnt = ($scope.payingAmnt + $scope.taxTotal) * 100;
601 601
602 $scope.payingAmnt = $scope.payingAmnt * 100; 602 $scope.payingAmnt = $scope.payingAmnt * 100;
603 console.log("$scope.taxTotal----", $scope.payingAmnt) 603 console.log("$scope.taxTotal----", $scope.payingAmnt)
604 var options = { 604 var options = {
605 "key": "rzp_live_mhSE1uOBlXvFyJ", 605 "key": "rzp_live_mhSE1uOBlXvFyJ",
606 //"key": "rzp_test_YwHsVFiDIQ2WUQ", 606 //"key": "rzp_test_YwHsVFiDIQ2WUQ",
607 "amount": $scope.payingAmnt , 607 "amount": $scope.payingAmnt ,
608 608
609 "name": "Startup Jalsa", 609 "name": "Startup Jalsa",
610 "description": "amount", 610 "description": "amount",
611 "currency": "INR", 611 "currency": "INR",
612 "status": "done", 612 "status": "done",
613 613
614 "theme": { 614 "theme": {
615 "color": "#2196f3 ", 615 "color": "#2196f3 ",
616 "image_padding": "NO" 616 "image_padding": "NO"
617 }, 617 },
618 "modal": { 618 "modal": {
619 "ondismiss": function() {} 619 "ondismiss": function() {}
620 }, 620 },
621 "handler": function(response) { 621 "handler": function(response) {
622 createPayment(response); 622 createPayment(response);
623 } 623 }
624 }; 624 };
625 var rzp1 = new Razorpay(options); 625 var rzp1 = new Razorpay(options);
626 rzp1.open(); 626 rzp1.open();
627 $scope.paymentResponse = {}; 627 $scope.paymentResponse = {};
628 628
629 function createPayment(response) { 629 function createPayment(response) {
630 console.log("response====from===razorpay",response) 630 console.log("response====from===razorpay",response)
631 $route.reload(); 631 $route.reload();
632 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; 632 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
633 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId; 633 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
634 $scope.paymentResponse.amount = data.amount; 634 $scope.paymentResponse.amount = data.amount;
635 $scope.paymentResponse.currency = "INR"; 635 $scope.paymentResponse.currency = "INR";
636 $scope.paymentResponse.status = $scope.paymentResult.data.status; 636 $scope.paymentResponse.status = $scope.paymentResult.data.status;
637 Analytics.trackEvent('payment','Successfully Done',$scope.data.email,$scope.paymentResponse.amount); 637 Analytics.trackEvent('payment','Successfully Done',$scope.data.email,$scope.paymentResponse.amount);
638 $http({ 638 $http({
639 method: 'PUT', 639 method: 'PUT',
640 url: BASE_URL + '/payments/' + $scope.paymentResult.data.id, 640 url: BASE_URL + '/payments/' + $scope.paymentResult.data.id,
641 data: $scope.paymentResponse, 641 data: $scope.paymentResponse,
642 headers: {} 642 headers: {}
643 }).then(function mySuccess(searchResult) { 643 }).then(function mySuccess(searchResult) {
644 // if(paymentResult.data.status == "created"){ 644 // if(paymentResult.data.status == "created"){
645 645
646 // } 646 // }
647 console.log("searchResult", searchResult) 647 console.log("searchResult", searchResult)
648 $location.path("/confirmation") 648 $location.path("/confirmation")
649 //$scope.showToastr() 649 //$scope.showToastr()
650 //toaster.success("Registration done successfully"); 650 //toaster.success("Registration done successfully");
651 651
652 }, function myError(error) {}); 652 }, function myError(error) {});
653 } 653 }
654 }, function myError(error) {alert(error)}); 654 }, function myError(error) {alert(error)});
655 } 655 }
656 656
657 } 657 }
658 658
659 //}, function myError(error) {}); 659 //}, function myError(error) {});
660 //} 660 //}
661 661
662 //} 662 //}
663 663
664 // $scope.showToastr = function() { 664 // $scope.showToastr = function() {
665 // console.log("called toast") 665 // console.log("called toast")
666 // var x = document.getElementById("snacsskbar") 666 // var x = document.getElementById("snacsskbar")
667 // x.className = "show"; 667 // x.className = "show";
668 // setTimeout(function() { 668 // setTimeout(function() {
669 // x.className = x.className.replace("show", ""); 669 // x.className = x.className.replace("show", "");
670 // }, 3000); 670 // }, 3000);
671 // } 671 // }
672 672
673 /*kk***This code for change data when click to chooses stages***/ 673 /*kk***This code for change data when click to chooses stages***/
674 $scope.proto = true; 674 $scope.proto = true;
675 $scope.businessmodel = true; 675 $scope.businessmodel = true;
676 $scope.Idea = true; 676 $scope.Idea = true;
677 $scope.current = true; 677 $scope.current = true;
678 678
679 $scope.stage = function(stage) { 679 $scope.stage = function(stage) {
680 $scope.stagekeyPress(); 680 $scope.stagekeyPress();
681 console.log("stage--2",stage) 681 console.log("stage--2",stage)
682 682
683 if (stage == 'Idea') { 683 if (stage == 'Idea') {
684 $scope.Productshow = "no"; 684 $scope.Productshow = "no";
685 $scope.current = 10; 685 $scope.current = 10;
686 $scope.proto = true; 686 $scope.proto = true;
687 // $scope.visitType = true; 687 // $scope.visitType = true;
688 $scope.prototyp = false; 688 $scope.prototyp = false;
689 $scope.protyp = false; 689 $scope.protyp = false;
690 $scope.market = false; 690 $scope.market = false;
691 $scope.risks = false; 691 $scope.risks = false;
692 $scope.team = false; 692 $scope.team = false;
693 $scope.pitch = false; 693 $scope.pitch = false;
694 $scope.financials = false; 694 $scope.financials = false;
695 $scope.businessmodel = true; 695 $scope.businessmodel = true;
696 $scope.data.stage = stage; 696 $scope.data.stage = stage;
697 // for right content 697 // for right content
698 $scope.Idea = true; 698 $scope.Idea = true;
699 $scope.Product = false; 699 $scope.Product = false;
700 $scope.Growth = false; 700 $scope.Growth = false;
701 // $scope.Visitor = false; 701 // $scope.Visitor = false;
702 } else if (stage == 'Product') { 702 } else if (stage == 'Product') {
703 $scope.Productshow = "no"; 703 $scope.Productshow = "no";
704 $scope.current = 10; 704 $scope.current = 10;
705 $scope.proto = true; 705 $scope.proto = true;
706 // $scope.visitType = true; 706 // $scope.visitType = true;
707 $scope.prototyp = true; 707 $scope.prototyp = true;
708 $scope.protyp = true; 708 $scope.protyp = true;
709 $scope.market = true; 709 $scope.market = true;
710 $scope.risks = true; 710 $scope.risks = true;
711 $scope.team = true; 711 $scope.team = true;
712 $scope.pitch = true; 712 $scope.pitch = true;
713 $scope.financials = true; 713 $scope.financials = true;
714 $scope.businessmodel = false; 714 $scope.businessmodel = false;
715 $scope.data.stage = stage; 715 $scope.data.stage = stage;
716 // for right content 716 // for right content
717 $scope.Idea = false; 717 $scope.Idea = false;
718 $scope.Product = true; 718 $scope.Product = true;
719 $scope.Growth = false; 719 $scope.Growth = false;
720 // $scope.Visitor = false; 720 // $scope.Visitor = false;
721 } else if (stage == 'Growth') { 721 } else if (stage == 'Growth') {
722 $scope.Productshow = "yes"; 722 $scope.Productshow = "yes";
723 $scope.current = 10; 723 $scope.current = 10;
724 $scope.proto = false; 724 $scope.proto = false;
725 // $scope.visitType = true; 725 // $scope.visitType = true;
726 $scope.prototyp = true; 726 $scope.prototyp = true;
727 $scope.protyp = false; 727 $scope.protyp = false;
728 $scope.market = true; 728 $scope.market = true;
729 $scope.risks = true; 729 $scope.risks = true;
730 $scope.team = true; 730 $scope.team = true;
731 $scope.pitch = true; 731 $scope.pitch = true;
732 $scope.financials = true; 732 $scope.financials = true;
733 $scope.businessmodel = false; 733 $scope.businessmodel = false;
734 // for right content 734 // for right content
735 $scope.Idea = false; 735 $scope.Idea = false;
736 $scope.Product = false; 736 $scope.Product = false;
737 $scope.Growth = true; 737 $scope.Growth = true;
738 // $scope.Visitor = false; 738 // $scope.Visitor = false;
739 // } else if (stage == 'Visitor') { 739 // } else if (stage == 'Visitor') {
740 // $scope.Productshow = "no"; 740 // $scope.Productshow = "no";
741 // $scope.current = 10; 741 // $scope.current = 10;
742 // $scope.proto = false; 742 // $scope.proto = false;
743 // $scope.visitType = false; 743 // $scope.visitType = false;
744 // $scope.prototyp = false; 744 // $scope.prototyp = false;
745 // $scope.protyp = false; 745 // $scope.protyp = false;
746 // $scope.market = false; 746 // $scope.market = false;
747 // $scope.risks = false; 747 // $scope.risks = false;
748 // $scope.team = false; 748 // $scope.team = false;
749 // $scope.pitch = false; 749 // $scope.pitch = false;
750 // $scope.financials = false; 750 // $scope.financials = false;
751 // $scope.businessmodel = false; 751 // $scope.businessmodel = false;
752 // $scope.data.stage = stage; 752 // $scope.data.stage = stage;
753 // // for right content 753 // // for right content
754 // $scope.Idea = false; 754 // $scope.Idea = false;
755 // $scope.Product = false; 755 // $scope.Product = false;
756 // $scope.Growth = false; 756 // $scope.Growth = false;
757 // $scope.Visitor = true; 757 // $scope.Visitor = true;
758 $scope.data.stage = stage; 758 $scope.data.stage = stage;
759 } 759 }
760 760
761 } 761 }
762 762
763 $scope.emailTest = function(s){ 763 $scope.emailTest = function(s){
764 $scope.space = /\s/g.test(s.delegateTarget.value); 764 $scope.space = /\s/g.test(s.delegateTarget.value);
765 console.log("space",$scope.space) 765 console.log("space",$scope.space)
766 766
767 } 767 }
768 // $scope.enterbusiness = function(business) { 768 // $scope.enterbusiness = function(business) {
769 // console.log("business", business); 769 // console.log("business", business);
770 // if (name == undefined) { 770 // if (name == undefined) {
771 // $scope.current = false; 771 // $scope.current = false;
772 772
773 // } else if (name != undefined) { 773 // } else if (name != undefined) {
774 // $scope.current = true; 774 // $scope.current = true;
775 // } 775 // }
776 // } 776 // }
777 /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/ 777 /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/
778 $scope.stagekeyPress = function() { 778 $scope.stagekeyPress = function() {
779 $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)'); 779 $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)');
780 } 780 }
781 $scope.sectorkeyPress = function() { 781 $scope.sectorkeyPress = function() {
782 $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)'); 782 $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)');
783 } 783 }
784 784
785 $scope.productLaunchkeyPress = function() { 785 $scope.productLaunchkeyPress = function() {
786 $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)'); 786 $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)');
787 } 787 }
788 788
789 $scope.launchPeriodkeyPress = function() { 789 $scope.launchPeriodkeyPress = function() {
790 $('.icon-circle-abc').css('background-color', 'rgb(66, 181, 73)'); 790 $('.icon-circle-abc').css('background-color', 'rgb(66, 181, 73)');
791 } 791 }
792 792
793 $scope.industrykeyPress = function() { 793 $scope.industrykeyPress = function() {
794 $scope.addOther = false; 794 $scope.addOther = false;
795 $scope.hideSelectBox = true; 795 $scope.hideSelectBox = true;
796 $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)'); 796 $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)');
797 var e = document.getElementById("dataIndustry"); 797 var e = document.getElementById("dataIndustry");
798 var dataIndustry = e.options[e.selectedIndex].value; 798 var dataIndustry = e.options[e.selectedIndex].value;
799 if(dataIndustry == "others") { 799 if(dataIndustry == "others") {
800 $scope.addOther = true; 800 $scope.addOther = true;
801 $scope.hideSelectBox = false; 801 $scope.hideSelectBox = false;
802 } 802 }
803 } 803 }
804 804
805 $scope.industryNamekeyPress = function(firstName) { 805 $scope.industryNamekeyPress = function(firstName) {
806 console.log("lastName==", firstName); 806 console.log("lastName==", firstName);
807 if (firstName == undefined) { 807 if (firstName == undefined) {
808 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); 808 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
809 } else { 809 } else {
810 $('.icon-circle-o').css('background-color', 'rgb(66, 181, 73)'); 810 $('.icon-circle-o').css('background-color', 'rgb(66, 181, 73)');
811 } 811 }
812 } 812 }
813 813
814 $scope.amountkeyPress = function() { 814 $scope.amountkeyPress = function() {
815 $('.icon-circle-bc').css('background-color', 'rgb(66, 181, 73)'); 815 $('.icon-circle-bc').css('background-color', 'rgb(66, 181, 73)');
816 } 816 }
817 817
818 $scope.firstNamekeyPress = function(name) { 818 $scope.firstNamekeyPress = function(name) {
819 console.log("lastName==", name); 819 console.log("lastName==", name);
820 if (name == undefined) { 820 if (name == undefined) {
821 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)'); 821 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)');
822 } else { 822 } else {
823 $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)'); 823 $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)');
824 } 824 }
825 } 825 }
826 826
827 $scope.emailkeyPress = function(email) { 827 $scope.emailkeyPress = function(email) {
828 console.log("email", email); 828 console.log("email", email);
829 if (email == undefined) { 829 if (email == undefined) {
830 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)'); 830 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)');
831 } else { 831 } else {
832 $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)'); 832 $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)');
833 } 833 }
834 } 834 }
835 835
836 $scope.textCheck = function(){ 836 $scope.textCheck = function(){
837 console.log("Val1:::", $scope.textCheck); 837 console.log("Val1:::", $scope.textCheck);
838 var e = document.getElementById("fundingDiv"); 838 var e = document.getElementById("fundingDiv");
839 var funding = e.options[e.selectedIndex].value; 839 var funding = e.options[e.selectedIndex].value;
840 $scope.Textshow = "no"; 840 $scope.Textshow = "no";
841 if(funding == "yes") { 841 if(funding == "yes") {
842 $scope.Textshow = "yes"; 842 $scope.Textshow = "yes";
843 console.log("Val:::", $scope.Textshow); 843 console.log("Val:::", $scope.Textshow);
844 } 844 }
845 845
846 } 846 }
847 847
848 $scope.productCheck = function(){ 848 $scope.productCheck = function(){
849 console.log("Val2:::", $scope.productCheck); 849 console.log("Val2:::", $scope.productCheck);
850 var e = document.getElementById("productDiv"); 850 var e = document.getElementById("productDiv");
851 var product = e.options[e.selectedIndex].value; 851 var product = e.options[e.selectedIndex].value;
852 $scope.Productshow = "no"; 852 $scope.Productshow = "no";
853 if(product == "yes") { 853 if(product == "yes") {
854 $scope.Productshow = "yes"; 854 $scope.Productshow = "yes";
855 console.log("Val1:::", $scope.Productshow); 855 console.log("Val1:::", $scope.Productshow);
856 } 856 }
857 857
858 } 858 }
859 859
860 $scope.phonekeyPress = function(number) { 860 $scope.phonekeyPress = function(number) {
861 console.log("number", number); 861 console.log("number", number);
862 if (number == undefined || number == '') { 862 if (number == undefined || number == '') {
863 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)'); 863 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)');
864 } else { 864 } else {
865 $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)'); 865 $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)');
866 } 866 }
867 } 867 }
868 868
869 $scope.citykeyPress = function(city) { 869 $scope.citykeyPress = function(city) {
870 console.log("city", city); 870 console.log("city", city);
871 if (city == undefined) { 871 if (city == undefined) {
872 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)'); 872 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)');
873 } else { 873 } else {
874 $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)'); 874 $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)');
875 } 875 }
876 } 876 }
877 877
878 $scope.startupNamekeyPress = function(q) { 878 $scope.startupNamekeyPress = function(q) {
879 if (q == undefined) { 879 if (q == undefined) {
880 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)'); 880 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)');
881 } else { 881 } else {
882 $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)'); 882 $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)');
883 } 883 }
884 } 884 }
885 885
886 $scope.linkedInkeyPress = function(technology) { 886 $scope.linkedInkeyPress = function(technology) {
887 if (technology == undefined || technology == '') { 887 if (technology == undefined || technology == '') {
888 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)'); 888 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)');
889 } else { 889 } else {
890 $('.icon-circle-h').css('background-color', 'rgb(66, 181, 73)'); 890 $('.icon-circle-h').css('background-color', 'rgb(66, 181, 73)');
891 } 891 }
892 } 892 }
893 $scope.companykeyPress = function(problem) { 893 $scope.companykeyPress = function(problem) {
894 if (problem == undefined) { 894 if (problem == undefined) {
895 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)'); 895 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)');
896 } else { 896 } else {
897 $('.icon-circle-i').css('background-color', 'rgb(66, 181, 73)'); 897 $('.icon-circle-i').css('background-color', 'rgb(66, 181, 73)');
898 } 898 }
899 } 899 }
900 $scope.productNamekeyPress = function(solution) { 900 $scope.productNamekeyPress = function(solution) {
901 if (solution == undefined) { 901 if (solution == undefined) {
902 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)'); 902 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)');
903 } else { 903 } else {
904 $('.icon-circle-j').css('background-color', 'rgb(66, 181, 73)'); 904 $('.icon-circle-j').css('background-color', 'rgb(66, 181, 73)');
905 } 905 }
906 } 906 }
907 $scope.businesskeyPress = function(business) { 907 $scope.businesskeyPress = function(business) {
908 $('.icon-circle-p').css('background-color', 'rgb(66, 181, 73)'); 908 $('.icon-circle-p').css('background-color', 'rgb(66, 181, 73)');
909 } 909 }
910 910
911 $scope.websitekeyPress = function(prototype) { 911 $scope.websitekeyPress = function(prototype) {
912 if (prototype == undefined || prototype == '') { 912 if (prototype == undefined || prototype == '') {
913 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)'); 913 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)');
914 } else { 914 } else {
915 $('.icon-circle-k').css('background-color', 'rgb(66, 181, 73)'); 915 $('.icon-circle-k').css('background-color', 'rgb(66, 181, 73)');
916 } 916 }
917 } 917 }
918 918
919 $scope.employeekeyPress = function(market) { 919 $scope.employeekeyPress = function(market) {
920 if (market == undefined || market == '') { 920 if (market == undefined || market == '') {
921 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)'); 921 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)');
922 } else { 922 } else {
923 $('.icon-circle-l').css('background-color', 'rgb(66, 181, 73)'); 923 $('.icon-circle-l').css('background-color', 'rgb(66, 181, 73)');
924 } 924 }
925 } 925 }
926 926
927 $scope.annualkeyPress = function(risk) { 927 $scope.annualkeyPress = function(risk) {
928 if (risk == undefined || risk == '') { 928 if (risk == undefined || risk == '') {
929 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)'); 929 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)');
930 } else { 930 } else {
931 $('.icon-circle-m').css('background-color', 'rgb(66, 181, 73)'); 931 $('.icon-circle-m').css('background-color', 'rgb(66, 181, 73)');
932 } 932 }
933 } 933 }
934 934
935 $scope.revenuekeyPress = function(team) { 935 $scope.revenuekeyPress = function(team) {
936 if (team == undefined || team == '') { 936 if (team == undefined || team == '') {
937 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)'); 937 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)');
938 } else { 938 } else {
939 $('.icon-circle-n').css('background-color', 'rgb(66, 181, 73)'); 939 $('.icon-circle-n').css('background-color', 'rgb(66, 181, 73)');
940 } 940 }
941 } 941 }
942 942
943 $scope.descriptionkeyPress = function(pitch) { 943 $scope.descriptionkeyPress = function(pitch) {
944 if (pitch == undefined) { 944 if (pitch == undefined) {
945 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)'); 945 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)');
946 } else { 946 } else {
947 $('.icon-circle-z').css('background-color', 'rgb(66, 181, 73)'); 947 $('.icon-circle-z').css('background-color', 'rgb(66, 181, 73)');
948 } 948 }
949 } 949 }
950 950
951 $scope.discountkeyPress = function(discount) { 951 $scope.discountkeyPress = function(discount) {
952 console.log("lastName==", name); 952 console.log("lastName==", name);
953 if (discount == undefined) { 953 if (discount == undefined) {
954 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); 954 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
955 } else { 955 } else {
956 $('.icon-circle-o').css('background-color', 'rgb(66, 181, 73)'); 956 $('.icon-circle-o').css('background-color', 'rgb(66, 181, 73)');
957 } 957 }
958 } 958 }
959 959
960 $scope.removeNooError = function() { 960 $scope.removeNooError = function() {
961 $('#invalidIdea').css('display', 'block'); 961 $('#invalidIdea').css('display', 'block');
962 $('#noExist').css('display', 'none'); 962 $('#noExist').css('display', 'none');
963 }; 963 };
964 964
965 $scope.ideakeyPress = function(financial) { 965 $scope.ideakeyPress = function(financial) {
966 console.log("financial", financial); 966 console.log("financial", financial);
967 if (financial == undefined) { 967 if (financial == undefined) {
968 $('#invalidIdea').css('display', 'block'); 968 $('#invalidIdea').css('display', 'block');
969 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)'); 969 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)');
970 } else { 970 } else {
971 $('#invalidIdea').css('display', 'none'); 971 $('#invalidIdea').css('display', 'none');
972 $('.icon-circle-q').css('background-color', 'rgb(66, 181, 73)'); 972 $('.icon-circle-q').css('background-color', 'rgb(66, 181, 73)');
973 } 973 }
974 } 974 }
975 975
976 $scope.fundkeyPress = function(financial) { 976 $scope.fundkeyPress = function(financial) {
977 console.log("financial", financial); 977 console.log("financial", financial);
978 if (financial == undefined) { 978 if (financial == undefined) {
979 $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)'); 979 $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)');
980 } else { 980 } else {
981 $('.icon-circle-y').css('background-color', 'rgb(66, 181, 73)'); 981 $('.icon-circle-y').css('background-color', 'rgb(66, 181, 73)');
982 } 982 }
983 } 983 }
984 984
985 $scope.changeReferalIconColor = function(referalToken){ 985 $scope.changeReferalIconColor = function(referalToken){
986 if (referalToken == undefined || referalToken == '') { 986 if (referalToken == undefined || referalToken == '') {
987 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)'); 987 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)');
988 }else { 988 }else {
989 $('.referel-icon').css('background-color', 'rgb(66, 181, 73)'); 989 $('.referel-icon').css('background-color', 'rgb(66, 181, 73)');
990 } 990 }
991 } 991 }
992 992
993 }); 993 });
994 994
995 scotchApp.controller('verifyController', function($scope, $http, $location, $route, BASE_URL, Analytics) { 995 scotchApp.controller('verifyController', function($scope, $http, $location, $route, BASE_URL, Analytics) {
996 996
997 $scope.pendingPaymentId = $route.current.params.id 997 $scope.pendingPaymentId = $route.current.params.id
998 $http({ 998 $http({
999 method: "GET", 999 method: "GET",
1000 url: BASE_URL + '/applicants/' + $scope.pendingPaymentId, 1000 url: BASE_URL + '/applicants/' + $scope.pendingPaymentId,
1001 }).then(function mySuccess(response) { 1001 }).then(function mySuccess(response) {
1002 $scope.data = response.data; 1002 $scope.data = response.data;
1003 console.log("response-1", response); 1003 console.log("response-1", response);
1004 $scope.pendingPaymentId = $route.current.params.id; 1004 $scope.pendingPaymentId = $route.current.params.id;
1005 1005
1006 $http({ 1006 $http({
1007 method: "GET", 1007 method: "GET",
1008 url: BASE_URL + '/payments?filter={"where":{"applicantId":' + $scope.pendingPaymentId + '}}', 1008 url: BASE_URL + '/payments?filter={"where":{"applicantId":' + $scope.pendingPaymentId + '}}',
1009 }).then(function mySuccess(response) { 1009 }).then(function mySuccess(response) {
1010 $scope.paymentRecord = response.data; 1010 $scope.paymentRecord = response.data;
1011 }, function myError(response) { 1011 }, function myError(response) {
1012 console.log("response-2", response); 1012 console.log("response-2", response);
1013 }); 1013 });
1014 }, function myError(response) { 1014 }, function myError(response) {
1015 $scope.myWelcome = response.statusText; 1015 $scope.myWelcome = response.statusText;
1016 }); 1016 });
1017 1017
1018 $scope.checkView = false; 1018 $scope.checkView = false;
1019 $scope.verifyView = false; 1019 $scope.verifyView = false;
1020 $scope.searchResult = {} 1020 $scope.searchResult = {}
1021 $scope.pendingPaymentId = ''; 1021 $scope.pendingPaymentId = '';
1022 1022
1023 $scope.update = function() { 1023 $scope.update = function() {
1024 1024
1025 $http({ 1025 $http({
1026 method: 'GET', 1026 method: 'GET',
1027 url: BASE_URL + '/payments?filter={"where":{"applicantId": ' + $scope.pendingPaymentId + '}}', 1027 url: BASE_URL + '/payments?filter={"where":{"applicantId": ' + $scope.pendingPaymentId + '}}',
1028 headers: {} 1028 headers: {}
1029 }).then(function mySuccess(searchResult) { 1029 }).then(function mySuccess(searchResult) {
1030 if (searchResult.data[0].status == "created") { 1030 if (searchResult.data[0].status == "created") {
1031 //if (searchResult.data[0].status == "cancelled") { 1031 //if (searchResult.data[0].status == "cancelled") {
1032 $scope.checkView = true; 1032 $scope.checkView = true;
1033 $scope.verifyView = false; 1033 $scope.verifyView = false;
1034 $scope.amount = searchResult.data[0].amount; 1034 $scope.amount = searchResult.data[0].amount;
1035 $scope.searchResult = searchResult.data[0]; 1035 $scope.searchResult = searchResult.data[0];
1036 console.log('====searchResult===', searchResult); 1036 console.log('====searchResult===', searchResult);
1037 console.log("searchResult=====",searchResult.data[0].razorOrderId) 1037 console.log("searchResult=====",searchResult.data[0].razorOrderId)
1038 var i = 0; 1038 var i = 0;
1039 $scope.amount = $scope.amount * 100; 1039 $scope.amount = $scope.amount * 100;
1040 var options = { 1040 var options = {
1041 "key": "rzp_live_mhSE1uOBlXvFyJ", 1041 "key": "rzp_live_mhSE1uOBlXvFyJ",
1042 //"key" : "rzp_test_YwHsVFiDIQ2WUQ", 1042 //"key" : "rzp_test_YwHsVFiDIQ2WUQ",
1043 "amount": $scope.amount, 1043 "amount": $scope.amount,
1044 1044
1045 "name": "Startup Jalsa", 1045 "name": "Startup Jalsa",
1046 "description": "amount", 1046 "description": "amount",
1047 "currency": "INR", 1047 "currency": "INR",
1048 "status": "done", 1048 "status": "done",
1049 1049
1050 "theme": { 1050 "theme": {
1051 "color": "#2196f3 ", 1051 "color": "#2196f3 ",
1052 "image_padding": "NO" 1052 "image_padding": "NO"
1053 }, 1053 },
1054 "modal": { 1054 "modal": {
1055 "ondismiss": function() {} 1055 "ondismiss": function() {}
1056 }, 1056 },
1057 "handler": function(response) { 1057 "handler": function(response) {
1058 createPayment(response); 1058 createPayment(response);
1059 } 1059 }
1060 }; 1060 };
1061 var rzp1 = new Razorpay(options); 1061 var rzp1 = new Razorpay(options);
1062 rzp1.open(); 1062 rzp1.open();
1063 $scope.paymentResponse = {}; 1063 $scope.paymentResponse = {};
1064 function createPayment(response) { 1064 function createPayment(response) {
1065 console.log("response======retepaymen",response); 1065 console.log("response======retepaymen",response);
1066 $scope.amount = $scope.amount/100; 1066 $scope.amount = $scope.amount/100;
1067 1067
1068 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; 1068 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
1069 $scope.paymentResponse.razorOrderId = $scope.searchResult.razorOrderId; 1069 $scope.paymentResponse.razorOrderId = $scope.searchResult.razorOrderId;
1070 $scope.paymentResponse.amount = $scope.amount; 1070 $scope.paymentResponse.amount = $scope.amount;
1071 $scope.paymentResponse.currency = $scope.searchResult.currency; 1071 $scope.paymentResponse.currency = $scope.searchResult.currency;
1072 $scope.paymentResponse.status = $scope.searchResult.status; 1072 $scope.paymentResponse.status = $scope.searchResult.status;
1073 $scope.paymentResponse.applicantId = $scope.searchResult.applicantId; 1073 $scope.paymentResponse.applicantId = $scope.searchResult.applicantId;
1074 console.log("$scope.paymentResponse", $scope.paymentResponse) 1074 console.log("$scope.paymentResponse", $scope.paymentResponse)
1075 $http({ 1075 $http({
1076 method: 'PUT', 1076 method: 'PUT',
1077 url: BASE_URL + '/payments/' + $scope.searchResult.id, 1077 url: BASE_URL + '/payments/' + $scope.searchResult.id,
1078 data: $scope.paymentResponse, 1078 data: $scope.paymentResponse,
1079 headers: {} 1079 headers: {}
1080 }).then(function mySuccess(searchResult) { 1080 }).then(function mySuccess(searchResult) {
1081 console.log("searchResult--->",searchResult) 1081 console.log("searchResult--->",searchResult)
1082 // if(paymentResult.data.status == "created"){ 1082 // if(paymentResult.data.status == "created"){
1083 // Analytics.trackEvent('payments', 'click', 'Thankyou'); 1083 // Analytics.trackEvent('payments', 'click', 'Thankyou');
1084 // } 1084 // }
1085 console.log("finalsearchResult",searchResult) 1085 console.log("finalsearchResult",searchResult)
1086 $location.path("/confirmation") 1086 $location.path("/confirmation")
1087 Analytics.trackEvent('payment','Successfully Done',$scope.data.email,$scope.paymentResponse.amount); 1087 Analytics.trackEvent('payment','Successfully Done',$scope.data.email,$scope.paymentResponse.amount);
1088 }, function myError(error) { 1088 }, function myError(error) {
1089 1089
1090 }); 1090 });
1091 } 1091 }
1092 } else { 1092 } else {
1093 1093
1094 } 1094 }
1095 1095
1096 }, function myError(error) {}); 1096 }, function myError(error) {});
1097 } 1097 }
1098 }); 1098 });
1099 1099
1100 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) { 1100 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) {
1101 $scope.data = {}; 1101 $scope.data = {};
1102 $scope.check = false; 1102 $scope.check = false;
1103 $scope.numberCheck = false; 1103 $scope.numberCheck = false;
1104 1104
1105 /*open videos in modal*/ 1105 /*open videos in modal*/
1106 $scope.openyoutube16 = function(){ 1106 $scope.openyoutube16 = function(){
1107 $('#videoModel').modal('show'); 1107 $('#videoModel').modal('show');
1108 } 1108 }
1109 1109
1110 $scope.openyoutube17 = function(){ 1110 $scope.openyoutube17 = function(){
1111 $('#videoModels').modal('show'); 1111 $('#videoModels').modal('show');
1112 } 1112 }
1113 1113
1114 $scope.closeModal = function(){ 1114 $scope.closeModal = function(){
1115 var url = $('#youtubePlayer').attr('src'); 1115 var url = $('#youtubePlayer').attr('src');
1116 $('#youtubePlayer').attr('src', ''); 1116 $('#youtubePlayer').attr('src', '');
1117 $('#youtubePlayer').attr('src', url); 1117 $('#youtubePlayer').attr('src', url);
1118 } 1118 }
1119 /*open videos ends here*/ 1119 /*open videos ends here*/
1120 1120
1121 $scope.removeError = function() { 1121 $scope.removeError = function() {
1122 console.log("doooo") 1122 console.log("doooo")
1123 $('#invalidEmail').css('display', 'none'); 1123 $('#invalidEmail').css('display', 'none');
1124 $('#alreadyExist').css('display', 'none'); 1124 $('#alreadyExist').css('display', 'none');
1125 }; 1125 };
1126 1126
1127 // $scope.emailcheck = function(val) { 1127 // $scope.emailcheck = function(val) {
1128 // consol.log("kdsbd") 1128 // consol.log("kdsbd")
1129 // $scope.space = /\s/g.test(val); 1129 // $scope.space = /\s/g.test(val);
1130 // console.log("space",$scope.space) 1130 // console.log("space",$scope.space)
1131 // if (val == undefined) { 1131 // if (val == undefined) {
1132 // $('#invalidEmail').css('display', 'block'); 1132 // $('#invalidEmail').css('display', 'block');
1133 // } else { 1133 // } else {
1134 // $http({ 1134 // $http({
1135 // method: 'GET', 1135 // method: 'GET',
1136 // url: BASE_URL + '/ambassadors?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}', 1136 // url: BASE_URL + '/ambassadors?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
1137 // headers: {} 1137 // headers: {}
1138 // }).then(function mySuccess(searchResult) { 1138 // }).then(function mySuccess(searchResult) {
1139 // console.log("searchResult1===>", searchResult) 1139 // console.log("searchResult1===>", searchResult)
1140 // if (searchResult.data.length == 0) { 1140 // if (searchResult.data.length == 0) {
1141 // $scope.check = false; 1141 // $scope.check = false;
1142 // } else { 1142 // } else {
1143 // $scope.check = true; 1143 // $scope.check = true;
1144 // $('#alreadyExist').css('display', 'block'); 1144 // $('#alreadyExist').css('display', 'block');
1145 // } 1145 // }
1146 // }, function myError(error) {}); 1146 // }, function myError(error) {});
1147 // } 1147 // }
1148 // }; 1148 // };
1149 1149
1150 // $scope.removeNoError = function() { 1150 // $scope.removeNoError = function() {
1151 // $('#invalidNumber').css('display', 'none'); 1151 // $('#invalidNumber').css('display', 'none');
1152 // $('#noExist').css('display', 'none'); 1152 // $('#noExist').css('display', 'none');
1153 // }; 1153 // };
1154 1154
1155 // $scope.numbercheck = function(number) { 1155 // $scope.numbercheck = function(number) {
1156 // // if (val == undefined) { 1156 // // if (val == undefined) {
1157 // // $('#invalidNumber').css('display', 'block'); 1157 // // $('#invalidNumber').css('display', 'block');
1158 // // } else { 1158 // // } else {
1159 // $http({ 1159 // $http({
1160 // method: 'GET', 1160 // method: 'GET',
1161 // url: BASE_URL + '/ambassadors?filter={"where": {"mobile": {"like":"%25' + number + '%25"}}}', 1161 // url: BASE_URL + '/ambassadors?filter={"where": {"mobile": {"like":"%25' + number + '%25"}}}',
1162 // data: $scope.data, 1162 // data: $scope.data,
1163 // headers: {} 1163 // headers: {}
1164 // }).then(function mySuccess(searchResult) { 1164 // }).then(function mySuccess(searchResult) {
1165 // console.log("searchResult===>", searchResult) 1165 // console.log("searchResult===>", searchResult)
1166 // if (searchResult.data.length == 0) { 1166 // if (searchResult.data.length == 0) {
1167 // $scope.numberCheck = false; 1167 // $scope.numberCheck = false;
1168 // } else { 1168 // } else {
1169 // $scope.numberCheck = true; 1169 // $scope.numberCheck = true;
1170 // $('#noExist').css('display', 'block'); 1170 // $('#noExist').css('display', 'block');
1171 // } 1171 // }
1172 // }, function myError(error) {}); 1172 // }, function myError(error) {});
1173 // //} 1173 // //}
1174 1174
1175 // }; 1175 // };
1176 1176
1177 $scope.submit = function() { 1177 $scope.submit = function() {
1178 console.log($scope.data.name) 1178 console.log($scope.data.name)
1179 var randomNumber = ""+Math.random(); 1179 var randomNumber = ""+Math.random();
1180 var nameSpliced = $scope.data.name.slice(0,3); 1180 var nameSpliced = $scope.data.name.slice(0,3);
1181 var numberSpliced = randomNumber.slice(2,5); 1181 var numberSpliced = randomNumber.slice(2,5);
1182 $scope.data.referalToken = nameSpliced+numberSpliced; 1182 $scope.data.referalToken = nameSpliced+numberSpliced;
1183 $scope.data.referalToken = $scope.data.referalToken.toUpperCase(); 1183 $scope.data.referalToken = $scope.data.referalToken.toUpperCase();
1184 1184
1185 $http({ 1185 $http({
1186 method: 'POST', 1186 method: 'POST',
1187 url: BASE_URL + '/ambassadors', 1187 url: BASE_URL + '/ambassadors',
1188 data: $scope.data, 1188 data: $scope.data,
1189 headers: {} 1189 headers: {}
1190 }).then(function mySuccess(result) { 1190 }).then(function mySuccess(result) {
1191 console.log("result", result) 1191 console.log("result", result)
1192 $scope.detail = result; 1192 $scope.detail = result;
1193 $('#myModal').modal('show'); 1193 $('#myModal').modal('show');
1194 $scope.data.name = ''; 1194 $scope.data.name = '';
1195 $scope.data.email = ''; 1195 $scope.data.email = '';
1196 $scope.data.mobile = ''; 1196 $scope.data.mobile = '';
1197 // $scope.data.discount = ''; 1197 // $scope.data.discount = '';
1198 1198
1199 }, function myError(error) { 1199 }, function myError(error) {
1200 console.log(error) 1200 console.log(error)
1201 console.log(error.data.error.message) 1201 console.log(error.data.error.message)
1202 }); 1202 });
1203 console.log($scope.data) 1203 console.log($scope.data)
1204 } 1204 }
1205 }); 1205 });
1206 1206
1207 1207
1208 1208
1209 1209