-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
631 lines (598 loc) · 32.6 KB
/
resources.html
File metadata and controls
631 lines (598 loc) · 32.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Project Codelaborate | Resources</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link href="style.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
<!-- Font Awesome Script-->
<script src="https://kit.fontawesome.com/034893c064.js"></script>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="mosh-preloader"></div>
</div>
<!-- ***** Header Area Start ***** -->
<header class="header_area">
<div class="container-fluid h-100">
<div class="row h-100">
<!-- Menu Area Start -->
<div class="col-12 h-100">
<div class="menu_area h-100">
<nav class="navbar h-100 navbar-expand-lg align-items-center">
<!-- Logo -->
<a class="navbar-brand" href="index.html"><img src="img/core-img/logo.png" alt="logo"></a>
<!-- Menu Area -->
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#mosh-navbar" aria-controls="mosh-navbar" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse justify-content-end" id="mosh-navbar">
<ul class="navbar-nav animated" id="nav">
<li class="nav-item"><a class="nav-link" href="/index.html">Home</a></li>
<!--li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="moshDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages</a>
<div class="dropdown-menu" aria-labelledby="moshDropdown">
<a class="dropdown-item" href="index.html">Home</a>
<a class="dropdown-item" href="about.html">About Us</a>
<a class="dropdown-item" href="soon.html">Resources</a>
<a class="dropdown-item" href="affiliates.html">Community Affiliates</a>
<a class="dropdown-item" href="soonsoonBlog.html">Blog</a>
<a class="dropdown-item" href="contact.html">Contact</a>
<!div class="dropdown-divider"></div>
<a class="dropdown-item" href="elements.html">Elements</a>
</div>
</li-->
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
<li class="nav-item"><a class="nav-link" href="volunteers.html">Volunteers</a></li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#"
id="moshDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Resources</a>
<div class="dropdown-menu" aria-labelledby="moshDropdown">
<a class="dropdown-item" href="resources.html">Resources</a>
<a class="dropdown-item" href="courses/java-course.html">Java Course</a>
<!--a class="dropdown-item" href="extended-courses/java-course.html">Extended Java Course</!--a-->
<a class="dropdown-item" href="https://pcodelab.codescrim.com">Coding
Challenges</a>
<!--a class="dropdown-item" href="python-course.html">Python Course</a>
<a class="dropdown-item" href="extended-python-course.html">Extended Python Course</a-->
<!--a class="dropdown-item" href="soon.html">Online Hackathons</a-->
<!--a class="dropdown-item" href="community-forums.html">Community Forums</a-->
<a class="dropdown-item" href="https://discord.gg/FDRBbbq">Discord
Server</a>
<a class="dropdown-item" href="coding-sandbox.html">Coding Sandbox</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="affiliates.html">Community
Affiliates</a>
</li>
<li class="nav-item"><a class="nav-link" href="#">
<form id="my_form" action="https://www.paypal.com/cgi-bin/webscr"
method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="AN7P7PZ9TM2BU" />
<a href="javascript:{}"
onclick="document.getElementById('my_form').submit(); return false;"><span
class="nav-link nav-item">Donate</span></a>
</form>
</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Breadcumb Area Start ***** -->
<div class="mosh-breadcumb-area" style="background-image: url(img/core-img/breadcumb.png);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="bradcumbContent">
<h2>Resources</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Our Resources</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Breadcumb Area End ***** -->
<!-- ***** Services Area Start ***** -->
<section class="mosh--services-area section_padding_100">
<div class="container">
<div class="row">
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/trophy.png" alt="">
</div>
<div class="feature-content">
<h4><a href="courses/java-course.html" class="resource-click"> Java Course</a></h4>
<p>A course for first time programmers wanting to delve into the world of computer science
and learn Java.</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/edit.png" alt="">
</div>
<div class="feature-content">
<h4><a href="soon.html" class="resource-click">Extended Java Course</a></h4>
<p>This is an extension of the Java Course and is geared toward intermediate and advanced
programmers.</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/video-camera.png" alt="">
</div>
<div class="feature-content">
<h4><a href="https://pcodelab.codescrim.com" class="resource-click">Coding Challenges</a>
</h4>
<p>Work on coding problems to sharpen your skills! Compete with others on the leader board.
</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/presentation.png" alt="">
</div>
<div class="feature-content">
<h4><a href="soon.html" class="resource-click">Python Course</a></h4>
<p>A course for first time programmers wanting to delve into the world of computer science
and learn Python.</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/gamepad.png" alt="">
</div>
<div class="feature-content">
<h4><a href="soon.html" class="resource-click">Extended Python Course</a></h4>
<p>This is an extension of the Python Course and is geared toward intermediate and advanced
programmers.</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/atomic.png" alt="">
</div>
<div class="feature-content">
<h4><a href="soon.html" class="resource-click">Online Hackathons</a></h4>
<p>Compete with other members of the community!</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/safebox.png" alt="">
</div>
<div class="feature-content">
<h4><a href="soon.html" class="resource-click">Community Forums</a></h4>
<p>Feel free to ask any question! We have people who can help.</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/settings-2.png" alt="">
</div>
<div class="feature-content">
<h4><a href="https://discord.gg/FDRBbbq" class="resource-click">Discord Server</h4>
<p>Join our discord server to interact with us and other members of the community.</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6 col-md-4">
<div class="single-feature-area d-flex mb-100">
<div class="feature-icon mr-30">
<img src="img/core-img/alarm-clock.png" alt="">
</div>
<div class="feature-content">
<h4><a href="coding-sandbox.html" class="resource-click">Coding Sandbox</a></h4>
<p>Code to your heart's extent!</p>
</div>
</div>
</div>
</div>
<div class="resource-suggestion">
<p><b>Have Suggestions? Let Us Know!</b></p>
</div>
<div class="row">
<div class="col-12 text-center">
<a href="contact.html" style="position: relative; bottom: 30px;" class="btn mosh-btn">Contact
Us!</a>
</div>
</div>
</div>
</section>
<!-- ***** Services Area End ***** -->
<!-- ***** Testimonials Area Start ***** -->
<!--section class="mosh-clients-testimonials-area section_padding_100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading text-center">
<p>What they say</p>
<h2>Client’s testimonials</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="testimonials-slides owl-carousel">
< Single Testimonial Area >
<div class="single-testimonial-area text-center">
<Testimonial Content >
<div class="testimonial-content">
<span>"</span>
<p>Etiam nec odio vestibulum est mattis effic iturut magna. Pellentesque sit am et tellus
blandit. Etiam nec odio vestibul. Etiam nec odio vestibulum est mat tis effic iturut
magna. Pellentesque sit amet tellus blandit.</p>
</div>
<Testimonial Meta Data >
<div class="testimonials-meta">
<div class="testimonial-thumb bg-img"
style="background-image: url(img/bg-img/c-1.jpg);"></div>
<h6>Jim Morison</h6>
<p>Company CEO</p>
</div>
</div>
< Single Testimonial Area >
<div class="single-testimonial-area text-center">
< Testimonial Content >
<div class="testimonial-content">
<span>"</span>
<p>Etiam nec odio vestibulum est mattis effic iturut magna. Pellentesque sit am et tellus
blandit. Etiam nec odio vestibul. Etiam nec odio vestibulum est mat tis effic iturut
magna. Pellentesque sit amet tellus blandit.</p>
</div>
< Testimonial Meta Data >
<div class="testimonials-meta">
<div class="testimonial-thumb bg-img"
style="background-image: url(img/bg-img/c-2.jpg);"></div>
<h6>Jim Morison</h6>
<p>Company CEO</p>
</div>
</div>
< Single Testimonial Area >
<div class="single-testimonial-area text-center">
< Testimonial Content >
<div class="testimonial-content">
<span>"</span>
<p>Etiam nec odio vestibulum est mattis effic iturut magna. Pellentesque sit am et tellus
blandit. Etiam nec odio vestibul. Etiam nec odio vestibulum est mat tis effic iturut
magna. Pellentesque sit amet tellus blandit.</p>
</div>
< Testimonial Meta Data >
<div class="testimonials-meta">
<div class="testimonial-thumb bg-img"
style="background-image: url(img/bg-img/c-3.jpg);"></div>
<h6>Jim Morison</h6>
<p>Company CEO</p>
</div>
</div>
<Single Testimonial Area>
<div class="single-testimonial-area text-center">
< Testimonial Content >
<div class="testimonial-content">
<span>"</span>
<p>Etiam nec odio vestibulum est mattis effic iturut magna. Pellentesque sit am et tellus
blandit. Etiam nec odio vestibul. Etiam nec odio vestibulum est mat tis effic iturut
magna. Pellentesque sit amet tellus blandit.</p>
</div>
< Testimonial Meta Data >
<div class="testimonials-meta">
<div class="testimonial-thumb bg-img"
style="background-image: url(img/bg-img/c-2.jpg);"></div>
<h6>Jim Morison</h6>
<p>Company CEO</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
< ***** Testimonials Area End ***** >
< ***** Cool Facts Area Start ***** >
<section class="mosh-cool-facts-area service-page bg-img section_padding_100"
style="background-image: url(img/core-img/breadcumb.png);">
<div class="container">
<div class="row">
< Single Cool Fact>
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact">
<div class="counter-area">
<h3><span class="counter">14</span></h3>
</div>
<div class="cool-facts-content">
<p>Years of Experience</p>
</div>
</div>
</div>
< Single Cool Fact>
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact">
<div class="counter-area">
<h3>+<span class="counter">1000</span></h3>
</div>
<div class="cool-facts-content">
<p>Happy Clients</p>
</div>
</div>
</div>
< Single Cool Fact>
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact">
<div class="counter-area">
<h3><span class="counter">14</span>k</h3>
</div>
<div class="cool-facts-content">
<p>Followers on FB</p>
</div>
</div>
</div>
< Single Cool Fact>
<div class="col-12 col-sm-6 col-md-3">
<div class="single-cool-fact">
<div class="counter-area">
<h3><span class="counter">732</span></h3>
</div>
<div class="cool-facts-content">
<p>Finished Projects</p>
</div>
</div>
</div>
</div>
</div>
</section>
<***** Cool Facts Area End ***** >
< ***** Service Skills Area Start ***** >
<section class="service-skills-area section_padding_100">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="row">
<div class="col-6">
<div class="single-pie-bar text-center mb-100" data-percent="75">
<canvas class="bar-circle" width="70" height="70"></canvas>
<h6>Awesome</h6>
<p>Etiam nec odio</p>
</div>
</div>
<div class="col-6">
<div class="single-pie-bar text-center mb-100" data-percent="83">
<canvas class="bar-circle" width="70" height="70"></canvas>
<h6>Creative</h6>
<p>Etiam nec odio</p>
</div>
</div>
<div class="col-6">
<div class="single-pie-bar text-center mb-100" data-percent="25">
<canvas class="bar-circle" width="70" height="70"></canvas>
<h6>Lazy</h6>
<p>Etiam nec odio</p>
</div>
</div>
<div class="col-6">
<div class="single-pie-bar text-center mb-100" data-percent="75">
<canvas class="bar-circle" width="70" height="70"></canvas>
<h6>Outstanding</h6>
<p>Etiam nec odio</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="service-skills-content">
<div class="section-heading">
<p>Features</p>
<h2>What you get if you start your business with us</h2>
</div>
<div class="skills-text d-flex">
<p>Etiam nec odio vestibulum est mattis effic iturut magna. Pellentesque sit am et tellus
blandit. Etiam nec odio vestibul. Etiam nec odio vestibulum est mat tis effic iturut magna.
Pellentesque sit amet tellus blandit. Etiam nec odio ves tibul. Nec odio vestibulum est
mattis effic iturut magna. Pellente sque sita met tellus blandit.</p>
<p>Pellentesque sit am et tellus blandit. Etiam nec odio vestibul. Etiam nec odio vestibulum est
mat tis effic iturut magna. Pellentesque sit amet tellus blandit. Etiam nec odio ves tibul.
Nec odio vestibulum est mattis effic iturut magna. Pellente sque sita met tellus blandit.
Etiam nec odio. Etiam nec odio vestibulum est mattis effic.</p>
</div>
</div>
</div>
</div>
</div>
</section>
< ***** Service Skills Area End ***** >
<section-- class="mosh-subscribe-newsletter-area bg-img bg-overlay-white section_padding_100"
style="background-image: url(img/bg-img/cta.jpg);">
<div class="container">
<div class="row">
<div class="col-12">
<div class="subscribe-newsletter-content text-center wow fadeInRightBig" data-wow-delay=".5s">
<p>give us a shout</p>
<h2>Subscribe to our newsletter</h2>
<form action="#">
<input type="email" name="email" id="Email" placeholder="Your e-mail here">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
</section-->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area clearfix">
<!-- Top Fotter Area -->
<div class="top-footer-area section_padding_100_0">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 col-lg-5">
<div class="single-footer-widget mb-100">
<a href="#" class="mb-30 d-block"><img src="img/core-img/logo.png" alt=""></a>
<p>Fostering a supportive and collaborative community around programming.</p>
<p>Project Codelaborate is a 501(c)(3) non-profit organization based in Frisco, Texas.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-2">
<div class="single-footer-widget mb-100">
<h5>Fast links</h5>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="affiliates.html">Community Affiliates</a></li>
<li><a href="soonBlog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-2">
<div class="single-footer-widget mb-100">
<h5>Java Course</h5>
<div class="footer-single--blog-post">
<a href="courses/java-course/unit-1.html" class="blog-post-date">
<p>Unit 1</p>
</a>
<a href="#" class="blog-post-title">
<h6>COMING SOON</h6>
</a>
</div>
<div class="footer-single--blog-post">
<a href="courses/java-course/unit-2.html" class="blog-post-date">
<p>Unit 2</p>
</a>
<a href="#" class="blog-post-title">
<h6>COMING SOON</h6>
</a>
</div>
<div class="footer-single--blog-post">
<a href="courses/java-course/unit-3.html" class="blog-post-date">
<p>Unit 3</p>
</a>
<a href="#" class="blog-post-title">
<h6>COMING SOON</h6>
</a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-100">
<h5>Contact Info</h5>
<div class="footer-single-contact-info d-flex">
<div class="contact-icon">
<img src="img/core-img/link.png" alt="" width="22" height="20">
</div>
<p><a href="https://www.linkedin.com/company/projectcodelaborate"
class="contact-footer"> Project Codelaborate</a></p>
</div>
<div class="footer-single-contact-info d-flex">
<div class="contact-icon">
<img src="img/core-img/insta.png" alt="" width="20" height="18"
style="position:relative; top: 16px;">
</div>
<p><span style="position: relative; top:15px;"><a
href="https://instagram.com/projectcodelaborate?igshid=1k29rqng7134q"
class="contact-footer">@ProjectCodelaborate</a></span></p>
</div>
<div class="footer-single-contact-info d-flex">
<div class="contact-icon">
<img src="img/core-img/message.png" alt="" style="position:relative; top: 35px;">
</div>
<p><span style="position: relative; top:35px;"
class="contact-footer">contact@projectcodelaborate.org
</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Fotter Bottom Area -->
<div class="footer-bottom-area">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="footer-bottom-content h-100 d-md-flex justify-content-between align-items-center">
<div class="copyright-text">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script>
All rights reserved | Supported by <i class="fa fa-heart-o" aria-hidden="true"></i>
by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
<div class="footer-social-info">
<!--a href="#"><i class="fab fa-pinterest" aria-hidden="true"></i></a>
<a href="#"><i class="fab fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fab fa-twitter" aria-hidden="true"></i></a-->
<a href="https://discord.gg/FDRBbbq"><i class="fab fa-discord"
aria-hidden="true"></i></a>
<a href="https://www.instagram.com/ProjectCodelaborate/"><i class="fab fa-instagram"
aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/projectcodelaborate"><i
class="fab fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/project-codelaborate"><i class="fab fa-github"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>