Commit 39b23bb65fa585bd2a41ead66b5b5e913f9d58a6

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

update design

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 #front {
487 background-image: url(/images/backgroundimage.jpeg);
488 background-repeat: inherit;
489
490 }
491
486 .footer { 492 .footer {
487 493
488 bottom: 0px; 494 bottom: 0px;
489 background-color: #76b34f !important; 495 background-color: #76b34f !important;
490 width: 100%; 496 width: 100%;
491 color:rgba(255, 255, 255, 0.77); 497 color:rgba(255, 255, 255, 0.77);
492 } 498 }
493 499
494 /********question box*****************/ 500 /********question box*****************/
495 .question-shadow { 501 .question-shadow {
496 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 502 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
497 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 503 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
498 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 504 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
499 margin: 15px 15px 17px 14px; 505 margin: 15px 15px 17px 14px;
500 background-color: #ffffff; 506 background-color: #ffffff;
501 } 507 }
502 508
503 509
504 510
505 .question-card { 511 .question-card {
506 width: auto; 512 width: auto;
507 float: left; 513 float: left;
508 margin: 29px 22px 26px 14px; 514 margin: 29px 22px 26px 14px;
509 } 515 }
510 516
511 /*for p*/ 517 /*for p*/
512 .line-space { 518 .line-space {
513 line-height: 1.6em; 519 line-height: 1.6em;
514 font-size: 11px; 520 font-size: 11px;
515 } 521 }
516 522
517 .line-adjust { 523 .line-adjust {
518 margin-left: 0px; 524 margin-left: 0px;
519 } 525 }
520 526
521 /*badge icon css*/ 527 /*badge icon css*/
522 528
523 .material-icons{ 529 .material-icons{
524 font-size: 17px !important; 530 font-size: 17px !important;
525 } 531 }
526 532
527 .icon-circle-a { 533 .icon-circle-a {
528 background: rgba(89, 89, 89, 0.92); 534 background: rgba(89, 89, 89, 0.92);
529 border-radius: 50%; 535 border-radius: 50%;
530 width: 30px; 536 width: 30px;
531 height: 30px; 537 height: 30px;
532 position: absolute; 538 position: absolute;
533 left: 14px; 539 left: 14px;
534 margin-top: 10px; 540 margin-top: 10px;
535 color: #fff; 541 color: #fff;
536 text-align: center; 542 text-align: center;
537 } 543 }
538 544
539 .icon-circle-b { 545 .icon-circle-b {
540 background: rgba(89, 89, 89, 0.92); 546 background: rgba(89, 89, 89, 0.92);
541 border-radius: 50%; 547 border-radius: 50%;
542 width: 30px; 548 width: 30px;
543 height: 30px; 549 height: 30px;
544 position: absolute; 550 position: absolute;
545 left: 14px; 551 left: 14px;
546 margin-top: 10px; 552 margin-top: 10px;
547 color: #fff; 553 color: #fff;
548 text-align: center; 554 text-align: center;
549 } 555 }
550 556
551 .icon-circle-c { 557 .icon-circle-c {
552 background: rgba(89, 89, 89, 0.92); 558 background: rgba(89, 89, 89, 0.92);
553 border-radius: 50%; 559 border-radius: 50%;
554 width: 30px; 560 width: 30px;
555 height: 30px; 561 height: 30px;
556 position: absolute; 562 position: absolute;
557 left: 0px; 563 left: 0px;
558 margin-top: 4px; 564 margin-top: 4px;
559 color: #fff; 565 color: #fff;
560 text-align: center; 566 text-align: center;
561 } 567 }
562 568
563 .icon-circle-d { 569 .icon-circle-d {
564 background: rgba(89, 89, 89, 0.92); 570 background: rgba(89, 89, 89, 0.92);
565 border-radius: 50%; 571 border-radius: 50%;
566 width: 30px; 572 width: 30px;
567 height: 30px; 573 height: 30px;
568 position: absolute; 574 position: absolute;
569 left: 0px; 575 left: 0px;
570 margin-top: 4px; 576 margin-top: 4px;
571 color: #fff; 577 color: #fff;
572 text-align: center; 578 text-align: center;
573 } 579 }
574 580
575 .icon-circle-e { 581 .icon-circle-e {
576 background: rgba(89, 89, 89, 0.92); 582 background: rgba(89, 89, 89, 0.92);
577 border-radius: 50%; 583 border-radius: 50%;
578 width: 30px; 584 width: 30px;
579 height: 30px; 585 height: 30px;
580 position: absolute; 586 position: absolute;
581 left: 0px; 587 left: 0px;
582 margin-top: 4px; 588 margin-top: 4px;
583 color: #fff; 589 color: #fff;
584 text-align: center; 590 text-align: center;
585 } 591 }
586 592
587 .icon-circle-f { 593 .icon-circle-f {
588 background: rgba(89, 89, 89, 0.92); 594 background: rgba(89, 89, 89, 0.92);
589 border-radius: 50%; 595 border-radius: 50%;
590 width: 30px; 596 width: 30px;
591 height: 30px; 597 height: 30px;
592 position: absolute; 598 position: absolute;
593 left: 0px; 599 left: 0px;
594 margin-top: 3px; 600 margin-top: 3px;
595 color: #fff; 601 color: #fff;
596 text-align: center; 602 text-align: center;
597 } 603 }
598 604
599 .icon-circle-g { 605 .icon-circle-g {
600 background: rgba(89, 89, 89, 0.92); 606 background: rgba(89, 89, 89, 0.92);
601 border-radius: 50%; 607 border-radius: 50%;
602 width: 30px; 608 width: 30px;
603 height: 30px; 609 height: 30px;
604 position: absolute; 610 position: absolute;
605 left: 14px; 611 left: 14px;
606 margin-top: 10px; 612 margin-top: 10px;
607 color: #fff; 613 color: #fff;
608 text-align: center; 614 text-align: center;
609 } 615 }
610 616
611 .icon-circle-h { 617 .icon-circle-h {
612 background: rgba(89, 89, 89, 0.92); 618 background: rgba(89, 89, 89, 0.92);
613 border-radius: 50%; 619 border-radius: 50%;
614 width: 30px; 620 width: 30px;
615 height: 30px; 621 height: 30px;
616 position: absolute; 622 position: absolute;
617 left: 0px; 623 left: 0px;
618 margin-top: 4px; 624 margin-top: 4px;
619 color: #fff; 625 color: #fff;
620 text-align: center; 626 text-align: center;
621 } 627 }
622 628
623 .icon-circle-i { 629 .icon-circle-i {
624 background: rgba(89, 89, 89, 0.92); 630 background: rgba(89, 89, 89, 0.92);
625 border-radius: 50%; 631 border-radius: 50%;
626 width: 30px; 632 width: 30px;
627 height: 30px; 633 height: 30px;
628 position: absolute; 634 position: absolute;
629 left: 0px; 635 left: 0px;
630 margin-top: 4px; 636 margin-top: 4px;
631 color: #fff; 637 color: #fff;
632 text-align: center; 638 text-align: center;
633 } 639 }
634 640
635 .icon-circle-j { 641 .icon-circle-j {
636 background: rgba(89, 89, 89, 0.92); 642 background: rgba(89, 89, 89, 0.92);
637 border-radius: 50%; 643 border-radius: 50%;
638 width: 30px; 644 width: 30px;
639 height: 30px; 645 height: 30px;
640 position: absolute; 646 position: absolute;
641 left: 0px; 647 left: 0px;
642 margin-top: 4px; 648 margin-top: 4px;
643 color: #fff; 649 color: #fff;
644 text-align: center; 650 text-align: center;
645 } 651 }
646 652
647 .icon-circle-k { 653 .icon-circle-k {
648 background: rgba(89, 89, 89, 0.92); 654 background: rgba(89, 89, 89, 0.92);
649 border-radius: 50%; 655 border-radius: 50%;
650 width: 30px; 656 width: 30px;
651 height: 30px; 657 height: 30px;
652 position: absolute; 658 position: absolute;
653 left: 0px; 659 left: 0px;
654 margin-top: 4px; 660 margin-top: 4px;
655 color: #fff; 661 color: #fff;
656 text-align: center; 662 text-align: center;
657 } 663 }
658 664
659 .icon-circle-y { 665 .icon-circle-y {
660 background: rgba(89, 89, 89, 0.92); 666 background: rgba(89, 89, 89, 0.92);
661 border-radius: 50%; 667 border-radius: 50%;
662 width: 30px; 668 width: 30px;
663 height: 30px; 669 height: 30px;
664 position: absolute; 670 position: absolute;
665 left: 0px; 671 left: 0px;
666 margin-top: 4px; 672 margin-top: 4px;
667 color: #fff; 673 color: #fff;
668 text-align: center; 674 text-align: center;
669 } 675 }
670 676
671 .icon-circle-o { 677 .icon-circle-o {
672 background: rgba(89, 89, 89, 0.92); 678 background: rgba(89, 89, 89, 0.92);
673 border-radius: 50%; 679 border-radius: 50%;
674 width: 30px; 680 width: 30px;
675 height: 30px; 681 height: 30px;
676 position: absolute; 682 position: absolute;
677 left: 0px; 683 left: 0px;
678 margin-top: 4px; 684 margin-top: 4px;
679 color: #fff; 685 color: #fff;
680 text-align: center; 686 text-align: center;
681 } 687 }
682 688
683 .icon-circle-l { 689 .icon-circle-l {
684 background: rgba(89, 89, 89, 0.92); 690 background: rgba(89, 89, 89, 0.92);
685 border-radius: 50%; 691 border-radius: 50%;
686 width: 30px; 692 width: 30px;
687 height: 30px; 693 height: 30px;
688 position: absolute; 694 position: absolute;
689 left: 0px; 695 left: 0px;
690 margin-top: 4px; 696 margin-top: 4px;
691 color: #fff; 697 color: #fff;
692 text-align: center; 698 text-align: center;
693 } 699 }
694 700
695 .icon-circle-m { 701 .icon-circle-m {
696 background: rgba(89, 89, 89, 0.92); 702 background: rgba(89, 89, 89, 0.92);
697 border-radius: 50%; 703 border-radius: 50%;
698 width: 30px; 704 width: 30px;
699 height: 30px; 705 height: 30px;
700 position: absolute; 706 position: absolute;
701 left: 0px; 707 left: 0px;
702 margin-top: 4px; 708 margin-top: 4px;
703 color: #fff; 709 color: #fff;
704 text-align: center; 710 text-align: center;
705 } 711 }
706 712
707 .icon-circle-n { 713 .icon-circle-n {
708 background: rgba(89, 89, 89, 0.92); 714 background: rgba(89, 89, 89, 0.92);
709 border-radius: 50%; 715 border-radius: 50%;
710 width: 30px; 716 width: 30px;
711 height: 30px; 717 height: 30px;
712 position: absolute; 718 position: absolute;
713 left: 0px; 719 left: 0px;
714 margin-top: 4px; 720 margin-top: 4px;
715 color: #fff; 721 color: #fff;
716 text-align: center; 722 text-align: center;
717 } 723 }
718 724
719 .icon-circle-x { 725 .icon-circle-x {
720 background: rgba(89, 89, 89, 0.92); 726 background: rgba(89, 89, 89, 0.92);
721 border-radius: 50%; 727 border-radius: 50%;
722 width: 30px; 728 width: 30px;
723 height: 30px; 729 height: 30px;
724 position: absolute; 730 position: absolute;
725 left: 0px; 731 left: 0px;
726 margin-top: 4px; 732 margin-top: 4px;
727 color: #fff; 733 color: #fff;
728 text-align: center; 734 text-align: center;
729 } 735 }
730 736
731 .icon-circle-p { 737 .icon-circle-p {
732 background: rgba(89, 89, 89, 0.92); 738 background: rgba(89, 89, 89, 0.92);
733 border-radius: 50%; 739 border-radius: 50%;
734 width: 30px; 740 width: 30px;
735 height: 30px; 741 height: 30px;
736 position: absolute; 742 position: absolute;
737 left: 0px; 743 left: 0px;
738 margin-top: 3px; 744 margin-top: 3px;
739 color: #fff; 745 color: #fff;
740 text-align: center; 746 text-align: center;
741 } 747 }
742 748
743 .icon-circle-z { 749 .icon-circle-z {
744 background: rgba(89, 89, 89, 0.92); 750 background: rgba(89, 89, 89, 0.92);
745 border-radius: 50%; 751 border-radius: 50%;
746 width: 30px; 752 width: 30px;
747 height: 30px; 753 height: 30px;
748 position: absolute; 754 position: absolute;
749 left: 0px; 755 left: 0px;
750 margin-top: 4px; 756 margin-top: 4px;
751 color: #fff; 757 color: #fff;
752 text-align: center; 758 text-align: center;
753 } 759 }
754 760
755 .icon-circle-q { 761 .icon-circle-q {
756 background: rgba(89, 89, 89, 0.92); 762 background: rgba(89, 89, 89, 0.92);
757 border-radius: 50%; 763 border-radius: 50%;
758 width: 30px; 764 width: 30px;
759 height: 30px; 765 height: 30px;
760 position: absolute; 766 position: absolute;
761 left: 0px; 767 left: 0px;
762 margin-top: 4px; 768 margin-top: 4px;
763 color: #fff; 769 color: #fff;
764 text-align: center; 770 text-align: center;
765 } 771 }
766 772
767 .icon-circle-ab { 773 .icon-circle-ab {
768 background: rgba(89, 89, 89, 0.92); 774 background: rgba(89, 89, 89, 0.92);
769 border-radius: 50%; 775 border-radius: 50%;
770 width: 30px; 776 width: 30px;
771 height: 30px; 777 height: 30px;
772 position: absolute; 778 position: absolute;
773 left: 0px; 779 left: 0px;
774 margin-top: 3px; 780 margin-top: 3px;
775 color: #fff; 781 color: #fff;
776 text-align: center; 782 text-align: center;
777 } 783 }
778 784
779 .icon-circle-abc { 785 .icon-circle-abc {
780 background: rgba(89, 89, 89, 0.92); 786 background: rgba(89, 89, 89, 0.92);
781 border-radius: 50%; 787 border-radius: 50%;
782 width: 30px; 788 width: 30px;
783 height: 30px; 789 height: 30px;
784 position: absolute; 790 position: absolute;
785 left: 0px; 791 left: 0px;
786 margin-top: 3px; 792 margin-top: 3px;
787 color: #fff; 793 color: #fff;
788 text-align: center; 794 text-align: center;
789 } 795 }
790 796
791 .icon-circle-bc { 797 .icon-circle-bc {
792 background: rgba(89, 89, 89, 0.92); 798 background: rgba(89, 89, 89, 0.92);
793 border-radius: 50%; 799 border-radius: 50%;
794 width: 30px; 800 width: 30px;
795 height: 30px; 801 height: 30px;
796 position: absolute; 802 position: absolute;
797 left: 0px; 803 left: 0px;
798 margin-top: 3px; 804 margin-top: 3px;
799 color: #fff; 805 color: #fff;
800 text-align: center; 806 text-align: center;
801 } 807 }
802 808
803 .icon-circle-abcdefg { 809 .icon-circle-abcdefg {
804 background: rgba(89, 89, 89, 0.92); 810 background: rgba(89, 89, 89, 0.92);
805 border-radius: 50%; 811 border-radius: 50%;
806 width: 30px; 812 width: 30px;
807 height: 30px; 813 height: 30px;
808 position: absolute; 814 position: absolute;
809 left: 0px; 815 left: 0px;
810 margin-top: 3px; 816 margin-top: 3px;
811 color: #fff; 817 color: #fff;
812 text-align: center; 818 text-align: center;
813 } 819 }
814 820
815 .referel-icon { 821 .referel-icon {
816 background: rgba(89, 89, 89, 0.92); 822 background: rgba(89, 89, 89, 0.92);
817 border-radius: 50%; 823 border-radius: 50%;
818 width: 30px; 824 width: 30px;
819 height: 30px; 825 height: 30px;
820 position: absolute; 826 position: absolute;
821 left: 0px; 827 left: 0px;
822 margin-top: 3px; 828 margin-top: 3px;
823 color: #fff; 829 color: #fff;
824 text-align: center; 830 text-align: center;
825 } 831 }
826 832
827 833
828 /*quiz*/ 834 /*quiz*/
829 .q-card-align div{ 835 .q-card-align div{
830 margin-bottom: 15px; 836 margin-bottom: 15px;
831 } 837 }
832 838
833 .drop-down { 839 .drop-down {
834 background-color: #fff; 840 background-color: #fff;
835 border-radius: 0; 841 border-radius: 0;
836 font-size: 12px; 842 font-size: 12px;
837 } 843 }
838 844
839 .footer-link, .footer-link:hover { 845 .footer-link, .footer-link:hover {
840 color:#fff; 846 color:#fff;
841 } 847 }
842 /*idea content margin*/ 848 /*idea content margin*/
843 .content-idea{ 849 .content-idea{
844 margin:196px 12px 8px; 850 margin:196px 12px 8px;
845 } 851 }
846 852
847 .content-product{ 853 .content-product{
848 margin:193px -19px 9px; 854 margin:193px -19px 9px;
849 } 855 }
850 856
851 .content-growth{ 857 .content-growth{
852 margin:192px 11px 8px; 858 margin:192px 11px 8px;
853 } 859 }
854 .last-content-card{ 860 .last-content-card{
855 /*margin: 0px -85px -4px -51px;*/ 861 /*margin: 0px -85px -4px -51px;*/
856 } 862 }
857 863
858 @media (max-width: 600px) { 864 @media (max-width: 600px) {
859 .content-idea{ 865 .content-idea{
860 margin: auto; 866 margin: auto;
861 } 867 }
862 868
863 .content-product{ 869 .content-product{
864 margin: auto; 870 margin: auto;
865 } 871 }
866 872
867 .content-growth{ 873 .content-growth{
868 margin: auto; 874 margin: auto;
869 } 875 }
870 .stages-card{ 876 .stages-card{
871 margin: auto; 877 margin: auto;
872 margin-bottom: 15px; 878 margin-bottom: 15px;
873 } 879 }
874 .last-content-card{ 880 .last-content-card{
875 margin: auto; 881 margin: auto;
876 } 882 }
877 .card-align{ 883 .card-align{
878 margin: auto; 884 margin: auto;
879 } 885 }
880 } 886 }
881 887
882 .toggler { 888 .toggler {
883 width: 500px; 889 width: 500px;
884 height: 200px; 890 height: 200px;
885 } 891 }
886 #button { 892 #button {
887 padding: .5em 1em; 893 padding: .5em 1em;
888 text-decoration: none; 894 text-decoration: none;
889 } 895 }
890 #effect { 896 #effect {
891 position: relative; 897 position: relative;
892 width: 240px; 898 width: 240px;
893 height: 170px; 899 height: 170px;
894 padding: 0.4em; 900 padding: 0.4em;
895 } 901 }
896 #effect h3 { 902 #effect h3 {
897 margin: 0; 903 margin: 0;
898 padding: 0.4em; 904 padding: 0.4em;
899 text-align: center; 905 text-align: center;
900 } 906 }
901 907
902 #snackbar { 908 #snackbar {
903 visibility: hidden; 909 visibility: hidden;
904 min-width: 250px; 910 min-width: 250px;
905 margin-left: -125px; 911 margin-left: -125px;
906 background-color: #F44336; 912 background-color: #F44336;
907 color: #fff; 913 color: #fff;
908 text-align: center; 914 text-align: center;
909 border-radius: 2px; 915 border-radius: 2px;
910 padding: 16px; 916 padding: 16px;
911 position: fixed; 917 position: fixed;
912 z-index: 1; 918 z-index: 1;
913 left: 50%; 919 left: 50%;
914 bottom: 30px; 920 bottom: 30px;
915 font-size: 17px; 921 font-size: 17px;
916 } 922 }
917 923
918 #snackbar.show { 924 #snackbar.show {
919 visibility: visible; 925 visibility: visible;
920 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 926 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
921 animation: fadin 0.5s, fadout 0.5s 2.5s; 927 animation: fadin 0.5s, fadout 0.5s 2.5s;
922 } 928 }
923 929
924 @-webkit-keyframes fadin { 930 @-webkit-keyframes fadin {
925 from {bottom: 0; opacity: 0;} 931 from {bottom: 0; opacity: 0;}
926 to {bottom: 30px; opacity: 1;} 932 to {bottom: 30px; opacity: 1;}
927 } 933 }
928 934
929 @keyframes fadin { 935 @keyframes fadin {
930 from {bottom: 0; opacity: 0;} 936 from {bottom: 0; opacity: 0;}
931 to {bottom: 30px; opacity: 1;} 937 to {bottom: 30px; opacity: 1;}
932 } 938 }
933 939
934 @-webkit-keyframes fadout { 940 @-webkit-keyframes fadout {
935 from {bottom: 30px; opacity: 1;} 941 from {bottom: 30px; opacity: 1;}
936 to {bottom: 0; opacity: 0;} 942 to {bottom: 0; opacity: 0;}
937 } 943 }
938 944
939 @keyframes fadout { 945 @keyframes fadout {
940 from {bottom: 30px; opacity: 1;} 946 from {bottom: 30px; opacity: 1;}
941 to {bottom: 0; opacity: 0;} 947 to {bottom: 0; opacity: 0;}
942 } 948 }
943 949
944 950
945 #snacsskbar { 951 #snacsskbar {
946 visibility: hidden; 952 visibility: hidden;
947 min-width: 250px; 953 min-width: 250px;
948 margin-left: -125px; 954 margin-left: -125px;
949 background-color: #333; 955 background-color: #333;
950 color: #fff; 956 color: #fff;
951 text-align: center; 957 text-align: center;
952 border-radius: 2px; 958 border-radius: 2px;
953 padding: 16px; 959 padding: 16px;
954 position: fixed; 960 position: fixed;
955 z-index: 1; 961 z-index: 1;
956 left: 50%; 962 left: 50%;
957 top: 30px; 963 top: 30px;
958 font-size: 17px; 964 font-size: 17px;
959 } 965 }
960 966
961 #snacsskbar.show { 967 #snacsskbar.show {
962 visibility: visible; 968 visibility: visible;
963 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 969 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
964 animation: fadein 0.5s, fadeout 0.5s 2.5s; 970 animation: fadein 0.5s, fadeout 0.5s 2.5s;
965 } 971 }
966 972
967 @-webkit-keyframes fadein { 973 @-webkit-keyframes fadein {
968 from {top: 0; opacity: 0;} 974 from {top: 0; opacity: 0;}
969 to {top: 30px; opacity: 1;} 975 to {top: 30px; opacity: 1;}
970 } 976 }
971 977
972 @keyframes fadein { 978 @keyframes fadein {
973 from {top: 0; opacity: 0;} 979 from {top: 0; opacity: 0;}
974 to {top: 30px; opacity: 1;} 980 to {top: 30px; opacity: 1;}
975 } 981 }
976 982
977 @-webkit-keyframes fadeout { 983 @-webkit-keyframes fadeout {
978 from {top: 30px; opacity: 1;} 984 from {top: 30px; opacity: 1;}
979 to {top: 0; opacity: 0;} 985 to {top: 0; opacity: 0;}
980 } 986 }
981 987
982 @keyframes fadeout { 988 @keyframes fadeout {
983 from {top: 30px; opacity: 1;} 989 from {top: 30px; opacity: 1;}
984 to {top: 0; opacity: 0;} 990 to {top: 0; opacity: 0;}
985 } 991 }
986 992
987 input.hidden { 993 input.hidden {
988 position: absolute; 994 position: absolute;
989 left: -9999px; 995 left: -9999px;
990 } 996 }
991 997
992 #profile-image1 { 998 #profile-image1 {
993 cursor: pointer; 999 cursor: pointer;
994 width: 100px; 1000 width: 100px;
995 height: 100px; 1001 height: 100px;
996 border:2px solid #eee ; 1002 border:2px solid #eee ;
997 } 1003 }
998 1004
999 .tital{ font-size:16px; font-weight:500;} 1005 .tital{ font-size:16px; font-weight:500;}
1000 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} 1006 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0}
1001 .footerpadd{padding: 5px;} 1007 .footerpadd{padding: 5px;}
1002 1008
1003 1009
1004 .container1{ 1010 .container1{
1005 width: 100% 1011 width: 100%
1006 } 1012 }
1007 1013
1008 .no-margin{ 1014 .no-margin{
1009 margin: 0 0 0 !important; 1015 margin: 0 0 0 !important;
1010 } 1016 }
1011 .no-padding{ 1017 .no-padding{
1012 padding: 0 0 0 0 !important; 1018 padding: 0 0 0 0 !important;
1013 } 1019 }
1014 .select-stage{ 1020 .select-stage{
1015 margin: 10px 0; 1021 margin: 10px 0;
1016 } 1022 }
1017 .cards-content{ 1023 .cards-content{
1018 margin-top: 40px; 1024 margin-top: 40px;
1019 } 1025 }
1020 .cards-content p{ 1026 .cards-content p{
1021 font-size: 13px; 1027 font-size: 13px;
1022 } 1028 }
1023 .q-card-align{ 1029 .q-card-align{
1024 margin-top: 15px; 1030 margin-top: 15px;
1025 } 1031 }
1026 .width-auto{ 1032 .width-auto{
1027 width: auto !important; 1033 width: auto !important;
1028 } 1034 }
1029 .margin-right-label{ 1035 .margin-right-label{
1030 margin-right: 20px; 1036 margin-right: 20px;
1031 } 1037 }
1032 .margin-right-label label{ 1038 .margin-right-label label{
1033 margin-left: 5px; 1039 margin-left: 5px;
1034 } 1040 }
1035 .apply-coupen-btn{ 1041 .apply-coupen-btn{
1036 position: absolute; 1042 position: absolute;
1037 top: -2px; 1043 top: -2px;
1038 right: 13px; 1044 right: 13px;
1039 border: none; 1045 border: none;
1040 height: 44px; 1046 height: 44px;
1041 color: #fff; 1047 color: #fff;
1042 background-color: #666; 1048 background-color: #666;
1043 width: 75px; 1049 width: 75px;
1044 } 1050 }
1045 .coupen-approved{ 1051 .coupen-approved{
1046 position: absolute; 1052 position: absolute;
1047 right: 120px; 1053 right: 120px;
1048 top: 6px; 1054 top: 6px;
1049 color: rgb(66, 181, 73); 1055 color: rgb(66, 181, 73);
1050 font-size: 30px !important; 1056 font-size: 30px !important;
1051 } 1057 }
1052 .right-side-links{ 1058 .right-side-links{
1053 margin-top: 12px; 1059 margin-top: 12px;
1054 } 1060 }
1055 .right-side-links a{ 1061 .right-side-links a{
1056 width: auto; 1062 width: auto;
1057 display: inline; 1063 display: inline;
1058 } 1064 }
1059 .right-side-links a:first-child{ 1065 .right-side-links a:first-child{
1060 border-right: 1px solid #fff; 1066 border-right: 1px solid #fff;
1061 padding-right: 4px; 1067 padding-right: 4px;
1062 } 1068 }
1063 1069
1064 @media (max-width: 768px){ 1070 @media (max-width: 768px){
1065 .cards-content{ 1071 .cards-content{
1066 margin-top: 15px; 1072 margin-top: 15px;
1067 margin-bottom: 30px; 1073 margin-bottom: 30px;
1068 } 1074 }
1069 .no-padding-mobile{ 1075 .no-padding-mobile{
1070 padding-left: 0 !important; 1076 padding-left: 0 !important;
1071 padding-right: 0 !important; 1077 padding-right: 0 !important;
1072 } 1078 }
1073 .sector-align .card-small{ 1079 .sector-align .card-small{
1074 height: 74px; 1080 height: 74px;
1075 } 1081 }
1076 .stages-card{ 1082 .stages-card{
1077 width: 92%; 1083 width: 92%;
1078 } 1084 }
1079 .right-stage-card{ 1085 .right-stage-card{
1080 float: right; 1086 float: right;
1081 } 1087 }
1082 .margin-auto-mobile{ 1088 .margin-auto-mobile{
1083 margin-left: 4%; 1089 margin-left: 4%;
1084 } 1090 }
1085 .card .thumbnail{ 1091 .card .thumbnail{
1086 padding: 15px 0 1px 0; 1092 padding: 15px 0 1px 0;
1087 } 1093 }
1088 .thumbnail > img, .thumbnail a > img{ 1094 .thumbnail > img, .thumbnail a > img{
1089 width: 50%; 1095 width: 50%;
1090 } 1096 }
1091 .right-side-links a{ 1097 .right-side-links a{
1092 display: block; 1098 display: block;
1093 width: 100%; 1099 width: 100%;
1094 } 1100 }
1095 .right-side-links a:first-child{ 1101 .right-side-links a:first-child{
1096 border-right: 0 solid #fff; 1102 border-right: 0 solid #fff;
1097 padding-right: 0; 1103 padding-right: 0;
1098 } 1104 }
1099 .right-side-links{ 1105 .right-side-links{
1100 margin-top: 0; 1106 margin-top: 0;
1101 } 1107 }
1102 .panel-default{ 1108 .panel-default{
1103 border-color: transparent; 1109 border-color: transparent;
1104 box-shadow: none; 1110 box-shadow: none;
1105 } 1111 }
1106 .modal-footers { 1112 .modal-footers {
1107 padding: 19px 20px 20px; 1113 padding: 19px 20px 20px;
1108 margin-top: 15px; 1114 margin-top: 15px;
1109 text-align: center !important; 1115 text-align: center !important;
1110 margin-bottom: 4px; 1116 margin-bottom: 4px;
1111 } 1117 }
1112 } 1118 }
1113 1119
1114 .card-input { 1120 .card-input {
1115 display: none; 1121 display: none;
1116 } 1122 }
1117 1123
1118 .card { 1124 .card {
1119 font-size: 1em; 1125 font-size: 1em;
1120 overflow: hidden; 1126 overflow: hidden;
1121 padding: 0; 1127 padding: 0;
1122 border: none; 1128 border: none;
1123 border-radius: .28571429rem; 1129 border-radius: .28571429rem;
1124 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; 1130 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
1125 } 1131 }
1126 1132
1127 .card-block { 1133 .card-block {
1128 font-size: 1em; 1134 font-size: 1em;
1129 position: relative; 1135 position: relative;
1130 margin: 0; 1136 margin: 0;
1131 padding: 4%; 1137 padding: 4%;
1132 border: none; 1138 border: none;
1133 border-top: 1px solid rgba(34, 36, 38, .1); 1139 border-top: 1px solid rgba(34, 36, 38, .1);
1134 box-shadow: none; 1140 box-shadow: none;
1135 } 1141 }
1136 .button-position{ 1142 .button-position{
1137 position: relative; 1143 position: relative;
1138 top: -10px; 1144 top: -10px;
1139 } 1145 }
1140 .card-img-top { 1146 .card-img-top {
1141 display: block; 1147 display: block;
1142 width: 100%; 1148 width: 100%;
1143 height: auto; 1149 height: auto;
1144 } 1150 }
1145 1151
1146 .card-title { 1152 .card-title {
1147 font-size: 13px; 1153 font-size: 13px;
1148 font-weight: 600; 1154 font-weight: 600;
1149 margin: 0; 1155 margin: 0;
1150 line-height: normal; 1156 line-height: normal;
1151 } 1157 }
1152 .card-sub-title{ 1158 .card-sub-title{
1153 font-size: 15px; 1159 font-size: 15px;
1154 color: #666; 1160 color: #666;
1155 font-weight: normal; 1161 font-weight: normal;
1156 margin-bottom: 0; 1162 margin-bottom: 0;
1157 } 1163 }
1158 .button-aligment{ 1164 .button-aligment{
1159 margin-top: 5px; 1165 margin-top: 5px;
1160 } 1166 }
1161 .card-text { 1167 .card-text {
1162 clear: both; 1168 clear: both;
1163 margin-top: .5em; 1169 margin-top: .5em;
1164 color: rgba(0, 0, 0, .68); 1170 color: rgba(0, 0, 0, .68);
1165 padding-bottom: 3%; 1171 padding-bottom: 3%;
1166 font-size: 13px; 1172 font-size: 13px;
1167 } 1173 }
1168 1174
1169 .card-text2 { 1175 .card-text2 {
1170 padding: 3% 0 3% 4%;; 1176 padding: 3% 0 3% 4%;;
1171 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1177 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1172 } 1178 }
1173 .card-text2 span{ 1179 .card-text2 span{
1174 font-size: 11px; 1180 font-size: 11px;
1175 color: #666; 1181 color: #666;
1176 } 1182 }
1177 .card-text2 div{ 1183 .card-text2 div{
1178 margin-top: 0 !important; 1184 margin-top: 0 !important;
1179 font-weight: normal; 1185 font-weight: normal;
1180 color: #000; 1186 color: #000;
1181 font-size: 12px; 1187 font-size: 12px;
1182 padding-bottom: 0; 1188 padding-bottom: 0;
1183 } 1189 }
1184 1190
1185 .card-inverse .btn { 1191 .card-inverse .btn {
1186 border: 1px solid rgba(0, 0, 0, .05); 1192 border: 1px solid rgba(0, 0, 0, .05);
1187 } 1193 }
1188 1194
1189 .card-text3 { 1195 .card-text3 {
1190 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1196 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1191 } 1197 }
1192 1198
1193 .container { 1199 .container {
1194 display: block; 1200 display: block;
1195 position: relative; 1201 position: relative;
1196 padding: 0; 1202 padding: 0;
1197 margin-bottom: 12px; 1203 margin-bottom: 12px;
1198 cursor: pointer; 1204 cursor: pointer;
1199 font-size: 16px; 1205 font-size: 16px;
1200 -webkit-user-select: none; 1206 -webkit-user-select: none;
1201 -moz-user-select: none; 1207 -moz-user-select: none;
1202 -ms-user-select: none; 1208 -ms-user-select: none;
1203 user-select: none; 1209 user-select: none;
1204 width:100%; 1210 width:100%;
1205 } 1211 }
1206 1212
1207 .container1 { 1213 .container1 {
1208 display: block; 1214 display: block;
1209 position: relative; 1215 position: relative;
1210 padding-left: 31px; 1216 padding-left: 31px;
1211 margin-bottom: 12px; 1217 margin-bottom: 12px;
1212 cursor: pointer; 1218 cursor: pointer;
1213 font-size: 15px; 1219 font-size: 15px;
1214 -webkit-user-select: none; 1220 -webkit-user-select: none;
1215 -moz-user-select: none; 1221 -moz-user-select: none;
1216 -ms-user-select: none; 1222 -ms-user-select: none;
1217 user-select: none; 1223 user-select: none;
1218 width:100%; 1224 width:100%;
1219 } 1225 }
1220 1226
1221 /* Hide the browser's default radio button */ 1227 /* Hide the browser's default radio button */
1222 .container input { 1228 .container input {
1223 position: absolute; 1229 position: absolute;
1224 opacity: 0; 1230 opacity: 0;
1225 } 1231 }
1226 1232
1227 /* Create a custom radio button */ 1233 /* Create a custom radio button */
1228 .checkmark { 1234 .checkmark {
1229 position: absolute; 1235 position: absolute;
1230 top: 0; 1236 top: 0;
1231 left: 0; 1237 left: 0;
1232 height: 25px; 1238 height: 25px;
1233 width: 25px; 1239 width: 25px;
1234 background-color: #eee; 1240 background-color: #eee;
1235 border-radius: 50%; 1241 border-radius: 50%;
1236 } 1242 }
1237 1243
1238 /* On mouse-over, add a grey background color */ 1244 /* On mouse-over, add a grey background color */
1239 .container:hover input ~ .checkmark { 1245 .container:hover input ~ .checkmark {
1240 background-color: #ccc; 1246 background-color: #ccc;
1241 } 1247 }
1242 1248
1243 /* When the radio button is checked, add a blue background */ 1249 /* When the radio button is checked, add a blue background */
1244 .container input:checked ~ .checkmark { 1250 .container input:checked ~ .checkmark {
1245 background-color: #42b549; 1251 background-color: #42b549;
1246 } 1252 }
1247 1253
1248 /* Create the indicator (the dot/circle - hidden when not checked) */ 1254 /* Create the indicator (the dot/circle - hidden when not checked) */
1249 .checkmark:after { 1255 .checkmark:after {
1250 content: ""; 1256 content: "";
1251 position: absolute; 1257 position: absolute;
1252 display: none; 1258 display: none;
1253 } 1259 }
1254 1260
1255 /* Show the indicator (dot/circle) when checked */ 1261 /* Show the indicator (dot/circle) when checked */
1256 .container input:checked ~ .checkmark:after { 1262 .container input:checked ~ .checkmark:after {
1257 display: block; 1263 display: block;
1258 } 1264 }
1259 1265
1260 /* Style the indicator (dot/circle) */ 1266 /* Style the indicator (dot/circle) */
1261 .container .checkmark:after { 1267 .container .checkmark:after {
1262 top: 9px; 1268 top: 9px;
1263 left: 9px; 1269 left: 9px;
1264 width: 8px; 1270 width: 8px;
1265 height: 8px; 1271 height: 8px;
1266 border-radius: 50%; 1272 border-radius: 50%;
1267 background: white; 1273 background: white;
1268 } 1274 }
images/backgroundimage.jpeg

115 KB

1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- define angular app --> 3 <!-- define angular app -->
4 <html ng-app="scotchApp"> 4 <html ng-app="scotchApp">
5 5
6 <head> 6 <head>
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 8 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 <meta name="viewport" content="width=device-width, initial-scale=1">
10 <title>Startup Jalsa</title> 10 <title>Startup Jalsa</title>
11 <link rel="shortcut icon" type="image/png" href="http://startupjalsa.com/wp-content/uploads/2016/08/cropped-Sj-LOGO-512-X-512-01-270x270.png"/> 11 <link rel="shortcut icon" type="image/png" href="http://startupjalsa.com/wp-content/uploads/2016/08/cropped-Sj-LOGO-512-X-512-01-270x270.png"/>
12 <link rel="shortcut icon" type="image/png" href="http://startupjalsa.com/wp-content/uploads/2016/08/cropped-Sj-LOGO-512-X-512-01-270x270.png"/> 12 <link rel="shortcut icon" type="image/png" href="http://startupjalsa.com/wp-content/uploads/2016/08/cropped-Sj-LOGO-512-X-512-01-270x270.png"/>
13 <!-- SCROLLS --> 13 <!-- SCROLLS -->
14 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/> 14 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
15 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css"/> 15 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css"/>
16 16
17 <!-- SPELLS --> 17 <!-- SPELLS -->
18 <script type="text/javascript" src="js/jquery-3.2.1.js"></script> 18 <script type="text/javascript" src="js/jquery-3.2.1.js"></script>
19 <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular.min.js"></script> 19 <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular.min.js"></script>
20 <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular-route.js"></script> 20 <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular-route.js"></script>
21 <link rel="stylesheet" type="text/css" href="css/bootstrap.css"> 21 <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
22 <link rel="stylesheet" type="text/css" href="css/custom.css"> 22 <link rel="stylesheet" type="text/css" href="css/custom.css">
23 <script src="https://checkout.razorpay.com/v1/checkout.js"></script> 23 <script src="https://checkout.razorpay.com/v1/checkout.js"></script>
24 <link rel="stylesheet" href="css/circle.css"> 24 <link rel="stylesheet" href="css/circle.css">
25 <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> 25 <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
26 <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css"> 26 <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
27 <script src="script.js"></script> 27 <script src="script.js"></script>
28 <script src="js/angular-svg-round-progressbar.js"></script> 28 <script src="js/angular-svg-round-progressbar.js"></script>
29 <script src="js/angular.js"></script> 29 <script src="js/angular.js"></script>
30 <script src="js/bootstrap.js"></script> 30 <script src="js/bootstrap.js"></script>
31 <script src="dist/angular-google-analytics.js"></script> 31 <script src="dist/angular-google-analytics.js"></script>
32 <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': 32 <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
33 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], 33 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
34 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 34 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
35 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); 35 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
36 })(window,document,'script','dataLayer','GTM-KCXPCKF');</script> 36 })(window,document,'script','dataLayer','GTM-KCXPCKF');</script>
37 <!-- <script> 37 <!-- <script>
38 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 38 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
39 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 39 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
40 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) 40 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
41 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); 41 })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
42 42
43 ga('create', 'UA-106416759-1', 'auto'); 43 ga('create', 'UA-106416759-1', 'auto');
44 ga('send', 'pageview'); 44 ga('send', 'pageview');
45 </script> --> 45 </script> -->
46 46
47 </head> 47 </head>
48 48
49 <!-- define angular controller --> 49 <!-- define angular controller -->
50 <body ng-controller="mainController"> 50 <body ng-controller="mainController">
51 <!-- Google Tag Manager (noscript) --> 51 <!-- Google Tag Manager (noscript) -->
52 <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCXPCKF" 52 <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCXPCKF"
53 height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> 53 height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
54 <!-- End Google Tag Manager (noscript) --> 54 <!-- End Google Tag Manager (noscript) -->
55 55
56 <div id="main"> 56 <div id="main">
57 <div ng-view></div> 57 <div ng-view id="front"></div>
58 </div> 58 </div>
59 59
60 </body> 60 </body>
61 61
62 </html> 62 </html>
63 63
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" style="background-color:white;">
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 ₹1 Crore* in just 3 steps:</b> 22 <b>Startup Jalsa 2017 brings you a chance to get guaranteed funding of upto ₹1 Crore* 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, using PowerPoint presentation/ video/ verbally.</li> 35 <li>Select a city meetup near you to pitch your Idea/Startup, using PowerPoint presentation/ video/ verbally.</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> 44 </ul>
45 <!-- <p>* funding Subject to due deligence</p> --> 45 <!-- <p>* funding Subject to due deligence</p> -->
46 </div> 46 </div>
47 </div> 47 </div>
48 <div class="row"> 48 <div class="row">
49 <div class="col-sm-4" style="margin-top:2%;"> 49 <div class="col-sm-4" style="margin-top:2%;">
50 <div class="card" style="width:auto;"> 50 <div class="card" style="width:auto;">
51 <!-- <p style="font-size:15px;padding:3% 4%"><b>Inspire edition of Startup Jalsa is coming to the following cities:</b></p> 51 <!-- <p style="font-size:15px;padding:3% 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> 52 <span style="padding:0% 4%">Pitch on the following dates: 3:30PM onward.</span>
53 <ul> 53 <ul>
54 <li>Chennai</li> 54 <li>Chennai</li>
55 <li>Pune</li> 55 <li>Pune</li>
56 <li>Mumbai</li> 56 <li>Mumbai</li>
57 <li>Ahmedabad</li> 57 <li>Ahmedabad</li>
58 <li>Jaipur</li> 58 <li>Jaipur</li>
59 <li>Hyderabad</li> 59 <li>Hyderabad</li>
60 <li>Bengaluru</li> 60 <li>Bengaluru</li>
61 <li>Delhi</li> 61 <li>Delhi</li>
62 </ul> --> 62 </ul> -->
63 <p style="font-size:15px;padding-left:8%;color:red;"><b>Invest edition of Startup Jalsa is in Chandigarh: 16th & 17th December</b></p> 63 <p style="font-size:15px;padding-left:8%;color:red;"><b>Invest edition of Startup Jalsa is in Chandigarh: 16th & 17th December</b></p>
64 <p style="font-size:15px;padding-left:8%"><b>Starts at 11am on 16th December, Ends at 7pm on 17th December</b></p> 64 <p style="font-size:15px;padding-left:8%"><b>Starts at 11am on 16th December, Ends at 7pm on 17th December</b></p>
65 <p style="font-size:15px;padding-left:8%"><b>Agenda of the main event:<a href ="https://docs.google.com/spreadsheets/d/1NIcr0V02EMdr2rSNYXaP2gV8A5J5dQAV_a6fzAw5AE4/edit?usp=sharing" target="_blank" style="color:#269abc"> Click here</a></b></p>
65 <p style="font-size:15px;padding-left:8%"><b>Highlights of 2016 edition:<a href ="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/8i1bLQ7jS0I</a></b></p> 66 <p style="font-size:15px;padding-left:8%"><b>Highlights of 2016 edition:<a href ="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/8i1bLQ7jS0I</a></b></p>
66 <p style="font-size:15px;padding-left:8%"><b>Concept of 2017 edition:<a href ="https://www.youtube.com/watch?v=FpJWuhZj1bc&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/FpJWuhZj1bc</a></b></p><br> 67 <p style="font-size:15px;padding-left:8%"><b>Concept of 2017 edition:<a href ="https://www.youtube.com/watch?v=FpJWuhZj1bc&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/FpJWuhZj1bc</a></b></p><br>
67 </div> 68 </div>
68 </div> 69 </div>
69 </div> 70 </div>
70 </div><br> 71 </div><br>
71 <div style="text-align:center"> 72 <div style="text-align:center">
72 <input type="button" style="font-size:16px;color:#fff" class="btn submit-button" value="Select City" ng-click="apply()"> 73 <input type="button" style="font-size:16px;color:#fff" class="btn submit-button" value="Apply for startup jalsa" ng-click="apply()">
73 </div><br> 74 </div><br>
74 <div style="font-size:15px">* Subject to industry standard due diligence.<br> 75 <div style="font-size:15px">* Subject to industry standard due diligence.<br>
75 <span style="color:red"> For any queries contact Pallav: 9915319237</span><!-- <br> --> 76 <span style="color:red"> For any queries contact Pallav: 9915319237</span><!-- <br> -->
76 <!-- <span style="color:red">IIT Madras and IIT Madras Research Park startups call Nirmal- +918355975855 for promo codes.</span> --> 77 <!-- <span style="color:red">IIT Madras and IIT Madras Research Park startups call Nirmal- +918355975855 for promo codes.</span> -->
77 </div><br> 78 </div><br>
78 </div> 79 </div>
79 </div> 80 </div>
80 <footer> 81 <footer>
81 <img id="footer" class="img-responsive banner"> 82 <img id="footer" class="img-responsive banner">
82 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> </center> 83 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technologies.</a> </center>
83 </footer> 84 </footer>
84 </form> 85 </form>
85 <span ng-show="span == true"> 86 <span ng-show="span == true">
86 <span id="chennai"></span> 87 <span id="chennai"></span>
87 <span id="pune"></span> 88 <span id="pune"></span>
88 <span id="mumbai"></span> 89 <span id="mumbai"></span>
89 <span id="hyderabad"></span> 90 <span id="hyderabad"></span>
90 <span id="chandigarh"></span> 91 <span id="chandigarh"></span>
91 <span id="delhi"></span> 92 <span id="delhi"></span>
92 <span id="ahmedabad"></span> 93 <span id="ahmedabad"></span>
93 <span id="bangalore"></span> 94 <span id="bangalore"></span>
94 <span id="jaipur"></span> 95 <span id="jaipur"></span>
95 <span id="maininvest"></span> 96 <span id="maininvest"></span>
96 </span> 97 </span>
97 98
98 99
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:18px;text-align:center;">Missed coming to the city events?</p> 15 <div class="stage-shadow" id="front">
16 <p class="select-stage" style="font-size:18px;text-align:center;color:red"><b>Guaranteed on-the-spot funding of ₹1 crore* is still up for grabs</b></p>
17 <p class="select-stage" style="font-size:18px;text-align:center;">Do you have what it takes to be the next top startup of India?</p>
18 <p class="select-stage" style="font-size:18px;text-align:center;"><b>Come and pitch in Chandigarh!</b></p>
19 <div class="stage-shadow">
20 <div class="stages card-align"> 16 <div class="stages card-align">
21 <div class="row"> 17 <div class="row">
22 <!-- <div class="col-md-3"> 18 <!-- <div class="col-md-3">
23 <div class="card" style="width:100%"> 19 <div class="card" style="width:100%">
24 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 20 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
25 <img class="card-img-top" src="images/chandigrh.jpg" style="width:100%"> 21 <img class="card-img-top" src="images/chandigrh.jpg" style="width:100%">
26 <div class="card-block"> 22 <div class="card-block">
27 <div class="pull-left"> 23 <div class="pull-left">
28 <h4 class="card-title">Chandigarh</h4> 24 <h4 class="card-title">Chandigarh</h4>
29 <label class="card-sub-title">2nd December,2017</label> 25 <label class="card-sub-title">2nd December,2017</label>
30 </div> 26 </div>
31 <div class="pull-right"> 27 <div class="pull-right">
32 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('chandigarh')">Apply</button> 28 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('chandigarh')">Apply</button>
33 </div> 29 </div>
34 <div class="clearfix"></div> 30 <div class="clearfix"></div>
35 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chandigarh"></span>*</label> 31 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chandigarh"></span>*</label>
36 </div> 32 </div>
37 <div class="card-text2"> 33 <div class="card-text2">
38 <span><b>Location</b></span> 34 <span><b>Location</b></span>
39 <div class="card-text">TBD</div> 35 <div class="card-text">TBD</div>
40 </div> 36 </div>
41 </label> 37 </label>
42 </div> 38 </div>
43 </div> --> 39 </div> -->
44 <div class="col-md-6 col-md-offset-3"> 40 <div class="col-md-6 col-md-offset-3">
45 <div class="card" style="width:100%"> 41 <div class="card" style="width:100%">
42 <p class="select-stage" style="font-size:18px;text-align:center;">Missed coming to the city events?</p>
43 <p class="select-stage" style="font-size:18px;text-align:center;color:red"><b>Guaranteed on-the-spot funding of ₹1 crore* is still up for grabs</b></p>
44 <p class="select-stage" style="font-size:18px;text-align:center;">Do you have what it takes to be the next top startup of India?</p>
45 <p class="select-stage" style="font-size:18px;text-align:center;"><b>Come and pitch in Chandigarh!</b></p><br>
46 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 46 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
47 <img class="card-img-top" src="images/maineventChandigarh.jpg" style="width:100%;"> 47 <img class="card-img-top" src="images/maineventChandigarh.jpg" style="width:100%;">
48 <div class="card-block"> 48 <div class="card-block">
49 <div class="pull-left"> 49 <div class="pull-left">
50 <h4 class="card-title" style="font-size:22px;">Startup Jalsa 2017, Chandigarh</h4> 50 <h4 class="card-title" style="font-size:22px;">Startup Jalsa 2017, Chandigarh</h4>
51 <h4 class="card-title" style="font-size:16px;">Main Invest Edition</h4> 51 <h4 class="card-title" style="font-size:16px;">Main Invest Edition</h4>
52 <label class="card-sub-title" style="font-size:15px;">16th-17th December</label> 52 <label class="card-sub-title" style="font-size:15px;">16th-17th December</label>
53 </div> 53 </div>
54 <div class="pull-right"> 54 <div class="pull-right">
55 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 25px;" ng-click="register('chandigarh')">Apply</button> 55 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 25px;" ng-click="register('chandigarh')">Apply</button>
56 </div> 56 </div>
57 <div class="clearfix"></div> 57 <div class="clearfix"></div>
58 <label class="card-sub-title"><span style="color:red">Only 30 pitch slots left book your slot fast</span> : <span id="maininvest"></span>*</label><br> 58 <label class="card-sub-title"><span style="color:red">Only 30 pitch slots left book your slot fast</span> : <span id="maininvest"></span>*</label><br>
59 <label class="card-sub-title"><span>Agenda of the main event:<a href ="https://docs.google.com/spreadsheets/d/1NIcr0V02EMdr2rSNYXaP2gV8A5J5dQAV_a6fzAw5AE4/edit?usp=sharing" target="_blank" style="color:#269abc"> Click here</a></span></label>
59 <label class="card-sub-title"><span>Highlights of 2016 edition:<a href ="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/8i1bLQ7jS0I</a></span></label> 60 <label class="card-sub-title"><span>Highlights of 2016 edition:<a href ="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/8i1bLQ7jS0I</a></span></label>
60 <label class="card-sub-title"><span>Concept of 2017 edition:<a href ="https://www.youtube.com/watch?v=FpJWuhZj1bc&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/FpJWuhZj1bc</a></span></label> 61 <label class="card-sub-title"><span>Concept of 2017 edition:<a href ="https://www.youtube.com/watch?v=FpJWuhZj1bc&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/FpJWuhZj1bc</a></span></label>
61 </div> 62 </div>
62 <div class="card-text2"> 63 <div class="card-text2">
63 <span style="font-size:15px;"><b>Location</b></span> 64 <span style="font-size:15px;"><b>Location</b></span>
64 <div class="card-text" style="font-size:15px;">Lake Club, Sector 1, Chandigarh</div> 65 <div class="card-text" style="font-size:15px;">Lake Club, Sector 1, Chandigarh</div>
65 <div class="card-text" style="font-size:15px;">Starts at 11am on 16th December, Ends at 7pm on 17th December</div> 66 <div class="card-text" style="font-size:15px;">Starts at 11am on 16th December, Ends at 7pm on 17th December</div>
66 </div> 67 </div>
67 <!-- <div class="card-text3"> 68 <!-- <div class="card-text3">
68 <p> 69 <p>
69 <ul style="padding: 2% 0 2% 2%;font-size: 15px;"> 70 <ul style="padding: 2% 0 2% 2%;font-size: 15px;">
70 <li>Access to 2-days conference</li> 71 <li>Access to 2-days conference</li>
71 <li>Pitching for funding up to Rs 1 crore</li> 72 <li>Pitching for funding up to Rs 1 crore</li>
72 <li>Private interaction in khopchas</li> 73 <li>Private interaction in khopchas</li>
73 <li>Access to 30+ investors in the startup ecosystem</li> 74 <li>Access to 30+ investors in the startup ecosystem</li>
74 </ul> 75 </ul>
75 </p> 76 </p>
76 </div> --> 77 </div> -->
77 <div class="col-md-12 row card-text3" style="margin-left: 0;"> 78 <div class="col-md-12 row card-text3" style="margin-left: 0;">
78 <div class="col-md-6"> 79 <div class="col-md-6">
79 <ul style="padding: 8% 0 2% 0;font-size: 15px;"> 80 <ul style="padding: 8% 0 2% 0;font-size: 15px;">
80 <li style="width:100%">Win guaranteed funding upto ₹1 crore* to be the Next Top Startup of India</li> 81 <li style="width:100%">Win guaranteed funding upto ₹1 crore* to be the Next Top Startup of India</li>
81 </ul> 82 </ul>
82 </div> 83 </div>
83 <div class="col-md-6"> 84 <div class="col-md-6">
84 <ul style="padding: 8% 0 2% 0;font-size: 15px;"> 85 <ul style="padding: 8% 0 2% 0;font-size: 15px;">
85 <li style="width:100%">Private 1-on-1 interaction with investors in khopchas to get funded from top investors upto ₹10 crores*</li> 86 <li style="width:100%">Private 1-on-1 interaction with investors in khopchas to get funded from top investors upto ₹10 crores*</li>
86 </ul> 87 </ul>
87 </div> 88 </div>
88 <div class="col-md-6"> 89 <div class="col-md-6">
89 <ul style="padding: 0;font-size: 15px;"> 90 <ul style="padding: 0;font-size: 15px;">
90 <li style="width:100%">Access to 30+ top investors in the ecosystem</li> 91 <li style="width:100%">Access to 30+ top investors in the ecosystem</li>
91 </ul> 92 </ul>
92 </div> 93 </div>
93 <div class="col-md-6"> 94 <div class="col-md-6">
94 <ul style="padding: 0;font-size: 15px;"> 95 <ul style="padding: 0;font-size: 15px;">
95 <li style="width:100%">Network with the biggest names at the 2-day conference</li> 96 <li style="width:100%">Network with the biggest names at the 2-day conference</li>
96 </ul> 97 </ul>
97 </div> 98 </div>
98 <span style="float: right;font-size: 13px;padding:0 2% 3% 0">* Subject to due diligence</span> 99 <span style="float: right;font-size: 13px;padding:0 2% 3% 0">* Subject to due diligence</span>
99 </div> 100 </div>
100 </label> 101 </label>
101 </div> 102 </div>
102 </div> 103 </div>
103 </div> 104 </div>
104 </div> 105 </div>
105 <div class="stages card-align"> 106 <div class="stages card-align">
106 <div class="row"> 107 <div class="row">
107 <div class="col-md-3" style="margin-top: 2%;"> 108 <div class="col-md-3" style="margin-top: 2%;">
108 <div class="card" style="width:100%"> 109 <div class="card" style="width:100%">
109 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 110 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
110 <img class="card-img-top" src="images/Delhi (3).png" style="width:100%"> 111 <img class="card-img-top" src="images/Delhi (3).png" style="width:100%">
111 <div class="card-block"> 112 <div class="card-block">
112 <div class="pull-left"> 113 <div class="pull-left">
113 <h4 class="card-title">Delhi</h4> 114 <h4 class="card-title">Delhi</h4>
114 <label class="card-sub-title">29th November,2017</label> 115 <label class="card-sub-title">29th November,2017</label>
115 </div> 116 </div>
116 <div class="pull-right"> 117 <div class="pull-right">
117 <!-- <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> --> 118 <!-- <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> -->
118 </div> 119 </div>
119 <div class="clearfix"></div> 120 <div class="clearfix"></div>
120 <!-- <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chennai"></span>*</label> --> 121 <!-- <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="chennai"></span>*</label> -->
121 <label class="card-sub-title"><span style="color:red">Sold out</span></label> 122 <label class="card-sub-title"><span style="color:red">Sold out</span></label>
122 </div> 123 </div>
123 <div class="card-text2"> 124 <div class="card-text2">
124 <span><b>Location</b></span> 125 <span><b>Location</b></span>
125 <div class="card-text">Delhi Technological University, Shahbad Daulatpur, Delhi</div> 126 <div class="card-text">Delhi Technological University, Shahbad Daulatpur, Delhi</div>
126 </div> 127 </div>
127 </label> 128 </label>
128 </div> 129 </div>
129 </div> 130 </div>
130 <div class="col-md-3" style="margin-top: 2%;"> 131 <div class="col-md-3" style="margin-top: 2%;">
131 <div class="card" style="width:100%"> 132 <div class="card" style="width:100%">
132 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 133 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
133 <img class="card-img-top" src="images/bangalore (1).png" style="width:100%"> 134 <img class="card-img-top" src="images/bangalore (1).png" style="width:100%">
134 <div class="card-block"> 135 <div class="card-block">
135 <div class="pull-left"> 136 <div class="pull-left">
136 <h4 class="card-title">Bengaluru</h4> 137 <h4 class="card-title">Bengaluru</h4>
137 <label class="card-sub-title">22nd November,2017</label> 138 <label class="card-sub-title">22nd November,2017</label>
138 </div> 139 </div>
139 <!-- <div class="pull-right"> 140 <!-- <div class="pull-right">
140 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('pune')">Apply</button> 141 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('pune')">Apply</button>
141 </div> --> 142 </div> -->
142 <div class="clearfix"></div> 143 <div class="clearfix"></div>
143 <label class="card-sub-title"><span style="color:red">Closed</span></label> 144 <label class="card-sub-title"><span style="color:red">Closed</span></label>
144 </div> 145 </div>
145 <div class="card-text2"> 146 <div class="card-text2">
146 <span><b>Location</b></span> 147 <span><b>Location</b></span>
147 <div class="card-text">NASSCOM 10,000 Startup Warehouse, Diamond District ISRO Colony, Domlur</div> 148 <div class="card-text">NASSCOM 10,000 Startup Warehouse, Diamond District ISRO Colony, Domlur</div>
148 </div> 149 </div>
149 </label> 150 </label>
150 </div> 151 </div>
151 </div> 152 </div>
152 <div class="col-md-3" style="margin-top: 2%;"> 153 <div class="col-md-3" style="margin-top: 2%;">
153 <div class="card" style="width:100%;"> 154 <div class="card" style="width:100%;">
154 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 155 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
155 <img class="card-img-top" src="images/Hyderabad1.png" style="width:100%"> 156 <img class="card-img-top" src="images/Hyderabad1.png" style="width:100%">
156 <div class="card-block"> 157 <div class="card-block">
157 <div class="pull-left"> 158 <div class="pull-left">
158 <h4 class="card-title">Hyderabad</h4> 159 <h4 class="card-title">Hyderabad</h4>
159 <label class="card-sub-title">21st November,2017</label> 160 <label class="card-sub-title">21st November,2017</label>
160 </div> 161 </div>
161 <!-- <div class="pull-right"> 162 <!-- <div class="pull-right">
162 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mumbai')">Apply</button> 163 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mumbai')">Apply</button>
163 </div> --> 164 </div> -->
164 <div class="clearfix"></div> 165 <div class="clearfix"></div>
165 <label class="card-sub-title"><span style="color:red">Closed</span></label> 166 <label class="card-sub-title"><span style="color:red">Closed</span></label>
166 </div> 167 </div>
167 <div class="card-text2"> 168 <div class="card-text2">
168 <span><b>Location</b></span> 169 <span><b>Location</b></span>
169 <div class="card-text">T-Hub, IIIT-Hyderabad Campus, Gachibowli, Hyderabad</div> 170 <div class="card-text">T-Hub, IIIT-Hyderabad Campus, Gachibowli, Hyderabad</div>
170 </div> 171 </div>
171 </label> 172 </label>
172 </div> 173 </div>
173 </div> 174 </div>
174 <div class="col-md-3" style="margin-top: 2%;"> 175 <div class="col-md-3" style="margin-top: 2%;">
175 <div class="card" style="width:100%"> 176 <div class="card" style="width:100%">
176 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 177 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
177 <img class="card-img-top" src="images/jaipur_2 (1).jpg" style="width:100%"> 178 <img class="card-img-top" src="images/jaipur_2 (1).jpg" style="width:100%">
178 <div class="card-block"> 179 <div class="card-block">
179 <div class="pull-left"> 180 <div class="pull-left">
180 <h4 class="card-title">Jaipur</h4> 181 <h4 class="card-title">Jaipur</h4>
181 <label class="card-sub-title">17th November,2017</label> 182 <label class="card-sub-title">17th November,2017</label>
182 </div> 183 </div>
183 <!-- <div class="pull-right"> 184 <!-- <div class="pull-right">
184 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('ahmedabad')">Apply</button> 185 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('ahmedabad')">Apply</button>
185 </div> --> 186 </div> -->
186 <div class="clearfix"></div> 187 <div class="clearfix"></div>
187 <label class="card-sub-title"><span style="color:red">Closed</span></label> 188 <label class="card-sub-title"><span style="color:red">Closed</span></label>
188 </div> 189 </div>
189 <div class="card-text2"> 190 <div class="card-text2">
190 <span><b>Location</b></span> 191 <span><b>Location</b></span>
191 <div class="card-text">Startup Oasis, M-7, Sitapura Industrial Area, Jaipur</div> 192 <div class="card-text">Startup Oasis, M-7, Sitapura Industrial Area, Jaipur</div>
192 </div> 193 </div>
193 </label> 194 </label>
194 </div> 195 </div>
195 </div> 196 </div>
196 </div> 197 </div>
197 </div> 198 </div>
198 <div class="clearfix"></div> 199 <div class="clearfix"></div>
199 <div class="stages card-align"> 200 <div class="stages card-align">
200 <div class="row"> 201 <div class="row">
201 <div class="col-md-3" style="margin-top: 2%;"> 202 <div class="col-md-3" style="margin-top: 2%;">
202 <div class="card" style="width:100%"> 203 <div class="card" style="width:100%">
203 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 204 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
204 <img class="card-img-top" src="images/ahmedabad.jpg" style="width:100%"> 205 <img class="card-img-top" src="images/ahmedabad.jpg" style="width:100%">
205 <div class="card-block"> 206 <div class="card-block">
206 <div class="pull-left"> 207 <div class="pull-left">
207 <h4 class="card-title">Ahmedabad</h4> 208 <h4 class="card-title">Ahmedabad</h4>
208 <label class="card-sub-title">15th November,2017</label> 209 <label class="card-sub-title">15th November,2017</label>
209 </div> 210 </div>
210 <!-- <div class="pull-right"> 211 <!-- <div class="pull-right">
211 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('jaipur')">Apply</button> 212 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('jaipur')">Apply</button>
212 </div> --> 213 </div> -->
213 <div class="clearfix"></div> 214 <div class="clearfix"></div>
214 <label class="card-sub-title"><span style="color:red">Closed</span></label> 215 <label class="card-sub-title"><span style="color:red">Closed</span></label>
215 </div> 216 </div>
216 <div class="card-text2"> 217 <div class="card-text2">
217 <span><b>Location</b></span> 218 <span><b>Location</b></span>
218 <div class="card-text" style="padding-bottom:16px;">IIM-Ahmedabad, Gujarat</div> 219 <div class="card-text" style="padding-bottom:16px;">IIM-Ahmedabad, Gujarat</div>
219 </div> 220 </div>
220 </label> 221 </label>
221 </div> 222 </div>
222 </div> 223 </div>
223 <div class="col-md-3" style="margin-top: 2%;"> 224 <div class="col-md-3" style="margin-top: 2%;">
224 <div class="card" style="width:100%"> 225 <div class="card" style="width:100%">
225 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 226 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
226 <img class="card-img-top" src="images/Mumbai1.png" style="width:100%"> 227 <img class="card-img-top" src="images/Mumbai1.png" style="width:100%">
227 <div class="card-block"> 228 <div class="card-block">
228 <div class="pull-left"> 229 <div class="pull-left">
229 <h4 class="card-title">Mumbai</h4> 230 <h4 class="card-title">Mumbai</h4>
230 <label class="card-sub-title">13th November,2017</label> 231 <label class="card-sub-title">13th November,2017</label>
231 </div> 232 </div>
232 <!-- <div class="pull-right"> 233 <!-- <div class="pull-right">
233 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('hyderabad')">Apply</button> 234 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('hyderabad')">Apply</button>
234 </div> --> 235 </div> -->
235 <div class="clearfix"></div> 236 <div class="clearfix"></div>
236 <label class="card-sub-title"><span style="color:red">Closed</span></label> 237 <label class="card-sub-title"><span style="color:red">Closed</span></label>
237 </div> 238 </div>
238 <div class="card-text2"> 239 <div class="card-text2">
239 <span><b>Location</b></span> 240 <span><b>Location</b></span>
240 <div class="card-text">Zone Startups, Bombay Stock Exchange, Dalal Street, Mumbai</div> 241 <div class="card-text">Zone Startups, Bombay Stock Exchange, Dalal Street, Mumbai</div>
241 </div> 242 </div>
242 </label> 243 </label>
243 </div> 244 </div>
244 </div> 245 </div>
245 <div class="col-md-3" style="margin-top: 2%;"> 246 <div class="col-md-3" style="margin-top: 2%;">
246 <div class="card" style="width:100%"> 247 <div class="card" style="width:100%">
247 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 248 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
248 <img class="card-img-top" src="images/pune (1).png" style="width:100%"> 249 <img class="card-img-top" src="images/pune (1).png" style="width:100%">
249 <div class="card-block"> 250 <div class="card-block">
250 <div class="pull-left"> 251 <div class="pull-left">
251 <h4 class="card-title">Pune</h4> 252 <h4 class="card-title">Pune</h4>
252 <label class="card-sub-title">11th November,2017</label> 253 <label class="card-sub-title">11th November,2017</label>
253 </div> 254 </div>
254 <!-- <div class="pull-right"> 255 <!-- <div class="pull-right">
255 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('bengaluru')">Apply</button> 256 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('bengaluru')">Apply</button>
256 </div> --> 257 </div> -->
257 <div class="clearfix"></div> 258 <div class="clearfix"></div>
258 <label class="card-sub-title"><span style="color:red">Closed</span></label> 259 <label class="card-sub-title"><span style="color:red">Closed</span></label>
259 </div> 260 </div>
260 <div class="card-text2"> 261 <div class="card-text2">
261 <span><b>Location</b></span> 262 <span><b>Location</b></span>
262 <div class="card-text" style="padding-bottom:16px;">Edugild, 9, MIT College Rd, Kothrud, Pune</div> 263 <div class="card-text" style="padding-bottom:16px;">Edugild, 9, MIT College Rd, Kothrud, Pune</div>
263 </div> 264 </div>
264 </label> 265 </label>
265 </div> 266 </div>
266 </div> 267 </div>
267 <div class="col-md-3" style="margin-top: 2%;"> 268 <div class="col-md-3" style="margin-top: 2%;">
268 <div class="card" style="width:100%"> 269 <div class="card" style="width:100%">
269 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail"> 270 <label style="cursor:pointer; padding: 0;" class="thumbnail radius-border stage-thumbnail">
270 <img class="card-img-top" src="images/Chennai1.png" style="width:100%"> 271 <img class="card-img-top" src="images/Chennai1.png" style="width:100%">
271 <div class="card-block"> 272 <div class="card-block">
272 <div class="pull-left"> 273 <div class="pull-left">
273 <h4 class="card-title">Chennai</h4> 274 <h4 class="card-title">Chennai</h4>
274 <label class="card-sub-title">9th November,2017</label> 275 <label class="card-sub-title">9th November,2017</label>
275 </div> 276 </div>
276 <!-- <div class="pull-right"> 277 <!-- <div class="pull-right">
277 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('delhi')">Apply</button> 278 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('delhi')">Apply</button>
278 </div> --> 279 </div> -->
279 <div class="clearfix"></div> 280 <div class="clearfix"></div>
280 <label class="card-sub-title"><span style="color:red">Closed</span></label> 281 <label class="card-sub-title"><span style="color:red">Closed</span></label>
281 </div> 282 </div>
282 <div class="card-text2"> 283 <div class="card-text2">
283 <span><b>Location</b></span> 284 <span><b>Location</b></span>
284 <div class="card-text" style="padding-bottom:16px;">IIT-Madras, Research Park Auditorium</div> 285 <div class="card-text" style="padding-bottom:16px;">IIT-Madras, Research Park Auditorium</div>
285 </div> 286 </div>
286 </label> 287 </label>
287 </div> 288 </div>
288 </div> 289 </div>
289 </div> 290 </div>
290 </div> 291 </div>
291 <div class="clearfix"></div> 292 <div class="clearfix"></div>
292 293
293 <div class="clearfix"></div> 294 <div class="clearfix"></div>
294 </div> 295 </div>
295 </div> 296 </div>
296 <div class="clearfix"></div> 297 <div class="clearfix"></div>
297 <div style="display: none;" class="hiddenForm"> 298 <div style="display: none;" class="hiddenForm">
298 <div class="navbar-collapse"> 299 <div class="navbar-collapse">
299 <form name="applicantForm" id="signupForm"> 300 <form name="applicantForm" id="signupForm">
300 <div class="col-xs-12 col-md-10 col-md-offset-1"> 301 <div class="col-xs-12 col-md-10 col-md-offset-1">
301 <!-- <div class="hideform" ng-if="eventType"> 302 <!-- <div class="hideform" ng-if="eventType">
302 <p> 303 <p>
303 <ul style="padding-left: 2%;font-size: 15px;"><li>Access to 2-days conference</li> 304 <ul style="padding-left: 2%;font-size: 15px;"><li>Access to 2-days conference</li>
304 <li>Pitching for funding up to Rs 1 crore</li> 305 <li>Pitching for funding up to Rs 1 crore</li>
305 <li>Private interaction in khopchas</li> 306 <li>Private interaction in khopchas</li>
306 <li>Access to 30+ investors in the startup ecosystem</li></ul> 307 <li>Access to 30+ investors in the startup ecosystem</li></ul>
307 </p> 308 </p>
308 </div> --> 309 </div> -->
309 <!-- <div class="hideform" ng-if="mainType"> --> 310 <!-- <div class="hideform" ng-if="mainType"> -->
310 <p class="select-stage" style="font-size:16px;"><b>Please select one stage.</b></p> 311 <div class="stage-shadow" style="padding-left:2%">
311 <div class="stage-shadow"> 312 <p class="select-stage" style="font-size:16px;padding-top:2%"><b>Please select one stage.</b></p>
312 <div class="stages card-align"> 313 <div class="stages card-align">
313 <div class="col-xs-6 no-padding"> 314 <div class="col-xs-6 col-md-offset-0 no-padding">
314 <div class="card stages-card"> 315 <div class="card stages-card">
315 <input type="radio" ng-model="data.stage" class="stageRadio" value="Pitch your Idea" name="Pitch your Idea" id="ideation" ng-required="Idea" ng-checked="true" checked="true" ng-click="stage('Pitch your Idea')"> 316 <input type="radio" ng-model="data.stage" class="stageRadio" value="Pitch your Idea" name="Pitch your Idea" id="ideation" ng-required="Idea" ng-checked="true" checked="true" ng-click="stage('Pitch your Idea')">
316 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation"> 317 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="ideation">
317 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights"> 318 <img class="stage-img stage-idea" src="images/idea-stage.png" alt="Lights">
318 <div class="card-content f-family"> 319 <div class="card-content f-family">
319 <p align="center"><b style="font-size:16px">Pitch your Idea</b></p> 320 <p align="center"><b style="font-size:16px">Pitch your Idea</b></p>
320 </div> 321 </div>
321 </label> 322 </label>
322 </div> 323 </div>
323 <div class="clearfix"></div> 324 <div class="clearfix"></div>
324 <div class="cards-content hidden-xs"> 325 <div class="cards-content hidden-xs">
325 <p> 326 <p>
326 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br> 327 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br>
327 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1000</span> 328 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1000</span>
328 </p> 329 </p>
329 </div> 330 </div>
330 </div> 331 </div>
331 <div class="col-xs-6 no-padding-mobile"> 332 <div class="col-xs-6 no-padding-mobile">
332 <div class="card stages-card margin-auto-mobile"> 333 <div class="card stages-card margin-auto-mobile">
333 <input type="radio" ng-model="data.stage" class="stageRadio" value="Pitch your Startup" name="Pitch your Startup" id="Proof" ng-required="Product" ng-click="stage('Pitch your Startup')"> 334 <input type="radio" ng-model="data.stage" class="stageRadio" value="Pitch your Startup" name="Pitch your Startup" id="Proof" ng-required="Product" ng-click="stage('Pitch your Startup')">
334 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof"> 335 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Proof">
335 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights"> 336 <img class="stage-img stage-product" src="images/production-stage.png" alt="Lights">
336 <div class="card-content f-family"> 337 <div class="card-content f-family">
337 <p align="center"><b style="font-size:16px">Pitch your Startup</b></p> 338 <p align="center"><b style="font-size:16px">Pitch your Startup</b></p>
338 </div> 339 </div>
339 </label> 340 </label>
340 </div> 341 </div>
341 <div class="clearfix"></div> 342 <div class="clearfix"></div>
342 <div class="cards-content hidden-xs"> 343 <div class="cards-content hidden-xs">
343 <p> 344 <p>
344 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br> 345 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br>
345 &#x26AC; <span style="font-weight:bold">MVP/Prototype Product/Early stage Venture</span><br> 346 &#x26AC; <span style="font-weight:bold">MVP/Prototype Product/Early stage Venture</span><br>
346 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1500</span> 347 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1500</span>
347 </p> 348 </p>
348 </div> 349 </div>
349 </div> 350 </div>
350 <!--<div class="col-xs-4 no-padding"> 351 <!--<div class="col-xs-4 no-padding">
351 <div class="card stages-card right-stage-card"> 352 <div class="card stages-card right-stage-card">
352 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage('Growth')"> 353 <input type="radio" ng-model="data.stage" class="stageRadio" value="Growth" name="Growth" id="Beta" ng-required="Growth" ng-click="stage('Growth')">
353 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta"> 354 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="Beta">
354 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights"> 355 <img class="stage-img stage-growth" src="images/growth-stage.png" alt="Lights">
355 <div class="card-content f-family"> 356 <div class="card-content f-family">
356 <p align="center">Growth</p> 357 <p align="center">Growth</p>
357 </div> 358 </div>
358 </label> 359 </label>
359 </div> 360 </div>
360 <div class="clearfix"></div> 361 <div class="clearfix"></div>
361 <div class="cards-content hidden-xs"> 362 <div class="cards-content hidden-xs">
362 <p> 363 <p>
363 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br> 364 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br>
364 &#x26AC; Connect with Series A investors<br> 365 &#x26AC; Connect with Series A investors<br>
365 &#x26AC; Connect and hire top startups 366 &#x26AC; Connect and hire top startups
366 </p> 367 </p>
367 </div> 368 </div>
368 </div> --> 369 </div> -->
369 <!-- <div class="col-xs-3 no-padding"> 370 <!-- <div class="col-xs-3 no-padding">
370 <div class="card stages-card"> 371 <div class="card stages-card">
371 <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')"> 372 <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')">
372 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="visit"> 373 <label style="cursor:pointer" class="thumbnail radius-border stage-thumbnail" for="visit">
373 <img class="stage-img stage-visit" src="images/idea-stage.png" alt="Lights"> 374 <img class="stage-img stage-visit" src="images/idea-stage.png" alt="Lights">
374 <div class="card-content f-family"> 375 <div class="card-content f-family">
375 <p align="center">Visitor</p> 376 <p align="center">Visitor</p>
376 </div> 377 </div>
377 </label> 378 </label>
378 </div> 379 </div>
379 <div class="clearfix"></div> 380 <div class="clearfix"></div>
380 <div class="cards-content hidden-xs"> 381 <div class="cards-content hidden-xs">
381 <p> 382 <p>
382 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br> 383 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
383 &#x26AC; Get feedback from mentors<br> 384 &#x26AC; Get feedback from mentors<br>
384 &#x26AC; Validate your idea. 385 &#x26AC; Validate your idea.
385 </p> 386 </p>
386 </div> 387 </div>
387 </div> --> 388 </div> -->
388 <div class="clearfix"></div> 389 <div class="clearfix"></div>
389 </div> 390 </div>
390 <div class="clearfix"></div> 391 <div class="clearfix"></div>
391 </div> 392 <!-- </div> -->
392 <!-- </div> --> 393 <!-- </div> -->
393 <div class="hidden-sm hidden-md hidden-lg"> 394 <div class="hidden-sm hidden-md hidden-lg">
394 <div class="cards-content" ng-if="data.stage == 'Pitch your Idea'"> 395 <div class="cards-content" ng-if="data.stage == 'Pitch your Idea'">
395 <p> 396 <p>
396 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br> 397 &#x26AC; <span style="font-weight:bold">One idea will get a chance to pitch and 10lac guaranteed funding* T&C</span><br>
397 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1000</span> 398 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1000</span>
398 </p> 399 </p>
399 </div> 400 </div>
400 <div class="cards-content" ng-if="data.stage == 'Pitch your Startup'"> 401 <div class="cards-content" ng-if="data.stage == 'Pitch your Startup'">
401 <p> 402 <p>
402 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br> 403 &#x26AC; <span style="font-weight:bold">The top startup will get Rs 1crore prize in form of funding* T&C</span><br>
403 &#x26AC; <span style="font-weight:bold">MVP/Prototype Product/Early stage Venture</span><br> 404 &#x26AC; <span style="font-weight:bold">MVP/Prototype Product/Early stage Venture</span><br>
404 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1500</span> 405 &#x26AC; <span style="font-weight:bold">Registration Fees-₹1500</span>
405 </p> 406 </p>
406 </div> 407 </div>
407 <!-- <div class="cards-content" ng-if="data.stage == 'Growth'"> 408 <!-- <div class="cards-content" ng-if="data.stage == 'Growth'">
408 <p> 409 <p>
409 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br> 410 &#x26AC; <span style="font-weight:bold">Have traction and looking to scale up?</span><br>
410 &#x26AC; Connect with Series A investors<br> 411 &#x26AC; Connect with Series A investors<br>
411 &#x26AC; Connect and hire top startups 412 &#x26AC; Connect and hire top startups
412 </p> 413 </p>
413 </div> --> 414 </div> -->
414 <!-- <div class="cards-content" ng-if="data.stage == 'Visitor'"> 415 <!-- <div class="cards-content" ng-if="data.stage == 'Visitor'">
415 <p> 416 <p>
416 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br> 417 &#x26AC; <span style="font-weight:bold">Have an idea and need execution help?</span><br>
417 &#x26AC; Get feedback from mentors<br> 418 &#x26AC; Get feedback from mentors<br>
418 &#x26AC; Validate your idea. 419 &#x26AC; Validate your idea.
419 </p> 420 </p>
420 </div> --> 421 </div> -->
421 </div> 422 </div>
422 <!-- CLOSE STAGE SHADOW --> 423 <!-- CLOSE STAGE SHADOW -->
423 <div class="form-all"> 424 <div class="form-all">
424 <div class="col-xs-12 col-md-12 input-wrapper"> 425 <div class="col-xs-12 col-md-12 input-wrapper">
425 <div id="snackbar">Error ! Please fill in all fields.</div> 426 <div id="snackbar">Error ! Please fill in all fields.</div>
426 <div class="icon-circle-c"> 427 <div class="icon-circle-c">
427 <i class="material-icons" style="line-height: 31px;">person</i> 428 <i class="material-icons" style="line-height: 31px;">person</i>
428 </div> 429 </div>
429 <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)"> 430 <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)">
430 </div> 431 </div>
431 <!-- <div class="col-xs-12 col-md-6 input-wrapper"> 432 <!-- <div class="col-xs-12 col-md-6 input-wrapper">
432 <div id="snackbar">Error ! Please fill in all fields.</div> 433 <div id="snackbar">Error ! Please fill in all fields.</div>
433 <div class="icon-circle-x"> 434 <div class="icon-circle-x">
434 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 435 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
435 </div> 436 </div>
436 <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)"> 437 <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)">
437 438
438 </div> --> 439 </div> -->
439 <div class="col-xs-12 col-md-12 input-wrapper"> 440 <div class="col-xs-12 col-md-12 input-wrapper">
440 <div id="snackbar">Error ! Please fill in all fields.</div> 441 <div id="snackbar">Error ! Please fill in all fields.</div>
441 <div class="icon-circle-d"> 442 <div class="icon-circle-d">
442 <i class="material-icons" style="line-height: 30px;">email</i> 443 <i class="material-icons" style="line-height: 30px;">email</i>
443 </div> 444 </div>
444 <input type="email" name="email" style="margin-bottom:5px" class="text-input" required class="" ng-model="data.email" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)" ng-keyup="emailTest($event)"> 445 <input type="email" name="email" style="margin-bottom:5px" class="text-input" required class="" ng-model="data.email" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)" ng-keyup="emailTest($event)">
445 <!-- <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> --> 446 <!-- <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> -->
446 <!-- <label ng-if="check">Email already exist.<a href="http://apply.startupjalsa.com/#/pendingPayment/{{emailId}}">Click here</a> to complete payment</label> 447 <!-- <label ng-if="check">Email already exist.<a href="http://apply.startupjalsa.com/#/pendingPayment/{{emailId}}">Click here</a> to complete payment</label>
447 <label style="color: #ff0000;margin: 5px 4px -5px 0px" ng-if="space == true" >Please remove the space.</label> 448 <label style="color: #ff0000;margin: 5px 4px -5px 0px" ng-if="space == true" >Please remove the space.</label>
448 --> 449 -->
449 </div> 450 </div>
450 <!-- <div class="col-xs-12 col-md-6 input-wrapper f-family"> 451 <!-- <div class="col-xs-12 col-md-6 input-wrapper f-family">
451 <div class="icon-circle-f"> 452 <div class="icon-circle-f">
452 <i class="material-icons" style="line-height: 30px;">location_city</i> 453 <i class="material-icons" style="line-height: 30px;">location_city</i>
453 </div> 454 </div>
454 <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;"> 455 <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;">
455 <option name="city" selected disabled value="">Choose City *</option> 456 <option name="city" selected disabled value="">Choose City *</option>
456 <option value="Agra">Agra</option> 457 <option value="Agra">Agra</option>
457 <option value="Ahmedabad">Ahmedabad</option> 458 <option value="Ahmedabad">Ahmedabad</option>
458 <option value="Ajmer">Ajmer</option> 459 <option value="Ajmer">Ajmer</option>
459 <option value="Aligarh">Aligarh</option> 460 <option value="Aligarh">Aligarh</option>
460 <option value="Allahabad">Allahabad</option> 461 <option value="Allahabad">Allahabad</option>
461 <option value="Ambattur">Ambattur</option> 462 <option value="Ambattur">Ambattur</option>
462 <option value="Amravati">Amravati</option> 463 <option value="Amravati">Amravati</option>
463 <option value="Amritsar">Amritsar</option> 464 <option value="Amritsar">Amritsar</option>
464 <option value="Asansol">Asansol</option> 465 <option value="Asansol">Asansol</option>
465 <option value="Aurangabad">Aurangabad</option> 466 <option value="Aurangabad">Aurangabad</option>
466 <option value="Bareilly">Bareilly</option> 467 <option value="Bareilly">Bareilly</option>
467 <option value="Belgaum">Belgaum</option> 468 <option value="Belgaum">Belgaum</option>
468 <option value="Bengaluru">Bengaluru</option> 469 <option value="Bengaluru">Bengaluru</option>
469 <option value="Bhavnagar">Bhavnagar</option> 470 <option value="Bhavnagar">Bhavnagar</option>
470 <option value="Bhayander">Bhayander</option> 471 <option value="Bhayander">Bhayander</option>
471 <option value="Bhilai Nagar">Bhilai Nagar</option> 472 <option value="Bhilai Nagar">Bhilai Nagar</option>
472 <option value="Bhiwandi">Bhiwandi</option> 473 <option value="Bhiwandi">Bhiwandi</option>
473 <option value="Bhopal">Bhopal</option> 474 <option value="Bhopal">Bhopal</option>
474 <option value="Bhubaneswar">Bhubaneswar</option> 475 <option value="Bhubaneswar">Bhubaneswar</option>
475 <option value="Bikaner">Bikaner</option> 476 <option value="Bikaner">Bikaner</option>
476 <option value="Chandigarh">Chandigarh</option> 477 <option value="Chandigarh">Chandigarh</option>
477 <option value="Chennai">Chennai</option> 478 <option value="Chennai">Chennai</option>
478 <option value="Chinchwad">Chinchwad</option> 479 <option value="Chinchwad">Chinchwad</option>
479 <option value="Coimbatore">Coimbatore</option> 480 <option value="Coimbatore">Coimbatore</option>
480 <option value="Cuttack">Cuttack</option> 481 <option value="Cuttack">Cuttack</option>
481 <option value="Dehradun">Dehradun</option> 482 <option value="Dehradun">Dehradun</option>
482 <option value="Delhi-NCR">Delhi-NCR</option> 483 <option value="Delhi-NCR">Delhi-NCR</option>
483 <option value="Dhanbad">Dhanbad</option> 484 <option value="Dhanbad">Dhanbad</option>
484 <option value="Dharwad">Dharwad</option> 485 <option value="Dharwad">Dharwad</option>
485 <option value="Dombivali">Dombivali</option> 486 <option value="Dombivali">Dombivali</option>
486 <option value="Durgapur">Durgapur</option> 487 <option value="Durgapur">Durgapur</option>
487 <option value="Faridabad">Faridabad</option> 488 <option value="Faridabad">Faridabad</option>
488 <option value="Firozabad">Firozabad</option> 489 <option value="Firozabad">Firozabad</option>
489 <option value="Gaya">Gaya</option> 490 <option value="Gaya">Gaya</option>
490 <option value="Ghaziabad">Ghaziabad</option> 491 <option value="Ghaziabad">Ghaziabad</option>
491 <option value="Gorakhpur">Gorakhpur</option> 492 <option value="Gorakhpur">Gorakhpur</option>
492 <option value="Gulbarga">Gulbarga</option> 493 <option value="Gulbarga">Gulbarga</option>
493 <option value="Guntur">Guntur</option> 494 <option value="Guntur">Guntur</option>
494 <option value="Gurgaon">Gurgaon</option> 495 <option value="Gurgaon">Gurgaon</option>
495 <option value="Guwahati">Guwahati</option> 496 <option value="Guwahati">Guwahati</option>
496 <option value="Gwalior">Gwalior</option> 497 <option value="Gwalior">Gwalior</option>
497 <option value="Haora">Haora</option> 498 <option value="Haora">Haora</option>
498 <option value="Hubli">Hubli</option> 499 <option value="Hubli">Hubli</option>
499 <option value="Hyderabad">Hyderabad</option> 500 <option value="Hyderabad">Hyderabad</option>
500 <option value="Indore">Indore</option> 501 <option value="Indore">Indore</option>
501 <option value="Jabalpur">Jabalpur</option> 502 <option value="Jabalpur">Jabalpur</option>
502 <option value="Jaipur">Jaipur</option> 503 <option value="Jaipur">Jaipur</option>
503 <option value="Jalandhar">Jalandhar</option> 504 <option value="Jalandhar">Jalandhar</option>
504 <option value="Jalgaon">Jalgaon</option> 505 <option value="Jalgaon">Jalgaon</option>
505 <option value="Jammu">Jammu</option> 506 <option value="Jammu">Jammu</option>
506 <option value="Jamnagar">Jamnagar</option> 507 <option value="Jamnagar">Jamnagar</option>
507 <option value="Jamshedpur">Jamshedpur</option> 508 <option value="Jamshedpur">Jamshedpur</option>
508 <option value="Jhansi">Jhansi</option> 509 <option value="Jhansi">Jhansi</option>
509 <option value="Jodhpur">Jodhpur</option> 510 <option value="Jodhpur">Jodhpur</option>
510 <option value="Kalyan">Kalyan</option> 511 <option value="Kalyan">Kalyan</option>
511 <option value="Kanpur">Kanpur</option> 512 <option value="Kanpur">Kanpur</option>
512 <option value="Kochi">Kochi</option> 513 <option value="Kochi">Kochi</option>
513 <option value="Kolapur">Kolapur</option> 514 <option value="Kolapur">Kolapur</option>
514 <option value="Kolkata">Kolkata</option> 515 <option value="Kolkata">Kolkata</option>
515 <option value="Kota">Kota</option> 516 <option value="Kota">Kota</option>
516 <option value="Loni">Loni</option> 517 <option value="Loni">Loni</option>
517 <option value="Lucknow">Lucknow</option> 518 <option value="Lucknow">Lucknow</option>
518 <option value="Ludhiana">Ludhiana</option> 519 <option value="Ludhiana">Ludhiana</option>
519 <option value="Madurai">Madurai</option> 520 <option value="Madurai">Madurai</option>
520 <option value="Maheshtala">Maheshtala</option> 521 <option value="Maheshtala">Maheshtala</option>
521 <option value="Malegoan">Malegoan</option> 522 <option value="Malegoan">Malegoan</option>
522 <option value="Mangalore">Mangalore</option> 523 <option value="Mangalore">Mangalore</option>
523 <option value="Meerut">Meerut</option> 524 <option value="Meerut">Meerut</option>
524 <option value="Mira">Mira</option> 525 <option value="Mira">Mira</option>
525 <option value="Moradabad">Moradabad</option> 526 <option value="Moradabad">Moradabad</option>
526 <option value="Mumbai">Mumbai</option> 527 <option value="Mumbai">Mumbai</option>
527 <option value="Mysore">Mysore</option> 528 <option value="Mysore">Mysore</option>
528 <option value="Nagpur">Nagpur</option> 529 <option value="Nagpur">Nagpur</option>
529 <option value="Nanded Waghala">Nanded Waghala</option> 530 <option value="Nanded Waghala">Nanded Waghala</option>
530 <option value="Nashik">Nashik</option> 531 <option value="Nashik">Nashik</option>
531 <option value="Navi Mumbai">Navi Mumbai</option> 532 <option value="Navi Mumbai">Navi Mumbai</option>
532 <option value="Nellore">Nellore</option> 533 <option value="Nellore">Nellore</option>
533 <option value="Noida">Noida</option> 534 <option value="Noida">Noida</option>
534 <option value="Patna">Patna</option> 535 <option value="Patna">Patna</option>
535 <option value="Pimpri">Pimpri</option> 536 <option value="Pimpri">Pimpri</option>
536 <option value="Pune">Pune</option> 537 <option value="Pune">Pune</option>
537 <option value="Raipur">Raipur</option> 538 <option value="Raipur">Raipur</option>
538 <option value="Rajkot">Rajkot</option> 539 <option value="Rajkot">Rajkot</option>
539 <option value="Ranchi">Ranchi</option> 540 <option value="Ranchi">Ranchi</option>
540 <option value="Saharanpur">Saharanpur</option> 541 <option value="Saharanpur">Saharanpur</option>
541 <option value="Salem">Salem</option> 542 <option value="Salem">Salem</option>
542 <option value="Sangli Miraj Kupwad">Sangli Miraj Kupwad</option> 543 <option value="Sangli Miraj Kupwad">Sangli Miraj Kupwad</option>
543 <option value="Siliguri">Siliguri</option> 544 <option value="Siliguri">Siliguri</option>
544 <option value="Solapur">Solapur</option> 545 <option value="Solapur">Solapur</option>
545 <option value="Srinagar">Srinagar</option> 546 <option value="Srinagar">Srinagar</option>
546 <option value="Surat">Surat</option> 547 <option value="Surat">Surat</option>
547 <option value="Thane">Thane</option> 548 <option value="Thane">Thane</option>
548 <option value="Thiruvananthapuram">Thiruvananthapuram</option> 549 <option value="Thiruvananthapuram">Thiruvananthapuram</option>
549 <option value="Tiruchirappalli">Tiruchirappalli</option> 550 <option value="Tiruchirappalli">Tiruchirappalli</option>
550 <option value="Tirunelveli">Tirunelveli</option> 551 <option value="Tirunelveli">Tirunelveli</option>
551 <option value="Udaipur">Udaipur</option> 552 <option value="Udaipur">Udaipur</option>
552 <option value="Ujjain">Ujjain</option> 553 <option value="Ujjain">Ujjain</option>
553 <option value="Ulhasnagar">Ulhasnagar</option> 554 <option value="Ulhasnagar">Ulhasnagar</option>
554 <option value="Vadodara">Vadodara</option> 555 <option value="Vadodara">Vadodara</option>
555 <option value="Varanasi">Varanasi</option> 556 <option value="Varanasi">Varanasi</option>
556 <option value="Vasai Virar">Vasai Virar</option> 557 <option value="Vasai Virar">Vasai Virar</option>
557 <option value="Vijayawada">Vijayawada</option> 558 <option value="Vijayawada">Vijayawada</option>
558 <option value="Visakhapatnam">Visakhapatnam</option> 559 <option value="Visakhapatnam">Visakhapatnam</option>
559 <option value="Warangal">Warangal</option> 560 <option value="Warangal">Warangal</option>
560 <option value="anyOther">Any other</option> 561 <option value="anyOther">Any other</option>
561 </select> 562 </select>
562 </div> --> 563 </div> -->
563 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 564 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
564 <strong>Which city meet-up would you like to attend? </strong> 565 <strong>Which city meet-up would you like to attend? </strong>
565 <p class="line-space" ></p> 566 <p class="line-space" ></p>
566 </div> 567 </div>
567 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 568 <div class="col-xs-12 col-md-12 input-wrapper f-family">
568 <div class="icon-circle-p"> 569 <div class="icon-circle-p">
569 <i class="material-icons" style="line-height: 30px;">location_city</i> 570 <i class="material-icons" style="line-height: 30px;">location_city</i>
570 </div> 571 </div>
571 <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;"> 572 <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;">
572 <option selected disabled value="">City meet-up *</option> 573 <option selected disabled value="">City meet-up *</option>
573 <option value="Chennai">November 9: Chennai</option> 574 <option value="Chennai">November 9: Chennai</option>
574 <option value="Pune">November 11: Pune</option> 575 <option value="Pune">November 11: Pune</option>
575 <option value="Ahmedabad">November 13: Ahmedabad</option> 576 <option value="Ahmedabad">November 13: Ahmedabad</option>
576 <option value="Mumbai">November 17: Mumbai</option> 577 <option value="Mumbai">November 17: Mumbai</option>
577 <option value="Bengaluru">November 23: Bengaluru</option> 578 <option value="Bengaluru">November 23: Bengaluru</option>
578 <option value="Delhi">November 25: Delhi</option> 579 <option value="Delhi">November 25: Delhi</option>
579 <option value="Hyderabad">November 27: Hyderabad</option> 580 <option value="Hyderabad">November 27: Hyderabad</option>
580 <option value="Chandigarh">December 1: Chandigarh</option> 581 <option value="Chandigarh">December 1: Chandigarh</option>
581 </select> 582 </select>
582 </div> --> 583 </div> -->
583 <div class="col-xs-12 col-md-12 input-wrapper"> 584 <div class="col-xs-12 col-md-12 input-wrapper">
584 <div id="snackbar">Error ! Please fill in all fields.</div> 585 <div id="snackbar">Error ! Please fill in all fields.</div>
585 <div class="icon-circle-e"> 586 <div class="icon-circle-e">
586 <i class="material-icons" style="line-height: 30px;">phone</i> 587 <i class="material-icons" style="line-height: 30px;">phone</i>
587 </div> 588 </div>
588 <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)"> 589 <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)">
589 <label ng-if="numberCheck">Contact Number already exist.</label> 590 <label ng-if="numberCheck">Contact Number already exist.</label>
590 </div> 591 </div>
591 <div class="col-xs-12 col-md-12 input-wrapper"> 592 <div class="col-xs-12 col-md-12 input-wrapper">
592 <div id="snackbar">Error ! Please fill in all fields.</div> 593 <div id="snackbar">Error ! Please fill in all fields.</div>
593 <div class="icon-circle-x"> 594 <div class="icon-circle-x">
594 <i class="material-icons" style="line-height: 31px;">assignment_ind</i> 595 <i class="material-icons" style="line-height: 31px;">assignment_ind</i>
595 </div> 596 </div>
596 <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)"> 597 <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)">
597 </div> 598 </div>
598 <!-- <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">
599 <div id="snackbar">Error ! Please fill in all fields.</div> 600 <div id="snackbar">Error ! Please fill in all fields.</div>
600 <div class="icon-circle-h"> 601 <div class="icon-circle-h">
601 <i class="material-icons" style="line-height: 31px;">link</i> 602 <i class="material-icons" style="line-height: 31px;">link</i>
602 </div> 603 </div>
603 <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)"> 604 <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)">
604 <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> 605 <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>
605 </div> --> 606 </div> -->
606 <!-- <div class="hideform" ng-if="visitType"> --> 607 <!-- <div class="hideform" ng-if="visitType"> -->
607 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 608 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
608 <strong>Explain your idea/product briefly</strong> 609 <strong>Explain your idea/product briefly</strong>
609 <p class="line-space" ></p> 610 <p class="line-space" ></p>
610 </div> 611 </div>
611 <div class="col-xs-12 col-md-12 input-wrapper"> 612 <div class="col-xs-12 col-md-12 input-wrapper">
612 <div id="snackbar">Error ! Please fill in all fields.</div> 613 <div id="snackbar">Error ! Please fill in all fields.</div>
613 <div class="icon-circle-q"> 614 <div class="icon-circle-q">
614 <i class="material-icons" style="line-height: 31px;">thumb_up</i> 615 <i class="material-icons" style="line-height: 31px;">thumb_up</i>
615 </div> 616 </div>
616 <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)"> 617 <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)">
617 </textarea> 618 </textarea>
618 <label class="error-message f-family" id="invalidIdea">Please answer using 300 words only.</label> 619 <label class="error-message f-family" id="invalidIdea">Please answer using 300 words only.</label>
619 </div> 620 </div>
620 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 621 <div class="col-xs-12 col-md-12 input-wrapper f-family">
621 <div class="icon-circle-abcdefg"> 622 <div class="icon-circle-abcdefg">
622 <i class="material-icons" style="line-height: 30px;">open_with</i> 623 <i class="material-icons" style="line-height: 30px;">open_with</i>
623 </div> 624 </div>
624 <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"> 625 <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">
625 <option selected disabled value="">Choose Industry *</option> 626 <option selected disabled value="">Choose Industry *</option>
626 <option value="Travel">Travel</option> 627 <option value="Travel">Travel</option>
627 <option value="Retail">Retail</option> 628 <option value="Retail">Retail</option>
628 <option value="Editech">Editech</option> 629 <option value="Editech">Editech</option>
629 <option value="Fintech">Fintech</option> 630 <option value="Fintech">Fintech</option>
630 <option value="Hardware">Hardware</option> 631 <option value="Hardware">Hardware</option>
631 <option value="Digital">Digital</option> 632 <option value="Digital">Digital</option>
632 <option value="Rural">Rural</option> 633 <option value="Rural">Rural</option>
633 <option value="others">Others</option> 634 <option value="others">Others</option>
634 </select> 635 </select>
635 </div> 636 </div>
636 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="addOther"> 637 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="addOther">
637 <div id="snackbar">Error ! Please fill in all fields.</div> 638 <div id="snackbar">Error ! Please fill in all fields.</div>
638 <div class="icon-circle-o"> 639 <div class="icon-circle-o">
639 <i class="material-icons" style="line-height: 31px;">open_with</i> 640 <i class="material-icons" style="line-height: 31px;">open_with</i>
640 </div> 641 </div>
641 <input type="text" class="text-input" ng-change="industry(data.industryName); industryNamekeyPress((data.industryName))" ng-model="data.industryName" placeholder="Please mention other industry name"> 642 <input type="text" class="text-input" ng-change="industry(data.industryName); industryNamekeyPress((data.industryName))" ng-model="data.industryName" placeholder="Please mention other industry name">
642 </div> --> 643 </div> -->
643 <!-- <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative"> 644 <!-- <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
644 <div id="snackbar">Error ! Please fill in all fields.</div> 645 <div id="snackbar">Error ! Please fill in all fields.</div>
645 <div class="icon-circle-i"> 646 <div class="icon-circle-i">
646 <i class="material-icons" style="line-height: 31px;">business</i> 647 <i class="material-icons" style="line-height: 31px;">business</i>
647 </div> 648 </div>
648 <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)"> 649 <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)">
649 <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> 650 <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>
650 </div> 651 </div>
651 <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative"> 652 <div class="col-xs-12 col-md-6 input-wrapper" style="position:relative">
652 <div id="snackbar">Error ! Please fill in all fields.</div> 653 <div id="snackbar">Error ! Please fill in all fields.</div>
653 <div class="icon-circle-j"> 654 <div class="icon-circle-j">
654 <i class="material-icons" style="line-height: 31px;">view_comfy</i> 655 <i class="material-icons" style="line-height: 31px;">view_comfy</i>
655 </div> 656 </div>
656 <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)"> 657 <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)">
657 <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> 658 <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>
658 </div> 659 </div>
659 <div class="hideform" ng-if="prototyp"> 660 <div class="hideform" ng-if="prototyp">
660 <div class="hideform" ng-if="protyp"> 661 <div class="hideform" ng-if="protyp">
661 <div class="col-xs-12 col-md-12 f-family line-adjust"> 662 <div class="col-xs-12 col-md-12 f-family line-adjust">
662 <strong>Product Launched? </strong> 663 <strong>Product Launched? </strong>
663 <p class="line-space" ></p> 664 <p class="line-space" ></p>
664 </div> 665 </div>
665 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 666 <div class="col-xs-12 col-md-12 input-wrapper f-family">
666 <div class="icon-circle-ab"> 667 <div class="icon-circle-ab">
667 <i class="material-icons" style="line-height: 30px;">launch</i> 668 <i class="material-icons" style="line-height: 30px;">launch</i>
668 </div> 669 </div>
669 <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"> 670 <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">
670 <option selected disabled value="">Select *</option> 671 <option selected disabled value="">Select *</option>
671 <option value="yes">Yes</option> 672 <option value="yes">Yes</option>
672 <option value="no">No</option> 673 <option value="no">No</option>
673 </select> 674 </select>
674 </div> 675 </div>
675 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'"> 676 <div class="col-xs-12 col-md-12 f-family line-adjust" ng-if="Productshow == 'yes'">
676 <strong>Product Launch Period </strong> 677 <strong>Product Launch Period </strong>
677 <p class="line-space" ></p> 678 <p class="line-space" ></p>
678 </div> 679 </div>
679 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'"> 680 <div class="col-xs-12 col-md-12 input-wrapper f-family" ng-if="Productshow == 'yes'">
680 <div class="icon-circle-abc"> 681 <div class="icon-circle-abc">
681 <i class="material-icons" style="line-height: 30px;">launch</i> 682 <i class="material-icons" style="line-height: 30px;">launch</i>
682 </div> 683 </div>
683 <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;"> 684 <select name="launchPeriod" ng-model="data.launchPeriod" ng-change="launchPeriod(data.launchPeriod); launchPeriodkeyPress()" required style="background-color: #fff;border-radius: 0; font-size: 12px;">
684 <option selected disabled value="">Select</option> 685 <option selected disabled value="">Select</option>
685 <option value="less than 1 Month">less than one month</option> 686 <option value="less than 1 Month">less than one month</option>
686 <option value="less than 6 Months">less than 6 months</option> 687 <option value="less than 6 Months">less than 6 months</option>
687 <option value="more than 6 Months">more than 6 months</option> 688 <option value="more than 6 Months">more than 6 months</option>
688 </select> 689 </select>
689 </div> 690 </div>
690 </div> 691 </div>
691 <div class="col-xs-12 col-md-6 input-wrapper"> 692 <div class="col-xs-12 col-md-6 input-wrapper">
692 <div id="snackbar">Error ! Please fill in all fields.</div> 693 <div id="snackbar">Error ! Please fill in all fields.</div>
693 <div class="icon-circle-k"> 694 <div class="icon-circle-k">
694 <i class="material-icons" style="line-height: 31px;">web</i> 695 <i class="material-icons" style="line-height: 31px;">web</i>
695 </div> 696 </div>
696 <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)"> 697 <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)">
697 </div> 698 </div>
698 <div class="col-xs-12 col-md-6 input-wrapper"> 699 <div class="col-xs-12 col-md-6 input-wrapper">
699 <div id="snackbar">Error ! Please fill in all fields.</div> 700 <div id="snackbar">Error ! Please fill in all fields.</div>
700 <div class="icon-circle-m"> 701 <div class="icon-circle-m">
701 <i class="material-icons" style="line-height: 31px;">link</i> 702 <i class="material-icons" style="line-height: 31px;">link</i>
702 </div> 703 </div>
703 <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)"> 704 <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)">
704 </div> 705 </div>
705 <div class="col-xs-12 col-md-6 input-wrapper"> 706 <div class="col-xs-12 col-md-6 input-wrapper">
706 <div id="snackbar">Error ! Please fill in all fields.</div> 707 <div id="snackbar">Error ! Please fill in all fields.</div>
707 <div class="icon-circle-l"> 708 <div class="icon-circle-l">
708 <i class="material-icons" style="line-height: 31px;">format_list_numbered</i> 709 <i class="material-icons" style="line-height: 31px;">format_list_numbered</i>
709 </div> 710 </div>
710 <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)"> 711 <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)">
711 </div> 712 </div>
712 <div class="col-xs-12 col-md-6 input-wrapper"> 713 <div class="col-xs-12 col-md-6 input-wrapper">
713 <div id="snackbar">Error ! Please fill in all fields.</div> 714 <div id="snackbar">Error ! Please fill in all fields.</div>
714 <div class="icon-circle-n"> 715 <div class="icon-circle-n">
715 <i class="material-icons" style="line-height: 31px;">view_stream</i> 716 <i class="material-icons" style="line-height: 31px;">view_stream</i>
716 </div> 717 </div>
717 <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)"> 718 <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)">
718 </div> 719 </div>
719 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 720 <div class="col-xs-12 col-md-12 input-wrapper f-family">
720 <p><b>Have you risen any funding yet?</b></p> 721 <p><b>Have you risen any funding yet?</b></p>
721 <div class="icon-circle-bc"> 722 <div class="icon-circle-bc">
722 <i class="material-icons" style="line-height: 30px;">payment</i> 723 <i class="material-icons" style="line-height: 30px;">payment</i>
723 </div> 724 </div>
724 <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"> 725 <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">
725 <option selected disabled value="">Select *</option> 726 <option selected disabled value="">Select *</option>
726 <option value="yes">Yes</option> 727 <option value="yes">Yes</option>
727 <option value="no">No</option> 728 <option value="no">No</option>
728 </select> 729 </select>
729 </div> 730 </div>
730 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'"> 731 <div class="col-xs-12 col-md-12 input-wrapper" ng-if="Textshow == 'yes'">
731 <div class="icon-circle-y" > 732 <div class="icon-circle-y" >
732 <i class="material-icons" style="line-height: 31px;">money</i> 733 <i class="material-icons" style="line-height: 31px;">money</i>
733 </div> 734 </div>
734 <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input> 735 <input type="text" name="fund" class="text-input" ng-model="data.fund" placeholder="Fill amount" ng-change="fund(data.fund); fundkeyPress(data.fund)"></input>
735 </div> 736 </div>
736 </div> --> 737 </div> -->
737 <!-- </div> --> 738 <!-- </div> -->
738 <!-- <div class="identity-shadow"> 739 <!-- <div class="identity-shadow">
739 <div class="icon-circle-bc"> 740 <div class="icon-circle-bc">
740 <i class="material-icons" style="line-height: 30px;">payment</i> 741 <i class="material-icons" style="line-height: 30px;">payment</i>
741 </div> 742 </div>
742 <div class="identity-question"> 743 <div class="identity-question">
743 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;"> 744 <div class="col-xs-12 font f-family" style="margin:10px 10px 0px 10px;">
744 <b>Have you risen any funding yet?</b> 745 <b>Have you risen any funding yet?</b>
745 <p style="color:grey"></p> 746 <p style="color:grey"></p>
746 </div> 747 </div>
747 <div class="clearfix"></div> 748 <div class="clearfix"></div>
748 </div> 749 </div>
749 <div class="stages identity-align"> 750 <div class="stages identity-align">
750 <div class="col-xs-12"> 751 <div class="col-xs-12">
751 <label class="card-small margin-right-label"> 752 <label class="card-small margin-right-label">
752 <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" > 753 <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" >
753 <label class="f-family pull-left width-auto" for="yesRadio">Yes</label> 754 <label class="f-family pull-left width-auto" for="yesRadio">Yes</label>
754 </label> 755 </label>
755 <label class="card-small margin-right-label"> 756 <label class="card-small margin-right-label">
756 <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" > 757 <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" >
757 758
758 <label class="f-family pull-left width-auto" for="noRadio">No</label> 759 <label class="f-family pull-left width-auto" for="noRadio">No</label>
759 </label> 760 </label>
760 </div> 761 </div>
761 </div> 762 </div>
762 763
763 <div class="clearfix"></div> 764 <div class="clearfix"></div>
764 </div> --> 765 </div> -->
765 <div class="col-xs-12 input-wrapper"> 766 <div class="col-xs-12 input-wrapper">
766 <div class="referel-icon" style="z-index: 999;"> 767 <div class="referel-icon" style="z-index: 999;">
767 <i class="material-icons" style="line-height: 30px;">code</i> 768 <i class="material-icons" style="line-height: 30px;">code</i>
768 </div> 769 </div>
769 <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)"> 770 <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)">
770 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 771 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
771 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 772 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
772 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply Promo</button> 773 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply Promo</button>
773 </div> 774 </div>
774 <span style="padding-left:10px">* One ticket is valid for one person.</span> 775 <span style="padding-left:10px">* One ticket is valid for one person.</span>
775 <div style="padding-top:10px;padding-left:10px;"> 776 <div style="padding-top:10px;padding-left:10px;">
776 <!-- <div class="checkbox"> --> 777 <!-- <div class="checkbox"> -->
777 <!-- <label style="padding-left:10px;"> 778 <!-- <label style="padding-left:10px;">
778 <input type="checkbox" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="network Dinner">Networking Dinner with Investors and Speakers: Rs 2,000/- 779 <input type="checkbox" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="network Dinner">Networking Dinner with Investors and Speakers: Rs 2,000/-
779 </label> --> 780 </label> -->
780 <p class="container">Networking Dinner with Investors and Speakers: Rs 2,000/- 781 <p class="container">Networking Dinner with Investors and Speakers: Rs 2,000/-
781 <!-- <input type="checkbox" checked="checked" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="network Dinner"> 782 <!-- <input type="checkbox" checked="checked" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="network Dinner">
782 <span class="checkmark"></span> --> 783 <span class="checkmark"></span> -->
783 <label class="container1">Yes 784 <label class="container1">Yes
784 <input type="radio" checked="checked" name="radio" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="true"> 785 <input type="radio" checked="checked" name="radio" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="true">
785 <span class="checkmark"></span> 786 <span class="checkmark"></span>
786 </label> 787 </label>
787 <label class="container1">No 788 <label class="container1">No
788 <input type="radio" name="radio" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="false"> 789 <input type="radio" name="radio" ng-change="IfDinnerCheck(data.networkDinner)" ng-model="data.networkDinner" value="false">
789 <span class="checkmark"></span> 790 <span class="checkmark"></span>
790 </label> 791 </label>
791 </p> 792 </p>
792 <!-- </div> --> 793 <!-- </div> -->
793 </div> 794 </div>
794 <div class="clearfix"></div> 795 <div class="clearfix"></div>
795 <div class="text-center"> 796 <div class="text-center" style="padding-bottom:4%">
796 <input type="submit" style="width:200px" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()"> 797 <input type="submit" style="width:200px" class="btn submit-button" ng-disabled="applicantForm.$invalid|| check|| numberCheck" value="Submit" ng-click="calculateAmount()">
797 </div> 798 </div>
798 799
799 </div> 800 </div>
800 </div> 801 </div>
801 <!-- CLOSE step-two-form --> 802 <!-- CLOSE step-two-form -->
802 </div> 803 </div>
803 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 804 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
804 </form> 805 </form>
805 </div> 806 </div>
806 </div> 807 </div>
808 </div>
807 <!-- CLOSE FORM --> 809 <!-- CLOSE FORM -->
808 <footer style="margin-top: 5%;"> 810 <footer style="margin-top: 5%;">
809 <img id="footer" class="img-responsive banner"> 811 <img id="footer" class="img-responsive banner">
810 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center> 812 <center class="footer"> Powered By <a class="footer-link" href="http://www.viithiisys.com/" target="_blank">Viithiisys Technolgies.</a> </center>
811 </footer> 813 </footer>
812 <!-- </div> CLOSE CHECK VIEW --> 814 <!-- </div> CLOSE CHECK VIEW -->
813 <div ng-if="verifyView"> 815 <div ng-if="verifyView">
814 <div style="margin-bottom: 0px;" class="text-center"> 816 <div style="margin-bottom: 0px;" class="text-center">
815 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()"> 817 <input type="button" class="btn submit-button" ng-disabled="applicantForm.$invalid" value="check the status" ng-click="update()">
816 </div> 818 </div>
817 </div> 819 </div>
818 </div> 820 </div>
819 <!-- <div class="modal fade" id="myModal" role="dialog"> 821 <!-- <div class="modal fade" id="myModal" role="dialog">
820 <div class="modal-dialog" style="left: auto;"> 822 <div class="modal-dialog" style="left: auto;">
821 <div class="modal-content"> 823 <div class="modal-content">
822 <div class="modal-body" style="text-align:center;margin-top:5%"> 824 <div class="modal-body" style="text-align:center;margin-top:5%">
823 <p style="font-size:22px">Your Email is already exist.<a href="http://apply.startupjalsa.com/#/pendingPayment/{{id}}">Click here</a> to complete the payment</p> 825 <p style="font-size:22px">Your Email is already exist.<a href="http://apply.startupjalsa.com/#/pendingPayment/{{id}}">Click here</a> to complete the payment</p>
824 </div> 826 </div>
825 <div style="text-align:center;margin-bottom:5%"> 827 <div style="text-align:center;margin-bottom:5%">
826 <button style="color: #fff;background-color: #4CAF50;" type="button" class="btn btn-default1" data-dismiss="modal">Close</button> 828 <button style="color: #fff;background-color: #4CAF50;" type="button" class="btn btn-default1" data-dismiss="modal">Close</button>
827 </div> 829 </div>
828 </div> 830 </div>
829 </div> 831 </div>
830 </div> --> 832 </div> -->
831 <!-- CLOSE NEW-CONTROLLER --> 833 <!-- CLOSE NEW-CONTROLLER -->
832 <!-- <div id="snacsskbar">Registration done successfully.</div> 834 <!-- <div id="snacsskbar">Registration done successfully.</div>
833 --><!-- <div class="modal fade" id="myModal" role="dialog"> 835 --><!-- <div class="modal fade" id="myModal" role="dialog">
834 <div class="modal-dialog" style="left: auto;"> 836 <div class="modal-dialog" style="left: auto;">
835 <div class="modal-content"> 837 <div class="modal-content">
836 <h4 style="text-align:center;">Congratulations, you are now eligible for:</h4> 838 <h4 style="text-align:center;">Congratulations, you are now eligible for:</h4>
837 <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="border:1px solid #f6f6eb;margin-top:10px"> 839 <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="border:1px solid #f6f6eb;margin-top:10px">
838 <tbody style="background-color:#f9f9f9"> 840 <tbody style="background-color:#f9f9f9">
839 <tr> 841 <tr>
840 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 842 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
841 </tr> 843 </tr>
842 <tr> 844 <tr>
843 <td align="left" valign="top" style="padding:10px"> 845 <td align="left" valign="top" style="padding:10px">
844 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 846 <table width="100%" border="0" cellspacing="0" cellpadding="0">
845 <tbody> 847 <tbody>
846 <tr> 848 <tr>
847 <td align="left" valign="middle" style="color:#5e5e5e;font-size:20px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Summary</td> 849 <td align="left" valign="middle" style="color:#5e5e5e;font-size:20px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Summary</td>
848 </tr> 850 </tr>
849 </tbody> 851 </tbody>
850 </table> 852 </table>
851 </td> 853 </td>
852 </tr> 854 </tr>
853 </tbody> 855 </tbody>
854 <tbody> 856 <tbody>
855 <tr> 857 <tr>
856 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 858 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
857 </tr> 859 </tr>
858 <tr> 860 <tr>
859 <td align="left" valign="top" style="padding:10px"> 861 <td align="left" valign="top" style="padding:10px">
860 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 862 <table width="100%" border="0" cellspacing="0" cellpadding="0">
861 <tbody> 863 <tbody>
862 <tr> 864 <tr>
863 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Amount</td> 865 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Ticket Amount</td>
864 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{ticketAmnt}}</td> 866 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{ticketAmnt}}</td>
865 </tr> 867 </tr>
866 </tbody> 868 </tbody>
867 </table> 869 </table>
868 </td> 870 </td>
869 </tr> 871 </tr>
870 <tr> 872 <tr>
871 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 873 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
872 </tr> 874 </tr>
873 <tr> 875 <tr>
874 <td align="left" valign="top" style="padding:10px"> 876 <td align="left" valign="top" style="padding:10px">
875 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 877 <table width="100%" border="0" cellspacing="0" cellpadding="0">
876 <tbody> 878 <tbody>
877 <tr> 879 <tr>
878 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Discount</td> 880 <td align="left" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Discount</td>
879 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{discountAmount}}</td> 881 <td align="right" valign="middle" style="color:#5e5e5e;font-size:18px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{discountAmount}}</td>
880 </tr> 882 </tr>
881 </tbody> 883 </tbody>
882 </table> 884 </table>
883 </td> 885 </td>
884 </tr> 886 </tr>
885 <tr> 887 <tr>
886 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 888 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
887 </tr> 889 </tr>
888 <tr> 890 <tr>
889 <td align="left" valign="top" style="padding:10px"> 891 <td align="left" valign="top" style="padding:10px">
890 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 892 <table width="100%" border="0" cellspacing="0" cellpadding="0">
891 <tbody> 893 <tbody>
892 <tr> 894 <tr>
893 <td align="left" valign="middle" style="color:#5e5e5e;font-size:14px;line-height:26px;font-family:Avenir-Medium,arial,sans-serif">GST</td> 895 <td align="left" valign="middle" style="color:#5e5e5e;font-size:14px;line-height:26px;font-family:Avenir-Medium,arial,sans-serif">GST</td>
894 <td align="right" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{taxTotal}}</td> 896 <td align="right" valign="middle" style="color:#5e5e5e;font-size:16px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{taxTotal}}</td>
895 </tr> 897 </tr>
896 </tbody> 898 </tbody>
897 </table> 899 </table>
898 </td> 900 </td>
899 </tr> 901 </tr>
900 <tr> 902 <tr>
901 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 903 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
902 </tr> 904 </tr>
903 <tr> 905 <tr>
904 <td align="left" valign="top" bgcolor="#f9f9f9" style="padding:10px"> 906 <td align="left" valign="top" bgcolor="#f9f9f9" style="padding:10px">
905 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 907 <table width="100%" border="0" cellspacing="0" cellpadding="0">
906 <tbody> 908 <tbody>
907 <tr> 909 <tr>
908 <td align="left" valign="middle" style="color:#5e5e5e;font-size:22px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Total Amount</td> 910 <td align="left" valign="middle" style="color:#5e5e5e;font-size:22px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">Total Amount</td>
909 <td align="right" valign="middle" style="color:#29bd9d;font-size:24px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{payingAmnt}}</td> 911 <td align="right" valign="middle" style="color:#29bd9d;font-size:24px;line-height:26px;font-family:Avenir-Heavy,arial,sans-serif">{{payingAmnt}}</td>
910 </tr> 912 </tr>
911 </tbody> 913 </tbody>
912 </table> 914 </table>
913 </td> 915 </td>
914 </tr> 916 </tr>
915 <tr> 917 <tr>
916 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td> 918 <td bgcolor="#efefeb" style="font-size:1px;line-height:1px"></td>
917 </tr> 919 </tr>
918 </tbody> 920 </tbody>
919 </table> 921 </table>
920 <div style="text-align:center;margin-bottom:5%"> 922 <div style="text-align:center;margin-bottom:5%">
921 <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> 923 <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>
922 </div> 924 </div>
923 </div> 925 </div>
924 </div> 926 </div>
925 </div> 927 </div>
926 928
927 <div class="modal fade" id="videoModel" role="dialog" ng-click="closeModal()"> 929 <div class="modal fade" id="videoModel" role="dialog" ng-click="closeModal()">
928 <div class="modal-dialog" style="left: auto;"> 930 <div class="modal-dialog" style="left: auto;">
929 <div class="modal-content" > 931 <div class="modal-content" >
930 932
931 <div class="modal-body" style="text-align: right;" > 933 <div class="modal-body" style="text-align: right;" >
932 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closeModal()">clear</i> 934 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closeModal()">clear</i>
933 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/8i1bLQ7jS0I" frameborder="0" allowfullscreen></iframe> 935 <iframe width="560" id="youtubePlayer" height="315" src="https://www.youtube.com/embed/8i1bLQ7jS0I" frameborder="0" allowfullscreen></iframe>
934 </div> 936 </div>
935 937
936 </div> 938 </div>
937 </div> 939 </div>
938 </div> 940 </div>
939 941
940 942
941 <div class="modal fade" id="videoModels" role="dialog" ng-click="closed()"> 943 <div class="modal fade" id="videoModels" role="dialog" ng-click="closed()">
942 <div class="modal-dialog" style="left: auto;"> 944 <div class="modal-dialog" style="left: auto;">
943 <div class="modal-content"> 945 <div class="modal-content">
944 <div class="modal-body" style="text-align: right;" > 946 <div class="modal-body" style="text-align: right;" >
945 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closed()">clear</i> 947 <i class="material-icons" style="cursor: pointer;" data-dismiss="modal" ng-click="closed()">clear</i>
946 <iframe width="560" id="youtubePlayersss" height="315" src="https://www.youtube.com/embed/oBqdz-p3R6Y" frameborder="0" allowfullscreen></iframe> 948 <iframe width="560" id="youtubePlayersss" height="315" src="https://www.youtube.com/embed/oBqdz-p3R6Y" frameborder="0" allowfullscreen></iframe>
947 </div> 949 </div>
948 950
949 </div> 951 </div>
950 </div> 952 </div>
951 </div> 953 </div>
952 954
953 955
954 956
955 957
956 958
957 959
958 --> 960 -->
959 <span ng-show="span == true"> 961 <span ng-show="span == true">
960 <span id="chennai"></span> 962 <span id="chennai"></span>
961 <span id="pune"></span> 963 <span id="pune"></span>
962 <span id="mumbai"></span> 964 <span id="mumbai"></span>
963 <span id="hyderabad"></span> 965 <span id="hyderabad"></span>
964 <span id="chandigarh"></span> 966 <span id="chandigarh"></span>
965 <span id="delhi"></span> 967 <span id="delhi"></span>
966 <span id="ahmedabad"></span> 968 <span id="ahmedabad"></span>
967 <span id="bangalore"></span> 969 <span id="bangalore"></span>
968 <span id="jaipur"></span> 970 <span id="jaipur"></span>