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