Commit 500aaf8382bba3c3da1f4105de94cbf3f2d7c1e1

Authored by apple
1 parent 06813b2379
Exists in master and in 1 other branch paytm

add new fields & api integrate

1 /* { 1 /* {
2 outline: none !important; 2 outline: none !important;
3 } */ 3 } */
4 4
5 .logo{ 5 .logo{
6 height: 45px; 6 height: 45px;
7 /* margin-left: */ 7 /* margin-left: */
8 } 8 }
9 9
10 .hyperColor{ 10 .hyperColor{
11 color: white !important; 11 color: white !important;
12 cursor: pointer !important; 12 cursor: pointer !important;
13 } 13 }
14 .main-heading{ 14 .main-heading{
15 height: 70px; 15 height: 70px;
16 line-height: 70px; 16 line-height: 70px;
17 } 17 }
18 .card{ 18 .card{
19 flex-direction: column; 19 flex-direction: column;
20 background-color: rgb(255,255,255); 20 background-color: rgb(255,255,255);
21 border-radius: 0; 21 border-radius: 0;
22 width: 676px; 22 width: 676px;
23 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); 23 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);
24 } 24 }
25 .card input{ 25 .card input{
26 display: none; 26 display: none;
27 } 27 }
28 .card .card-content{ 28 .card .card-content{
29 padding: 12px; 29 padding: 12px;
30 font-size: 12px; 30 font-size: 12px;
31 } 31 }
32 .card p{ 32 .card p{
33 margin-top:18px; 33 margin-top:18px;
34 margin-right:4px ; 34 margin-right:4px ;
35 margin-bottom:-5px; 35 margin-bottom:-5px;
36 /*margin-left:13px;*/ 36 /*margin-left:13px;*/
37 37
38 font-family: montserrat, arial, verdana; 38 font-family: montserrat, arial, verdana;
39 font-weight: normal; 39 font-weight: normal;
40 font-size: 12px; 40 font-size: 12px;
41 } 41 }
42 .card .thumbnail{ 42 .card .thumbnail{
43 padding: 15px 30px 1px 28px; 43 padding: 15px 30px 1px 28px;
44 border: 0; 44 border: 0;
45 border-radius: 0px !important; 45 border-radius: 0px !important;
46 } 46 }
47 .panel-default{ 47 .panel-default{
48 border-color: #ddd; 48 border-color: #ddd;
49 } 49 }
50 .video-wrapper{ 50 .video-wrapper{
51 padding: 16px 0; 51 padding: 16px 0;
52 } 52 }
53 .stageRadio:checked+label{ 53 .stageRadio:checked+label{
54 background-color: #42b549; 54 background-color: #42b549;
55 color: #fff !important; 55 color: #fff !important;
56 } 56 }
57 57
58 .stageRadio1:checked+label{ 58 .stageRadio1:checked+label{
59 background-color: rgba(158, 158, 158, 0.05); 59 background-color: rgba(158, 158, 158, 0.05);
60 } 60 }
61 61
62 /* css for radio buttons */ 62 /* css for radio buttons */
63 63
64 .option-input { 64 .option-input {
65 -webkit-appearance: none; 65 -webkit-appearance: none;
66 -moz-appearance: none; 66 -moz-appearance: none;
67 -ms-appearance: none; 67 -ms-appearance: none;
68 -o-appearance: none; 68 -o-appearance: none;
69 appearance: none; 69 appearance: none;
70 position: relative; 70 position: relative;
71 /*top: 13.33333px;*/ 71 /*top: 13.33333px;*/
72 right: 0; 72 right: 0;
73 bottom: 0; 73 bottom: 0;
74 left: 0; 74 left: 0;
75 height: 15px; 75 height: 15px;
76 width: 15px; 76 width: 15px;
77 transition: all 0.15s ease-out 0s; 77 transition: all 0.15s ease-out 0s;
78 background: transparent; 78 background: transparent;
79 border: 2px solid #42b549; 79 border: 2px solid #42b549;
80 color: #fff; 80 color: #fff;
81 cursor: pointer; 81 cursor: pointer;
82 display: inline-block; 82 display: inline-block;
83 margin-right: 0.5rem; 83 margin-right: 0.5rem;
84 outline: none; 84 outline: none;
85 position: relative; 85 position: relative;
86 z-index: 1000; 86 z-index: 1000;
87 } 87 }
88 .option-input:checked { 88 .option-input:checked {
89 background: #42b549; 89 background: #42b549;
90 } 90 }
91 .option-input:checked::before { 91 .option-input:checked::before {
92 height: 20px; 92 height: 20px;
93 width: 20px; 93 width: 20px;
94 position: absolute; 94 position: absolute;
95 /*content: '✔';*/ 95 /*content: '✔';*/
96 display: inline-block; 96 display: inline-block;
97 font-size: 12px; 97 font-size: 12px;
98 text-align: center; 98 text-align: center;
99 line-height: 22px; 99 line-height: 22px;
100 } 100 }
101 .option-input:checked::after { 101 .option-input:checked::after {
102 -webkit-animation: click-wave 0.65s; 102 -webkit-animation: click-wave 0.65s;
103 -moz-animation: click-wave 0.65s; 103 -moz-animation: click-wave 0.65s;
104 animation: click-wave 0.65s; 104 animation: click-wave 0.65s;
105 background: #40e0d0; 105 background: #40e0d0;
106 content: ''; 106 content: '';
107 display: block; 107 display: block;
108 position: relative; 108 position: relative;
109 z-index: 100; 109 z-index: 100;
110 } 110 }
111 .option-input-a.radio-a::after { 111 .option-input-a.radio-a::after {
112 border-radius: 50%; 112 border-radius: 50%;
113 } 113 }
114 /*second css*/ 114 /*second css*/
115 .option-input-a { 115 .option-input-a {
116 -webkit-appearance: none; 116 -webkit-appearance: none;
117 -moz-appearance: none; 117 -moz-appearance: none;
118 -ms-appearance: none; 118 -ms-appearance: none;
119 -o-appearance: none; 119 -o-appearance: none;
120 appearance: none; 120 appearance: none;
121 position: relative; 121 position: relative;
122 /*top: 13.33333px;*/ 122 /*top: 13.33333px;*/
123 right: 0; 123 right: 0;
124 bottom: 0; 124 bottom: 0;
125 left: 0; 125 left: 0;
126 height: 22px; 126 height: 22px;
127 width: 22px; 127 width: 22px;
128 transition: all 0.15s ease-out 0s; 128 transition: all 0.15s ease-out 0s;
129 background: transparent; 129 background: transparent;
130 border: 2px solid #42b549; 130 border: 2px solid #42b549;
131 color: #fff; 131 color: #fff;
132 cursor: pointer; 132 cursor: pointer;
133 display: inline-block; 133 display: inline-block;
134 margin-right: 0.5rem; 134 margin-right: 0.5rem;
135 outline: none; 135 outline: none;
136 position: relative; 136 position: relative;
137 z-index: 1000; 137 z-index: 1000;
138 } 138 }
139 .option-input-a:checked { 139 .option-input-a:checked {
140 background: #42b549; 140 background: #42b549;
141 } 141 }
142 .option-input-a:checked::before { 142 .option-input-a:checked::before {
143 height: 20px; 143 height: 20px;
144 width: 20px; 144 width: 20px;
145 position: absolute; 145 position: absolute;
146 /*content: '✔';*/ 146 /*content: '✔';*/
147 display: inline-block; 147 display: inline-block;
148 font-size: 12px; 148 font-size: 12px;
149 text-align: center; 149 text-align: center;
150 line-height: 22px; 150 line-height: 22px;
151 } 151 }
152 .option-input-a:checked::after { 152 .option-input-a:checked::after {
153 -webkit-animation: click-wave 0.65s; 153 -webkit-animation: click-wave 0.65s;
154 -moz-animation: click-wave 0.65s; 154 -moz-animation: click-wave 0.65s;
155 animation: click-wave 0.65s; 155 animation: click-wave 0.65s;
156 background: #40e0d0; 156 background: #40e0d0;
157 content: ''; 157 content: '';
158 display: block; 158 display: block;
159 position: relative; 159 position: relative;
160 z-index: 100; 160 z-index: 100;
161 } 161 }
162 .option-input-a.radio-a { 162 .option-input-a.radio-a {
163 border-radius: 50%; 163 border-radius: 50%;
164 } 164 }
165 .option-input-a.radio-a::after { 165 .option-input-a.radio-a::after {
166 border-radius: 50%; 166 border-radius: 50%;
167 } 167 }
168 168
169 /* css for radio ends */ 169 /* css for radio ends */
170 170
171 .card-small{ 171 .card-small{
172 cursor: pointer; 172 cursor: pointer;
173 } 173 }
174 .card-small img{ 174 .card-small img{
175 width: 37px; 175 width: 37px;
176 } 176 }
177 .card-small label{ 177 .card-small label{
178 width: 100%; 178 width: 100%;
179 font-weight: normal; 179 font-weight: normal;
180 font-size: 12px; 180 font-size: 12px;
181 margin-top: 5px; 181 margin-top: 5px;
182 } 182 }
183 /*.text-input{ 183 /*.text-input{
184 width: 100%; 184 width: 100%;
185 border: 0; 185 border: 0;
186 border-bottom: 2px solid #42b549; 186 border-bottom: 2px solid #42b549;
187 font-size: 18px; 187 font-size: 18px;
188 padding: 5px; 188 padding: 5px;
189 }*/ 189 }*/
190 .input-wrapper{ 190 .input-wrapper{
191 margin-bottom: 15px !important; 191 margin-bottom: 15px !important;
192 } 192 }
193 .select-input{ 193 .select-input{
194 width: 100%; 194 width: 100%;
195 border: 0; 195 border: 0;
196 border-bottom: 2px solid #42b549; 196 border-bottom: 2px solid #42b549;
197 background-color: transparent; 197 background-color: transparent;
198 font-size: 12px; 198 font-size: 12px;
199 padding: 5px; 199 padding: 5px;
200 } 200 }
201 .submit-button, .submit-button:hover{ 201 .submit-button, .submit-button:hover{
202 /*background-color: #00bcd4;*/ 202 /*background-color: #00bcd4;*/
203 background-color: #0161EE; 203 background-color: #0161EE;
204 color: #fff; 204 color: #fff;
205 /*display: none;*/ 205 /*display: none;*/
206 } 206 }
207 .submit-button:disabled{ 207 .submit-button:disabled{
208 background-color: #ddd; 208 background-color: #ddd;
209 } 209 }
210 210
211 .submit-button-form, .submit-button-form:hover{ 211 .submit-button-form, .submit-button-form:hover{
212 212
213 background-color: #0161EE; 213 background-color: #0161EE;
214 margin-top: 2%; 214 margin-top: 2%;
215 margin-bottom: 3%; 215 margin-bottom: 3%;
216 216
217 } 217 }
218 .submit-button-form:disabled{ 218 .submit-button-form:disabled{
219 background-color: #ddd; 219 background-color: #ddd;
220 margin-top: 2%; 220 margin-top: 2%;
221 margin-bottom: 3%; 221 margin-bottom: 3%;
222 } 222 }
223 223
224 .textarea{ 224 .textarea{
225 min-height: 97px; 225 min-height: 97px;
226 } 226 }
227 .error-message{ 227 .error-message{
228 font-weight: inherit; 228 font-weight: inherit;
229 color: #ff0000; 229 color: #ff0000;
230 margin: 5px 4px -5px 0px; 230 margin: 5px 4px -5px 0px;
231 display: none; 231 display: none;
232 } 232 }
233 233
234 /*custom input*/ 234 /*custom input*/
235 .text-input, select { 235 .text-input, select {
236 width: 100%; 236 width: 100%;
237 -webkit-appearance: none; 237 -webkit-appearance: none;
238 padding: 12px 25px; 238 padding: 12px 25px;
239 margin: -2px 0; 239 margin: -2px 0;
240 display: inline-block; 240 display: inline-block;
241 border: 0px solid rgba(51, 51, 51, 0); 241 border: 0px solid rgba(51, 51, 51, 0);
242 border-radius: -3px; 242 border-radius: -3px;
243 box-sizing: border-box; 243 box-sizing: border-box;
244 box-shadow: 0 0 10px rgba(240, 255, 235); 244 box-shadow: 0 0 10px rgba(240, 255, 235);
245 -moz-box-shadow: 0 0 10px rgba(240, 255, 235); 245 -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
246 -webkit-box-shadow: 0 0 5px #777; 246 -webkit-box-shadow: 0 0 5px #777;
247 -o-box-shadow: 0 0 10px rgba(240, 255, 235); 247 -o-box-shadow: 0 0 10px rgba(240, 255, 235);
248 font-size: 12px; 248 font-size: 12px;
249 } 249 }
250 250
251 /* progress bar css */ 251 /* progress bar css */
252 252
253 @-webkit-keyframes 253 @-webkit-keyframes
254 load { 0% { 254 load { 0% {
255 stroke-dashoffset:0 255 stroke-dashoffset:0
256 } 256 }
257 } 257 }
258 @-moz-keyframes 258 @-moz-keyframes
259 load { 0% { 259 load { 0% {
260 stroke-dashoffset:0 260 stroke-dashoffset:0
261 } 261 }
262 } 262 }
263 @keyframes 263 @keyframes
264 load { 0% { 264 load { 0% {
265 stroke-dashoffset:0 265 stroke-dashoffset:0
266 } 266 }
267 } 267 }
268 268
269 /* Container */ 269 /* Container */
270 270
271 .progress-form { 271 .progress-form {
272 position: relative; 272 position: relative;
273 display: inline-block; 273 display: inline-block;
274 padding: 0; 274 padding: 0;
275 text-align: center; 275 text-align: center;
276 } 276 }
277 277
278 /* Item */ 278 /* Item */
279 279
280 .progress-form>li { 280 .progress-form>li {
281 display: inline-block; 281 display: inline-block;
282 position: relative; 282 position: relative;
283 text-align: center; 283 text-align: center;
284 color: #93A2AC; 284 color: #93A2AC;
285 font-family: Lato; 285 font-family: Lato;
286 font-weight: 100; 286 font-weight: 100;
287 margin: 2rem; 287 margin: 2rem;
288 } 288 }
289 289
290 .progress-form>li:before { 290 .progress-form>li:before {
291 content: attr(data-name); 291 content: attr(data-name);
292 position: absolute; 292 position: absolute;
293 width: 100%; 293 width: 100%;
294 bottom: -2rem; 294 bottom: -2rem;
295 font-weight: 400; 295 font-weight: 400;
296 } 296 }
297 297
298 .progress-form>li:after { 298 .progress-form>li:after {
299 content: attr(data-percent); 299 content: attr(data-percent);
300 position: absolute; 300 position: absolute;
301 width: 100%; 301 width: 100%;
302 top: 3.7rem; 302 top: 3.7rem;
303 left: 0; 303 left: 0;
304 font-size: 2rem; 304 font-size: 2rem;
305 text-align: center; 305 text-align: center;
306 } 306 }
307 307
308 .progress-form svg { 308 .progress-form svg {
309 width: 10rem; 309 width: 10rem;
310 height: 10rem; 310 height: 10rem;
311 } 311 }
312 312
313 .progress-form svg:nth-child(2) { 313 .progress-form svg:nth-child(2) {
314 position: absolute; 314 position: absolute;
315 left: 0; 315 left: 0;
316 top: 0; 316 top: 0;
317 transform: rotate(-90deg); 317 transform: rotate(-90deg);
318 -webkit-transform: rotate(-90deg); 318 -webkit-transform: rotate(-90deg);
319 -moz-transform: rotate(-90deg); 319 -moz-transform: rotate(-90deg);
320 -ms-transform: rotate(-90deg); 320 -ms-transform: rotate(-90deg);
321 } 321 }
322 322
323 .progress-form svg:nth-child(2) path { 323 .progress-form svg:nth-child(2) path {
324 fill: none; 324 fill: none;
325 stroke-width: 25; 325 stroke-width: 25;
326 stroke-dasharray: 629; 326 stroke-dasharray: 629;
327 stroke: rgba(255, 255, 255, 0.9); 327 stroke: rgba(255, 255, 255, 0.9);
328 -webkit-animation: load 10s; 328 -webkit-animation: load 10s;
329 -moz-animation: load 10s; 329 -moz-animation: load 10s;
330 -o-animation: load 10s; 330 -o-animation: load 10s;
331 animation: load 10s; 331 animation: load 10s;
332 } 332 }
333 /*circle of stage image*/ 333 /*circle of stage image*/
334 .circular{ 334 .circular{
335 335
336 -webkit-border-radius: 150px; 336 -webkit-border-radius: 150px;
337 -moz-border-radius: 150px; 337 -moz-border-radius: 150px;
338 border-radius: 150px; 338 border-radius: 150px;
339 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 339 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
340 border: 5px solid white; 340 border: 5px solid white;
341 overflow: hidden; 341 overflow: hidden;
342 position: fixed; 342 position: fixed;
343 height: 100px; 343 height: 100px;
344 width: 100px; 344 width: 100px;
345 left: 80px; 345 left: 80px;
346 top: 20px; 346 top: 20px;
347 } 347 }
348 /*font-size*/ 348 /*font-size*/
349 .font{ 349 .font{
350 font-size: 14px; 350 font-size: 14px;
351 } 351 }
352 352
353 .f-family { 353 .f-family {
354 font-family:sans-serif; 354 font-family:sans-serif;
355 } 355 }
356 356
357 /*container-card css*/ 357 /*container-card css*/
358 .container-card { 358 .container-card {
359 width: auto; 359 width: auto;
360 float: left; 360 float: left;
361 margin: 31px 24px 26px 14px; 361 margin: 31px 24px 26px 14px;
362 } 362 }
363 363
364 /******This css for header container******/ 364 /******This css for header container******/
365 .h1 { 365 .h1 {
366 font-size: 20px; 366 font-size: 20px;
367 margin: 11px; 367 margin: 11px;
368 } 368 }
369 369
370 .paragraph { 370 .paragraph {
371 font-size: 14px; 371 font-size: 14px;
372 margin: 30px 10px 20px; 372 margin: 30px 10px 20px;
373 line-height: 1.5; 373 line-height: 1.5;
374 } 374 }
375 /*This css for stages container*/ 375 /*This css for stages container*/
376 376
377 .full-line { 377 .full-line {
378 border-bottom: 2px solid #dedede; 378 border-bottom: 2px solid #dedede;
379 padding: 15px 10px; 379 padding: 15px 10px;
380 } 380 }
381 381
382 .stages-card { 382 .stages-card {
383 width: auto; 383 width: auto;
384 float: left; 384 float: left;
385 /*margin: -30px 8px 7px 22px;*/ 385 /*margin: -30px 8px 7px 22px;*/
386 } 386 }
387 387
388 /*form -css*/ 388 /*form -css*/
389 .form-all { 389 .form-all {
390 margin: 13px 4px 26px -2px; 390 margin: 13px 4px 26px -2px;
391 border-radius: 15px; 391 border-radius: 15px;
392 background-color: #fff; 392 background-color: #fff;
393 padding-top: 1px; 393 padding-top: 1px;
394 padding-left: 1%; 394 padding-left: 1%;
395 /*display: none;*/ 395 /*display: none;*/
396 } 396 }
397 397
398 .step-two-form{ 398 .step-two-form{
399 display: block; 399 display: block;
400 } 400 }
401 401
402 /*This is for stages images*/ 402 /*This is for stages images*/
403 .stage-img { 403 .stage-img {
404 width: 115px; 404 width: 115px;
405 } 405 }
406 406
407 .stage-thumbnail { 407 .stage-thumbnail {
408 float: left; 408 float: left;
409 margin-bottom: 0; 409 margin-bottom: 0;
410 } 410 }
411 411
412 .stage-shadow { 412 .stage-shadow {
413 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 413 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
414 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 414 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
415 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ 415 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
416 /*margin: 3px 22px 14px 14px;*/ 416 /*margin: 3px 22px 14px 14px;*/
417 background-color: #ffffff; 417 background-color: #ffffff;
418 } 418 }
419 419
420 /* .line-size { 420 /* .line-size {
421 421
422 } */ 422 } */
423 423
424 .card-paragraph { 424 .card-paragraph {
425 background-color: rgba(66, 181, 73, 0.61); 425 background-color: rgba(66, 181, 73, 0.61);
426 color: #fff; 426 color: #fff;
427 } 427 }
428 428
429 /* identity card css*/ 429 /* identity card css*/
430 430
431 .identity-shadow { 431 .identity-shadow {
432 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 432 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
433 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 433 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
434 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 434 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
435 margin: 15px 15px 17px 14px; 435 margin: 15px 15px 17px 14px;
436 background-color: #ffffff; 436 background-color: #ffffff;
437 /*display: none;*/ 437 /*display: none;*/
438 } 438 }
439 439
440 .identity-question { 440 .identity-question {
441 border-bottom: 2px solid #dedede; 441 border-bottom: 2px solid #dedede;
442 padding: 0px 10px; 442 padding: 0px 10px;
443 } 443 }
444 444
445 .identity-align { 445 .identity-align {
446 margin: 8px -12px 19px 13px; 446 margin: 8px -12px 19px 13px;
447 } 447 }
448 448
449 449
450 /********This css for sectors**************/ 450 /********This css for sectors**************/
451 .sectors-card { 451 .sectors-card {
452 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 452 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
453 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 453 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
454 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 454 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
455 margin: 27px 22px 14px 14px; 455 margin: 27px 22px 14px 14px;
456 background-color: #ffffff; 456 background-color: #ffffff;
457 /*display: none;*/ 457 /*display: none;*/
458 } 458 }
459 459
460 .sector-card { 460 .sector-card {
461 width: auto; 461 width: auto;
462 float: left; 462 float: left;
463 margin: 29px 22px 26px 14px; 463 margin: 29px 22px 26px 14px;
464 } 464 }
465 465
466 .sector-question { 466 .sector-question {
467 border-bottom: 2px solid #dedede; 467 border-bottom: 2px solid #dedede;
468 padding: 15px 10px; 468 padding: 15px 10px;
469 } 469 }
470 470
471 /*To make the Stages in the center*/ 471 /*To make the Stages in the center*/
472 .card-align { 472 .card-align {
473 /*margin: 56px -267px 11px -37px;*/ 473 /*margin: 56px -267px 11px -37px;*/
474 } 474 }
475 475
476 /*To make the sectors in the center */ 476 /*To make the sectors in the center */
477 477
478 478
479 /*************sidebar content margin***********/ 479 /*************sidebar content margin***********/
480 .sidebar-align { 480 .sidebar-align {
481 margin: -5px -3px -18px 9px; 481 margin: -5px -3px -18px 9px;
482 } 482 }
483 483
484 .heading { 484 .heading {
485 margin: 15px 10px 15px 16px; 485 margin: 15px 10px 15px 16px;
486 } 486 }
487 .quiz { 487 .quiz {
488 margin: 5px 5px 6px 19px; 488 margin: 5px 5px 6px 19px;
489 font-size: 12px; 489 font-size: 12px;
490 } 490 }
491 491
492 #footer { 492 #footer {
493 /*position: bottom; 493 /*position: bottom;
494 width: 100%; 494 width: 100%;
495 height: auto;*/ 495 height: auto;*/
496 } 496 }
497 497
498 #front { 498 #front {
499 background-color: #171717; 499 background-color: #171717;
500 /*background-image: url(/images/mock_up_background.jpg); 500 /*background-image: url(/images/mock_up_background.jpg);
501 background-repeat: no-repeat; 501 background-repeat: no-repeat;
502 background-size: cover; 502 background-size: cover;
503 background-attachment: fixed;*/ 503 background-attachment: fixed;*/
504 } 504 }
505 505
506 /* .footer { 506 /* .footer {
507 507
508 bottom: 0px; 508 bottom: 0px;
509 background-color: #76b34f !important; 509 background-color: #76b34f !important;
510 width: 100%; 510 width: 100%;
511 color:rgba(255, 255, 255, 0.77); 511 color:rgba(255, 255, 255, 0.77);
512 }*/ 512 }*/
513 513
514 /********question box*****************/ 514 /********question box*****************/
515 .question-shadow { 515 .question-shadow {
516 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 516 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
517 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 517 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
518 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 518 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
519 margin: 15px 15px 17px 14px; 519 margin: 15px 15px 17px 14px;
520 background-color: #ffffff; 520 background-color: #ffffff;
521 } 521 }
522 522
523 523
524 524
525 .question-card { 525 .question-card {
526 width: auto; 526 width: auto;
527 float: left; 527 float: left;
528 margin: 29px 22px 26px 14px; 528 margin: 29px 22px 26px 14px;
529 } 529 }
530 530
531 /*for p*/ 531 /*for p*/
532 .line-space { 532 .line-space {
533 line-height: 1.6em; 533 line-height: 1.6em;
534 font-size: 11px; 534 font-size: 11px;
535 } 535 }
536 536
537 .line-adjust { 537 .line-adjust {
538 margin-left: 0px; 538 margin-left: 0px;
539 } 539 }
540 540
541 /*badge icon css*/ 541 /*badge icon css*/
542 542
543 .material-icons{ 543 .material-icons{
544 font-size: 17px !important; 544 font-size: 17px !important;
545 } 545 }
546 546
547 .icon-circle-a { 547 .icon-circle-a {
548 background: rgba(89, 89, 89, 0.92); 548 background: rgba(89, 89, 89, 0.92);
549 border-radius: 50%; 549 border-radius: 50%;
550 width: 30px; 550 width: 30px;
551 height: 30px; 551 height: 30px;
552 position: absolute; 552 position: absolute;
553 left: 14px; 553 left: 14px;
554 margin-top: 10px; 554 margin-top: 10px;
555 color: #fff; 555 color: #fff;
556 text-align: center; 556 text-align: center;
557 } 557 }
558 558
559 .icon-circle-b { 559 .icon-circle-b {
560 background: rgba(89, 89, 89, 0.92); 560 background: rgba(89, 89, 89, 0.92);
561 border-radius: 50%; 561 border-radius: 50%;
562 width: 30px; 562 width: 30px;
563 height: 30px; 563 height: 30px;
564 position: absolute; 564 position: absolute;
565 left: 14px; 565 left: 14px;
566 margin-top: 10px; 566 margin-top: 10px;
567 color: #fff; 567 color: #fff;
568 text-align: center; 568 text-align: center;
569 } 569 }
570 570
571 .icon-circle-c { 571 .icon-circle-c {
572 background: rgba(89, 89, 89, 0.92); 572 background: rgba(89, 89, 89, 0.92);
573 border-radius: 50%; 573 border-radius: 50%;
574 width: 30px; 574 width: 30px;
575 height: 30px; 575 height: 30px;
576 position: absolute; 576 position: absolute;
577 left: 0px; 577 left: 0px;
578 margin-top: 4px; 578 margin-top: 4px;
579 color: #fff; 579 color: #fff;
580 text-align: center; 580 text-align: center;
581 } 581 }
582 582
583 .icon-circle-d { 583 .icon-circle-d {
584 background: rgba(89, 89, 89, 0.92); 584 background: rgba(89, 89, 89, 0.92);
585 border-radius: 50%; 585 border-radius: 50%;
586 width: 30px; 586 width: 30px;
587 height: 30px; 587 height: 30px;
588 position: absolute; 588 position: absolute;
589 left: 0px; 589 left: 0px;
590 margin-top: 4px; 590 margin-top: 4px;
591 color: #fff; 591 color: #fff;
592 text-align: center; 592 text-align: center;
593 } 593 }
594 594
595 .icon-circle-e { 595 .icon-circle-e {
596 background: rgba(89, 89, 89, 0.92); 596 background: rgba(89, 89, 89, 0.92);
597 border-radius: 50%; 597 border-radius: 50%;
598 width: 30px; 598 width: 30px;
599 height: 30px; 599 height: 30px;
600 position: absolute; 600 position: absolute;
601 left: 0px; 601 left: 0px;
602 margin-top: 4px; 602 margin-top: 4px;
603 color: #fff; 603 color: #fff;
604 text-align: center; 604 text-align: center;
605 } 605 }
606 606
607 .icon-circle-f { 607 .icon-circle-f {
608 background: rgba(89, 89, 89, 0.92); 608 background: rgba(89, 89, 89, 0.92);
609 border-radius: 50%; 609 border-radius: 50%;
610 width: 30px; 610 width: 30px;
611 height: 30px; 611 height: 30px;
612 position: absolute; 612 position: absolute;
613 left: 0px; 613 left: 0px;
614 margin-top: 3px; 614 margin-top: 3px;
615 color: #fff; 615 color: #fff;
616 text-align: center; 616 text-align: center;
617 } 617 }
618 618
619 .icon-circle-g { 619 .icon-circle-g {
620 background: rgba(89, 89, 89, 0.92); 620 background: rgba(89, 89, 89, 0.92);
621 border-radius: 50%; 621 border-radius: 50%;
622 width: 30px; 622 width: 30px;
623 height: 30px; 623 height: 30px;
624 position: absolute; 624 position: absolute;
625 left: 14px; 625 left: 14px;
626 margin-top: 10px; 626 margin-top: 10px;
627 color: #fff; 627 color: #fff;
628 text-align: center; 628 text-align: center;
629 } 629 }
630 630
631 .icon-circle-h { 631 .icon-circle-h {
632 background: rgba(89, 89, 89, 0.92); 632 background: rgba(89, 89, 89, 0.92);
633 border-radius: 50%; 633 border-radius: 50%;
634 width: 30px; 634 width: 30px;
635 height: 30px; 635 height: 30px;
636 position: absolute; 636 position: absolute;
637 left: 0px; 637 left: 0px;
638 margin-top: 4px; 638 margin-top: 4px;
639 color: #fff; 639 color: #fff;
640 text-align: center; 640 text-align: center;
641 } 641 }
642 642
643 .icon-circle-i { 643 .icon-circle-i {
644 background: rgba(89, 89, 89, 0.92); 644 background: rgba(89, 89, 89, 0.92);
645 border-radius: 50%; 645 border-radius: 50%;
646 width: 30px; 646 width: 30px;
647 height: 30px; 647 height: 30px;
648 position: absolute; 648 position: absolute;
649 left: 0px; 649 left: 0px;
650 margin-top: 4px; 650 margin-top: 4px;
651 color: #fff; 651 color: #fff;
652 text-align: center; 652 text-align: center;
653 } 653 }
654 654
655 .icon-circle-j { 655 .icon-circle-j {
656 background: rgba(89, 89, 89, 0.92); 656 background: rgba(89, 89, 89, 0.92);
657 border-radius: 50%; 657 border-radius: 50%;
658 width: 30px; 658 width: 30px;
659 height: 30px; 659 height: 30px;
660 position: absolute; 660 position: absolute;
661 left: 0px; 661 left: 0px;
662 margin-top: 30px; 662 margin-top: 30px;
663 color: #fff; 663 color: #fff;
664 text-align: center; 664 text-align: center;
665 } 665 }
666 666
667 .icon-circle-k { 667 .icon-circle-k {
668 background: rgba(89, 89, 89, 0.92); 668 background: rgba(89, 89, 89, 0.92);
669 border-radius: 50%; 669 border-radius: 50%;
670 width: 30px; 670 width: 30px;
671 height: 30px; 671 height: 30px;
672 position: absolute; 672 position: absolute;
673 left: 0px; 673 left: 0px;
674 margin-top: 30px; 674 margin-top: 30px;
675 color: #fff; 675 color: #fff;
676 text-align: center; 676 text-align: center;
677 } 677 }
678 678
679 .icon-circle-y { 679 .icon-circle-y {
680 background: rgba(89, 89, 89, 0.92); 680 background: rgba(89, 89, 89, 0.92);
681 border-radius: 50%; 681 border-radius: 50%;
682 width: 30px; 682 width: 30px;
683 height: 30px; 683 height: 30px;
684 position: absolute; 684 position: absolute;
685 left: 0px; 685 left: 0px;
686 margin-top: 4px; 686 margin-top: 4px;
687 color: #fff; 687 color: #fff;
688 text-align: center; 688 text-align: center;
689 } 689 }
690 690
691 .icon-circle-o { 691 .icon-circle-o {
692 background: rgba(89, 89, 89, 0.92); 692 background: rgba(89, 89, 89, 0.92);
693 border-radius: 50%; 693 border-radius: 50%;
694 width: 30px; 694 width: 30px;
695 height: 30px; 695 height: 30px;
696 position: absolute; 696 position: absolute;
697 left: 0px; 697 left: 0px;
698 margin-top: 4px; 698 margin-top: 4px;
699 color: #fff; 699 color: #fff;
700 text-align: center; 700 text-align: center;
701 } 701 }
702 702
703 .icon-circle-l { 703 .icon-circle-l {
704 background: rgba(89, 89, 89, 0.92); 704 background: rgba(89, 89, 89, 0.92);
705 border-radius: 50%; 705 border-radius: 50%;
706 width: 30px; 706 width: 30px;
707 height: 30px; 707 height: 30px;
708 position: absolute; 708 position: absolute;
709 left: 0px; 709 left: 0px;
710 margin-top: 4px; 710 margin-top: 4px;
711 color: #fff; 711 color: #fff;
712 text-align: center; 712 text-align: center;
713 } 713 }
714 714
715 .icon-circle-m { 715 .icon-circle-m {
716 background: rgba(89, 89, 89, 0.92); 716 background: rgba(89, 89, 89, 0.92);
717 border-radius: 50%; 717 border-radius: 50%;
718 width: 30px; 718 width: 30px;
719 height: 30px; 719 height: 30px;
720 position: absolute; 720 position: absolute;
721 left: 0px; 721 left: 0px;
722 margin-top: 4px; 722 margin-top: 4px;
723 color: #fff; 723 color: #fff;
724 text-align: center; 724 text-align: center;
725 } 725 }
726 726
727 .icon-circle-n { 727 .icon-circle-n {
728 background: rgba(89, 89, 89, 0.92); 728 background: rgba(89, 89, 89, 0.92);
729 border-radius: 50%; 729 border-radius: 50%;
730 width: 30px; 730 width: 30px;
731 height: 30px; 731 height: 30px;
732 position: absolute; 732 position: absolute;
733 left: 0px; 733 left: 0px;
734 margin-top: 4px; 734 margin-top: 4px;
735 color: #fff; 735 color: #fff;
736 text-align: center; 736 text-align: center;
737 } 737 }
738 738
739 .icon-circle-x { 739 .icon-circle-x {
740 background: rgba(89, 89, 89, 0.92); 740 background: rgba(89, 89, 89, 0.92);
741 border-radius: 50%; 741 border-radius: 50%;
742 width: 30px; 742 width: 30px;
743 height: 30px; 743 height: 30px;
744 position: absolute; 744 position: absolute;
745 left: 0px; 745 left: 0px;
746 margin-top: 30px; 746 margin-top: 30px;
747 color: #fff; 747 color: #fff;
748 text-align: center; 748 text-align: center;
749 } 749 }
750 750
751 .icon-circle-p { 751 .icon-circle-p {
752 background: rgba(89, 89, 89, 0.92); 752 background: rgba(89, 89, 89, 0.92);
753 border-radius: 50%; 753 border-radius: 50%;
754 width: 30px; 754 width: 30px;
755 height: 30px; 755 height: 30px;
756 position: absolute; 756 position: absolute;
757 left: 0px; 757 left: 0px;
758 margin-top: 30px; 758 margin-top: 30px;
759 color: #fff; 759 color: #fff;
760 text-align: center; 760 text-align: center;
761 } 761 }
762 762
763 .icon-circle-z { 763 .icon-circle-z {
764 background: rgba(89, 89, 89, 0.92); 764 background: rgba(89, 89, 89, 0.92);
765 border-radius: 50%; 765 border-radius: 50%;
766 width: 30px; 766 width: 30px;
767 height: 30px; 767 height: 30px;
768 position: absolute; 768 position: absolute;
769 left: 0px; 769 left: 0px;
770 margin-top: 4px; 770 margin-top: 4px;
771 color: #fff; 771 color: #fff;
772 text-align: center; 772 text-align: center;
773 } 773 }
774 774
775 .icon-circle-q { 775 .icon-circle-q {
776 background: rgba(89, 89, 89, 0.92); 776 background: rgba(89, 89, 89, 0.92);
777 border-radius: 50%; 777 border-radius: 50%;
778 width: 30px; 778 width: 30px;
779 height: 30px; 779 height: 30px;
780 position: absolute; 780 position: absolute;
781 left: 0px; 781 left: 0px;
782 margin-top: 4px; 782 margin-top: 4px;
783 color: #fff; 783 color: #fff;
784 text-align: center; 784 text-align: center;
785 } 785 }
786 786
787 .icon-circle-ab { 787 .icon-circle-ab {
788 background: rgba(89, 89, 89, 0.92); 788 background: rgba(89, 89, 89, 0.92);
789 border-radius: 50%; 789 border-radius: 50%;
790 width: 30px; 790 width: 30px;
791 height: 30px; 791 height: 30px;
792 position: absolute; 792 position: absolute;
793 left: 0px; 793 left: 0px;
794 margin-top: 3px; 794 margin-top: 3px;
795 color: #fff; 795 color: #fff;
796 text-align: center; 796 text-align: center;
797 } 797 }
798 798
799 .icon-circle-abc { 799 .icon-circle-abc {
800 background: rgba(89, 89, 89, 0.92); 800 background: rgba(89, 89, 89, 0.92);
801 border-radius: 50%; 801 border-radius: 50%;
802 width: 30px; 802 width: 30px;
803 height: 30px; 803 height: 30px;
804 position: absolute; 804 position: absolute;
805 left: 0px; 805 left: 0px;
806 margin-top: 3px; 806 margin-top: 3px;
807 color: #fff; 807 color: #fff;
808 text-align: center; 808 text-align: center;
809 } 809 }
810 810
811 .icon-circle-bc { 811 .icon-circle-bc {
812 background: rgba(89, 89, 89, 0.92); 812 background: rgba(89, 89, 89, 0.92);
813 border-radius: 50%; 813 border-radius: 50%;
814 width: 30px; 814 width: 30px;
815 height: 30px; 815 height: 30px;
816 position: absolute; 816 position: absolute;
817 left: 0px; 817 left: 0px;
818 margin-top: 3px; 818 margin-top: 3px;
819 color: #fff; 819 color: #fff;
820 text-align: center; 820 text-align: center;
821 } 821 }
822 822
823 .icon-circle-abcdefg { 823 .icon-circle-abcdefg {
824 background: rgba(89, 89, 89, 0.92); 824 background: rgba(89, 89, 89, 0.92);
825 border-radius: 50%; 825 border-radius: 50%;
826 width: 30px; 826 width: 30px;
827 height: 30px; 827 height: 30px;
828 position: absolute; 828 position: absolute;
829 left: 0px; 829 left: 0px;
830 margin-top: 3px; 830 margin-top: 3px;
831 color: #fff; 831 color: #fff;
832 text-align: center; 832 text-align: center;
833 } 833 }
834 834
835 .referel-icon { 835 .referel-icon {
836 background: rgba(89, 89, 89, 0.92); 836 background: rgba(89, 89, 89, 0.92);
837 border-radius: 50%; 837 border-radius: 50%;
838 width: 30px; 838 width: 30px;
839 height: 30px; 839 height: 30px;
840 position: absolute; 840 position: absolute;
841 left: 0px; 841 left: 0px;
842 margin-top: 3px; 842 margin-top: 3px;
843 color: #fff; 843 color: #fff;
844 text-align: center; 844 text-align: center;
845 } 845 }
846 846
847 847
848 /*quiz*/ 848 /*quiz*/
849 .q-card-align div{ 849 .q-card-align div{
850 margin-bottom: 15px; 850 margin-bottom: 15px;
851 } 851 }
852 852
853 .drop-down { 853 .drop-down {
854 background-color: #fff; 854 background-color: #fff;
855 border-radius: 0; 855 border-radius: 0;
856 font-size: 12px; 856 font-size: 12px;
857 } 857 }
858 858
859 .footer-link, .footer-link:hover { 859 .footer-link, .footer-link:hover {
860 color:#fff; 860 color:#fff;
861 } 861 }
862 /*idea content margin*/ 862 /*idea content margin*/
863 .content-idea{ 863 .content-idea{
864 margin:196px 12px 8px; 864 margin:196px 12px 8px;
865 } 865 }
866 866
867 .content-product{ 867 .content-product{
868 margin:193px -19px 9px; 868 margin:193px -19px 9px;
869 } 869 }
870 870
871 .content-growth{ 871 .content-growth{
872 margin:192px 11px 8px; 872 margin:192px 11px 8px;
873 } 873 }
874 .last-content-card{ 874 .last-content-card{
875 /*margin: 0px -85px -4px -51px;*/ 875 /*margin: 0px -85px -4px -51px;*/
876 } 876 }
877 877
878 @media (max-width: 600px) { 878 @media (max-width: 600px) {
879 .content-idea{ 879 .content-idea{
880 margin: auto; 880 margin: auto;
881 } 881 }
882 882
883 .content-product{ 883 .content-product{
884 margin: auto; 884 margin: auto;
885 } 885 }
886 886
887 .content-growth{ 887 .content-growth{
888 margin: auto; 888 margin: auto;
889 } 889 }
890 .stages-card{ 890 .stages-card{
891 margin: auto; 891 margin: auto;
892 margin-bottom: 15px; 892 margin-bottom: 15px;
893 } 893 }
894 .last-content-card{ 894 .last-content-card{
895 margin: auto; 895 margin: auto;
896 } 896 }
897 .card-align{ 897 .card-align{
898 margin: auto; 898 margin: auto;
899 } 899 }
900 900
901 } 901 }
902 902
903 .toggler { 903 .toggler {
904 width: 500px; 904 width: 500px;
905 height: 200px; 905 height: 200px;
906 } 906 }
907 #button { 907 #button {
908 padding: .5em 1em; 908 padding: .5em 1em;
909 text-decoration: none; 909 text-decoration: none;
910 } 910 }
911 #effect { 911 #effect {
912 position: relative; 912 position: relative;
913 width: 240px; 913 width: 240px;
914 height: 170px; 914 height: 170px;
915 padding: 0.4em; 915 padding: 0.4em;
916 } 916 }
917 #effect h3 { 917 #effect h3 {
918 margin: 0; 918 margin: 0;
919 padding: 0.4em; 919 padding: 0.4em;
920 text-align: center; 920 text-align: center;
921 } 921 }
922 922
923 #snackbar { 923 #snackbar {
924 visibility: hidden; 924 visibility: hidden;
925 min-width: 250px; 925 min-width: 250px;
926 margin-left: -125px; 926 margin-left: -125px;
927 background-color: #F44336; 927 background-color: #F44336;
928 color: #fff; 928 color: #fff;
929 text-align: center; 929 text-align: center;
930 border-radius: 2px; 930 border-radius: 2px;
931 padding: 16px; 931 padding: 16px;
932 position: fixed; 932 position: fixed;
933 z-index: 1; 933 z-index: 1;
934 left: 50%; 934 left: 50%;
935 bottom: 30px; 935 bottom: 30px;
936 font-size: 17px; 936 font-size: 17px;
937 } 937 }
938 938
939 #snackbar.show { 939 #snackbar.show {
940 visibility: visible; 940 visibility: visible;
941 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 941 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
942 animation: fadin 0.5s, fadout 0.5s 2.5s; 942 animation: fadin 0.5s, fadout 0.5s 2.5s;
943 } 943 }
944 944
945 @-webkit-keyframes fadin { 945 @-webkit-keyframes fadin {
946 from {bottom: 0; opacity: 0;} 946 from {bottom: 0; opacity: 0;}
947 to {bottom: 30px; opacity: 1;} 947 to {bottom: 30px; opacity: 1;}
948 } 948 }
949 949
950 @keyframes fadin { 950 @keyframes fadin {
951 from {bottom: 0; opacity: 0;} 951 from {bottom: 0; opacity: 0;}
952 to {bottom: 30px; opacity: 1;} 952 to {bottom: 30px; opacity: 1;}
953 } 953 }
954 954
955 @-webkit-keyframes fadout { 955 @-webkit-keyframes fadout {
956 from {bottom: 30px; opacity: 1;} 956 from {bottom: 30px; opacity: 1;}
957 to {bottom: 0; opacity: 0;} 957 to {bottom: 0; opacity: 0;}
958 } 958 }
959 959
960 @keyframes fadout { 960 @keyframes fadout {
961 from {bottom: 30px; opacity: 1;} 961 from {bottom: 30px; opacity: 1;}
962 to {bottom: 0; opacity: 0;} 962 to {bottom: 0; opacity: 0;}
963 } 963 }
964 964
965 965
966 #snacsskbar { 966 #snacsskbar {
967 visibility: hidden; 967 visibility: hidden;
968 min-width: 250px; 968 min-width: 250px;
969 margin-left: -125px; 969 margin-left: -125px;
970 background-color: #333; 970 background-color: #333;
971 color: #fff; 971 color: #fff;
972 text-align: center; 972 text-align: center;
973 border-radius: 2px; 973 border-radius: 2px;
974 padding: 16px; 974 padding: 16px;
975 position: fixed; 975 position: fixed;
976 z-index: 1; 976 z-index: 1;
977 left: 50%; 977 left: 50%;
978 top: 30px; 978 top: 30px;
979 font-size: 17px; 979 font-size: 17px;
980 } 980 }
981 981
982 #snacsskbar.show { 982 #snacsskbar.show {
983 visibility: visible; 983 visibility: visible;
984 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 984 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
985 animation: fadein 0.5s, fadeout 0.5s 2.5s; 985 animation: fadein 0.5s, fadeout 0.5s 2.5s;
986 } 986 }
987 987
988 @-webkit-keyframes fadein { 988 @-webkit-keyframes fadein {
989 from {top: 0; opacity: 0;} 989 from {top: 0; opacity: 0;}
990 to {top: 30px; opacity: 1;} 990 to {top: 30px; opacity: 1;}
991 } 991 }
992 992
993 @keyframes fadein { 993 @keyframes fadein {
994 from {top: 0; opacity: 0;} 994 from {top: 0; opacity: 0;}
995 to {top: 30px; opacity: 1;} 995 to {top: 30px; opacity: 1;}
996 } 996 }
997 997
998 @-webkit-keyframes fadeout { 998 @-webkit-keyframes fadeout {
999 from {top: 30px; opacity: 1;} 999 from {top: 30px; opacity: 1;}
1000 to {top: 0; opacity: 0;} 1000 to {top: 0; opacity: 0;}
1001 } 1001 }
1002 1002
1003 @keyframes fadeout { 1003 @keyframes fadeout {
1004 from {top: 30px; opacity: 1;} 1004 from {top: 30px; opacity: 1;}
1005 to {top: 0; opacity: 0;} 1005 to {top: 0; opacity: 0;}
1006 } 1006 }
1007 1007
1008 input.hidden { 1008 input.hidden {
1009 position: absolute; 1009 position: absolute;
1010 left: -9999px; 1010 left: -9999px;
1011 } 1011 }
1012 1012
1013 #profile-image1 { 1013 #profile-image1 {
1014 cursor: pointer; 1014 cursor: pointer;
1015 width: 100px; 1015 width: 100px;
1016 height: 100px; 1016 height: 100px;
1017 border:2px solid #eee ; 1017 border:2px solid #eee ;
1018 } 1018 }
1019 1019
1020 .tital{ font-size:16px; font-weight:500;} 1020 .tital{ font-size:16px; font-weight:500;}
1021 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} 1021 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0}
1022 .footerpadd{padding: 5px;} 1022 .footerpadd{padding: 5px;}
1023 1023
1024 1024
1025 .container1{ 1025 .container1{
1026 width: 100% 1026 width: 100%
1027 } 1027 }
1028 1028
1029 .no-margin{ 1029 .no-margin{
1030 margin: 0 0 0 !important; 1030 margin: 0 0 0 !important;
1031 } 1031 }
1032 .no-padding{ 1032 .no-padding{
1033 padding: 0 0 0 0 !important; 1033 padding: 0 0 0 0 !important;
1034 } 1034 }
1035 .select-stage{ 1035 .select-stage{
1036 margin: 10px 0; 1036 margin: 10px 0;
1037 } 1037 }
1038 .cards-content{ 1038 .cards-content{
1039 margin-top: 40px; 1039 margin-top: 40px;
1040 } 1040 }
1041 .cards-content p{ 1041 .cards-content p{
1042 font-size: 13px; 1042 font-size: 13px;
1043 } 1043 }
1044 .q-card-align{ 1044 .q-card-align{
1045 margin-top: 15px; 1045 margin-top: 15px;
1046 } 1046 }
1047 .width-auto{ 1047 .width-auto{
1048 width: auto !important; 1048 width: auto !important;
1049 } 1049 }
1050 .margin-right-label{ 1050 .margin-right-label{
1051 margin-right: 20px; 1051 margin-right: 20px;
1052 } 1052 }
1053 .margin-right-label label{ 1053 .margin-right-label label{
1054 margin-left: 5px; 1054 margin-left: 5px;
1055 } 1055 }
1056 .apply-coupen-btn{ 1056 .apply-coupen-btn{
1057 position: absolute; 1057 position: absolute;
1058 top: -2px; 1058 top: -2px;
1059 right: 13px; 1059 right: 13px;
1060 border: none; 1060 border: none;
1061 height: 44px; 1061 height: 44px;
1062 color: #fff; 1062 color: #fff;
1063 background-color: #666; 1063 background-color: #666;
1064 width: 75px; 1064 width: 75px;
1065 } 1065 }
1066 .coupen-approved{ 1066 .coupen-approved{
1067 position: absolute; 1067 position: absolute;
1068 right: 120px; 1068 right: 120px;
1069 top: 6px; 1069 top: 6px;
1070 color: rgb(66, 181, 73); 1070 color: rgb(66, 181, 73);
1071 font-size: 30px !important; 1071 font-size: 30px !important;
1072 } 1072 }
1073 .right-side-links{ 1073 .right-side-links{
1074 margin-top: 12px; 1074 margin-top: 12px;
1075 } 1075 }
1076 .right-side-links a{ 1076 .right-side-links a{
1077 width: auto; 1077 width: auto;
1078 display: inline; 1078 display: inline;
1079 } 1079 }
1080 .right-side-links a:first-child{ 1080 .right-side-links a:first-child{
1081 border-right: 1px solid #fff; 1081 border-right: 1px solid #fff;
1082 padding-right: 4px; 1082 padding-right: 4px;
1083 } 1083 }
1084 1084
1085 @media (max-width: 768px){ 1085 @media (max-width: 768px){
1086 .cards-content{ 1086 .cards-content{
1087 margin-top: 15px; 1087 margin-top: 15px;
1088 margin-bottom: 30px; 1088 margin-bottom: 30px;
1089 } 1089 }
1090 .no-padding-mobile{ 1090 .no-padding-mobile{
1091 padding-left: 0 !important; 1091 padding-left: 0 !important;
1092 padding-right: 0 !important; 1092 padding-right: 0 !important;
1093 } 1093 }
1094 .sector-align .card-small{ 1094 .sector-align .card-small{
1095 height: 74px; 1095 height: 74px;
1096 } 1096 }
1097 .stages-card{ 1097 .stages-card{
1098 width: 92%; 1098 width: 92%;
1099 } 1099 }
1100 .right-stage-card{ 1100 .right-stage-card{
1101 float: right; 1101 float: right;
1102 } 1102 }
1103 .margin-auto-mobile{ 1103 .margin-auto-mobile{
1104 margin-left: 4%; 1104 margin-left: 4%;
1105 } 1105 }
1106 .card .thumbnail{ 1106 .card .thumbnail{
1107 padding: 15px 0 1px 0; 1107 padding: 15px 0 1px 0;
1108 } 1108 }
1109 .thumbnail > img, .thumbnail a > img{ 1109 .thumbnail > img, .thumbnail a > img{
1110 width: 50%; 1110 width: 50%;
1111 } 1111 }
1112 .right-side-links a{ 1112 .right-side-links a{
1113 display: block; 1113 display: block;
1114 width: 100%; 1114 width: 100%;
1115 } 1115 }
1116 .right-side-links a:first-child{ 1116 .right-side-links a:first-child{
1117 border-right: 0 solid #fff; 1117 border-right: 0 solid #fff;
1118 padding-right: 0; 1118 padding-right: 0;
1119 } 1119 }
1120 .right-side-links{ 1120 .right-side-links{
1121 margin-top: 0; 1121 margin-top: 0;
1122 } 1122 }
1123 .panel-default{ 1123 .panel-default{
1124 border-color: transparent; 1124 border-color: transparent;
1125 box-shadow: none; 1125 box-shadow: none;
1126 } 1126 }
1127 .modal-footers { 1127 .modal-footers {
1128 padding: 19px 20px 20px; 1128 padding: 19px 20px 20px;
1129 margin-top: 15px; 1129 margin-top: 15px;
1130 text-align: center !important; 1130 text-align: center !important;
1131 margin-bottom: 4px; 1131 margin-bottom: 4px;
1132 } 1132 }
1133 .startup-jalsa{ 1133 .startup-jalsa{
1134 font-family: 'BenchNine', sans-serif; 1134 font-family: 'BenchNine', sans-serif;
1135 color: rgb(25, 104, 157); 1135 color: rgb(25, 104, 157);
1136 position:relative; 1136 position:relative;
1137 z-index:2; 1137 z-index:2;
1138 } 1138 }
1139 1139
1140 } 1140 }
1141 1141
1142 1142
1143 1143
1144 .card-input { 1144 .card-input {
1145 display: none; 1145 display: none;
1146 } 1146 }
1147 1147
1148 .card { 1148 .card {
1149 font-size: 1em; 1149 font-size: 1em;
1150 overflow: hidden; 1150 overflow: hidden;
1151 padding: 0; 1151 padding: 0;
1152 border: none; 1152 border: none;
1153 /*border-radius: .28571429rem;*/ 1153 /*border-radius: .28571429rem;*/
1154 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; 1154 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
1155 } 1155 }
1156 1156
1157 .card-block { 1157 .card-block {
1158 font-size: 1em; 1158 font-size: 1em;
1159 position: relative; 1159 position: relative;
1160 margin: 0; 1160 margin: 0;
1161 padding: 4%; 1161 padding: 4%;
1162 border: none; 1162 border: none;
1163 /*border-top: 1px solid rgba(34, 36, 38, .1);*/ 1163 /*border-top: 1px solid rgba(34, 36, 38, .1);*/
1164 box-shadow: none; 1164 box-shadow: none;
1165 } 1165 }
1166 .button-position{ 1166 .button-position{
1167 position: relative; 1167 position: relative;
1168 top: -10px; 1168 top: -10px;
1169 } 1169 }
1170 .card-img-top { 1170 .card-img-top {
1171 display: block; 1171 display: block;
1172 width: 100%; 1172 width: 100%;
1173 height: auto; 1173 height: auto;
1174 cursor: pointer; 1174 cursor: pointer;
1175 } 1175 }
1176 .title{ 1176 .title{
1177 text-align: center; 1177 text-align: center;
1178 color: #0161EE; 1178 color: #0161EE;
1179 } 1179 }
1180 .card-title { 1180 .card-title {
1181 /*font-size: 17px;*/ 1181 /*font-size: 17px;*/
1182 font-weight: 600; 1182 font-weight: 600;
1183 margin: 0; 1183 margin: 0;
1184 line-height: normal; 1184 line-height: normal;
1185 font-family: 'Arial',sans-serif; 1185 font-family: 'Arial',sans-serif;
1186 } 1186 }
1187 .card-sub-title{ 1187 .card-sub-title{
1188 font-family: 'Arial',sans-serif; 1188 font-family: 'Arial',sans-serif;
1189 /*color: #666;*/ 1189 /*color: #666;*/
1190 font-weight: normal; 1190 font-weight: normal;
1191 margin-bottom: 0; 1191 margin-bottom: 0;
1192 } 1192 }
1193 .button-aligment{ 1193 .button-aligment{
1194 margin-top: 5px; 1194 margin-top: 5px;
1195 margin-right: 14px; 1195 margin-right: 14px;
1196 margin-bottom: 15px; 1196 margin-bottom: 15px;
1197 } 1197 }
1198 .card-text { 1198 .card-text {
1199 clear: both; 1199 clear: both;
1200 margin-top: .5em; 1200 margin-top: .5em;
1201 /*color: rgba(0, 0, 0, .68);*/ 1201 /*color: rgba(0, 0, 0, .68);*/
1202 padding-bottom: 3%; 1202 padding-bottom: 3%;
1203 font-size: 13px; 1203 font-size: 13px;
1204 } 1204 }
1205 1205
1206 .card-text2 { 1206 .card-text2 {
1207 padding: 3% 0 3% 4%; 1207 padding: 3% 0 3% 4%;
1208 margin-bottom: 12%; 1208 margin-bottom: 12%;
1209 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1209 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1210 } 1210 }
1211 .card-text2 span{ 1211 .card-text2 span{
1212 font-size: 13px; 1212 font-size: 13px;
1213 /*color: #666;*/ 1213 /*color: #666;*/
1214 } 1214 }
1215 .card-text2 div{ 1215 .card-text2 div{
1216 margin-top: 0 !important; 1216 margin-top: 0 !important;
1217 font-weight: normal; 1217 font-weight: normal;
1218 /*color: #000;*/ 1218 /*color: #000;*/
1219 font-size: 12px; 1219 font-size: 12px;
1220 padding-bottom: 0; 1220 padding-bottom: 0;
1221 } 1221 }
1222 1222
1223 .card-inverse .btn { 1223 .card-inverse .btn {
1224 border: 1px solid rgba(0, 0, 0, .05); 1224 border: 1px solid rgba(0, 0, 0, .05);
1225 } 1225 }
1226 1226
1227 .card-text3 { 1227 .card-text3 {
1228 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1228 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1229 } 1229 }
1230 1230
1231 .container { 1231 .container {
1232 display: block; 1232 display: block;
1233 position: relative; 1233 position: relative;
1234 padding: 0; 1234 padding: 0;
1235 margin-bottom: 12px; 1235 margin-bottom: 12px;
1236 cursor: pointer; 1236 cursor: pointer;
1237 font-size: 16px; 1237 font-size: 16px;
1238 -webkit-user-select: none; 1238 -webkit-user-select: none;
1239 -moz-user-select: none; 1239 -moz-user-select: none;
1240 -ms-user-select: none; 1240 -ms-user-select: none;
1241 user-select: none; 1241 user-select: none;
1242 width:100%; 1242 width:100%;
1243 } 1243 }
1244 1244
1245 .container1 { 1245 .container1 {
1246 display: block; 1246 display: block;
1247 position: relative; 1247 position: relative;
1248 padding-left: 31px; 1248 padding-left: 31px;
1249 margin-bottom: 12px; 1249 margin-bottom: 12px;
1250 cursor: pointer; 1250 cursor: pointer;
1251 font-size: 15px; 1251 font-size: 15px;
1252 -webkit-user-select: none; 1252 -webkit-user-select: none;
1253 -moz-user-select: none; 1253 -moz-user-select: none;
1254 -ms-user-select: none; 1254 -ms-user-select: none;
1255 user-select: none; 1255 user-select: none;
1256 width:100%; 1256 width:100%;
1257 } 1257 }
1258 1258
1259 /* Hide the browser's default radio button */ 1259 /* Hide the browser's default radio button */
1260 .container input { 1260 .container input {
1261 position: absolute; 1261 position: absolute;
1262 opacity: 0; 1262 opacity: 0;
1263 } 1263 }
1264 1264
1265 /* Create a custom radio button */ 1265 /* Create a custom radio button */
1266 .checkmark { 1266 .checkmark {
1267 position: absolute; 1267 position: absolute;
1268 top: 0; 1268 top: 0;
1269 left: 0; 1269 left: 0;
1270 height: 25px; 1270 height: 25px;
1271 width: 25px; 1271 width: 25px;
1272 background-color: #eee; 1272 background-color: #eee;
1273 border-radius: 50%; 1273 border-radius: 50%;
1274 } 1274 }
1275 1275
1276 /* On mouse-over, add a grey background color */ 1276 /* On mouse-over, add a grey background color */
1277 .container:hover input ~ .checkmark { 1277 .container:hover input ~ .checkmark {
1278 background-color: #ccc; 1278 background-color: #ccc;
1279 } 1279 }
1280 1280
1281 /* When the radio button is checked, add a blue background */ 1281 /* When the radio button is checked, add a blue background */
1282 .container input:checked ~ .checkmark { 1282 .container input:checked ~ .checkmark {
1283 background-color: #42b549; 1283 background-color: #42b549;
1284 } 1284 }
1285 1285
1286 /* Create the indicator (the dot/circle - hidden when not checked) */ 1286 /* Create the indicator (the dot/circle - hidden when not checked) */
1287 .checkmark:after { 1287 .checkmark:after {
1288 content: ""; 1288 content: "";
1289 position: absolute; 1289 position: absolute;
1290 display: none; 1290 display: none;
1291 } 1291 }
1292 1292
1293 /* Show the indicator (dot/circle) when checked */ 1293 /* Show the indicator (dot/circle) when checked */
1294 .container input:checked ~ .checkmark:after { 1294 .container input:checked ~ .checkmark:after {
1295 display: block; 1295 display: block;
1296 } 1296 }
1297 1297
1298 /* Style the indicator (dot/circle) */ 1298 /* Style the indicator (dot/circle) */
1299 .container .checkmark:after { 1299 .container .checkmark:after {
1300 top: 9px; 1300 top: 9px;
1301 left: 9px; 1301 left: 9px;
1302 width: 8px; 1302 width: 8px;
1303 height: 8px; 1303 height: 8px;
1304 border-radius: 50%; 1304 border-radius: 50%;
1305 background: white; 1305 background: white;
1306 } 1306 }
1307 1307
1308 table { 1308 table {
1309 /*font-family: arial, sans-serif; 1309 /*font-family: arial, sans-serif;
1310 border-collapse: collapse;*/ 1310 border-collapse: collapse;*/
1311 width: 60%; 1311 width: 60%;
1312 } 1312 }
1313 .city-meetup { 1313 .city-meetup {
1314 opacity: 0.7; 1314 opacity: 0.7;
1315 filter: alpha(opacity=80); /* For IE8 and earlier */ 1315 filter: alpha(opacity=80); /* For IE8 and earlier */
1316 } 1316 }
1317 1317
1318 1318
1319 .card-color{ 1319 .card-color{
1320 background-color:white; 1320 background-color:white;
1321 font-size: 16px; 1321 font-size: 16px;
1322 } 1322 }
1323 1323
1324 .card-color-confirm{ 1324 .card-color-confirm{
1325 background-color:white; 1325 background-color:white;
1326 font-size: 16px; 1326 font-size: 16px;
1327 margin-top: 16%; 1327 margin-top: 16%;
1328 width:50%; 1328 width:50%;
1329 } 1329 }
1330 1330
1331 .startup-jalsa{ 1331 .startup-jalsa{
1332 font-family: 'BenchNine', sans-serif; 1332 font-family: 'BenchNine', sans-serif;
1333 /*font-size: 70.15pt;*/ 1333 /*font-size: 70.15pt;*/
1334 color: rgb(25, 104, 157); 1334 color: rgb(25, 104, 157);
1335 position:relative; 1335 position:relative;
1336 z-index:2; 1336 z-index:2;
1337 } 1337 }
1338 .header{ 1338 .header{
1339 /*width: 100%;*/ 1339 /*width: 100%;*/
1340 text-align: center; 1340 text-align: center;
1341 padding-top:2%; 1341 padding-top:2%;
1342 /*padding: 4px 20px;*/ 1342 /*padding: 4px 20px;*/
1343 } 1343 }
1344 .happen-city{ 1344 .happen-city{
1345 padding-top:12%; 1345 padding-top:12%;
1346 } 1346 }
1347 .happen-meetup{ 1347 .happen-meetup{
1348 font-family: 'Arial',sans-serif; 1348 font-family: 'Arial',sans-serif;
1349 margin-bottom: 10px; 1349 margin-bottom: 10px;
1350 margin-left: 5%; 1350 margin-left: 5%;
1351 } 1351 }
1352 .happen-attend{ 1352 .happen-attend{
1353 margin-top:6%; 1353 margin-top:6%;
1354 margin-left: -10px; 1354 margin-left: -10px;
1355 } 1355 }
1356 .width-auto{ 1356 .width-auto{
1357 width:auto; 1357 width:auto;
1358 } 1358 }
1359 /*.card-position{ 1359 /*.card-position{
1360 position: relative; 1360 position: relative;
1361 top: -3px; 1361 top: -3px;
1362 }*/ 1362 }*/
1363 1363
1364 .card1 { 1364 .card1 {
1365 width: 100%; 1365 width: 100%;
1366 position: relative; 1366 position: relative;
1367 display: inline-block; 1367 display: inline-block;
1368 } 1368 }
1369 .card1 .img-top { 1369 .card1 .img-top {
1370 width: 100%; 1370 width: 100%;
1371 display: none; 1371 display: none;
1372 position: absolute; 1372 position: absolute;
1373 cursor: pointer; 1373 cursor: pointer;
1374 top: 0; 1374 top: 0;
1375 left: 0; 1375 left: 0;
1376 z-index: 99; 1376 z-index: 99;
1377 } 1377 }
1378 .card1:hover .img-top { 1378 .card1:hover .img-top {
1379 display: inline; 1379 display: inline;
1380 } 1380 }
1381 .color:hover{ 1381 .color:hover{
1382 color: #fff; 1382 color: #fff;
1383 } 1383 }
1384 .palak{ 1384 .palak{
1385 width: 100% !important; 1385 width: 100% !important;
1386 display: none !important; 1386 display: none !important;
1387 position: absolute !important; 1387 position: absolute !important;
1388 cursor: pointer !important; 1388 cursor: pointer !important;
1389 top: 0 !important; 1389 top: 0 !important;
1390 left: 0 !important; 1390 left: 0 !important;
1391 z-index: 99 !important; 1391 z-index: 99 !important;
1392 } 1392 }
1393 .active, .btn:hover, .btn:onclick { 1393 .active, .btn:hover, .btn:onclick {
1394 background-color: grey; 1394 background-color: grey;
1395 border: grey; 1395 border: grey;
1396 color: white; 1396 color: white;
1397 } 1397 }
1398 .apply-act1:hover, .apply-act1:focus{ 1398 .apply-act1:hover, .apply-act1:focus{
1399 background-color: #171717; 1399 background-color: #171717;
1400 border-color: #0161EE; 1400 border-color: #0161EE;
1401 color: #0161EE; 1401 color: #0161EE;
1402 } 1402 }
1403 1403
1404 .btn-active { 1404 .btn-active {
1405 background-color: #171717 !important; 1405 background-color: #171717 !important;
1406 border-color: #0161EE !important; 1406 border-color: #0161EE !important;
1407 color: #0161EE !important; 1407 color: #0161EE !important;
1408 } 1408 }
1409 .btn-inactive {
1410 background-color: #171717 !important;
1411 border-color: #454545 !important;
1412 color: #454545 !important;
1413 }
1409 1414
1410 .apply-act2:hover, .apply-act2:focus{ 1415 .apply-act2:hover, .apply-act2:focus{
1411 background-color: #171717; 1416 background-color: #171717;
1412 border-color: #0161EE; 1417 border-color: #0161EE;
1413 color: #0161EE; 1418 color: #0161EE;
1414 } 1419 }
1415 .apply-act3:hover, .apply-act3:focus{ 1420 .apply-act3:hover, .apply-act3:focus{
1416 background-color: #171717; 1421 background-color: #171717;
1417 border-color: #0161EE; 1422 border-color: #0161EE;
1418 color: #0161EE; 1423 color: #0161EE;
1419 } 1424 }
1420 .apply-act4:hover, .apply-act4:focus{ 1425 .apply-act4:hover, .apply-act4:focus{
1421 background-color: #171717; 1426 background-color: #171717;
1422 border-color: #0161EE; 1427 border-color: #0161EE;
1423 color: #0161EE; 1428 color: #0161EE;
1424 } 1429 }
1425 .apply-btn{ 1430 .apply-btn{
1426 text-align: center; 1431 text-align: center;
1427 margin-bottom: 2%; 1432 margin-bottom: 2%;
1428 } 1433 }
1429 .txt{ 1434 .txt{
1430 margin-top: 2%; 1435 margin-top: 2%;
1431 text-align: center; 1436 text-align: center;
1432 } 1437 }
1433 .txt1{ 1438 .txt1{
1434 text-align: center; 1439 text-align: center;
1435 } 1440 }
1436 .cursor:hover{ 1441 .cursor:hover{
1437 cursor: context-menu; 1442 cursor: context-menu;
1438 } 1443 }
1439 .buttons{ 1444 .buttons{
1440 padding: 3% 0 0 0; 1445 padding: 3% 0 0 0;
1441 text-align: center; 1446 text-align: center;
1442 font-size: 100px; 1447 font-size: 100px;
1443 } 1448 }
1444 .btn-lg{ 1449 .btn-lg{
1445 font-size:25px; 1450 font-size:25px;
1446 background-color: #171717; 1451 background-color: #171717;
1447 color: #454545; 1452 color: #454545;
1448 border-color: #454545; 1453 border-color: #454545;
1449 } 1454 }
1450 .btn1{ 1455 .btn1{
1451 padding: 12px 40px; 1456 padding: 12px 40px;
1452 } 1457 }
1453 .btn2{ 1458 .btn2{
1454 padding: 12px 31px; 1459 padding: 12px 31px;
1455 } 1460 }
1456 .btn3{ 1461 .btn3{
1457 padding: 12px 18px; 1462 padding: 12px 18px;
1458 } 1463 }
1459 .btn4{ 1464 .btn4{
1460 padding: 12px 40px; 1465 padding: 12px 40px;
1461 } 1466 }
1462 .bg_dots{ 1467 .bg_dots{
1463 position: absolute; 1468 position: absolute;
1464 left:0; 1469 left:0;
1465 right:0; 1470 right:0;
1466 top:0; 1471 top:0;
1467 height: 700px; 1472 height: 700px;
1468 position:fixed; 1473 position:fixed;
1469 background-position: top center; 1474 background-position: top center;
1470 /* background-image: url(/images/background.jpg); */ 1475 /* background-image: url(/images/background.jpg); */
1471 background-color: #171717; 1476 background-color: #171717;
1472 background-repeat: no-repeat; 1477 background-repeat: no-repeat;
1473 background-size: 100% auto; 1478 background-size: 100% auto;
1474 -webkit-background-size:100% auto; 1479 -webkit-background-size:100% auto;
1475 } 1480 }
1476 .stage-shadow{ 1481 .stage-shadow{
1477 background:transparent; 1482 background:transparent;
1478 } 1483 }
1479 .logojalsa{ 1484 .logojalsa{
1480 width:250px;position:relative;margin-bottom: 54px; 1485 width:250px;position:relative;margin-bottom: 54px;
1481 } 1486 }
1482 .jalsaheadr{ 1487 .jalsaheadr{
1483 position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); 1488 position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157);
1484 } 1489 }
1485 .PitchYourPower{ 1490 .PitchYourPower{
1486 position: relative;color: rgb(25, 104, 157);margin-top: -3%; 1491 position: relative;color: rgb(25, 104, 157);margin-top: -3%;
1487 } 1492 }
1488 1493
1489 1494
1490 1495
1491 1496
1492 1497
1493 1498
1494 1499
1495 1500
1496 1501
1497 1502
1498 1503
1499 1504
1500 1505
1501 1506
1502 1507
1503 1508
1504 1509
1505 1510
1506 1511
1507 1512
1508 @media (max-width:767px){ 1513 @media (max-width:767px){
1509 .buttons { 1514 .buttons {
1510 /* margin-top:23%; */ 1515 /* margin-top:23%; */
1511 font-size: 100px; 1516 font-size: 100px;
1512 } 1517 }
1513 .btn-lg{ 1518 .btn-lg{
1514 width:74%; 1519 width:74%;
1515 } 1520 }
1516 .btn1{ 1521 .btn1{
1517 margin-bottom: 3%; 1522 margin-bottom: 3%;
1518 } 1523 }
1519 .btn2{ 1524 .btn2{
1520 margin-bottom: 3%; 1525 margin-bottom: 3%;
1521 } 1526 }
1522 .btn3{ 1527 .btn3{
1523 margin-bottom: 3%; 1528 margin-bottom: 3%;
1524 } 1529 }
1525 h1{ 1530 h1{
1526 font-size:2.8rem; 1531 font-size:2.8rem;
1527 } 1532 }
1528 .happen-city{ 1533 .happen-city{
1529 margin-left: -25px; 1534 margin-left: -25px;
1530 1535
1531 } 1536 }
1532 .card-color-confirm{ 1537 .card-color-confirm{
1533 margin-top: 40%; 1538 margin-top: 40%;
1534 background-color: white; 1539 background-color: white;
1535 font-size: 16px; 1540 font-size: 16px;
1536 width:100%; 1541 width:100%;
1537 } 1542 }
1538 .city-meetup { 1543 .city-meetup {
1539 opacity: 0.8; 1544 opacity: 0.8;
1540 filter: alpha(opacity=80); /* For IE8 and earlier */ 1545 filter: alpha(opacity=80); /* For IE8 and earlier */
1541 } 1546 }
1542 #front { 1547 #front {
1543 background-color: #171717; 1548 background-color: #171717;
1544 /*background-image: url(/images/mock_up_background.jpg); 1549 /*background-image: url(/images/mock_up_background.jpg);
1545 background-repeat: no-repeat; 1550 background-repeat: no-repeat;
1546 background-attachment:fixed; 1551 background-attachment:fixed;
1547 background-position: top center; 1552 background-position: top center;
1548 -webkit-background-attachment: fixed; 1553 -webkit-background-attachment: fixed;
1549 background-size: 400% auto; 1554 background-size: 400% auto;
1550 -webkit-background-size:400% auto;*/ 1555 -webkit-background-size:400% auto;*/
1551 } 1556 }
1552 .bg_dots{ 1557 .bg_dots{
1553 height:80%; 1558 height:80%;
1554 background-size: 300% auto; 1559 background-size: 300% auto;
1555 -webkit-background-size:300% auto; 1560 -webkit-background-size:300% auto;
1556 position:fixed; 1561 position:fixed;
1557 top:0; 1562 top:0;
1558 } 1563 }
1559 .logojalsa{ 1564 .logojalsa{
1560 width:250px;position:relative;margin-bottom: 15%; 1565 width:250px;position:relative;margin-bottom: 15%;
1561 } 1566 }
1562 .PitchYourPower{ 1567 .PitchYourPower{
1563 position: relative;color: rgb(25, 104, 157);margin-top: -15%; 1568 position: relative;color: rgb(25, 104, 157);margin-top: -15%;
1564 } 1569 }
1565 1570
1566 } 1571 }
1567 1572
1568 @media screen and (max-device-width: 991px) and (orientation: landscape){ 1573 @media screen and (max-device-width: 991px) and (orientation: landscape){
1569 .rotate-card{ 1574 .rotate-card{
1570 width: 100%; 1575 width: 100%;
1571 } 1576 }
1572 1577
1573 1578
1574 } 1579 }
1575 1580
1576 @media (min-width:768px) and (max-width:991px){ 1581 @media (min-width:768px) and (max-width:991px){
1577 .logojalsa{ 1582 .logojalsa{
1578 width:250px;position:relative;margin-bottom: 7%; 1583 width:250px;position:relative;margin-bottom: 7%;
1579 } 1584 }
1580 } 1585 }
pages/registration.html
1 <div class="header"> 1 <div class="header">
2 <div> 2 <div>
3 <!-- <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span> --> 3 <!-- <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span> -->
4 <!-- <img src="images/SartupJalsa_Logo.png" style="width:200px;position:relative;"> --> 4 <!-- <img src="images/SartupJalsa_Logo.png" style="width:200px;position:relative;"> -->
5 </div> 5 </div>
6 <div class="clearfix"></div> 6 <div class="clearfix"></div>
7 </div> 7 </div>
8 <!-- CLOSE HEADER --> 8 <!-- CLOSE HEADER -->
9 <form name="applicantForm"> 9 <form name="applicantForm">
10 <div class="col-xs-12 col-md-8 col-md-offset-2"> 10 <div class="col-xs-12 col-md-8 col-md-offset-2">
11 <div class="form-all"> 11 <div class="form-all">
12 <h4 class="title">General Information</h4> 12 <h4 class="title">General Information</h4>
13 <!-- <table style="width: 100%;"> 13 <!-- <table style="width: 100%;">
14 <tr> 14 <tr>
15 <td> 15 <td>
16 <div class="step-one-form" > --> 16 <div class="step-one-form" > -->
17 <!-- form step 1 --> 17 <!-- form step 1 -->
18 <div class="col-xs-12 col-md-8 col-md-offset-2 input-wrapper" > 18 <div class="col-xs-12 col-md-8 col-md-offset-2 input-wrapper" >
19 <div class="form-group"> 19 <div class="form-group">
20 <label>Name:</label>
21 <input type="name" class="form-control" ng-model="data.name">
22 </div>
23 <div class="form-group">
20 <label>Startup Name:</label> 24 <label>Startup Name:</label>
21 <input type="text" class="form-control" ng-model="data.name"> 25 <input type="text" class="form-control" ng-model="data.startupName">
22 </div> 26 </div>
23 <div class="form-group"> 27 <div class="form-group">
24 <label>Phone No:</label> 28 <label>Phone No:</label>
25 <input type="number" class="form-control" ng-model="data.number"> 29 <input type="number" class="form-control" ng-model="data.number">
26 </div> 30 </div>
27 <div class="form-group"> 31 <div class="form-group">
28 <label>Source:</label> 32 <label>Email:</label>
29 <select class="form-control" ng-model="data.email"> 33 <input type="email" class="form-control" ng-model="data.email">
30 <option name="business" selected disabled value="">Type of Source</option> 34 </div>
31 <option value="Pitch Session">Pitch Session</option> 35 <div class="form-group">
32 <option value="Website">Website</option> 36 <label>Website:</label>
37 <input type="text" class="form-control" ng-model="data.website">
38 </div>
39 <div class="form-group">
40 <label>Founding Year:</label>
41 <input type="text" class="form-control" ng-model="data.founder">
42 </div>
43 <div class="form-group">
44 <label>Introduction:</label>
45 <textarea type="text" class="form-control" ng-model="data.intro" placeholder="Give us a brief introduction in two lines" rows="3"></textarea>
46 </div>
47 <div class="form-group">
48 <label>Business Types:</label>
49 <select class="form-control" ng-model="data.business" required>
50 <option name="business" selected disabled value="">Choose business type</option>
51 <option value="B2B">B2B</option>
52 <option value="B2C">B2C</option>
33 </select> 53 </select>
34 </div> 54 </div>
35 <div class="form-group"> 55 <div class="form-group">
36 <label>Stage:</label> 56 <label>Stage:</label>
37 <select class="form-control" ng-model="data.stage" required> 57 <select class="form-control" ng-model="data.stage" required>
38 <option name="stage" selected disabled value="">Choose Startup Stage</option> 58 <option name="stage" selected disabled value="">Choose Startup Stage</option>
39 <option value="Idea">Idea</option> 59 <option value="Idea">Idea</option>
40 <option value="Prototype">Prototype</option> 60 <option value="Prototype">Prototype</option>
41 </select> 61 </select>
42 </div> 62 </div>
43 <div class="form-group"> 63 <div class="form-group">
44 <label>Business Types:</label> 64 <label>Sector:</label>
45 <select class="form-control" ng-model="data.business" required> 65 <select class="form-control" ng-model="data.sector">
46 <option name="business" selected disabled value="">Type of business</option> 66 <option name="sector" selected disabled value="">Choose sector</option>
47 <option value="B2B">B2B</option> 67 <option value="Agriculture">Agriculture</option>
48 <option value="B2C">B2C</option> 68 <option value="Healthcare">Healthcare</option>
69 <option value="e-Governance">e-Governance</option>
70 <option value="Retail">Retail</option>
71 <option value="Food and Beverages">Food and Beverages</option>
72 <option value="Hardware">Hardware</option>
73 <option value="Software">Software</option>
74 <option value="Media and Entertainment">Media and Entertainment</option>
75 <option value="AI">AI</option>
76 <option value="AR&VR">AR&VR</option>
77 <option value="Automobile">Automobile</option>
49 <option value="Other">Other</option> 78 <option value="Other">Other</option>
50 </select> 79 </select>
51 </div> 80 </div>
52 <div class="form-group"> 81 <!-- <div class="form-group">
53 <label>Introduction:</label> 82 <div class="toggle-panel" ng-if="ngShowhide">
54 <textarea type="text" class="form-control" ng-model="data.intro" rows="3"></textarea> 83 <input type="text" class="form-control" ng-model="data.sectorType" placeholder="Other Sector Name">
55 </div> 84 </div>
56 <div class="form-group"> 85 </div> -->
57 <label>Who are your customers?</label>
58 <textarea type="text" class="form-control" ng-model="data.customer" rows="3"></textarea>
59 </div>
60 <div class="form-group"> 86 <div class="form-group">
61 <label>Problem you are solving.</label> 87 <label>Revenue:</label>
62 <textarea type="text" class="form-control" ng-model="data.problem" rows="3"></textarea> 88 <textarea type="text" class="form-control" ng-model="data.revenue" placeholder="Are you generating any revenue? If yes, then mention your numbers" rows="3"></textarea>
63 </div> 89 </div>
64 <div class="form-group"> 90 <div class="form-group">
65 <label>Previous Investments:</label> 91 <label>Previous Investments:</label>
66 <textarea type="text" class="form-control" ng-model="data.founder" rows="3"></textarea> 92 <textarea type="text" class="form-control" ng-model="data.investment" placeholder="Did you receive any previous investment? If yes, then mention the investment amount and the equity you diluted?" rows="3"></textarea>
67 </div>
68 <div class="form-group">
69 <label>Investment:</label>
70 <input type="text" class="form-control" ng-model="data.web">
71 </div>
72 <div class="form-group">
73 <label>Equity Willing to dilute:</label>
74 <textarea type="text" class="form-control" ng-model="data.city" rows="3"></textarea>
75 </div> 93 </div>
76 <div class="form-group"> 94 <div class="form-group">
77 <label>Coupon Code:</label> 95 <label>Coupon Code:</label>
78 <input type="text" class="form-control" ng-model="data.referalToken"> 96 <input type="text" class="form-control" placeholder="If you have a coupon code then apply here"ng-model="data.referalToken">
79 <!-- <input type="text" class="form-control" ng-model="data.referalToken" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> 97 <!-- <input type="text" class="form-control" ng-model="data.referalToken" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
80 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 98 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
81 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 99 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
82 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> --> 100 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> -->
83 </div> 101 </div>
102 <div class="form-group">
103 <label>Attach Pitch Deck:</label>
104 <input type="file" class="form-control-file" file-model="base64textString" id="filePicker" accept=".png, .jpg, .jpeg, .pdf, .ppt" />
105 </div>
84 </div> 106 </div>
85 <!-- <div class="col-xs-12 col-md-6 input-wrapper" > 107 <!-- <div class="col-xs-12 col-md-6 input-wrapper" >
86 <div id="snackbar">Error ! Please fill in all fields.</div> 108 <div id="snackbar">Error ! Please fill in all fields.</div>
87 <div class="icon-circle-c"> 109 <div class="icon-circle-c">
88 <i class="material-icons" style="line-height: 31px;">person</i> 110 <i class="material-icons" style="line-height: 31px;">person</i>
89 </div> 111 </div>
90 <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)"> 112 <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)">
91 </div> 113 </div>
92 <div class="col-xs-12 col-md-6 input-wrapper" > 114 <div class="col-xs-12 col-md-6 input-wrapper" >
93 <div id="snackbar">Error ! Please fill in all fields.</div> 115 <div id="snackbar">Error ! Please fill in all fields.</div>
94 <div class="icon-circle-d"> 116 <div class="icon-circle-d">
95 <i class="material-icons" style="line-height: 30px;">email</i> 117 <i class="material-icons" style="line-height: 30px;">email</i>
96 </div> 118 </div>
97 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" ng-blur="emailcheck(data.email)" ng-focus="removeError()" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)"> 119 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" ng-blur="emailcheck(data.email)" ng-focus="removeError()" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)">
98 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 120 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
99 </div> 121 </div>
100 <div class="col-xs-12 col-md-6 input-wrapper"> 122 <div class="col-xs-12 col-md-6 input-wrapper">
101 <div class="icon-circle-f"> 123 <div class="icon-circle-f">
102 <i class="material-icons" style="line-height: 30px;">location_city</i> 124 <i class="material-icons" style="line-height: 30px;">location_city</i>
103 </div> 125 </div>
104 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 126 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
105 <option name="city" selected disabled value="">{{data.city}}</option> 127 <option name="city" selected disabled value="">{{data.city}}</option>
106 <option value="Ahmedabad">Ahmedabad</option> 128 <option value="Ahmedabad">Ahmedabad</option>
107 <option value="Bengaluru">Bengaluru</option> 129 <option value="Bengaluru">Bengaluru</option>
108 <option value="Chennai">Chennai</option> 130 <option value="Chennai">Chennai</option>
109 <option value="Delhi">Delhi</option> 131 <option value="Delhi">Delhi</option>
110 <option value="Hyderabad">Hyderabad</option> 132 <option value="Hyderabad">Hyderabad</option>
111 <option value="Jaipur">Jaipur</option> 133 <option value="Jaipur">Jaipur</option>
112 <option value="Kanpur">Kanpur</option> 134 <option value="Kanpur">Kanpur</option>
113 <option value="Kolkata">Kolkata</option> 135 <option value="Kolkata">Kolkata</option>
114 <option value="Mumbai">Mumbai</option> 136 <option value="Mumbai">Mumbai</option>
115 </select> 137 </select>
116 </div> 138 </div>
117 <div class="col-xs-12 col-md-6 input-wrapper" > 139 <div class="col-xs-12 col-md-6 input-wrapper" >
118 <div class="icon-circle-e"> 140 <div class="icon-circle-e">
119 <i class="material-icons" style="line-height: 30px;">phone</i> 141 <i class="material-icons" style="line-height: 30px;">phone</i>
120 </div> 142 </div>
121 <input type="phone" name="phone" ng-pattern="/^\d*(?:\.\d{1,2})?$/" maxlength="10" class="text-input" required class="" ng-model="data.number" ng-blur="numbercheck(data.number)" ng-focus="removeNoError()" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)"> 143 <input type="phone" name="phone" ng-pattern="/^\d*(?:\.\d{1,2})?$/" maxlength="10" class="text-input" required class="" ng-model="data.number" ng-blur="numbercheck(data.number)" ng-focus="removeNoError()" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)">
122 <label class="error-message f-family" id="invalidNumber">Please enter only numeric value.</label> 144 <label class="error-message f-family" id="invalidNumber">Please enter only numeric value.</label>
123 </div> 145 </div>
124 <div class="col-xs-12 col-md-6 input-wrapper"> 146 <div class="col-xs-12 col-md-6 input-wrapper">
125 <div class="icon-circle-i"> 147 <div class="icon-circle-i">
126 <i class="material-icons" style="line-height: 30px;">perm_identity</i> 148 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
127 </div> 149 </div>
128 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required> 150 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required>
129 </div> 151 </div>
130 <div class="col-xs-12 col-md-6 input-wrapper"> 152 <div class="col-xs-12 col-md-6 input-wrapper">
131 <div class="icon-circle-n"> 153 <div class="icon-circle-n">
132 <i class="material-icons" style="line-height: 30px;">web</i> 154 <i class="material-icons" style="line-height: 30px;">web</i>
133 </div> 155 </div>
134 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="enterwebsite(data.website); revenuekeyPress(data.website)"></input> 156 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="enterwebsite(data.website); revenuekeyPress(data.website)"></input>
135 </div> 157 </div>
136 <div class="col-xs-12 col-md-6 input-wrapper"> 158 <div class="col-xs-12 col-md-6 input-wrapper">
137 <div class="icon-circle-y"> 159 <div class="icon-circle-y">
138 <i class="material-icons" style="line-height: 30px;">assignment</i> 160 <i class="material-icons" style="line-height: 30px;">assignment</i>
139 </div> 161 </div>
140 <select ng-model="data.stage" ng-change="selectechnology(data.stage); fundkeyPress(data.stage)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 162 <select ng-model="data.stage" ng-change="selectechnology(data.stage); fundkeyPress(data.stage)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
141 <option name="stage" selected disabled value="">Choose Startup Stage *</option> 163 <option name="stage" selected disabled value="">Choose Startup Stage *</option>
142 <option value="Idea">Idea</option> 164 <option value="Idea">Idea</option>
143 <option value="Prototype">Prototype</option> 165 <option value="Prototype">Prototype</option>
144 </select> 166 </select>
145 </div> 167 </div>
146 <div class="col-xs-12 col-md-6 input-wrapper"> 168 <div class="col-xs-12 col-md-6 input-wrapper">
147 <div class="icon-circle-q"> 169 <div class="icon-circle-q">
148 <i class="material-icons" style="line-height: 30px;">business</i> 170 <i class="material-icons" style="line-height: 30px;">business</i>
149 </div> 171 </div>
150 <select ng-model="data.business" ng-change="selectechnology(data.business); ideakeyPress(data.business)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 172 <select ng-model="data.business" ng-change="selectechnology(data.business); ideakeyPress(data.business)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
151 <option name="business" selected disabled value="">Type of business *</option> 173 <option name="business" selected disabled value="">Type of business *</option>
152 <option value="B2B">B2B</option> 174 <option value="B2B">B2B</option>
153 <option value="B2C">B2C</option> 175 <option value="B2C">B2C</option>
154 <option value="Other">Other</option> 176 <option value="Other">Other</option>
155 </select> 177 </select>
156 </div> 178 </div>
157 <div class="col-xs-12 col-md-12 f-family line-adjust"> 179 <div class="col-xs-12 col-md-12 f-family line-adjust">
158 <strong>How many founders/teammates will be attending pitch session? *</strong> 180 <strong>How many founders/teammates will be attending pitch session? *</strong>
159 <p class="line-space" ></p> 181 <p class="line-space" ></p>
160 </div> 182 </div>
161 <div class="col-xs-12 col-md-12 input-wrapper" > 183 <div class="col-xs-12 col-md-12 input-wrapper" >
162 <div class="icon-circle-o"> 184 <div class="icon-circle-o">
163 <i class="material-icons" style="line-height: 30px;">confirmation_number</i> 185 <i class="material-icons" style="line-height: 30px;">confirmation_number</i>
164 </div> 186 </div>
165 <select ng-model="data.founder" ng-change="selectfounder(data.founder); discountkeyPress(data.founder)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 187 <select ng-model="data.founder" ng-change="selectfounder(data.founder); discountkeyPress(data.founder)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
166 <option name="founder" selected disabled value="">Choose</option> 188 <option name="founder" selected disabled value="">Choose</option>
167 <option value="1">1</option> 189 <option value="1">1</option>
168 <option value="2">2</option> 190 <option value="2">2</option>
169 <option value="3">3</option> 191 <option value="3">3</option>
170 <option value="more than 3">more than 3</option> 192 <option value="more than 3">more than 3</option>
171 </select> 193 </select>
172 </div> --> 194 </div> -->
173 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 195 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
174 <strong>In which city is your startup registered at?</strong> 196 <strong>In which city is your startup registered at?</strong>
175 <p class="line-space" ></p> 197 <p class="line-space" ></p>
176 </div> --> 198 </div> -->
177 <!-- <div class="col-xs-12 col-md-12 input-wrapper"> 199 <!-- <div class="col-xs-12 col-md-12 input-wrapper">
178 <div class="icon-circle-m"> 200 <div class="icon-circle-m">
179 <i class="material-icons" style="line-height: 30px;">assessment</i> 201 <i class="material-icons" style="line-height: 30px;">assessment</i>
180 </div> 202 </div>
181 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)"> 203 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)">
182 </div> --> 204 </div> -->
183 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 205 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
184 <strong>Give us a brief introduction about your startup. *</strong> 206 <strong>Give us a brief introduction about your startup. *</strong>
185 <p class="line-space" >Kindly write a powerful Twitter Pitch (characters limit - 200).</p> 207 <p class="line-space" >Kindly write a powerful Twitter Pitch (characters limit - 200).</p>
186 </div> 208 </div>
187 <div class="col-xs-12 col-md-12 input-wrapper"> 209 <div class="col-xs-12 col-md-12 input-wrapper">
188 <div class="icon-circle-x"> 210 <div class="icon-circle-x">
189 <i class="material-icons" style="line-height: 30px;">line_weight</i> 211 <i class="material-icons" style="line-height: 30px;">line_weight</i>
190 </div> 212 </div>
191 <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." maxlength="200" ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea> 213 <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." maxlength="200" ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea>
192 </div> 214 </div>
193 <div class="col-xs-12 col-md-12 f-family line-adjust"> 215 <div class="col-xs-12 col-md-12 f-family line-adjust">
194 <strong>Who are your customers? *</strong> 216 <strong>Who are your customers? *</strong>
195 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to (characters limit - 512).</p> 217 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to (characters limit - 512).</p>
196 </div> 218 </div>
197 <div class="col-xs-12 col-md-12 input-wrapper"> 219 <div class="col-xs-12 col-md-12 input-wrapper">
198 <div class="icon-circle-k"> 220 <div class="icon-circle-k">
199 <i class="material-icons" style="line-height: 30px;">help</i> 221 <i class="material-icons" style="line-height: 30px;">help</i>
200 </div> 222 </div>
201 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." maxlength="512" ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea> 223 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." maxlength="512" ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
202 </div> --> 224 </div> -->
203 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 225 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
204 <strong>What problem you are solving for them? *</strong> 226 <strong>What problem you are solving for them? *</strong>
205 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p> 227 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p>
206 </div> 228 </div>
207 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 229 <div class="col-xs-12 col-md-12 input-wrapper f-family">
208 <div class="icon-circle-p"> 230 <div class="icon-circle-p">
209 <i class="material-icons" style="line-height: 30px;">business_center</i> 231 <i class="material-icons" style="line-height: 30px;">business_center</i>
210 </div> 232 </div>
211 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> 233 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required>
212 </textarea> 234 </textarea>
213 </div> --> 235 </div> -->
214 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 236 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
215 <strong>Link your pitch deck presentation. *</strong> 237 <strong>Link your pitch deck presentation. *</strong>
216 <p class="line-space" > Kindly upload the link to your pitch deck (Dropbox/Google Drive, if on google drive make the link open to all).</p> 238 <p class="line-space" > Kindly upload the link to your pitch deck (Dropbox/Google Drive, if on google drive make the link open to all).</p>
217 </div> 239 </div>
218 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 240 <div class="col-xs-12 col-md-12 input-wrapper f-family">
219 <div class="icon-circle-h"> 241 <div class="icon-circle-h">
220 <i class="material-icons" style="line-height: 30px;">web</i> 242 <i class="material-icons" style="line-height: 30px;">web</i>
221 </div> 243 </div>
222 <input name="link" class="text-input" ng-pattern="/^(http[s]?:\/\/){0,1}(www\.){0,1}[a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,5}[\.]{0,1}/" ng-blur="emailcheck(data.link)" ng-focus="removeError()" ng-model="data.link" placeholder="link" ng-change="enterbusiness(data.link); linkedInkeyPress(data.link)" required> 244 <input name="link" class="text-input" ng-pattern="/^(http[s]?:\/\/){0,1}(www\.){0,1}[a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,5}[\.]{0,1}/" ng-blur="emailcheck(data.link)" ng-focus="removeError()" ng-model="data.link" placeholder="link" ng-change="enterbusiness(data.link); linkedInkeyPress(data.link)" required>
223 <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> 245 <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label>
224 </div> --> 246 </div> -->
225 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust"> 247 <!-- <div class="col-xs-12 col-md-12 f-family line-adjust">
226 <strong>Coupon Code.</strong> 248 <strong>Coupon Code.</strong>
227 <p class="line-space" >Only applicable for venue partner ecosystem</p> 249 <p class="line-space" >Only applicable for venue partner ecosystem</p>
228 </div> 250 </div>
229 <div class="col-xs-12 input-wrapper"> 251 <div class="col-xs-12 input-wrapper">
230 <div class="referel-icon" style="z-index: 999;"> 252 <div class="referel-icon" style="z-index: 999;">
231 <i class="material-icons" style="line-height: 30px;">code</i> 253 <i class="material-icons" style="line-height: 30px;">code</i>
232 </div> 254 </div>
233 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> 255 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
234 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 256 <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
235 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 257 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
236 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> 258 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button>
237 </div> --> 259 </div> -->
238 <div class="clearfix"></div> 260 <div class="clearfix"></div>
239 <!-- </div> --> 261 <!-- </div> -->
240 <!-- close step-one-form --> 262 <!-- close step-one-form -->
241 <!-- </td> 263 <!-- </td>
242 </tr> 264 </tr>
243 </table> --> 265 </table> -->
244 <div class="text-center"> 266 <div class="text-center">
245 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> 267 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()">
246 </div> 268 </div>
247 </div> 269 </div>
248 <!-- CLOSE form-all --> 270 <!-- CLOSE form-all -->
249 <!-- </div> --> 271 <!-- </div> -->
250 <!-- <div class="clearfix"></div> 272 <!-- <div class="clearfix"></div>
251 <div class="text-center"> 273 <div class="text-center">
252 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> 274 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()">
253 </div> --> 275 </div> -->
254 </div> 276 </div>
255 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 277 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
256 <!-- <footer> 278 <!-- <footer>
257 <img id="footer" class="img-responsive banner"> 279 <img id="footer" class="img-responsive banner">
258 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> 280 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a>
259 </center> 281 </center>
260 </footer> --> 282 </footer> -->
261 </form> 283 </form>
262 <!-- CLOSE FORM --> 284 <!-- CLOSE FORM -->
263 <!-- </div> CLOSE CHECK VIEW --> 285 <!-- </div> CLOSE CHECK VIEW -->
264 <span ng-show="span == true"> 286 <span ng-show="span == true">
1 // create the module and name it scotchApp 1 // create the module and name it scotchApp
2 var scotchApp = angular.module('scotchApp', ['ngRoute','angular-google-analytics']); 2 var scotchApp = angular.module('scotchApp', ['ngRoute','angular-google-analytics']);
3 3
4 // configure our routes 4 // configure our routes
5 scotchApp.config(function($routeProvider,$locationProvider) { 5 scotchApp.config(function($routeProvider,$locationProvider) {
6 6
7 // use the HTML5 History API 7 // use the HTML5 History API
8 // $locationProvider.html5Mode({ 8 // $locationProvider.html5Mode({
9 // enabled: true, 9 // enabled: true,
10 // requireBase: false 10 // requireBase: false
11 // }); 11 // });
12 //$locationProvider.hashPrefix('!'); 12 //$locationProvider.hashPrefix('!');
13 $routeProvider 13 $routeProvider
14 // route for the Home page 14 // route for the Home page
15 .when('/', { 15 .when('/', {
16 templateUrl: 'pages/Home.html', 16 templateUrl: 'pages/Home.html',
17 controller: 'mainController' 17 controller: 'mainController'
18 }) 18 })
19 19
20 // route for the caricatures page 20 // route for the caricatures page
21 .when('/caricatures', { 21 .when('/caricatures', {
22 templateUrl: 'pages/caricatures.html', 22 templateUrl: 'pages/caricatures.html',
23 controller: 'mainController' 23 controller: 'mainController'
24 }) 24 })
25 25
26 // route for the paymentVerify page 26 // route for the paymentVerify page
27 .when('/pendingPayment/:id', { 27 .when('/pendingPayment/:id', {
28 templateUrl: 'pages/verify.html', 28 templateUrl: 'pages/verify.html',
29 controller: 'verifyController' 29 controller: 'verifyController'
30 }) 30 })
31 31
32 // route for the registration page 32 // route for the registration page
33 .when('/registration', { 33 .when('/registration', {
34 templateUrl: 'pages/registration.html', 34 templateUrl: 'pages/registration.html',
35 controller: 'registrationController' 35 controller: 'registrationController'
36 }) 36 })
37 37
38 //route for the ambassador page 38 //route for the ambassador page
39 // .when('/startupJalsaPromocode', { 39 // .when('/startupJalsaPromocode', {
40 // templateUrl: 'pages/ambassador.html', 40 // templateUrl: 'pages/ambassador.html',
41 // controller: 'ambassadorController' 41 // controller: 'ambassadorController'
42 // }) 42 // })
43 43
44 // route for the confirmation page 44 // route for the confirmation page
45 .when('/confirmation', { 45 .when('/confirmation', {
46 templateUrl: 'pages/confirmation.html', 46 templateUrl: 'pages/confirmation.html',
47 controller: 'registrationController' 47 controller: 'registrationController'
48 }) 48 })
49 49
50 .otherwise({ 50 .otherwise({
51 redirectTo: '/' 51 redirectTo: '/'
52 }); 52 });
53 53
54 }); 54 });
55 55
56 scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) { 56 scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) {
57 // Add configuration code as desired 57 // Add configuration code as desired
58 AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code 58 AnalyticsProvider.setAccount('UA-106416759-1'); //UU-XXXXXXX-X should be your tracking code
59 59
60 // Track all routes (default is true). 60 // Track all routes (default is true).
61 AnalyticsProvider.trackPages(true); 61 AnalyticsProvider.trackPages(true);
62 62
63 // Track all URL query params (default is false). 63 // Track all URL query params (default is false).
64 AnalyticsProvider.trackUrlParams(true); 64 AnalyticsProvider.trackUrlParams(true);
65 65
66 }]).run(['Analytics', function(Analytics) { }]); 66 }]).run(['Analytics', function(Analytics) { }]);
67 67
68 scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1") 68 scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1")
69 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") 69 //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1")
70 70
71 // create the controller and inject Angular's $scope 71 // create the controller and inject Angular's $scope
72 scotchApp.controller('mainController', function($scope, $http, $window, $location, $route, $rootScope, BASE_URL, Analytics) { 72 scotchApp.controller('mainController', function($scope, $http, $window, $location, $route, $rootScope, BASE_URL, Analytics) {
73 $scope.data = { 73 $scope.data = {
74 show: true, 74 show: true,
75 hide: false 75 hide: false
76 }; 76 };
77 window.onload = function(){ 77 window.onload = function(){
78 var element = document.getElementById("defaultcountry"); 78 var element = document.getElementById("defaultcountry");
79 element.classList.add("btn-active"); 79 element.classList.add("btn-active");
80 document.getElementById("ahmedabad").src = "images/Ahmedabad_1.png"; 80 document.getElementById("ahmedabad").src = "images/Ahmedabad_1.png";
81 console.log("======aaaaa===",document.getElementsByClassName("ahmedabad"));
82 } 81 }
83 82
84 var chennai = new Date("Sept 19, 2018 12:00:00").getTime(); 83 var chennai = new Date("Sept 19, 2018 12:00:00").getTime();
85 // Update the count down every 1 second 84 // Update the count down every 1 second
86 var x = setInterval(function() { 85 var x = setInterval(function() {
87 // Get todays date and time 86 // Get todays date and time
88 var now = new Date().getTime(); 87 var now = new Date().getTime();
89 // Find the distance between now an the count down date 88 // Find the distance between now an the count down date
90 var distance = chennai - now; 89 var distance = chennai - now;
91 // Time calculations for days, hours, minutes and seconds 90 // Time calculations for days, hours, minutes and seconds
92 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 91 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
93 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 92 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
94 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 93 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
95 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 94 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
96 $scope.timer = days + "d " + hours + "h " 95 $scope.timer = days + "d " + hours + "h "
97 + minutes + "m " + seconds + "s " 96 + minutes + "m " + seconds + "s "
98 // Output the result in an element with id="demo" 97 // Output the result in an element with id="demo"
99 document.getElementById("chennai").innerHTML = days + "d " + hours + "h " 98 document.getElementById("chennai").innerHTML = days + "d " + hours + "h "
100 + minutes + "m " + seconds + "s "; 99 + minutes + "m " + seconds + "s ";
101 // If the count down is over, write some text 100 // If the count down is over, write some text
102 if (distance < 0) { 101 if (distance < 0) {
103 clearInterval(x); 102 clearInterval(x);
104 document.getElementById("chennai").innerHTML = "EXPIRED"; 103 document.getElementById("chennai").innerHTML = "EXPIRED";
105 } 104 }
106 }, 1000); 105 }, 1000);
107 106
108 var hyderabad = new Date("Sept 22, 2018 14:00:00").getTime(); 107 var hyderabad = new Date("Sept 22, 2018 14:00:00").getTime();
109 // Update the count down every 1 second 108 // Update the count down every 1 second
110 var x = setInterval(function() { 109 var x = setInterval(function() {
111 // Get todays date and time 110 // Get todays date and time
112 var now = new Date().getTime(); 111 var now = new Date().getTime();
113 // Find the distance between now an the count down date 112 // Find the distance between now an the count down date
114 var distance = hyderabad - now; 113 var distance = hyderabad - now;
115 // Time calculations for days, hours, minutes and seconds 114 // Time calculations for days, hours, minutes and seconds
116 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 115 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
117 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 116 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
118 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 117 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
119 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 118 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
120 $scope.timer = days + "d " + hours + "h " 119 $scope.timer = days + "d " + hours + "h "
121 + minutes + "m " + seconds + "s " 120 + minutes + "m " + seconds + "s "
122 // Output the result in an element with id="demo" 121 // Output the result in an element with id="demo"
123 document.getElementById("hyderabad").innerHTML = days + "d " + hours + "h " 122 document.getElementById("hyderabad").innerHTML = days + "d " + hours + "h "
124 + minutes + "m " + seconds + "s "; 123 + minutes + "m " + seconds + "s ";
125 // If the count down is over, write some text 124 // If the count down is over, write some text
126 if (distance < 0) { 125 if (distance < 0) {
127 clearInterval(x); 126 clearInterval(x);
128 document.getElementById("hyderabad").innerHTML = "EXPIRED"; 127 document.getElementById("hyderabad").innerHTML = "EXPIRED";
129 } 128 }
130 }, 1000); 129 }, 1000);
131 130
132 var mumbai = new Date("Sept 26, 2018 14:00:00").getTime(); 131 var mumbai = new Date("Sept 26, 2018 14:00:00").getTime();
133 // Update the count down every 1 second 132 // Update the count down every 1 second
134 var x = setInterval(function() { 133 var x = setInterval(function() {
135 // Get todays date and time 134 // Get todays date and time
136 var now = new Date().getTime(); 135 var now = new Date().getTime();
137 // Find the distance between now an the count down date 136 // Find the distance between now an the count down date
138 var distance = mumbai - now; 137 var distance = mumbai - now;
139 // Time calculations for days, hours, minutes and seconds 138 // Time calculations for days, hours, minutes and seconds
140 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 139 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
141 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 140 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
142 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 141 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
143 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 142 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
144 $scope.timer = days + "d " + hours + "h " 143 $scope.timer = days + "d " + hours + "h "
145 + minutes + "m " + seconds + "s " 144 + minutes + "m " + seconds + "s "
146 // Output the result in an element with id="demo" 145 // Output the result in an element with id="demo"
147 document.getElementById("mumbai").innerHTML = days + "d " + hours + "h " 146 document.getElementById("mumbai").innerHTML = days + "d " + hours + "h "
148 + minutes + "m " + seconds + "s "; 147 + minutes + "m " + seconds + "s ";
149 // If the count down is over, write some text 148 // If the count down is over, write some text
150 if (distance < 0) { 149 if (distance < 0) {
151 clearInterval(x); 150 clearInterval(x);
152 document.getElementById("mumbai").innerHTML = "EXPIRED"; 151 document.getElementById("mumbai").innerHTML = "EXPIRED";
153 } 152 }
154 }, 1000); 153 }, 1000);
155 154
156 var kolkata = new Date("Oct 3, 2018 14:00:00").getTime(); 155 var kolkata = new Date("Oct 3, 2018 14:00:00").getTime();
157 // Update the count down every 1 second 156 // Update the count down every 1 second
158 var x = setInterval(function() { 157 var x = setInterval(function() {
159 // Get todays date and time 158 // Get todays date and time
160 var now = new Date().getTime(); 159 var now = new Date().getTime();
161 // Find the distance between now an the count down date 160 // Find the distance between now an the count down date
162 var distance = kolkata - now; 161 var distance = kolkata - now;
163 // Time calculations for days, hours, minutes and seconds 162 // Time calculations for days, hours, minutes and seconds
164 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 163 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
165 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 164 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
166 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 165 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
167 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 166 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
168 $scope.timer = days + "d " + hours + "h " 167 $scope.timer = days + "d " + hours + "h "
169 + minutes + "m " + seconds + "s " 168 + minutes + "m " + seconds + "s "
170 // Output the result in an element with id="demo" 169 // Output the result in an element with id="demo"
171 document.getElementById("kolkata").innerHTML = days + "d " + hours + "h " 170 document.getElementById("kolkata").innerHTML = days + "d " + hours + "h "
172 + minutes + "m " + seconds + "s "; 171 + minutes + "m " + seconds + "s ";
173 // If the count down is over, write some text 172 // If the count down is over, write some text
174 if (distance < 0) { 173 if (distance < 0) {
175 clearInterval(x); 174 clearInterval(x);
176 document.getElementById("kolkata").innerHTML = "EXPIRED"; 175 document.getElementById("kolkata").innerHTML = "EXPIRED";
177 } 176 }
178 }, 1000); 177 }, 1000);
179 178
180 var jaipur = new Date("Oct 5, 2018 14:00:00").getTime(); 179 var jaipur = new Date("Oct 5, 2018 14:00:00").getTime();
181 // Update the count down every 1 second 180 // Update the count down every 1 second
182 var x = setInterval(function() { 181 var x = setInterval(function() {
183 // Get todays date and time 182 // Get todays date and time
184 var now = new Date().getTime(); 183 var now = new Date().getTime();
185 // Find the distance between now an the count down date 184 // Find the distance between now an the count down date
186 var distance = jaipur - now; 185 var distance = jaipur - now;
187 // Time calculations for days, hours, minutes and seconds 186 // Time calculations for days, hours, minutes and seconds
188 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 187 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
189 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 188 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
190 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 189 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
191 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 190 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
192 $scope.timer = days + "d " + hours + "h " 191 $scope.timer = days + "d " + hours + "h "
193 + minutes + "m " + seconds + "s " 192 + minutes + "m " + seconds + "s "
194 // Output the result in an element with id="demo" 193 // Output the result in an element with id="demo"
195 document.getElementById("jaipur").innerHTML = days + "d " + hours + "h " 194 document.getElementById("jaipur").innerHTML = days + "d " + hours + "h "
196 + minutes + "m " + seconds + "s "; 195 + minutes + "m " + seconds + "s ";
197 // If the count down is over, write some text 196 // If the count down is over, write some text
198 if (distance < 0) { 197 if (distance < 0) {
199 clearInterval(x); 198 clearInterval(x);
200 document.getElementById("jaipur").innerHTML = "EXPIRED"; 199 document.getElementById("jaipur").innerHTML = "EXPIRED";
201 } 200 }
202 }, 1000); 201 }, 1000);
203 202
204 var delhi = new Date("Oct 8, 2018 14:00:00").getTime(); 203 var delhi = new Date("Oct 8, 2018 14:00:00").getTime();
205 // Update the count down every 1 second 204 // Update the count down every 1 second
206 var x = setInterval(function() { 205 var x = setInterval(function() {
207 // Get todays date and time 206 // Get todays date and time
208 var now = new Date().getTime(); 207 var now = new Date().getTime();
209 // Find the distance between now an the count down date 208 // Find the distance between now an the count down date
210 var distance = delhi - now; 209 var distance = delhi - now;
211 // Time calculations for days, hours, minutes and seconds 210 // Time calculations for days, hours, minutes and seconds
212 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 211 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
213 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 212 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
214 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 213 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
215 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 214 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
216 $scope.timer = days + "d " + hours + "h " 215 $scope.timer = days + "d " + hours + "h "
217 + minutes + "m " + seconds + "s " 216 + minutes + "m " + seconds + "s "
218 // Output the result in an element with id="demo" 217 // Output the result in an element with id="demo"
219 document.getElementById("delhi").innerHTML = days + "d " + hours + "h " 218 document.getElementById("delhi").innerHTML = days + "d " + hours + "h "
220 + minutes + "m " + seconds + "s "; 219 + minutes + "m " + seconds + "s ";
221 // If the count down is over, write some text 220 // If the count down is over, write some text
222 if (distance < 0) { 221 if (distance < 0) {
223 clearInterval(x); 222 clearInterval(x);
224 document.getElementById("delhi").innerHTML = "EXPIRED"; 223 document.getElementById("delhi").innerHTML = "EXPIRED";
225 } 224 }
226 }, 1000); 225 }, 1000);
227 226
228 var kanpur = new Date("Oct 10, 2018 14:00:00").getTime(); 227 var kanpur = new Date("Oct 10, 2018 14:00:00").getTime();
229 // Update the count down every 1 second 228 // Update the count down every 1 second
230 var x = setInterval(function() { 229 var x = setInterval(function() {
231 // Get todays date and time 230 // Get todays date and time
232 var now = new Date().getTime(); 231 var now = new Date().getTime();
233 // Find the distance between now an the count down date 232 // Find the distance between now an the count down date
234 var distance = kanpur - now; 233 var distance = kanpur - now;
235 // Time calculations for days, hours, minutes and seconds 234 // Time calculations for days, hours, minutes and seconds
236 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 235 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
237 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 236 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
238 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 237 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
239 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 238 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
240 $scope.timer = days + "d " + hours + "h " 239 $scope.timer = days + "d " + hours + "h "
241 + minutes + "m " + seconds + "s " 240 + minutes + "m " + seconds + "s "
242 // Output the result in an element with id="demo" 241 // Output the result in an element with id="demo"
243 document.getElementById("kanpur").innerHTML = days + "d " + hours + "h " 242 document.getElementById("kanpur").innerHTML = days + "d " + hours + "h "
244 + minutes + "m " + seconds + "s "; 243 + minutes + "m " + seconds + "s ";
245 // If the count down is over, write some text 244 // If the count down is over, write some text
246 if (distance < 0) { 245 if (distance < 0) {
247 clearInterval(x); 246 clearInterval(x);
248 document.getElementById("kanpur").innerHTML = "EXPIRED"; 247 document.getElementById("kanpur").innerHTML = "EXPIRED";
249 } 248 }
250 }, 1000); 249 }, 1000);
251 250
252 var ahmedabad = new Date("Oct 12, 2018 14:00:00").getTime(); 251 var ahmedabad = new Date("Oct 12, 2018 14:00:00").getTime();
253 // Update the count down every 1 second 252 // Update the count down every 1 second
254 var x = setInterval(function() { 253 var x = setInterval(function() {
255 // Get todays date and time 254 // Get todays date and time
256 var now = new Date().getTime(); 255 var now = new Date().getTime();
257 // Find the distance between now an the count down date 256 // Find the distance between now an the count down date
258 var distance = ahmedabad - now; 257 var distance = ahmedabad - now;
259 // Time calculations for days, hours, minutes and seconds 258 // Time calculations for days, hours, minutes and seconds
260 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 259 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
261 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 260 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
262 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 261 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
263 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 262 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
264 $scope.timer = days + "d " + hours + "h " 263 $scope.timer = days + "d " + hours + "h "
265 + minutes + "m " + seconds + "s " 264 + minutes + "m " + seconds + "s "
266 // Output the result in an element with id="demo" 265 // Output the result in an element with id="demo"
267 document.getElementById("ahmedabad").innerHTML = days + "d " + hours + "h " 266 document.getElementById("ahmedabad").innerHTML = days + "d " + hours + "h "
268 + minutes + "m " + seconds + "s "; 267 + minutes + "m " + seconds + "s ";
269 // If the count down is over, write some text 268 // If the count down is over, write some text
270 if (distance < 0) { 269 if (distance < 0) {
271 clearInterval(x); 270 clearInterval(x);
272 document.getElementById("ahmedabad").innerHTML = "EXPIRED"; 271 document.getElementById("ahmedabad").innerHTML = "EXPIRED";
273 } 272 }
274 }, 1000); 273 }, 1000);
275 274
276 var bengaluru = new Date("Oct 13, 2018 14:00:00").getTime(); 275 var bengaluru = new Date("Oct 13, 2018 14:00:00").getTime();
277 // Update the count down every 1 second 276 // Update the count down every 1 second
278 var x = setInterval(function() { 277 var x = setInterval(function() {
279 // Get todays date and time 278 // Get todays date and time
280 var now = new Date().getTime(); 279 var now = new Date().getTime();
281 // Find the distance between now an the count down date 280 // Find the distance between now an the count down date
282 var distance = bengaluru - now; 281 var distance = bengaluru - now;
283 // Time calculations for days, hours, minutes and seconds 282 // Time calculations for days, hours, minutes and seconds
284 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 283 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
285 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 284 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
286 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 285 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
287 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 286 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
288 $scope.timer = days + "d " + hours + "h " 287 $scope.timer = days + "d " + hours + "h "
289 + minutes + "m " + seconds + "s " 288 + minutes + "m " + seconds + "s "
290 // Output the result in an element with id="demo" 289 // Output the result in an element with id="demo"
291 document.getElementById("bengaluru").innerHTML = days + "d " + hours + "h " 290 document.getElementById("bengaluru").innerHTML = days + "d " + hours + "h "
292 + minutes + "m " + seconds + "s "; 291 + minutes + "m " + seconds + "s ";
293 // If the count down is over, write some text 292 // If the count down is over, write some text
294 if (distance < 0) { 293 if (distance < 0) {
295 clearInterval(x); 294 clearInterval(x);
296 document.getElementById("bengaluru").innerHTML = "EXPIRED"; 295 document.getElementById("bengaluru").innerHTML = "EXPIRED";
297 } 296 }
298 }, 1000); 297 }, 1000);
299 298
300 var dharamsala = new Date("Dec 14, 2018 14:00:00").getTime(); 299 var dharamsala = new Date("Dec 14, 2018 14:00:00").getTime();
301 // Update the count down every 1 second 300 // Update the count down every 1 second
302 var x = setInterval(function() { 301 var x = setInterval(function() {
303 // Get todays date and time 302 // Get todays date and time
304 var now = new Date().getTime(); 303 var now = new Date().getTime();
305 // Find the distance between now an the count down date 304 // Find the distance between now an the count down date
306 var distance = dharamsala - now; 305 var distance = dharamsala - now;
307 // Time calculations for days, hours, minutes and seconds 306 // Time calculations for days, hours, minutes and seconds
308 var days = Math.floor(distance / (1000 * 60 * 60 * 24)); 307 var days = Math.floor(distance / (1000 * 60 * 60 * 24));
309 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); 308 var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
310 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); 309 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
311 var seconds = Math.floor((distance % (1000 * 60)) / 1000); 310 var seconds = Math.floor((distance % (1000 * 60)) / 1000);
312 $scope.timer = days + "d " + hours + "h " 311 $scope.timer = days + "d " + hours + "h "
313 + minutes + "m " + seconds + "s " 312 + minutes + "m " + seconds + "s "
314 // Output the result in an element with id="demo" 313 // Output the result in an element with id="demo"
315 document.getElementById("dharamsala").innerHTML = days + "d " + hours + "h " 314 document.getElementById("dharamsala").innerHTML = days + "d " + hours + "h "
316 + minutes + "m " + seconds + "s "; 315 + minutes + "m " + seconds + "s ";
317 // If the count down is over, write some text 316 // If the count down is over, write some text
318 if (distance < 0) { 317 if (distance < 0) {
319 clearInterval(x); 318 clearInterval(x);
320 document.getElementById("dharamsala").innerHTML = "EXPIRED"; 319 document.getElementById("dharamsala").innerHTML = "EXPIRED";
321 } 320 }
322 }, 1000); 321 }, 1000);
323 322
324 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 323 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
325 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 324 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
326 // $scope.Textshow = "yes" 325 // $scope.Textshow = "yes"
327 $scope.max = 100; 326 $scope.max = 100;
328 $scope.formPage = false; 327 $scope.formPage = false;
329 $scope.current = 0; 328 $scope.current = 0;
330 $scope.payingAmnt = 0; 329 $scope.payingAmnt = 0;
331 $scope.data = {}; 330 $scope.data = {};
332 $scope.discountAmount = 0; 331 $scope.discountAmount = 0;
333 // $scope.data.quantity = "1"; 332 // $scope.data.quantity = "1";
334 $scope.check = false; 333 $scope.check = false;
335 $scope.numberCheck = false; 334 $scope.numberCheck = false;
336 $scope.paymentResult = {}; 335 $scope.paymentResult = {};
337 var data = { 336 var data = {
338 "amount": $scope.payingAmnt, 337 "amount": $scope.payingAmnt,
339 "currency": "INR", 338 "currency": "INR",
340 "status": "pending" 339 "status": "pending"
341 } 340 }
342 341
343 $scope.showval = true; 342 $scope.showval = true;
344 $scope.hideval = false; 343 $scope.hideval = false;
345 $scope.showvalue = false; 344 $scope.showvalue = false;
346 $scope.hidevalue = false; 345 $scope.hidevalue = false;
347 $scope.isShowHide = function (value) { 346 $scope.isShowHide = function (value) {
348 console.log(value) 347 console.log(value)
349 if (value == "INDIA") { 348 if (value == "INDIA") {
350 console.log("value",value) 349 console.log("value",value)
351 $scope.showval = true; 350 $scope.showval = true;
352 $scope.hideval = false; 351 $scope.hideval = false;
353 $scope.showvalue = false; 352 $scope.showvalue = false;
354 $scope.hidevalue = false; 353 $scope.hidevalue = false;
355 } 354 }
356 else if (value == "SRI LANKA") { 355 else if (value == "SRI LANKA") {
357 console.log("value1",value) 356 console.log("value1",value)
358 $scope.showval = false; 357 $scope.showval = false;
359 $scope.hideval = true; 358 $scope.hideval = true;
360 $scope.showvalue = false; 359 $scope.showvalue = false;
361 $scope.hidevalue = false; 360 $scope.hidevalue = false;
362 } 361 }
363 else if (value == "BANGLADESH") { 362 else if (value == "BANGLADESH") {
364 console.log("value2",value) 363 console.log("value2",value)
365 $scope.showval = false; 364 $scope.showval = false;
366 $scope.hideval = false; 365 $scope.hideval = false;
367 $scope.showvalue = true; 366 $scope.showvalue = true;
368 $scope.hidevalue = false; 367 $scope.hidevalue = false;
369 } 368 }
370 else { 369 else {
371 console.log("value3",value) 370 console.log("value3",value)
372 $scope.showval = false; 371 $scope.showval = false;
373 $scope.hideval = false; 372 $scope.hideval = false;
374 $scope.showvalue = false; 373 $scope.showvalue = false;
375 $scope.hidevalue = true; 374 $scope.hidevalue = true;
376 } 375 }
377 } 376 }
378 377
379 // $scope.apply = function() { 378 // $scope.apply = function() {
380 // //Analytics.trackEvent('register', 'click', 'Registration'); 379 // //Analytics.trackEvent('register', 'click', 'Registration');
381 // $location.path("/caricatures") 380 // $location.path("/caricatures")
382 // } 381 // }
383 382
384 // $scope.data.city = ''; 383 // $scope.data.city = '';
385 $scope.watch = function(){ 384 $scope.watch = function(){
386 // console.log("cllll",value) 385 // console.log("cllll",value)
387 // $scope.data.city = value; 386 // $scope.data.city = value;
388 // if($scope.data.city == "Chennai"){ 387 // if($scope.data.city == "Chennai"){
389 // console.log("cllll1",value) 388 // console.log("cllll1",value)
390 // $window.location.href = 'http://35.154.24.158:8007'; 389 // $window.location.href = 'http://35.154.24.158:8007';
391 // }else{ 390 // }else{
392 // console.log("cllll2",value) 391 // console.log("cllll2",value)
393 // localStorage.setItem("city" ,value); 392 // localStorage.setItem("city" ,value);
394 //$location.path('/registration').search({city: value}); 393 //$location.path('/registration').search({city: value});
395 // $location.path('/registration/'+value+''); 394 // $location.path('/registration/'+value+'');
396 $location.path('/registration'); 395 $location.path('/registration');
397 //$state.go('registration', { 'city': value}) 396 //$state.go('registration', { 'city': value})
398 // } 397 // }
399 } 398 }
400 399
401 $scope.select = function(url){ 400 $scope.select = function(url){
402 console.log("cllll") 401 console.log("cllll")
403 window.open(url) 402 window.open(url)
404 } 403 }
405 404
406 $scope.stagekeyPress = function() { 405 $scope.stagekeyPress = function() {
407 $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)'); 406 $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)');
408 } 407 }
409 $scope.sectorkeyPress = function() { 408 $scope.sectorkeyPress = function() {
410 $('.icon-circle-b').css('background-color', 'rgb(25, 104, 157)'); 409 $('.icon-circle-b').css('background-color', 'rgb(25, 104, 157)');
411 } 410 }
412 411
413 $scope.productLaunchkeyPress = function() { 412 $scope.productLaunchkeyPress = function() {
414 $('.icon-circle-ab').css('background-color', 'rgb(25, 104, 157)'); 413 $('.icon-circle-ab').css('background-color', 'rgb(25, 104, 157)');
415 } 414 }
416 415
417 $scope.launchPeriodkeyPress = function() { 416 $scope.launchPeriodkeyPress = function() {
418 $('.icon-circle-abc').css('background-color', 'rgb(25, 104, 157)'); 417 $('.icon-circle-abc').css('background-color', 'rgb(25, 104, 157)');
419 } 418 }
420 419
421 $scope.industrykeyPress = function(quantity) { 420 $scope.industrykeyPress = function(quantity) {
422 console.log("fghj",quantity) 421 console.log("fghj",quantity)
423 $('.icon-circle-abcdefg').css('background-color', 'rgb(25, 104, 157)'); 422 $('.icon-circle-abcdefg').css('background-color', 'rgb(25, 104, 157)');
424 } 423 }
425 424
426 $scope.industryNamekeyPress = function(firstName) { 425 $scope.industryNamekeyPress = function(firstName) {
427 console.log("lastName==", firstName); 426 console.log("lastName==", firstName);
428 if (firstName == undefined) { 427 if (firstName == undefined) {
429 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); 428 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
430 } else { 429 } else {
431 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)'); 430 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)');
432 } 431 }
433 } 432 }
434 433
435 $scope.amountkeyPress = function() { 434 $scope.amountkeyPress = function() {
436 $('.icon-circle-bc').css('background-color', 'rgb(25, 104, 157)'); 435 $('.icon-circle-bc').css('background-color', 'rgb(25, 104, 157)');
437 } 436 }
438 437
439 $scope.firstNamekeyPress = function(name) { 438 $scope.firstNamekeyPress = function(name) {
440 console.log("lastName==", name); 439 console.log("lastName==", name);
441 if (name == undefined) { 440 if (name == undefined) {
442 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)'); 441 $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)');
443 } else { 442 } else {
444 $('.icon-circle-c').css('background-color', 'rgb(25, 104, 157)'); 443 $('.icon-circle-c').css('background-color', 'rgb(25, 104, 157)');
445 } 444 }
446 } 445 }
447 446
448 $scope.emailkeyPress = function(email) { 447 $scope.emailkeyPress = function(email) {
449 console.log("email", email); 448 console.log("email", email);
450 if (email == undefined) { 449 if (email == undefined) {
451 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)'); 450 $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)');
452 } else { 451 } else {
453 $('.icon-circle-d').css('background-color', 'rgb(25, 104, 157)'); 452 $('.icon-circle-d').css('background-color', 'rgb(25, 104, 157)');
454 } 453 }
455 } 454 }
456 455
457 $scope.phonekeyPress = function(number) { 456 $scope.phonekeyPress = function(number) {
458 console.log("number", number); 457 console.log("number", number);
459 if (number == undefined || number == '') { 458 if (number == undefined || number == '') {
460 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)'); 459 $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)');
461 } else { 460 } else {
462 $('.icon-circle-e').css('background-color', 'rgb(25, 104, 157)'); 461 $('.icon-circle-e').css('background-color', 'rgb(25, 104, 157)');
463 } 462 }
464 } 463 }
465 464
466 $scope.citykeyPress = function(city) { 465 $scope.citykeyPress = function(city) {
467 console.log("city", city); 466 console.log("city", city);
468 if (city == undefined) { 467 if (city == undefined) {
469 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)'); 468 $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)');
470 } else { 469 } else {
471 $('.icon-circle-f').css('background-color', 'rgb(25, 104, 157)'); 470 $('.icon-circle-f').css('background-color', 'rgb(25, 104, 157)');
472 } 471 }
473 } 472 }
474 473
475 $scope.startupNamekeyPress = function(q) { 474 $scope.startupNamekeyPress = function(q) {
476 if (q == undefined) { 475 if (q == undefined) {
477 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)'); 476 $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)');
478 } else { 477 } else {
479 $('.icon-circle-x').css('background-color', 'rgb(25, 104, 157)'); 478 $('.icon-circle-x').css('background-color', 'rgb(25, 104, 157)');
480 } 479 }
481 } 480 }
482 481
483 $scope.linkedInkeyPress = function(technology) { 482 $scope.linkedInkeyPress = function(technology) {
484 if (technology == undefined || technology == '') { 483 if (technology == undefined || technology == '') {
485 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)'); 484 $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)');
486 } else { 485 } else {
487 $('.icon-circle-h').css('background-color', 'rgb(25, 104, 157)'); 486 $('.icon-circle-h').css('background-color', 'rgb(25, 104, 157)');
488 } 487 }
489 } 488 }
490 $scope.companykeyPress = function(problem) { 489 $scope.companykeyPress = function(problem) {
491 if (problem == undefined) { 490 if (problem == undefined) {
492 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)'); 491 $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)');
493 } else { 492 } else {
494 $('.icon-circle-i').css('background-color', 'rgb(25, 104, 157)'); 493 $('.icon-circle-i').css('background-color', 'rgb(25, 104, 157)');
495 } 494 }
496 } 495 }
497 $scope.productNamekeyPress = function(solution) { 496 $scope.productNamekeyPress = function(solution) {
498 if (solution == undefined) { 497 if (solution == undefined) {
499 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)'); 498 $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)');
500 } else { 499 } else {
501 $('.icon-circle-j').css('background-color', 'rgb(25, 104, 157)'); 500 $('.icon-circle-j').css('background-color', 'rgb(25, 104, 157)');
502 } 501 }
503 } 502 }
504 $scope.businesskeyPress = function(business) { 503 $scope.businesskeyPress = function(business) {
505 if (business == undefined) { 504 if (business == undefined) {
506 $('.icon-circle-p').css('background-color', 'rgb(102, 102, 102)'); 505 $('.icon-circle-p').css('background-color', 'rgb(102, 102, 102)');
507 } else { 506 } else {
508 $('.icon-circle-p').css('background-color', 'rgb(25, 104, 157)'); 507 $('.icon-circle-p').css('background-color', 'rgb(25, 104, 157)');
509 } 508 }
510 } 509 }
511 510
512 $scope.websitekeyPress = function(prototype) { 511 $scope.websitekeyPress = function(prototype) {
513 if (prototype == undefined || prototype == '') { 512 if (prototype == undefined || prototype == '') {
514 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)'); 513 $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)');
515 } else { 514 } else {
516 $('.icon-circle-k').css('background-color', 'rgb(25, 104, 157)'); 515 $('.icon-circle-k').css('background-color', 'rgb(25, 104, 157)');
517 } 516 }
518 } 517 }
519 518
520 $scope.employeekeyPress = function(market) { 519 $scope.employeekeyPress = function(market) {
521 if (market == undefined || market == '') { 520 if (market == undefined || market == '') {
522 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)'); 521 $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)');
523 } else { 522 } else {
524 $('.icon-circle-l').css('background-color', 'rgb(25, 104, 157)'); 523 $('.icon-circle-l').css('background-color', 'rgb(25, 104, 157)');
525 } 524 }
526 } 525 }
527 526
528 $scope.annualkeyPress = function(risk) { 527 $scope.annualkeyPress = function(risk) {
529 if (risk == undefined || risk == '') { 528 if (risk == undefined || risk == '') {
530 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)'); 529 $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)');
531 } else { 530 } else {
532 $('.icon-circle-m').css('background-color', 'rgb(25, 104, 157)'); 531 $('.icon-circle-m').css('background-color', 'rgb(25, 104, 157)');
533 } 532 }
534 } 533 }
535 534
536 $scope.revenuekeyPress = function(team) { 535 $scope.revenuekeyPress = function(team) {
537 if (team == undefined) { 536 if (team == undefined) {
538 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)'); 537 $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)');
539 } else { 538 } else {
540 $('.icon-circle-n').css('background-color', 'rgb(25, 104, 157)'); 539 $('.icon-circle-n').css('background-color', 'rgb(25, 104, 157)');
541 } 540 }
542 } 541 }
543 542
544 $scope.descriptionkeyPress = function(pitch) { 543 $scope.descriptionkeyPress = function(pitch) {
545 if (pitch == undefined) { 544 if (pitch == undefined) {
546 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)'); 545 $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)');
547 } else { 546 } else {
548 $('.icon-circle-z').css('background-color', 'rgb(25, 104, 157)'); 547 $('.icon-circle-z').css('background-color', 'rgb(25, 104, 157)');
549 } 548 }
550 } 549 }
551 550
552 $scope.discountkeyPress = function(discount) { 551 $scope.discountkeyPress = function(discount) {
553 if (discount == undefined) { 552 if (discount == undefined) {
554 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)'); 553 $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
555 } else { 554 } else {
556 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)'); 555 $('.icon-circle-o').css('background-color', 'rgb(25, 104, 157)');
557 } 556 }
558 } 557 }
559 558
560 $scope.removeNooError = function() { 559 $scope.removeNooError = function() {
561 $('#invalidIdea').css('display', 'block'); 560 $('#invalidIdea').css('display', 'block');
562 $('#noExist').css('display', 'none'); 561 $('#noExist').css('display', 'none');
563 }; 562 };
564 563
565 $scope.ideakeyPress = function(financial) { 564 $scope.ideakeyPress = function(financial) {
566 console.log("financial", financial); 565 console.log("financial", financial);
567 if (financial == undefined) { 566 if (financial == undefined) {
568 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)'); 567 $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)');
569 } else { 568 } else {
570 $('.icon-circle-q').css('background-color', 'rgb(25, 104, 157)'); 569 $('.icon-circle-q').css('background-color', 'rgb(25, 104, 157)');
571 } 570 }
572 } 571 }
573 572
574 $scope.fundkeyPress = function(financial) { 573 $scope.fundkeyPress = function(financial) {
575 console.log("financial", financial); 574 console.log("financial", financial);
576 if (financial == undefined) { 575 if (financial == undefined) {
577 $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)'); 576 $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)');
578 } else { 577 } else {
579 $('.icon-circle-y').css('background-color', 'rgb(25, 104, 157)'); 578 $('.icon-circle-y').css('background-color', 'rgb(25, 104, 157)');
580 } 579 }
581 } 580 }
582 581
583 $scope.changeReferalIconColor = function(referalToken){ 582 $scope.changeReferalIconColor = function(referalToken){
584 if (referalToken == undefined || referalToken == '') { 583 if (referalToken == undefined || referalToken == '') {
585 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)'); 584 $('.referel-icon').css('background-color', 'rgb(102, 102, 102)');
586 }else { 585 }else {
587 $('.referel-icon').css('background-color', 'rgb(25, 104, 157)'); 586 $('.referel-icon').css('background-color', 'rgb(25, 104, 157)');
588 } 587 }
589 } 588 }
590 589
591 }); 590 });
592 591
593 scotchApp.controller('registrationController', function($scope, $http, $location, $rootScope,$route,BASE_URL) { 592 scotchApp.controller('registrationController', function($scope, $http, $location, $rootScope,$route,BASE_URL) {
594 $scope.data = {}; 593 $scope.data = {};
595 $scope.check = false; 594 $scope.check = false;
596 $scope.numberCheck = false; 595 $scope.numberCheck = false;
597 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 596 $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
598 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ 597 $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
599 $scope.max = 100; 598 $scope.max = 100;
600 $scope.formPage = false; 599 $scope.formPage = false;
601 $scope.current = 0; 600 $scope.current = 0;
602 $scope.payingAmnt = 0; 601 $scope.payingAmnt = 0;
603 $scope.discountAmount = 0; 602 $scope.discountAmount = 0;
604 // $scope.data.quantity = "1"; 603 // $scope.data.quantity = "1";
605 $scope.check = false; 604 $scope.check = false;
606 $scope.numberCheck = false; 605 $scope.numberCheck = false;
607 $scope.paymentResult = {}; 606 $scope.paymentResult = {};
608 var data = { 607 var data = {
609 "amount": $scope.payingAmnt, 608 "amount": $scope.payingAmnt,
610 "currency": "INR", 609 "currency": "INR",
611 "status": "pending" 610 "status": "pending"
612 } 611 }
613 612
614 $scope.removeError = function() { 613 $scope.removeError = function() {
615 $('#invalidEmail').css('display', 'none'); 614 $('#invalidEmail').css('display', 'none');
616 $('#alreadyExist').css('display', 'none'); 615 $('#alreadyExist').css('display', 'none');
617 }; 616 };
618 617
619 $scope.emailcheck = function(val) { 618 $scope.emailcheck = function(val) {
620 if (val == undefined) { 619 if (val == undefined) {
621 $('#invalidEmail').css('display', 'block'); 620 $('#invalidEmail').css('display', 'block');
622 } else { 621 } else {
623 $('#alreadyExist').css('display', 'block'); 622 $('#alreadyExist').css('display', 'block');
624 } 623 }
625 }; 624 };
626 625
627 $scope.removeNoError = function() { 626 $scope.removeNoError = function() {
628 $('#invalidNumber').css('display', 'none'); 627 $('#invalidNumber').css('display', 'none');
629 $('#alreadyExist').css('display', 'none'); 628 $('#alreadyExist').css('display', 'none');
630 }; 629 };
631 630
632 $scope.numbercheck = function(val) { 631 $scope.numbercheck = function(val) {
633 if (val == undefined) { 632 if (val == undefined) {
634 $('#invalidNumber').css('display', 'block'); 633 $('#invalidNumber').css('display', 'block');
635 } else { 634 } else {
636 $('#alreadyExist').css('display', 'block'); 635 $('#alreadyExist').css('display', 'block');
637 } 636 }
638 }; 637 };
639 638
640 // $scope.$on('city', function (event, value) { 639 // $scope.$on('city', function (event, value) {
641 // $scope.data.city = localStorage.getItem("city"); 640 // $scope.data.city = localStorage.getItem("city");
642 // console.log("HERE===",$scope.data.city ); 641 // console.log("HERE===",$scope.data.city );
643 // }); 642 // });
643 var handleFileSelect = function(evt) {
644 var files = evt.target.files;
645 var file = files[0];
646
647 if (files && file) {
648 var reader = new FileReader();
649
650 reader.onload = function(readerEvt) {
651 var binaryString = readerEvt.target.result;
652 $scope.base64textString = btoa(binaryString);
653 console.log("base64textarea",$scope.base64textString)
654 };
655
656 reader.readAsBinaryString(file);
657 }
658 };
659 if (window.File && window.FileReader && window.FileList && window.Blob) {
660 document.getElementById('filePicker').addEventListener('change', handleFileSelect, false);
661 }
662
663 // scope.addOther = false;
664 // + $scope.hideSelectBox = true;
665 // $scope.industrykeyPress = function(e) {
666 // // $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)');
667 // + var e = document.getElementById("dataIndustry");
668 // + var dataIndustry = e.options[e.selectedIndex].value;
669 // + if(dataIndustry == "Other") {
670 // + $scope.addOther = true;
671 // + $scope.hideSelectBox = false;
672 // + }
673 // }
644 674
645 $rootScope.tokenCall = function(val) { 675 $rootScope.tokenCall = function(val) {
646 console.log('val-------->', val); 676 console.log('val-------->', val);
647 if (val == undefined) { 677 if (val == undefined) {
648 $('#invalidToken').css('display', 'block'); 678 $('#invalidToken').css('display', 'block');
649 } else { 679 } else {
650 val = val.toUpperCase(); 680 val = val.toUpperCase();
651 if((val == "IITH99" && $scope.data.city != "Hyderabad") || (val == "IITM99" && $scope.data.city != "Chennai") || (val == "IITD99" && $scope.data.city != "Delhi") || (val == "IITB99" && $scope.data.city != "Mumbai") || (val == "IITK99" && $scope.data.city != "Kanpur") || (val == "IIMC99" && $scope.data.city != "Kolkata") || (val == "IIMA99" && $scope.data.city != "Ahmedabad") || (val == "JAI40" && $scope.data.city != "Jaipur")){ 681 if((val == "IITH99" && $scope.data.city != "Hyderabad") || (val == "IITM99" && $scope.data.city != "Chennai") || (val == "IITD99" && $scope.data.city != "Delhi") || (val == "IITB99" && $scope.data.city != "Mumbai") || (val == "IITK99" && $scope.data.city != "Kanpur") || (val == "IIMC99" && $scope.data.city != "Kolkata") || (val == "IIMA99" && $scope.data.city != "Ahmedabad") || (val == "JAI40" && $scope.data.city != "Jaipur")){
652 $scope.tokencheck = false; 682 $scope.tokencheck = false;
653 return; 683 return;
654 } 684 }
655 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": "' + val + '"}}') 685 $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": "' + val + '"}}')
656 .then(function(searchResult) { 686 .then(function(searchResult) {
657 console.log("searchResult",searchResult) 687 console.log("searchResult",searchResult)
658 if (searchResult.data.length == 0) { 688 if (searchResult.data.length == 0) {
659 $scope.tokencheck = false; 689 $scope.tokencheck = false;
660 $scope.discountAmount = 0; 690 $scope.discountAmount = 0;
661 } else { 691 } else {
662 console.log("===searchResult.data[0].discount===",searchResult.data[0].discount); 692 console.log("===searchResult.data[0].discount===",searchResult.data[0].discount);
663 $scope.discountpercentage = searchResult.data[0].discount; 693 $scope.discountpercentage = searchResult.data[0].discount;
664 console.log("===searchResultdiscountpercentage===",$scope.discountpercentage); 694 console.log("===searchResultdiscountpercentage===",$scope.discountpercentage);
665 $scope.tokencheck = true; 695 $scope.tokencheck = true;
666 } 696 }
667 },function(err){ 697 },function(err){
668 console.log(err) 698 console.log(err)
669 }); 699 });
670 700
671 } 701 }
672 }; 702 };
673 703
674 $scope.submit = function() { 704 $scope.submit = function() {
705 //$scope.data.uploadFile = $scope.base64textString;
675 $scope.ticketAmnt = 500; 706 $scope.ticketAmnt = 500;
676 if($scope.tokencheck == false){ 707 if($scope.tokencheck == false){
677 $scope.data.referalToken = null; 708 $scope.data.referalToken = null;
678 } 709 }
679 if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { 710 // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) {
680 var x = document.getElementById("snackbar") 711 // var x = document.getElementById("snackbar")
681 setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); 712 // setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);
682 }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { 713 // }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
683 $scope.infoForm = true; 714 $scope.infoForm = true;
684 $scope.detail = {}; 715 $scope.detail = {};
685 $scope.data.phone = "+91"+$scope.data.number; 716 $scope.data.phone = "+91"+$scope.data.number;
686 if($scope.data.referalToken == null){ 717 if($scope.data.referalToken == null){
687 $scope.data.referalToken = "N.A." 718 $scope.data.referalToken = "N.A."
688 } 719 }
689 $http({ 720 $http({
690 method: 'POST', 721 method: 'POST',
691 url: BASE_URL+'/applicants', 722 url: BASE_URL+'/applicants',
692 data: $scope.data, 723 data: $scope.data,
693 headers: {} 724 headers: {}
694 }).then(function mySuccess(result) { 725 }).then(function mySuccess(result) {
695 console.log("=====result=====",result) 726 console.log("=====result=====",result)
696 $scope.detail = result; 727 $scope.detail = result;
697 data.applicantId = result.data.id; 728 data.applicantId = result.data.id;
698 $scope.userId = result.data.id; 729 $scope.userId = result.data.id;
699 console.log("=====data=====",data) 730 console.log("=====data=====",data)
700 var amount = $scope.ticketAmnt * 100 731 var amount = $scope.ticketAmnt * 100
701 if($scope.tokencheck == true){ 732 if($scope.tokencheck == true){
702 var amount = $scope.ticketAmnt 733 var amount = $scope.ticketAmnt
703 console.log("====$scope.discountpercentage====",$scope.discountpercentage); 734 console.log("====$scope.discountpercentage====",$scope.discountpercentage);
704 console.log("resultcity===",$scope.data.city) 735 console.log("resultcity===",$scope.data.city)
705 if($scope.discountpercentage == "100") { 736 if($scope.discountpercentage == "100") {
706 $scope.discountpercentage = "99.8"; 737 $scope.discountpercentage = "99.8";
707 console.log("$scope.discountpercentage====",$scope.discountpercentage) 738 console.log("$scope.discountpercentage====",$scope.discountpercentage)
708 } 739 }
709 console.log("====$scope.discountpercentage====",$scope.discountpercentage); 740 console.log("====$scope.discountpercentage====",$scope.discountpercentage);
710 $scope.percDiscount = $scope.discountpercentage/100; 741 $scope.percDiscount = $scope.discountpercentage/100;
711 console.log("====$scope.percDiscount====",$scope.percDiscount); 742 console.log("====$scope.percDiscount====",$scope.percDiscount);
712 console.log("====amount=====",amount); 743 console.log("====amount=====",amount);
713 $scope.discountAmount = amount * $scope.percDiscount; 744 $scope.discountAmount = amount * $scope.percDiscount;
714 console.log("finalAmount====>",$scope.discountAmount) 745 console.log("finalAmount====>",$scope.discountAmount)
715 } 746 }
716 var taxAmount = $scope.ticketAmnt - $scope.discountAmount 747 var taxAmount = $scope.ticketAmnt - $scope.discountAmount
717 console.log("$scope.taxTotal----",taxAmount) 748 console.log("$scope.taxTotal----",taxAmount)
718 $scope.payingAmnt = taxAmount; 749 $scope.payingAmnt = taxAmount;
719 console.log("====$scope.payingAmnt====",$scope.payingAmnt) 750 console.log("====$scope.payingAmnt====",$scope.payingAmnt)
720 $scope.payingAmnt = $scope.payingAmnt.toFixed() 751 $scope.payingAmnt = $scope.payingAmnt.toFixed()
721 data.amount = $scope.payingAmnt; 752 data.amount = $scope.payingAmnt;
722 console.log("data.amount==",data.amount) 753 console.log("data.amount==",data.amount)
723 if($scope.detail != null){ 754 if($scope.detail != null){
724 $http({ 755 $http({
725 method: 'POST', 756 method: 'POST',
726 url: BASE_URL+'/payments', 757 url: BASE_URL+'/payments',
727 data: data, 758 data: data,
728 headers: {} 759 headers: {}
729 }).then(function mySuccess(paymentResult) { 760 }).then(function mySuccess(paymentResult) {
730 $scope.paymentResult = paymentResult; 761 $scope.paymentResult = paymentResult;
731 }, function myError(error) { 762 }, function myError(error) {
732 }); 763 });
733 } 764 }
734 var i = 0; 765 var i = 0;
735 $scope.payingAmnt = $scope.payingAmnt * 100; 766 $scope.payingAmnt = $scope.payingAmnt * 100;
736 var options = { 767 var options = {
737 //"key": "rzp_test_YwHsVFiDIQ2WUQ", 768 //"key": "rzp_test_YwHsVFiDIQ2WUQ",
738 "key": "rzp_live_mkmCb4FkstuWaS", 769 "key": "rzp_live_mkmCb4FkstuWaS",
739 "amount": $scope.payingAmnt, 770 "amount": $scope.payingAmnt,
740 771
741 "name": "Startup Jalsa", 772 "name": "Startup Jalsa",
742 "description":"amount", 773 "description":"amount",
743 "currency": "INR", 774 "currency": "INR",
744 "status": "done", 775 "status": "done",
745 776
746 "prefill": { 777 "prefill": {
747 "email": $scope.detail.email, 778 "email": $scope.detail.email,
748 "contact": $scope.detail.phone 779 "contact": $scope.detail.phone
749 }, 780 },
750 781
751 "theme": { 782 "theme": {
752 "color": "#2196f3 ", 783 "color": "#2196f3 ",
753 "image_padding":"NO" 784 "image_padding":"NO"
754 }, 785 },
755 "modal": { 786 "modal": {
756 "ondismiss": function(){ 787 "ondismiss": function(){
757 } 788 }
758 }, 789 },
759 "handler": function (response){ 790 "handler": function (response){
760 createPayment(response); 791 createPayment(response);
761 } 792 }
762 }; 793 };
763 var rzp1 = new Razorpay(options); 794 var rzp1 = new Razorpay(options);
764 rzp1.open(); 795 rzp1.open();
765 $scope.paymentResponse = {}; 796 $scope.paymentResponse = {};
766 function createPayment(response){ 797 function createPayment(response){
767 console.log("response12333333",response) 798 console.log("response12333333",response)
768 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; 799 $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
769 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId; 800 $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
770 $scope.paymentResponse.amount = data.amount; 801 $scope.paymentResponse.amount = data.amount;
771 $scope.paymentResponse.currency = "INR"; 802 $scope.paymentResponse.currency = "INR";
772 $scope.paymentResponse.status = $scope.paymentResult.data.status; 803 $scope.paymentResponse.status = $scope.paymentResult.data.status;
773 console.log("$scope.paymentResponse.amount=====",$scope.paymentResponse.amount) 804 console.log("$scope.paymentResponse.amount=====",$scope.paymentResponse.amount)
774 $http({ 805 $http({
775 method: 'PUT', 806 method: 'PUT',
776 url: BASE_URL+'/payments/'+$scope.paymentResult.data.id, 807 url: BASE_URL+'/payments/'+$scope.paymentResult.data.id,
777 data: $scope.paymentResponse, 808 data: $scope.paymentResponse,
778 headers: {} 809 headers: {}
779 }).then(function mySuccess(searchResult) { 810 }).then(function mySuccess(searchResult) {
780 console.log("searchResult",searchResult) 811 console.log("searchResult",searchResult)
781 $location.path("/confirmation") 812 $location.path("/confirmation")
782 }, function myError(error) { 813 }, function myError(error) {
783 }); 814 });
784 } 815 }
785 //} 816 //}
786 817
787 }, function myError(error) { 818 }, function myError(error) {
788 819
789 }); 820 });
790 821
791 } 822 //}
792 823
793 } 824 }
794 825
795 }); 826 });
796 827
797 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) { 828 scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) {
798 $scope.data = {}; 829 $scope.data = {};
799 $scope.check = false; 830 $scope.check = false;
800 $scope.numberCheck = false; 831 $scope.numberCheck = false;
801 832
802 $scope.submit = function() { 833 $scope.submit = function() {
803 console.log($scope.data.name) 834 console.log($scope.data.name)
804 var randomNumber = ""+Math.random(); 835 var randomNumber = ""+Math.random();
805 var nameSpliced = $scope.data.name.slice(0,5); 836 var nameSpliced = $scope.data.name.slice(0,5);
806 var numberSpliced = randomNumber.slice(2,4);; 837 var numberSpliced = randomNumber.slice(2,4);;
807 $scope.data.referalToken = nameSpliced+numberSpliced; 838 $scope.data.referalToken = nameSpliced+numberSpliced;
808 $scope.data.referalToken = $scope.data.referalToken.toUpperCase(); 839 $scope.data.referalToken = $scope.data.referalToken.toUpperCase();
809 console.log("dsdfs",numberSpliced); 840 console.log("dsdfs",numberSpliced);
810 $http({ 841 $http({
811 method: 'POST', 842 method: 'POST',
812 url: BASE_URL + '/ambassadors', 843 url: BASE_URL + '/ambassadors',
813 data: $scope.data, 844 data: $scope.data,
814 headers: {} 845 headers: {}
815 }).then(function mySuccess(result) { 846 }).then(function mySuccess(result) {
816 console.log("result", result) 847 console.log("result", result)
817 $scope.detail = result; 848 $scope.detail = result;
818 $('#myModal').modal('show'); 849 $('#myModal').modal('show');
819 $scope.data.name = ''; 850 $scope.data.name = '';
820 $scope.data.email = ''; 851 $scope.data.email = '';
821 $scope.data.mobile = ''; 852 $scope.data.mobile = '';
822 //$scope.data.discount = ''; 853 //$scope.data.discount = '';
823 854
824 }, function myError(error) { 855 }, function myError(error) {
825 console.log(error) 856 console.log(error)
826 console.log(error.data.error.message) 857 console.log(error.data.error.message)
827 }); 858 });
828 } 859 }
829 }); 860 });
830 861
831 862
832 863
833 864