-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
567 lines (528 loc) · 23.4 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
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Metas -->
<title>Project Management Project (by Incognito)</title>
<!-- Site Icons -->
<link rel="shortcut icon" href="#" type="image/x-icon" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Pogo Slider CSS -->
<link rel="stylesheet" href="css/pogo-slider.min.css" />
<!-- Site CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css" />
</head>
<body id="home" data-spy="scroll" data-target="#navbar-wd" data-offset="98">
<!-- LOADER -->
<div id="preloader">
<div class="loader">
<img src="images/loader.gif" alt="#" />
</div>
</div>
<!-- end loader -->
<!-- END LOADER -->
<!-- Start header -->
<header class="top-header">
<nav class="navbar header-nav navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="image"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-wd" aria-controls="navbar-wd" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbar-wd">
<ul class="navbar-nav">
<li><a class="nav-link active" href="index.html">Home</a></li>
<li><a class="nav-link" href="about.html">About</a></li>
<li><a class="nav-link" href="courses.html">Certifications</a></li>
<li><a class="nav-link" href="career.html">Career Paths</a></li>
<li><a class="nav-link" href="Testimonials.html">Testimonials</a></li>
<li><a class="nav-link" href="contact.html">Contact us</a></li>
<li><a class="nav-link" href="login.html">Login</a></li>
</ul>
</div>
<div class="search-box">
<input type="text" class="search-txt" placeholder="Search">
<a class="search-btn">
<img src="images/search_icon.png" alt="#" />
</a>
</div>
</div>
</nav>
</header>
<!-- End header -->
<!-- Start Banner -->
<div class="ulockd-home-slider">
<div class="container-fluid">
<div class="row">
<div class="pogoSlider" id="js-main-slider">
<div class="pogoSlider-slide" style="background-image:url(images/banner_img.jpg);">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slide_text">
<div class="full center">
<a class="contact_bt" href="courses.html">Start a Course</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="pogoSlider-slide" style="background-image:url(images/banner_img2.jpg);">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slide_text">
<div class="full center">
<a class="contact_bt" href="courses.html">Start a Course</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .pogoSlider -->
</div>
</div>
</div>
<!-- End Banner -->
<!-- section -->
<div class="section tabbar_menu">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tab_menu">
<ul>
<li><a href="#"><span class="icon"><img src="images/i1.png" alt="#" /></span><span>Road maps</span></a></li>
<li><a href="courses.html"><span class="icon"><img src="images/i2.png" alt="#" /></span><span>Certifications</span></a></li>
<li><a href="#"><span class="icon"><img src="images/i3.png" alt="#" /></span><span>PM Events</span></a></li>
<li><a href="#"><span class="icon"><img src="images/i4.png" alt="#" /></span><span>Networking</span></a></li>
<li><a target="_blank" href="https://goo.gl/maps/Gn1SaZu951BYn5jG9"><span class="icon"><img src="images/i5.png" alt="#" /></span><span>Location</span></a></li>
<li><a href="contact.html"><span class="icon"><img src="images/i6.png" alt="#" /></span><span>Call us</span></a></li>
<li><a href="contact.html"><span class="icon"><img src="images/i7.png" alt="#" /></span><span>Email</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section margin-top_50">
<div class="container">
<div class="row">
<div class="col-md-6 layout_padding_2">
<div class="full">
<div class="heading_main text_align_left">
<h2><span>Welcome to your project management course</span></h2>
</div>
<div class="full">
<ul>
<li>Our aim here is not to just deliver any random run off the mill course, where we just teach you some basics and then move onto intermediate topics. No! we aim to make you proficient with concepts and terminologies all the way from a basic understanding to an advanced level. Then not leave you there, but also show you how these mindsets and concepts, learnt in class apply to the real world.</li><br>
<li>Discover what it takes to build a successful career in project management, gain an understanding of what it's like to be a project manager and learn about the project lifecycle and common project management approaches.</li>
</ul>
</div>
<div class="full">
<a class="hvr-radial-out button-theme" href="about.html">More details</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="full">
<img src="images/img2.png" alt="#" />
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="heading_main text_align_center">
<h2><span>Related </span>Certifications</h2>
</div>
</div>
</div>
<div class="col-md-4">
<div class="full blog_img_popular">
<img class="img-responsive" src="images/pmp-badge.png" alt="#" />
<h4>PMP®: Project Management Professional</h4>
</div>
</div>
<div class="col-md-4">
<div class="full blog_img_popular">
<img class="img-responsive" src="images/capm-badge.png" alt="#" />
<h4>CAPM®: Certified Associate in Project Management</h4>
</div>
</div>
<div class="col-md-4">
<div class="full blog_img_popular">
<img class="img-responsive" src="images/pmi-rmp-badge.png" alt="#" />
<h4>PMI-RMP®: Risk Management Professional</h4>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section margin-top_50 silver_bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="full float-right_img">
<img src="images/img6.png" alt="#" />
</div>
</div>
<div class="col-md-6 layout_padding_2">
<div class="full">
<div class="heading_main text_align_left">
<h2><span>Apply for Admission</h2>
</div>
<div class="full">
<p>This program provides the skills you need for an entry-level job in project management, with no relevant experience required.</p>
<p><strong><u>You’ll learn about:</u></strong></p>
<ul>
<li>Estimating time and budgets</li>
<li>Running effective meetings and managing stakeholders</li>
<li>Identifying and managing risks</li>
<li>Applying Agile and Scrum frameworks</li>
<li>Leadership skills and navigating team dynamics</li>
</ul>
</div>
<div class="full">
<a class="hvr-radial-out button-theme" target="_blank" href="https://www.lambtoncollege.ca/pmls/">Apply</a><br><br>
<a class="hvr-radial-out button-theme" href="about.html">See full curriculum</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section layout_padding padding_bottom-0">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="full">
<div class="heading_main text_align_left">
<h2><span>Qualify for in-demand jobs in project management</span></h2>
</div>
<div class="full">
<p>Whether at a small company or a large enterprise organization, project managers are responsible for planning, organizing and running projects so they can be delivered on time and on budget.</p>
<ul>
<li>Project manager</li>
<li>Project coordinator</li>
<li>Project assistant</li>
<li>Operations manager</li>
<li>Operations associate</li>
<li>Program manager</li>
<li>Scrum master</li>
<li>Project associate</li>
<li>Project analyst</li>
<li>Project administrator</li>
<li>Technical project manager</li>
</ul>
</div>
<div class="full">
<a class="hvr-radial-out button-theme" href="career.html">See More</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="full">
<img class="img-responsive" src="images/img7.png" alt="#" />
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section layout_padding padding_bottom-0">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="heading_main text_align_center">
<h2><span>Certificate Testimonials</span></h2>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="full blog_img_popular">
<img class="img-responsive" src="images/img8.png" alt="#" />
<h4>Stuart Daniells</h4>
<p>"Many people are natural planners and already project manage many aspects of their lives. This certificate gives you the formal training in project management, so that you can do it for a living."</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="full blog_img_popular">
<img class="img-responsive" src="images/1.png" alt="#" />
<h4>Divya Singh Thakur</h4>
<p>"As someone who had no prior project management training, I really appreciated how the certificate program leveraged skills I had already developed in other ways."</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="full blog_img_popular">
<img class="img-responsive" src="images/2.png" alt="#" />
<h4>Yuting Sha</h4>
<p>"The Agile section of the program provides an excellent overview of the Scrum framework, Agile practices and application in the workplace."</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="full blog_img_popular">
<img class="img-responsive" src="images/3.png" alt="#" />
<h4>Simon Joseph Kothapalli</h4>
<p>"Great course! I highly recommend it to anyone either just starting out their journey in project management or leveling up their skills sets."</p>
</div>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section layout_padding padding_bottom-0">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="full">
<div class="heading_main text_align_center">
<h2><span>Contact Us</span></h2>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section contact_section" style="background:#12385b;">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="full float-right_img">
<img class="contactUs" src="images/contactUs.jpg" alt="#">
</div>
</div>
<div class="layout_padding col-lg-6 col-md-6 col-sm-12">
<div class="contact_form">
<form action="contact.html">
<fieldset>
<div class="full field">
<input type="text" placeholder="Your Name" name="your name" />
</div>
<div class="full field">
<input type="email" placeholder="Email Address" name="Email" />
</div>
<div class="full field">
<input type="phn" placeholder="Phone Number" name="Phone number" />
</div>
<div class="full field">
<textarea placeholder="Message"></textarea>
</div>
<div class="full field">
<div class="center"><button>Send</button></div>
</div>
</fieldset>
</form>
</div>
</div>
<!-- Looka logo creator - "https://looka.com/ -->
</div>
</div>
</div>
<!-- end section -->
<!-- Start Footer -->
<footer class="footer-box">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3">
<div class="footer_blog footer_menu white_fonts">
<h3>Quick links</h3>
<ul>
<li><a href="courses.html">> Future career paths</a></li>
<li><a href="courses.html">> Related Certifications</a></li>
<li><a href="https://www.lambtoncollege.ca/pmls/">> Apply for Admission</a></li>
<li><a href="#">> PM Events</a></li>
<li><a href="#">> Neworking Conferences</a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3">
<div class="footer_blog full white_fonts">
<h3>Newsletter</h3>
<p>Stay updated with the latest in project management</p>
<div class="newsletter_form">
<form action="index.html">
<input type="email" placeholder="Your Email" name="#" required />
<button>Submit</button>
</form>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3">
<div class="footer_blog full white_fonts">
<h3>Contact us</h3>
<ul class="full">
<li><img src="images/i5.png"><span>London road, N7D1E9<br>Ontario</span></li>
<li><img src="images/i6.png"><span>projectmanagement@lambtoncollege.com</span></li>
<li><img src="images/i7.png"><span>+149886954775</span></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<div class="footer_bottom">
<div class="container">
<div class="row">
<div class="col-12">
<p class="crp">©Copyrights 2021 design by Incognito team (Lambton college)</p>
</div>
</div>
</div>
</div>
<a href="#" id="scroll-to-top" class="hvr-radial-out"><i class="fa fa-angle-up"></i></a>
<!-- ALL JS FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- ALL PLUGINS -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.pogo-slider.min.js"></script>
<script src="js/slider-index.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/images-loded.min.js"></script>
<script src="js/custom.js"></script>
<script>
/* counter js */
(function ($) {
$.fn.countTo = function (options) {
options = options || {};
return $(this).each(function () {
// set options for current element
var settings = $.extend({}, $.fn.countTo.defaults, {
from: $(this).data('from'),
to: $(this).data('to'),
speed: $(this).data('speed'),
refreshInterval: $(this).data('refresh-interval'),
decimals: $(this).data('decimals')
}, options);
// how many times to update the value, and how much to increment the value on each update
var loops = Math.ceil(settings.speed / settings.refreshInterval),
increment = (settings.to - settings.from) / loops;
// references & variables that will change with each update
var self = this,
$self = $(this),
loopCount = 0,
value = settings.from,
data = $self.data('countTo') || {};
$self.data('countTo', data);
// if an existing interval can be found, clear it first
if (data.interval) {
clearInterval(data.interval);
}
data.interval = setInterval(updateTimer, settings.refreshInterval);
// initialize the element with the starting value
render(value);
function updateTimer() {
value += increment;
loopCount++;
render(value);
if (typeof(settings.onUpdate) == 'function') {
settings.onUpdate.call(self, value);
}
if (loopCount >= loops) {
// remove the interval
$self.removeData('countTo');
clearInterval(data.interval);
value = settings.to;
if (typeof(settings.onComplete) == 'function') {
settings.onComplete.call(self, value);
}
}
}
function render(value) {
var formattedValue = settings.formatter.call(self, value, settings);
$self.html(formattedValue);
}
});
};
$.fn.countTo.defaults = {
from: 0, // the number the element should start at
to: 0, // the number the element should end at
speed: 1000, // how long it should take to count between the target numbers
refreshInterval: 100, // how often the element should be updated
decimals: 0, // the number of decimal places to show
formatter: formatter, // handler for formatting the value before rendering
onUpdate: null, // callback method for every time the element is updated
onComplete: null // callback method for when the element finishes updating
};
function formatter(value, settings) {
return value.toFixed(settings.decimals);
}
}(jQuery));
jQuery(function ($) {
// custom formatting example
$('.count-number').data('countToOptions', {
formatter: function (value, options) {
return value.toFixed(options.decimals).replace(/\B(?=(?:\d{3})+(?!\d))/g, ',');
}
});
// start all the timers
$('.timer').each(count);
function count(options) {
var $this = $(this);
options = $.extend({}, options || {}, $this.data('countToOptions') || {});
$this.countTo(options);
}
});
</script>
</body>
</html>