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