-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
573 lines (514 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
<!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.0">
<title>SkillUp</title>
<!-- Custom Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,500,300,700' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Crimson+Text:400,600" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600" rel="stylesheet" type="text/css">
<!-- Bootstrap CSS Style -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Template CSS Style -->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/cards.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- FontAwesome 4.3.0 Icons -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- et line font -->
<link rel="stylesheet" href="assets/css/et-line-font/style.css">
<!-- BXslider CSS -->
<link rel="stylesheet" href="assets/css/bxslider/jquery.bxslider.css">
<!-- Owl Carousel CSS Style -->
<link rel="stylesheet" href="assets/css/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="assets/css/owl-carousel/owl.transitions.css">
<!-- Magnific-Popup CSS Style -->
<link rel="stylesheet" href="assets/css/magnific-popup/magnific-popup.css">
</head>
<body>
<!-- Navbar -->
<header class="header">
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="#"><img src="assets/images/logo.png" alt=""></a> -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navigation-nav">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a class="section-scroll" href="#wrapper">Home</a></li>
<li><a href="#landing-offer">About</a></li>
<li><a href="#features-section">Services</a></li>
<li><a href="#prices-section">Prices</a></li>
<li><a href="#contact-section">Contact</a></li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li> -->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
</header>
<!-- End Navbar -->
<div id="wrapper">
<!-- Hero
================================================== -->
<section>
<div id="hero-section" class="landing-hero" data-stellar-background-ratio="0">
<div class="hero-content">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="hero-text">
<div class="herolider">
<ul>
<li class="caption">
<h1>A Legacy of Quality</h1>
<div class="div-line"></div>
<p class="hero">One stop Solution for Training needs.</p>
</li>
</ul>
</div> <!-- end herolider -->
</div> <!-- end hero-text -->
<div class="hero-btn">
<a href="#landing-offer" class="btn btn-clean">Read more</a>
</div> <!-- end hero-btn -->
</div> <!-- end col-md-6 -->
</div> <!-- end row -->
</div> <!-- End container -->
</div> <!-- End hero-content -->
</div> <!-- End hero-section -->
</section>
<!-- End hero section -->
<!-- Offer
================================================== -->
<section>
<div id="landing-offer" class="pad-sec">
<div class="container">
<div class="title-section big-title-sec animated out" data-animation="fadeInUp" data-delay="0">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="big-title">Some information about us</h2>
<h1 class="big-subtitle">It is online solution for Training & skill development.</h1>
<hr>
<p class="about-text">For many organizations, training can be stressful and time consuming. To fulfil training requirement of a organization, one needs to identify competent trainers & co-ordinate with many agencies.</p>
<br>
<p class="about-text">But that’s where Upmyskill can help!</p>
<br>
<p class="about-text">Upmyskill is one stop solution for all training related requirements.</p>
<br>
<p class="about-text">Upmyskill provides online training programs for entire workforce. We offer an extensive course library on numerous topics, engaging and interactive presentations, and valuable training tools. We’re also mobile friendly, so you can train anywhere, anytime.</p>
</div>
</div> <!-- End row -->
</div> <!-- end title-section -->
</div> <!-- End container -->
</div> <!-- End landing-offer-section -->
</section>
<!-- End offer section -->
<section>
<div class="sep-section"></div>
</section>
<!-- Offer
================================================== -->
<section>
<div id="landing-offer" class="pad-sec">
<div class="container">
<div class="title-section big-title-sec animated out" data-animation="fadeInUp" data-delay="0">
<div class="row">
<!-- <ul class="circle">
<li>lorem ipsum</li>
<li>lorem ipsum</li>
<li>lorem ipsum</li>
<li>lorem ipsum</li>
<li>lorem ipsum</li>
</ul> -->
<div class="col-sm-8 col-sm-offset-2">
<h1 class="big-subtitle">Why Upmyskill?</h1>
<hr>
<p class="about-text">Upmyskill is an all-in-one training solution for improving skill of Employees.</p>
<div class="vl"></div>
<p class="about-text">Your workforce can access these trainings from anywhere.</p>
<div class="vl"></div>
<p class="about-text">Upmyskill is one stop solution for all training related requirements.</p>
<div class="vl"></div>
<p class="about-text">Upmyskill help organization to fulfil gap in actual competence & required competence.</p>
<div class="vl"></div>
<p class="about-text">Wide range of trainings available.</p>
<div class="vl"></div>
<p class="about-text">Rich experienced faculties with 20+ year’s experience.</p>
<div class="vl"></div>
<p class="about-text">Help to meet your customer requirements & Business requirements.</p>
<div class="vl"></div>
<p class="about-text">Empower employees to master new skills with unlimited access to our trainings</p>
</div>
</div> <!-- End row -->
</div> <!-- end title-section -->
</div> <!-- End container -->
</div> <!-- End landing-offer-section -->
</section>
<!-- End offer section -->
<section>
<div class="sep-section"></div>
</section>
<!-- Features services
================================================== -->
<section>
<section id="features-section" class="pad-sec">
<div class="container">
<div class="title-section text-center animated out" data-animation="fadeInUp" data-delay="0">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h2>What we do?</h2>
<hr>
<p>Seamlessly restore client-focused potentialities rather than functional strategic theme areas.</p>
</div> <!-- edn col-sm-8 -->
</div> <!-- End row -->
</div> <!-- end title-section -->
<div class="row">
<div class="col-md-3 without-padding">
<div class="left-features-services">
<ul class="features-list">
<!-- feature -->
<li>
<div class="right-features-box animated out" data-animation="fadeInRight" data-delay="0">
<span class="iconbox"><i class="fa fa-stethoscope"></i></span>
<div class="features-box-content">
<a href="./tables/HealthSafetyTraining.html"><h6>Health & Safety</h6></a>
<p>Training for Health & Safety Management System. Health and safety information and training can reduce chances of injuries and ill health.</p>
</div>
</div>
</li>
<li>
<div class="right-features-box animated out" data-animation="fadeInRight" data-delay="0">
<span class="iconbox"><i class="fa fa-clipboard"></i></span>
<div class="features-box-content">
<a href="./tables/QMS.html"><h6>QMS TRAINING</h6></a>
<p>A quality management system (QMS) is defined as a formalized system that documents processes, procedures, and responsibilities for achieving quality policies and objectives.</p>
</div>
</div>
</li>
<li>
<div class="right-features-box animated out" data-animation="fadeInRight" data-delay="0">
<span class="iconbox"><i class="icon-camera"></i></span>
<div class="features-box-content">
<a href="./tables/EMS.html"><h6>EMS TRAINING</h6></a>
<p>Training for Environmental Management System</p>
</div>
</div>
</li>
<li>
<div class="right-features-box animated out" data-animation="fadeInRight" data-delay="0">
<span class="iconbox"><i class="icon-camera"></i></span>
<div class="features-box-content">
<a href="./tables/ISO17025.html"><h6>ISO17025</h6></a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet explicabo quis vitae molestiae id, tenetur molestias esse cum. Consequuntur, hic. Cum iste illo velit eos?</p>
</div>
</div>
</li>
</ul>
</div> <!-- end left-features-service -->
</div><!-- end col-md-3 -->
<div class="col-md-6">
<div class="features-image animated out" data-animation="fadeInUp" data-delay="0">
<!-- <img src="./assets/img/feature1.jpg" alt=""> -->
</div> <!-- end features-image -->
</div> <!-- end col-md-6 -->
<div class="col-md-3 without-padding">
<div class="right-features-services">
<ul class="features-list">
<!-- feature -->
<li>
<div class="left-features-box animated out" data-animation="fadeInLeft" data-delay="0">
<span class="iconbox"><i class="icon-mobile"></i></span>
<div class="features-box-content">
<a href="./tables/Soft.html"><h6>Soft Skill</h6></a>
<p>Soft skills are an essential part of improving one's ability to work with others and can have a positive influence on performance</p>
</div> <!-- end features-box-content -->
</div> <!-- end left-features-box -->
</li>
<!-- feature -->
<li>
<div class="left-features-box animated out" data-animation="fadeInLeft" data-delay="0">
<span class="iconbox"><i class="icon-browser"></i></span>
<div class="features-box-content">
<a href="./tables/Technical.html"><h6>Technical Skill</h6></a>
<p>A technical skill is the ability to carry out a task associated with technical roles such as Quality, Purchase, Production, Marketing, R&D.</p>
</div> <!-- end features-box-content -->
</div> <!-- end left-features-box -->
</li>
<!-- feature -->
<li>
<div class="left-features-box animated out" data-animation="fadeInLeft" data-delay="0">
<span class="iconbox"><i class="icon-laptop"></i></span>
<div class="features-box-content">
<a href="./tables/Computer.html"><h6>Computer Skill</h6></a>
<p>Computer skills are abilities and knowledge which allow you to use computers more efficiently.</p>
</div> <!-- end features-box-content -->
</div> <!-- end left-features-box -->
</li>
<li>
<div class="left-features-box animated out" data-animation="fadeInLeft" data-delay="0">
<span class="iconbox"><i class="icon-strategy"></i></span>
<div class="features-box-content">
<a href="./tables/IATF16949.html"><h6>IATF16949</h6></a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tempore eligendi itaque numquam atque officiis fugit quia tempora dolores pariatur. Modi?</p>
</div> <!-- end features-box-content -->
</div> <!-- end left-features-box -->
</li>
<!-- feature -->
</ul> <!-- end features-list -->
<!-- end features-list -->
</div>
</div> <!-- end col-md-3 -->
</div> <!-- end row -->
</div> <!-- end container -->
<div class="title-section text-center animated out" data-animation="fadeInUp" data-delay="0">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="features-box-content">
<a href="./tables/Bussiness_excellence.html"><h6>Bussiness Excellence</h6></a>
<!-- <span class="iconbox"><i class="icon-strategy"></i></span> -->
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod magni, quis provident ad unde dolore odit. Modi incidunt magni exercitationem?</p>
</div> <!-- end features-box-content -->
</div> <!-- edn col-sm-8 -->
</div> <!-- End row -->
</div> <!-- end title-section -->
</section>
<div class="prices_tables" id="prices-section">
<div class="container_prices">
<div class="card">
<div class="box">
<div class="content">
<h3>Corporate Package</h3>
<ul>
<li>
Pricing for entire Organization & not per employee.
</li>
<li>
Vast Training Programmes.
</li>
<li>
Multiple time trainings.
</li>
<li>
Can assist to fulfil corporate training needs.
</li>
<li>
Value added & cost effective trainings.
</li>
</ul>
<br>
<table id="customers">
<tr>
<th>Emp count</th>
<th>Yearly Package</th>
</tr>
<tr>
<td>Up to 50</td>
<td>₹ 20,000($2500)</td>
</tr>
<tr>
<td>Up to 100</td>
<td>₹ 35,000($5000)</td>
</tr>
<tr>
<td>Up to 200</td>
<td>₹ 40,000($7000)</td>
</tr>
<tr>
<td>Up to 300</td>
<td>₹ 50,000($10000)</td>
</tr>
<tr>
<td>Up to 500</td>
<td>₹ 15,000($70000)</td>
</tr>
<tr>
<td>500+</td>
<td>Contact - 9552561233</td>
</tr>
</table>
</div>
</div>
</div>
<div class="card">
<div class="box">
<div class="content">
<h3>Private Package</h3>
<ul>
<li>
Training programmes can be selective.
</li>
<li>
Vast Training Programmes.
</li>
<li>
Multiple time trainings.
</li>
<li>
Skill & knowledge improvement for personal growth.
</li>
<li>
Value added & cost effective trainings.
</li>
</ul>
<br>
<table id="customers">
<tr>
<th>Duration</th>
<th>Amount</th>
</tr>
<tr>
<td>1 month</td>
<td>₹ 7,000($250)</td>
</tr>
<tr>
<td>3 month</td>
<td>₹ 10,000($700)</td>
</tr>
<tr>
<td>6 month</td>
<td>₹ 20,000($1000)</td>
</tr>
<tr>
<td>Year</td>
<td>₹ 25,000($1500)</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- Contact-section
================================================== -->
<section>
<div id="contact-section" class="pad-sec">
<div class="container">
<div class="title-section text-center animated out" data-animation="fadeInUp" data-delay="0">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h2>Get in touch</h2>
<hr>
<p>Sed ac mattis justo. Vestibulum facilisis at arcu ac porta. Vivamus at ipsum at quam hendrerit gravida.</p>
</div>
</div> <!-- End row -->
</div> <!-- end title-section -->
<div class="form-wrapper">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<!-- form fields -->
<form action="assets/php/contact.php.htm" method="post" name="contactform" id="contactform" class="animated out" data-animation="fadeInUp" data-delay="0">
<fieldset>
<div class="form-group">
<input class="form-control br-b" type="text" name="name" id="name" placeholder="Name">
</div>
<div class="form-group">
<input class="form-control br-b" type="email" name="email" id="email" placeholder="Email">
</div>
<div class="form-group">
<textarea class="form-control br-b" name="message" id="message" placeholder="Message..."></textarea>
</div>
</fieldset>
<!-- submit button -->
<div class="form-group">
<input type="submit" name="submit" value="Send message" id="submit" class="btn btn-sm btn-dark">
</div>
<div id="alert"></div>
</form>
</div> <!-- end col-md-8 -->
</div> <!-- end row -->
</div> <!-- end form-wrapper -->
</div> <!-- end container -->
</div> <!-- End contact-section -->
</section>
<!-- Contact-info
================================================== -->
<section>
<div class="contact-info">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="#"><i class="pe-7s-map-marker"></i>Pune</a>
</div> <!-- End col-sm-4 -->
<div class="col-sm-4">
<a href="tel:+123000456"><i class="pe-7s-phone"></i>+123</a>
</div>
<div class="col-sm-4">
<a href="mailto:[email protected]"><i class="pe-7s-mail"></i>[email protected]</a>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</div> <!-- End contact-info -->
</section>
<!-- Footer
================================================== -->
<footer>
<div id="footer-section" class="text-center">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<ul class="footer-social-links">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
</ul>
</div> <!-- End col-sm-8 -->
</div> <!-- End row -->
</div> <!-- End container -->
</div> <!-- End footer-section -->
</footer>
<!-- End footer -->
</div>
<!-- Back-to-top
================================================== -->
<div class="back-to-top">
<i class="fa fa-angle-up fa-3x"></i>
</div> <!-- end back-to-top -->
</section>
<!-- End features-section -->
</div>
<!-- JS libraries and scripts -->
<script src="assets/js/jquery-1.11.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/js/jquery.appear.min.js"></script>
<script src="assets/js/jquery.bxslider.min.js"></script>
<script src="assets/js/jquery.owl.carousel.min.js"></script>
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.easing.1.3.js"></script>
<script src="assets/js/jquery.imagesloaded.min.js"></script>
<script src="assets/js/jquery.isotope.js"></script>
<script src="assets/js/jquery.placeholder.js"></script>
<script src="assets/js/jquery.smoothscroll.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/jquery.waypoints.js"></script>
<script src="assets/js/jquery.fitvids.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<script src="assets/js/jquery.countdown.js"></script>
<script src="assets/js/jquery.navbar-scroll.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="assets/js/jquery.gmaps.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>