-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
641 lines (593 loc) · 25.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Themesdesign">
<link rel="shortcut icon" href="images/favicon.ico">
<title>Karya - Making lives better</title>
<!-- Google-Fonts -->
<link href="https://fonts.googleapis.com/css?family=Rubik:400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/feather.css" rel="stylesheet">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
<link href="css/jquery.fancybox.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/owl.transitions.css" rel="stylesheet">
<!-- Magnific-popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#data-scroll">
<!-- Loader -->
<div id="preloader">
<div id="status">
<div class="spinner">Loading...</div>
</div>
</div>
<button style="
z-index: 999;
width: 30%;
margin-left: 900px;
height: 100%;
opacity: 0;
position: fixed;
background-color:tomato;"
id="downclick" onclick="scrolldown()">
</button>
<!-- Header -->
<header>
<nav class="navbar navbar-custom navbar-top navbar-fixed-top sticky-navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<a class="navbar-brand nav-logo" href="index.html">
<img src="images/logo_dark.png" alt="logo" height="30">
</a>
</div>
<!-- NAVIGATION LINKS -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse" id="data-scroll">
<ul class="nav navbar-nav">
<li class="active"><a class="page-scroll" href="#home">Home</a>
</li>
<li><a class="page-scroll" href="#features">How it works</a>
</li>
<li><a class="page-scroll" href="#screenshots">Screenshots </a>
</li>
<li><a class="page-scroll" href="#plans">Plans</a>
</li>
<li><a class="page-scroll" href="#download">Download</a>
</li>
<li><a class="page-scroll" href="#videos">Videos</a>
</li>
<li><a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</header>
<!-- Header end -->
<section class="home" id="home" style="margin-top: -100px;">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="home-wrapper">
<img src="images/logo.png" alt="logo" height="250" style="margin-left: -3em; margin-bottom: 50px; ">
<div class="text-tran-box text-tran-box-dark">
<!-- <h1 class="text-transparent">Karya</h1> -->
</div>
<p>Karya is providing a distributed platform which connects the employer and employee hence cutting the middleman and providing more employment opportunities.</p>
<a href="http://alabhya.design/ah2018/portal/dashboard/dashboard.php">
<img src="images/get-started.png" alt="img" class="cta" height="60" style="cursor: pointer;">
</a>
<a href="#how">
<img src="images/how-it-works.png" alt="img" class="cta" height="60">
</a>
</div>
</div>
<!-- end col -->
<div class="col-md-5 col-md-offset-1">
<img src="images/karya.gif" alt="img" class="img-responsive home-img">
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<section class="section" id="how">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="text-center">
<h2 class="title m-t-0">What is Karya ?</h2>
<div class="title-border"></div>
<p class="m-t-20 sub-title text-gray"> It’s a well known fact that the attrition rates in blue collar jobs are high. The major hole is because of lack in demand and supply and it’s hard to digest that given we have a population of 1.2 Billion and there is a decent percentage without employments. Karya is providing a distributed platform which connects the employer and employee hence cutting the middleman and providing more employment opportunities.</p>
</div>
</div>
<!-- end col -->
</div>
<hr>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="text-center">
<h2 class="title m-t-0">How It Works ?</h2>
<div class="title-border"></div>
</div>
</div>
<!-- end col -->
</div>
<div class="row">
<div class="col-sm-3">
<div class="text-center service-box wow fadeIn">
<div class="services-icon">
<i class="icon-sun"></i>
</div>
<h5 class="services-title">Register & Get Verified</h5>
<p class="services-subtitle"> Employee & Employers registers themselves by just providing their aadhar numbers via SMS and get onboarded.</p>
</div>
</div>
<!-- end col -->
<div class="col-sm-3 text-center">
<div class="text-center service-box wow animated fadeIn">
<div class="services-icon">
<i class="icon-watch"></i>
</div>
<h5 class="services-title">Interaction with users in Regional Language</h5>
<p class="services-subtitle">This bridges the communication gap between Karya and the employee as they are more fluent in their local language.</p>
</div>
</div>
<!-- end col -->
<div class="col-sm-3">
<div class="text-center service-box wow animated fadeIn">
<div class="services-icon">
<i class="icon-search"></i>
</div>
<h5 class="services-title">Workers appear in Search of the Application</h5>
<p class="services-subtitle">After the onboarding is done, they are listed on the platform for the employers.</p>
</div>
</div>
<!-- end col -->
<div class="col-sm-3">
<div class="text-center service-box wow animated fadeIn">
<div class="services-icon">
<i class="icon-layers"></i>
</div>
<h5 class="services-title">Employers fix and contact the employee</h5>
<p class="services-subtitle">The employers select the and submit the details like number of days of employment and the pay, the same is communicated to the employee to maintain the transparency and clarity. </p>
</div>
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<br /><br />
<center>
<a href="how.html" style="cursor: pointer;">
<img src="images/story.png" alt="img" class="cta" height="60"></a>
</center>
<!-- end container -->
</section>
<!-- end section -->
<section class="section bg-gray">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="text-center">
<h2 class="title m-t-0">Features to look for.</h2>
<div class="title-border"></div>
<p class="m-t-20 sub-title text-gray">Few features that make the Karya a powerhouse.</p>
</div>
</div>
<!-- end col -->
</div>
<div class="row vertical-content">
<div class="col-sm-4">
<div class="text-right features-box">
<div class="features-content">
<h5 class="services-title"> Geo-Filtering</h5>
<p class="services-subtitle">Employers can filter the employees according to the geolocation,skills etc.,</p>
</div>
</div>
<div class="text-right features-box">
<div class="features-content">
<h5 class="services-title">Automatic Job Classification</h5>
<p class="services-subtitle"> A classifier is trained which automatically detects the skills of employee via the feedbacks given.</p>
</div>
</div>
<div class="text-right features-box">
<div class="features-content">
<h5 class="services-title">Transparency, Clarity & Reliability</h5>
<p class="services-subtitle">Since the middleman are not a part of the process, by using karya services employee is guaranteed to get his payment on time and in a transparent manner</p>
</div>
</div>
</div>
<div class="col-sm-4">
<img src="images/features.gif" alt="" class="img-responsive center-block">
</div>
<div class="col-sm-4">
<div class="text-left features-box features-box-right">
<div class="features-content">
<h5 class="services-title">Ease of Access</h5>
<p class="services-subtitle">A State of art UI & UX which makes it easy to use, also the employee just needs to send his aadhar number as message.</p>
</div>
</div>
<div class="text-left features-box features-box-right">
<div class="features-content">
<h5 class="services-title">Support in native languages</h5>
<p class="services-subtitle">For the people in the blue collar sector, its really important to make them understand and have their, native langugae support is essential. </p>
</div>
</div>
<div class="text-left features-box features-box-right">
<div class="features-content">
<h5 class="services-title">Feedback and Rating</h5>
<p class="services-subtitle">Feedback a nd the rating provided by the employee is essential features as it helps us classify, segregate and identify the employees skill set and what are the skills he can be employed with.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row vertical-content">
<!--Image Start-->
<div class="col-md-4 col-sm-6">
<div>
<img src="images/uf.png" alt="" class="img-responsive center-block" width="300">
</div>
</div>
<!-- Image End-->
<!-- Feture Start-->
<div class="col-md-8 col-sm-6">
<div class="section_title">
<h2>Underlying Features</h2>
<div class="title-border pull-left"></div>
<div class="clearfix"></div>
</div>
<div class="row">
<div class="col-md-3 ">
<h5>Generating Employment</h5>
<p class="text-muted">Through our on-site people onboarding, we aim to create an employment opportunity for the locals in the village/place. </p>
</div>
<div class="col-md-3">
<h5>Providing Job Security and Transparency</h5>
<p class="text-muted">With our simple end to process we try our best that everyone listed on the platform gets a fair and equal opportunity for employment and the payment process is hassle free.</p>
</div>
<div class="col-md-3">
<h5>Modernizing the society</h5>
<p class="text-muted">Enabling people with bank accounts empowers them to access to alot more subsidiaries and benefits.</p>
</div>
<div class="col-md-3">
<h5>Supporting government schemes </h5>
<p class="text-muted">We try to align our schemes and process with the governmental schemes for the benefit of the blue sector.</p>
</div>
</div>
</div>
<!-- End Feture-->
</div>
</div>
</section>
<!-- screenshot-section -->
<section class="section bg-gray" id="screenshots">
<!-- container -->
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="text-center">
<h2 class="title m-t-0">Screenshots</h2>
<div class="title-border"></div>
<p class="m-t-20 sub-title text-gray">This is how the web-app looks like (that is what we intend to do).</p>
</div>
</div>
<!-- end col -->
</div>
<!-- row -->
<div class="row">
<div class="col-md-12">
<div class="owl-screenshot">
<div class="screenshot-item">
<div class="screenshot-content">
<div class="screenshot-overlayer">
<a class="fancybox" data-fancybox-group="gallery1" href="images/ss1.png" title="App Screen 1"></a>
</div>
<img src="images/ss1.png" alt="screenshot Image" />
</div>
<!-- /screenshot-content -->
</div>
<!-- /screenshot-item -->
<div class="screenshot-item">
<div class="screenshot-content">
<div class="screenshot-overlayer">
<a class="fancybox" data-fancybox-group="gallery1" href="images/ss2.png.png" title="App Screen 1"></a>
</div>
<img src="images/ss2.png" alt="screenshot Image" />
</div>
<!-- /screenshot-content -->
</div>
<!-- /screenshot-item -->
<div class="screenshot-item">
<div class="screenshot-content">
<div class="screenshot-overlayer">
<a class="fancybox" data-fancybox-group="gallery1" href="images/ss3.png" title="App Screen 1"></a>
</div>
<img src="images/ss3.png" alt="screenshot Image" />
</div>
<!-- /screenshot-content -->
</div>
<!-- /screenshot-item -->
<div class="screenshot-item">
<div class="screenshot-content">
<div class="screenshot-overlayer">
<a class="fancybox" data-fancybox-group="gallery1" href="images/ss4.png" title="App Screen 1"></a>
</div>
<img src="images/ss4.png" alt="screenshot Image" />
</div>
<!-- /screenshot-content -->
</div>
<!-- /screenshot-item -->
<div class="screenshot-item">
<div class="screenshot-content">
<div class="screenshot-overlayer">
<a class="fancybox" data-fancybox-group="gallery1" href="images/app-img/shot-5-alt.png" title="App Screen 1">
</a>
</div>
<img src="images/app.gif" alt="screenshot Image" />
</div>
<!-- /screenshot-content -->
</div>
<!-- /screenshot-item -->
</div>
<!-- /owl-screenshot -->
</div>
<!-- col-md-12 -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</section>
<!-- /screenshot-section -->
<!-- pricing -->
<section class="section bg-gray" id="plans">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="text-center">
<h2 class="title m-t-0">Simple Pricing</h2>
<div class="title-border"></div>
<p class="m-t-20 sub-title text-gray"></p>
</div>
</div>
<!-- end col -->
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-sm-4">
<div class="pricing-box text-center">
<div class="pricing-header">
<div class="plan-title">
Free Plan
</div>
<div class="plan-price text-primary">
₹0
</div>
<div class="plan-month text-muted">
per month
</div>
<div class="plan-fetures text-muted">
<p>Can hire upto 2 person</p>
<p>24/7 Support</p>
<p>5 Regional Languages</p>
</div>
</div>
<div class="text-center m-t-20">
<a href="" class="btn btn-primary m-t-20">Start Free Trial</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="pricing-active pricing-box text-center">
<div class="pricing-header">
<div class="plan-title">
Pro Plan
</div>
<div class="plan-price text-primary">
₹ 1500
</div>
<div class="plan-month text-muted">
per month
</div>
</div>
<div class="plan-fetures text-muted">
<p>Can hire upto 10 people</p>
<p>24/7 Support</p>
<p>7 Regional Languages</p>
<p>Increased search-ability</p>
</div>
<div class="text-center m-t-20">
<a href="" class="btn btn-primary m-t-20">Start Pro Plan</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="pricing-box text-center">
<div class="pricing-header">
<div class="plan-title">
Enterprise Plan
</div>
<div class="plan-price text-primary">
₹ 5500
</div>
<div class="plan-month text-muted">
per month
</div>
<div class="plan-fetures text-muted">
<p>Can hire upto 100 people</p>
<p>24/7 Support</p>
<p>10 Regional Languages</p>
<p>Increased search-ability</p>
<p>Personalized assistance</p>
<p>Job classifier privileges</p>
</div>
</div>
<div class="text-center m-t-20">
<a href="" class="btn btn-primary m-t-20">Start Free Trial</a>
</div>
</div>
</div>
</div>
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end pricing -->
<section class="section bg-gray" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="text-center">
<h2 class="title m-t-0">Have any questions?</h2>
<div class="title-border"></div>
<p class="m-t-20 sub-title text-gray">Shoot !</p>
</div>
</div>
<!-- end col -->
</div>
</div>
</section>
<footer class="footer bg-dark">
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>Karya</h5>
<p>Aalas Solution</p>
<address>
CoWrks<br>
Gurugram, IN 770002<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
</div>
<div class="col-md-3">
<h5>Product</h5>
<ul class="list-unstyled footer-list">
<li><a href="">Product for iOS</a>
</li>
<li><a href="">Product for Android</a>
</li>
<li><a href="">Product for Windows</a>
</li>
<li><a href="">Download Tracker</a>
</li>
</ul>
</div>
<div class="col-md-3">
<h5>Company</h5>
<ul class="list-unstyled footer-list">
<li><a href="">About Us</a>
</li>
<li><a href="">Pricing</a>
</li>
<li><a href="">Our Team</a>
</li>
<li><a href="">Career</a>
</li>
</ul>
</div>
<div class="col-md-3">
<h5>Legal</h5>
<ul class="list-unstyled footer-list">
<li><a href="">Help & Support</a>
</li>
<li><a href="">Privacy Policy</a>
</li>
<li><a href="">Terms & Conditions</a>
</li>
<li><a href="">FAQ</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="footer-alt">
<p class="copy-rights">2018 © Karya. All Rights Reserved</p>
</div>
<!-- js placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Jquery easing -->
<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
<!-- Owl Carousel js -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<!-- Fancybox js -->
<script type="text/javascript" src="js/jquery.fancybox.js"></script>
<script type="text/javascript" src="js/jquery.fancybox-media.js"></script>
<!-- Magnific Popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<!-- Jquery stellar for Parallax -->
<script type="text/javascript" src="js/parallax.min.js"></script>
<!--common script for all pages-->
<script src="js/jquery.app.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script type="text/javascript">
wow = new WOW(
{
animateClass: 'animated',
offset: 200,
}
);
wow.init();
function scrolldown(){
$('#downclick').mousedown(function(event) {
switch (event.which) {
case 1:
window.scrollBy({
left:0,
top:650,
behavior: 'smooth'
});
break;
case 2:
console.log("dhfhdvkj");
break;
case 3:
window.scrollBy({
left:0,
top:-650,
behavior: 'smooth'
});
break;
default:
alert('You have a strange Mouse!');
}
});
}
</script>
</body>
</html>