-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
222 lines (182 loc) · 10.1 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Team Skala</title>
<link rel="shortcut icon" href="favicon.ico" />
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap/css/my.css" rel="stylesheet">
<script src="bootstrap/jq/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- Font try-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script src="js/wow.min.js"></script>
</head>
<body>
<?php include("header.php");?>
<?php include("navbar.php");?>
<?php include("banner.php");?>
<section id="about">
<div class="container">
<div class="jumbotron">
<h2 class="section-title text-center wow fadeInDown">Who We Are</h2>
<p class="text-center wow fadeInDown" style="text-indent: 2em; text-align:justify">
We are Team <b>SKALA</b> working on project <b> ‘Skill Development’</b>. We have done research almost
for 3 months and we came up with many opportunity spaces among which we are working on one
right now and making small prototype for testing purpose. We are making a <b> ‘Data analytics engine’</b>
based on current scenario in market should give prediction which courses are preferred courses and
should should give suggestions to improve system mismatch analysis on skills which is present and
demand in the market.
</div>
<div class="row">
<div class="col-sm-6 wow fadeInRight">
<h3 class="column-title"><i class="fa fa-thumb-tack"></i> What we are trying to solve</h3>
<p style="text-indent: 2em; text-align:justify">When it comes to India we have 52.4 crore working population in India according to stats in year ILS 2013-14 report. When it comes to Maharashtra 5.5 crore working population. When it comes to nashik 27 lakh people working. This itself shows mapping this huge population is big challenge.
</p>
<br></br>
<img src="images/scenario.jpg" alt="skill scenario" width="100%" height="50%">
<br></br>
<p style="text-indent: 2em; text-align:justify">There are various reasons we want to solve this challenge. One of them is every year there is increase in the number of students getting enrolled for various skill training courses under various institutes but once they complete the course what is there future? All students are not able to get job opportunities. Problem of unemployment is increasing in India. On the other side there is requirement of skilled man power from Industry. So there is connectivity gap also we are observing there is a skill gap between the students coming out from institute and requirement of industry because of which freshers are not able to grab these opportunities. Youth is suffering they spend money on education not able to get job and industry suffering from loss because the man power is not there.
</p>
</div> <!-- Column-->
<div class="col-sm-6 wow fadeInRight">
<h3 class="column-title"><i class="fa fa-thumb-tack"></i> Skill Gap In India</h3>
<img src="images/skillgap.jpg" alt="skill gap" width="100%" height="50%">
<img src="images/longwaytogo.jpg" alt="Long Way to Go" width="100%" height="50%">
</div>
</div> <!--Row-->
</div> <!--Container-->
</section>
<!-- =======What we offer======== -->
<section id="offer">
<div class="container">
<!-- <div class="jumbotron"> -->
<h2 class="section-title text-center wow fadeInDown">What we offer</h2>
<div class="row">
<div class="col-sm-3 wow fadeInRight">
<h3 class="column-title"><i class="fa fa-thumb-tack"></i> Training Institutes</h3>
<p><i class="fa fa-check-square"></i> Course prediction<br>
<i class="fa fa-check-square"></i> Droup out analysis<br>
<i class="fa fa-check-square"></i> Next potential student<br>
<i class="fa fa-check-square"></i> Demand Map</br>
<br></br>
</div> <!-- Column-->
<div class="col-sm-3 wow fadeInRight">
<h3 class="column-title"><i class="fa fa-thumb-tack"></i> Government</h3>
<p><i class="fa fa-check-square"></i> Course prediction<br>
<i class="fa fa-check-square"></i> Droup out analysis<br>
<i class="fa fa-check-square"></i> Distance analysis<br>
<i class="fa fa-check-square"></i> Demand Map</br>
<br></br>
</div>
<div class="col-sm-3 wow fadeInRight">
<h3 class="column-title"><i class="fa fa-thumb-tack"></i> Industry</h3>
<i class="fa fa-check-square"></i> Potential Student<br>
<i class="fa fa-check-square"></i> Skill availability<br>
<i class="fa fa-check-square"></i> Supply Map</br>
<br></br>
</div>
<div class="col-sm-3 wow fadeInRight">
<h3 class="column-title"><i class="fa fa-thumb-tack"></i> Youth</h3>
<i class="fa fa-check-square"></i> Potential Institutes<br>
<i class="fa fa-check-square"></i> Distance Analysis<br>
<i class="fa fa-check-square"></i> Course Choosing</br>
<br></br>
<!-- </div> -->
</div> <!--Row-->
</div> <!--Container-->
</section>
<!-- Features-->
<section id="services">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">Features</h2>
<p class="text-center wow fadeInDown"></p>
</div>
<div class="row">
<div class="col-sm-6">
<div class="media service-box wow fadeInRight">
<div class="pull-left">
<!-- <i class="fa fa-sitemap"></i> -->
<i class="fa fa-bar-chart"> </i>
</div>
<div class="media-body">
<h4 class="media-heading">Droupout Analysis</h4>
<p>We are predecting droupout analysis to Institutes, Government and other entities.</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="media service-box wow fadeInRight">
<div class="pull-left">
<i class="fa fa-book"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Course Prediction</h4>
<p>It will suggest good courses to Institutes, Government to utilize full resources.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="media service-box wow fadeInRight">
<div class="pull-left">
<i class="fa fa-map-marker"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Distance Analysis</h4>
<p>Map the distance between Student and Training Institute. It will help to open new center,
Mobalization plan etc.
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="media service-box wow fadeInRight">
<div class="pull-left">
<i class="fa fa-area-chart"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Performance Analsysis Analysis</h4>
<p>Performance analysis of Institutes and Courses in each area.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="media service-box wow fadeInRight">
<div class="pull-left">
<i class="fa fa-arrows"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Community Area Detection</h4>
<p>For mobalizer it will help to detect potential area.
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="media service-box wow fadeInRight">
<div class="pull-left">
<i class="fa fa-group"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Target Audiance for courses</h4>
<p>Next potential student to be enrolled in course.
</p>
</div>
</div>
</div>
</div> <!-- Row-->
</div>
</section>
<?php include("footer.php");?>
</body>
</html>