-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
609 lines (585 loc) · 36.3 KB
/
Copy pathabout.html
File metadata and controls
609 lines (585 loc) · 36.3 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
<!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 | About</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="resources.html">Resources</a>
<a class="dropdown-item" href="affiliates.html">Community Affiliates</a>
<a class="dropdown-item" href="soonBlog.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="online-hackathons.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>About Us</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">Read Our History</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Breadcumb Area End ***** -->
<!-- ***** About Us Area Start ***** -->
<section class="mosh-aboutUs-area section_padding_100_0">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6">
<div class="mosh-about-us-content">
<div class="section-heading">
<p>Goals</p>
<h2>Our Mission</h2>
</div>
<p>Our mission is to help teach, challenge, and mentor students to inspire them to pursue their
interests. We also want to make sure they have the resources and support they need available
from their peers.
<br /><br /> We engage in a variety of activities to foster community involvement and
support. As a community organization, we like to partner with local entities including
companies, school districts, and robotics teams.
<br /><br />
As a community organization, our work is primarily supported through community volunteers. Without
the work of our wonderful volunteers, Project Codelaborate would not be possible!
</p>
<a href="volunteers.html" class="btn mosh-btn mt-50">Meet Our Volunteers</a>
</div>
</div>
<div class="col-12 col-md-6">
<div class="mosh-about-us-thumb wow fadeInUp" data-wow-delay="0.5s">
<img src="img/bg-img/headpiece.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- ***** About Us Area End ***** -->
<!-- ***** Features Area Start ***** -->
<section class="mosh-about-features-area section_padding_100">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-4">
<div class="mosh-features-thumb wow fadeIn" data-wow-delay="0.5s">
<img src="img/bg-img/features-2.png" alt="">
</div>
</div>
<div class="col-12 col-md-8">
<div class="mosh-about-us-content">
<div class="section-heading">
<p>Incentives</p>
<h2>What We Offer </h2>
</div>
<div class="row">
<!-- Single Feature Area -->
<div class="col-12 col-sm-6">
<div class="single-feature-area d-flex">
<div class="feature-icon mr-30">
<img src="img/core-img/edit.png" alt="">
</div>
<div class="feature-content">
<h5>Learning resources</h5>
<p>We make educational videos about programming.</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6">
<div class="single-feature-area d-flex">
<div class="feature-icon mr-30">
<img src="img/core-img/trophy.png" alt="">
</div>
<div class="feature-content">
<h5>Weekly challenges</h5>
<p>We create weekly programming challenges</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6">
<div class="single-feature-area d-flex">
<div class="feature-icon mr-30">
<img src="img/core-img/presentation.png" alt="">
</div>
<div class="feature-content">
<h5>In-person mentoring</h5>
<p>We visit schools to introduce young minds to the world of computer science.
</p>
</div>
</div>
</div>
<!-- Single Feature Area -->
<div class="col-12 col-sm-6">
<div class="single-feature-area d-flex">
<div class="feature-icon mr-30">
<img src="img/core-img/alarm-clock.png" alt="">
</div>
<div class="feature-content">
<h5>Easy accessibility</h5>
<p>Since we are an online organization, our resources are available 24/7
regardless of location.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Features Area End ***** -->
<!-- ***** Few Words Area Start ***** -->
<!--Samrat S.-->
<section class="few-words-from-ceo d-md-flex">
<div class="few-words-contents d-flex align-items-center justify-content-center wow fadeInLeftBig"
data-wow-delay="0.1s">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-11 col-lg-9 col-xl-7">
<div class="few-words-text">
<div class="section-heading" style="position:relative; top: -10px;">
<p>Founder's Note</p>
<h2>Our Visions for Project Codelaborate</h2>
</div>
<p>Ever since I started my journey in the world of computer science, I have noticed the
scarcity of adequate learning resources. My vision for Project Codelaborate was to fill
this very void where we could foster an engaging community
of new and experienced individuals wanting to explore the world of computer science.
Through this project, our team has the goal to provide an ample amount of resources to
new programmers while uniting a community of programmers
to ultimately advance computer science as a whole.</p>
<div class="ceo-meta-data d-flex align-items-center mt-50">
<div class="ceo-thumb bg-img"
style="background-image: url(img/bg-img/ceo.jpeg); background-position: center 33%;">
</div>
<div class="ceo-name" style="position: relative; top:16px;">
<h6>Samrat Sahoo </h6>
<p>Chief Technology Officer</p>
<div class="team-social-info">
<a href="#">
<div class="pop-founder"><i class="far fa-envelope"
style="position: relative; right: 13px; top: -21px;"
aria-hidden="true"></i><span
class="pop-up-box-founder">SamratS@projectcodelaborate.org</span>
</div>
</a>
<a href="https://github.com/SamratSahoo"><i class="fab fa-github"
aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
<a href="https://www.linkedin.com/in/samrat-sahoo-020449184/"><i
class="fab fa-linkedin" aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="few-words-thumb bg-img wow fadeInRightBig" data-wow-delay="1.1s"
style="background-image: url(img/bg-img/cta-2.jpeg); background-position: top; "></div>
</section>
<!--Ananth V.-->
<section class="few-words-from-ceo d-md-flex">
<div class="few-words-thumb bg-img wow fadeInLeftBig" data-wow-delay="1.1s"
style="background-image: url(img/bg-img/c-1.jpg); background-position: center center; "></div>
<div class="few-words-contents d-flex align-items-center justify-content-center wow fadeInRightBig"
data-wow-delay="0.1s">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-11 col-lg-9 col-xl-7">
<div class="few-words-text">
<div class="section-heading" style="position:relative; top: -10px;">
<p>Co-Founder's Note</p>
<h2></h2>
</div>
<p>I was introduced to computers early in my childhood and quickly took to them, spending
countless hours tinkering and experimenting. However, as I grew older, I realized that I
was introduced to computer science at an early
age and other kids did not have the same privileged upbringing as I did. I started to
mentor other kids in programming in my apartment, and this spirit for helping others
became my passion and vision for Project Codelaborate.
As a co-founder of Project Codelaborate, I seek to spread computer science to children
that have been never been able to connect with this exclusive world. I envision a world
where these children can rely on easy-to-reach
sources of experience to help them and grow their passion, as I did many years ago.
</p>
<div class="ceo-meta-data d-flex align-items-center mt-50">
<div class="ceo-thumb bg-img"
style="background-image: url(img/bg-img/c-1.jpg); background-position: center 33%;">
</div>
<div class="ceo-name" style="position: relative; top:16px;">
<h6>Ananth Vivekanand</h6>
<p>VP of Public Relations</p>
<div class="team-social-info">
<a href="#">
<div class="pop-founder"><i class="far fa-envelope"
style="position: relative; right: 13px; top: -21px;"
aria-hidden="true"></i><span
class="pop-up-box-founder">AnanthV@projectcodelaborate.org</span>
</div>
</a>
<a href="https://github.com/AnanthVivekanand"><i class="fab fa-github"
aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
<a href="https://www.linkedin.com/in/ananth-vivekanand-59b343191/"><i
class="fab fa-linkedin" aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="few-words-from-ceo d-md-flex">
<div class="few-words-contents d-flex align-items-center justify-content-center wow fadeInLeftBig"
data-wow-delay="0.1s">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-11 col-lg-9 col-xl-7">
<div class="few-words-text">
<div class="section-heading" style="position:relative; top: -10px;">
<p>Co-Founder's Note</p>
</div>
<p>As a student in the age of ever-increasing technology, I understand that programming
powers our entire world. Thus, as I soon found out, software engineers have a distinct
advantage over the general population in today's digitalized
society. Valuing equality and education, I believe that programming is an indispensable
trait for the world's populace and that everyone should have the opportunity to learn
it. With Project Codelaborate, my vision is to
fulfill this dream by creating a learning environment for non-coders and expert coders
alike. Through the establishment of this corporation, our programming group strives to
uphold the values of equality and education by
providing proper coding guidance and experience to all.
</p>
<div class="ceo-meta-data d-flex align-items-center mt-50">
<div class="ceo-thumb bg-img"
style="background-image: url(img/bg-img/c-3.jpeg); background-position: center 33%;">
</div>
<div class="ceo-name" style="position: relative; top:16px;">
<h6>Ranit Gupta</h6>
<p>Chief Operating Officer</p>
<div class="team-social-info">
<a href="#">
<div class="pop-founder"><i class="far fa-envelope"
style="position: relative; right: 13px; top: -21px;"
aria-hidden="true"></i><span
class="pop-up-box-founder">RanitG@projectcodelaborate.org</span>
</div>
</a>
<a href="https://github.com/RanitGupta"><i class="fab fa-github"
aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
<a href="https://www.linkedin.com/in/ranit-gupta-66760218b/"><i
class="fab fa-linkedin" aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="few-words-thumb bg-img wow fadeInRightBig" data-wow-delay="1.1s"
style="background-image: url(img/bg-img/c-3.jpeg); background-position: top; "></div>
</section>
<section class="few-words-from-ceo d-md-flex">
<div class="few-words-thumb bg-img wow fadeInLeftBig" data-wow-delay="1.1s"
style="background-image: url(img/bg-img/c-4.jpeg); background-position: top; "></div>
<div class="few-words-contents d-flex align-items-center justify-content-center wow fadeInRightBig"
data-wow-delay="0.1s">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-11 col-lg-9 col-xl-7">
<div class="few-words-text">
<div class="section-heading" style="position:relative; top: -10px;">
<p>Co-Founder's Note</p>
</div>
<p>To understand one another, we first must have a common language to bridge our thoughts.
Computer science is the bridge between us and technology. I believe by reaching out to
our community, we can bring the society collectively
one step closer to better understanding technology. With Project Codelaborate, I am
given the opportunity to pass on my knowledge to those who are curious and interested in
coding. Our goal is to be the team that will help
people break down the wall between computers and themselves.
</p>
<div class="ceo-meta-data d-flex align-items-center mt-50">
<div class="ceo-thumb bg-img"
style="background-image: url(img/bg-img/c-4.jpeg); background-position: center 33%;">
</div>
<div class="ceo-name" style="position: relative; top:16px;">
<h6>Ishan Gupta</h6>
<p>Chief Information Officer</p>
<div class="team-social-info">
<a href="#">
<div class="pop-founder"><i class="far fa-envelope"
style="position: relative; right: 13px; top: -21px;"
aria-hidden="true"></i><span
class="pop-up-box-founder">IshanG@projectcodelaborate.org</span>
</div>
</a>
<a href="https://github.com/IshanGupta1000000"><i class="fab fa-github"
aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
<a href="https://www.linkedin.com/in/ishan-gupta-45b988194"><i
class="fab fa-linkedin" aria-hidden="true"
style="position: relative; top:-21px; right: 13px;"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Few Words Area End ***** -->
<!-- ***** Features Area Start ***** -->
<!-- ***** CTA Area Start ***** -->
<section class="mosh-call-to-action-area bg-img bg-overlay section_padding_100"
style="background-image: url(img/bg-img/cta.jpg);">
<div class="container">
<div class="row">
<div class="col-12">
<div class="cta-content text-center wow fadeIn" data-wow-delay="0.5s">
<div class="section-heading">
<p>give us a shout</p>
<h2>Want to contact us?</h2>
<a href="contact.html" class="btn mosh-btn">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** CTA Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area clearfix">
<!-- Top Footer 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-3">
<div class="single-footer-widget mb-100">
<a href="#" class="mb-50 d-block"><img src="img/core-img/logo.png" alt=""></a>
<p>Fostering a supportive and collaborative community around programming.</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<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-3">
<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="fa fa-pinterest" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa 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>