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