-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathblog.html
659 lines (604 loc) · 26.8 KB
/
blog.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
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
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<html lang="en">
<head>
<title>CCET | Publications</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link
href="https://fonts.googleapis.com/css2?family=Arizonia&family=Roboto:wght@300;400;500;700;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="../../../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet"
href="css/A.animate.css%2bowl.carousel.min.css%2bowl.theme.default.min.css%2bmagnific-popup.css%2bflaticon.css%2bstyle.css%2cMcc.tVkclJh8gl.css.pagespeed.cf.ixjTYanCMD.css" />
<script src="https://kit.fontawesome.com/9732865b92.js" crossorigin="anonymous"></script>
<link
href="https://fonts.googleapis.com/css2?family=Arizonia&family=Roboto:wght@300;400;500;700;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="../../../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet"
href="css/animate.css%2bowl.carousel.min.css%2bowl.theme.default.min.css%2bmagnific-popup.css%2bflaticon.css%2bstyle.css.pagespeed.cc.tVkclJh8gl.css" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="IMAGES/favicon.png" type="image/x-icon">
<style>
#hero-wrap .hero-container {
background-image: url('IMAGES/header-photo.jpg');
background-repeat: no-repeat;
background-size: cover;
height: 45vh;
display: flex;
flex-direction: column;
justify-content: flex-end;
font-family: 'Montserrat', sans-serif;
}
#hero-wrap a {
color: inherit;
}
#hero-wrap .hero-container .page-title {
font-size: 3rem;
color: white;
letter-spacing: 2.5px;
/* font-weight: bold; */
line-height: 40px;
margin-bottom: 20px;
}
#hero-wrap .hero-container .page-title span {
font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
#hero-wrap .hero-container .page-title {
font-size: 1.7rem;
line-height: 35px;
}
#hero-wrap .hero-container span {
font-size: 1rem;
}
}
@media screen and (max-width: 500px) {
#hero-wrap .hero-container .page-title {
font-size: 1.7rem;
line-height: 35px;
}
#hero-wrap .hero-container span {
font-size: 1rem;
}
}
.botn {
cursor: pointer;
margin-top: 1.5rem;
padding: 0.75rem 1.5rem;
font-size: 0.65rem;
font-weight: bold;
letter-spacing: 0.025rem;
text-transform: uppercase;
color: white;
background-color: black;
border: none;
background-image: linear-gradient(to right, #03045e, #023e8a, #0077b6);
}
.botn:hover {
color: black;
background-image: linear-gradient(to right, #caf0f8, #90e0ee, #00b4d8);
background-color: #0d0d0d;
}
.h2_explore {
margin-left: 95px;
}
.li_explore {
padding-left: 0px;
}
@media screen and (max-width: 768px) {
.h2_explore {
margin-left: 0px;
}
.li_explore {
margin-left: 0px;
}
}
/* Magazine Navbar */
.botnav {
cursor: pointer;
margin-top: 0.5rem;
padding: 0.85rem 1.6rem;
font-size: 0.85rem;
font-weight: bold;
letter-spacing: 0.025rem;
text-transform: uppercase;
color: white;
background-color: black;
border: none;
background-image: linear-gradient(to right, #023e8a, #0077b6);
display: inline;
}
.botnav:hover {
color: black;
background-image: linear-gradient(to bottom, #0096c7, #48cae4);
}
.ftco-navbar-light .logo-w {
display: inline;
max-width: 100% !important;
max-height: auto;
}
.ftco-navbar-light.scrolled .logo-b {
display: inline;
max-width: 100% !important;
max-height: auto;
}
@media screen and (max-width: 768px) {
.botnav {
cursor: pointer;
margin-top: 1rem;
padding: 0.75rem 1.5rem;
font-size: 0.75rem;
font-weight: bold;
letter-spacing: 0.025rem;
text-transform: uppercase;
color: white;
background-color: black;
border: none;
background-image: linear-gradient(to right, #03045e, #023e8a, #0077b6);
}
.botnav:hover {
color: black;
background-image: linear-gradient(to right, #caf0f8, #90e0ee, #00b4d8);
background-color: #0d0d0d;
}
.ftco-navbar-light.scrolled .botnav {
margin-left: 5%;
}
.ftco-navbar-light .logo-w {
display: inline;
max-width: 55% !important;
max-height: auto;
}
.ftco-navbar-light.scrolled .logo-b {
display: inline;
max-width: 55% !important;
max-height: auto;
}
}
.ftco-navbar-light .logo-b {
display: none;
}
.ftco-navbar-light.scrolled .logo-w {
display: inline;
}
.ftco-navbar-light.scrolled .logo-b {
display: inline;
}
.ftco-navbar-light.scrolled .logo-w {
display: none;
}
/* @media screen and (min-width: 768px) {
.block-27 ul {
margin-left: 300px;
}
} */
</style>
</head>
<body>
<nav style="top: 0%;" class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light"
id="ftco-navbar">
<div class="container">
<div class="navbar-brand">
<a href="index.html">
<img class="logo-b" src="IMAGES/ccet-acm-logo-website.png" alt="CCET">
<img class="logo-w" src="IMAGES/ccet-acm-logo-website-white.png" alt="CCET">
</a>
<button style="padding-left: 30%;" class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> <i class="fas fa-bars fa-2x"></i>
</button>
</div>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="gallery_new.html" class="nav-link">Gallery</a></li>
<!-- <li class="nav-item"><a href="events.html" class="nav-link">Events</a></li> -->
<!--*********** copy ********** -->
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown" style="background-color: #00b4d8;">
<a class="dropdown-item" href="events.html">Events</a>
<a class="dropdown-item" href="competitions.html">Competitions</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Team
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown" style="background-color: #00b4d8;">
<a class="dropdown-item" href="2021-team.html">Office Bearers</a>
<a class="dropdown-item" href="Executive_Members.html">Executive Members</a>
<a class="dropdown-item" href="Webmasters.html">Webmasters</a>
</div>
</li>
<!--*********** copy ********** -->
<li class="nav-item"><a href="achievements.html" class="nav-link">Achievements</a></li>
<li class="nav-item active"><a href="resources.html" class="nav-link">Resources</a></li>
<li class="nav-item"><a href="#contact" class="nav-link">Contact</a></li>
<li class="nav-item"><a href="magazine/magazine.html" target="blank" class="nav-link">Magazine</a>
</li>
<li class="nav-item"><a href="acm-w.html"><button class="botnav">ACM<span
style="color: #0077b6;">_</span>W</button></a>
</li>
</ul>
</div>
</div>
</nav>
<section id="hero-wrap">
<div class="hero-container">
<div class="container page-title">
<a style="font-weight: bolder !important;;margin-left: 0;">PUBLICATIONS</a>
</div>
</div>
</section>
<!-- <section class="hero-wrap hero-wrap-2" style="background-image:url(IMAGES/header-photo.jpg)">
<div class=""></div>
<div class="container">
<div class="row no-gutters slider-text align-items-end">
<div class="col-md-9 ftco-animate pb-5">
<p class="breadcrumbs"><span class="mr-2"><a href="index-2.html">Home <i
class="fa fa-chevron-right"></i></a></span> <span>Blog <i class="fa fa-chevron-right"></i></span></p>
<h1 class="mb-0 bread">Publications</h1>
</div>
</div>
</div>
</section> -->
<section class="ftco-section bg-light">
<div class="container">
<div class="row d-flex">
<!--Blog-->
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="#" class="block-20" style="background-image:url(IMAGES/blog_images/BCI_copy.jpg)">
</a>
<div class="text d-block text-center">
<div class="meta">
<p>
<a href="#"><span class="fa fa-calendar mr-2"></span>October, 2021</a>
<!-- <a href="#"><span class="fa fa-user mr-2"></span>Admin</a>
<a href="#" class="meta-chat"><span class="fa fa-comment mr-2"></span> 3</a> -->
</p>
</div>
<h3 class="heading"><a
href="https://insights2techinfo.com/brain-computer-interaction-bci-a-way-to-interact-with-brain-waves/"
target="_blank">Brain Computer Interaction</a></h3>
<p>A Brain–computer interface (BCI) is a
framework that actions the movement of the central nervous system (CNS) and converts it
into fake yield
that replaces, re-establishes, upgrades, supplements, or further develops normal CNS
yield.</p>
<hr>
<p class="mb-0"><a
href="https://insights2techinfo.com/brain-computer-interaction-bci-a-way-to-interact-with-brain-waves/"
target="_blank" class="btn-custom">Read more</a></p>
</div>
</div>
</div>
<!--Blog-->
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="#" class="block-20" style="background-image:url(IMAGES/blog_images/MLOP_copy.png)">
</a>
<div class="text d-block text-center">
<div class="meta">
<p>
<a href="#"><span class="fa fa-calendar mr-2"></span>October, 2021</a>
<!-- <a href="#"><span class="fa fa-user mr-2"></span>Admin</a>
<a href="#" class="meta-chat"><span class="fa fa-comment mr-2"></span> 3</a> -->
</p>
</div>
<h3 class="heading"><a
href="https://insights2techinfo.com/mlops-a-new-era-of-devops-powered-by-machine-learning/"
target="_blank">MLOps: A New Era of DevOps, Powered by Machine Learning</a></h3>
<p>
MLOps is an
assortment of methods, that is utilized for AI and its life cycle computerization and
its calculations
in execution for enormous scope.
<br><br>
</p>
<hr>
<p class="mb-0"><a
href="https://insights2techinfo.com/mlops-a-new-era-of-devops-powered-by-machine-learning/"
target="_blank" class="btn-custom">Read more</a></p>
</div>
</div>
</div>
<!--Blog-->
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="#" class="block-20" style="background-image:url(IMAGES/blog_images/Green_HPC_copy.png)">
</a>
<div class="text d-block text-center">
<div class="meta">
<p>
<a href="#"><span class="fa fa-calendar mr-2"></span>October, 2021</a>
<!-- <a href="#"><span class="fa fa-user mr-2"></span>Admin</a>
<a href="#" class="meta-chat"><span class="fa fa-comment mr-2"></span> 3</a> -->
</p>
</div>
<h3 class="heading"><a
href="https://insights2techinfo.com/green-hpcs-new-generation-solution-for-decreasing-energy-consumption-of-hpc-systems/"
target="_blank">Green HPC’s : New-Generation Solution For Decreasing Energy
Consumption Of HPC
Systems</a></h3>
<p>High performance computing (HPC) evolved as result of growing demand for
computational
speed, high performance and data storage.</p>
<hr>
<p class="mb-0"><a
href="https://insights2techinfo.com/green-hpcs-new-generation-solution-for-decreasing-energy-consumption-of-hpc-systems/"
target="_blank" class="btn-custom">Read more</a></p>
</div>
</div>
</div>
<!--Blog-->
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="#" class="block-20"
style="background-image:url(https://insights2techinfo.com/wp-content/uploads/2021/10/Post_c.png)">
</a>
<div class="text d-block text-center">
<div class="meta">
<p>
<a href="#"><span class="fa fa-calendar mr-2"></span>October, 2021</a>
<!-- <a href="#"><span class="fa fa-user mr-2"></span>Admin</a>
<a href="#" class="meta-chat"><span class="fa fa-comment mr-2"></span> 3</a> -->
</p>
</div>
<h3 class="heading"><a href="https://insights2techinfo.com/blockchain-for-data-science/"
target="_blank">Blockchain for
Data
Science</a></h3>
<p> Data Science
industry is
confronting a colossal danger to its information security and information protection in
the entirety of
its chains. </p>
<hr>
<p class="mb-0"><a href="https://insights2techinfo.com/blockchain-for-data-science/" target="_blank"
class="btn-custom">Read more</a></p>
</div>
</div>
</div>
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="#" class="block-20"
style="background-image:url(https://insights2techinfo.com/wp-content/uploads/2021/10/Picture1-1.png)">
</a>
<div class="text d-block text-center">
<div class="meta">
<p>
<a href="#"><span class="fa fa-calendar mr-2"></span>October, 2021</a>
<!-- <a href="#"><span class="fa fa-user mr-2"></span>Admin</a>
<a href="#" class="meta-chat"><span class="fa fa-comment mr-2"></span> 3</a> -->
</p>
</div>
<h3 class="heading"><a href="https://insights2techinfo.com/biometric-spoof-detection/"
target="_blank">Biometric Spoof Detection</a></h3>
<p> Things are evolving fastly towards a password-free world. This leads to excessively increasing use of
biometric for identifying an individual’s unique biological to verify his or her identity also known as
biometric authentication </p>
<hr>
<p class="mb-0"><a href="https://insights2techinfo.com/biometric-spoof-detection/" target="_blank"
class="btn-custom">Read more</a></p>
</div>
</div>
</div>
<!-- <div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_5.jpg');">
</a>
<div class="text d-block text-center">
<div class="meta">
<p>
<a href="#"><span class="fa fa-calendar mr-2"></span>Sept. 23, 2020</a>
<a href="#"><span class="fa fa-user mr-2"></span>Admin</a>
<a href="#" class="meta-chat"><span class="fa fa-comment mr-2"></span> 3</a>
</p>
</div>
<h3 class="heading"><a href="#">Marketing Strategies for Digital Ecosystem</a></h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia...</p>
<hr>
<p class="mb-0"><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
</div> -->
<!-- <div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="blog-single.html" class="block-20" style="background-image: url('images/image_6.jpg');">
</a>
<div class="text d-block text-center">
<div class="meta">
<p>
<a href="#"><span class="fa fa-calendar mr-2"></span>Sept. 23, 2020</a>
<a href="#"><span class="fa fa-user mr-2"></span>Admin</a>
<a href="#" class="meta-chat"><span class="fa fa-comment mr-2"></span> 3</a>
</p>
</div>
<h3 class="heading"><a href="#">Marketing Strategies for Digital Ecosystem</a></h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia...</p>
<hr>
<p class="mb-0"><a href="#" class="btn-custom">Read more</a></p>
</div>
</div>
</div> -->
</div>
<div class="row mt-5">
<div class="col text-center">
<div class="block-27">
<ul>
<li><a href="#"><</a></li>
<li class="active"><span>1</span></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="ftco-intro ftco-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<div class="img" style="background-image:url(images/xbg_4.jpg.pagespeed.ic.sa_zkIHi1z.jpg)">
<div class="overlay"></div>
<h2>Subscribe to our Newsletter</h2>
<p>A small river named Duden flows by their place</p>
<div class="row justify-content-center">
<div class="col-md-6">
<form action="#" class="subscribe-form">
<div class="form-group d-flex">
<input type="text" class="form-control" placeholder="Enter email address">
<input type="submit" value="Subscribe" class="submit px-3">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- ********************************** FOOTER ************************************************* -->
<footer class="ftco-footer" style="padding-bottom: 1px;">
<div id="contact"></div>
<div class="container" style="padding-left: 80px !important;">
<div class="row mb-5">
<div class="col-sm-12 col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2 logo">
<a href="#"><img style="width: 40%;" src="IMAGES/ccet-acm-logo-website-white.png" alt="CCET LOGO"></a>
</h2>
<p style="text-align: justify;">ACM boosts up the potential and talent, supporting the overall
development needs of our
students to facilitate a structured path from education to employment by providing a safe
and supported space where creative talent and imagination
can flourish in a caring environment.
</p>
<ul class="ftco-footer-social list-unstyled mt-2" style="margin-left: -25%; display: inline-flex;">
<li class="ftco-animate"><a href="https://twitter.com/acmccet"><span class="fa fa-twitter"
target="_blank"></span></a>
</li>
<li class="ftco-animate"><a href="https://www.facebook.com/acmccet/"><span class="fa fa-facebook"
target="_blank"></span></a></li>
<li class="ftco-animate"><a href="https://www.instagram.com/acmccet/?igshid=1f75geliybfix"><span
class="fa fa-instagram" target="_blank"></span></a></li>
<li class="ftco-animate"><a
href="https://www.linkedin.com/in/ccet-acm-student-chapter/?originalSubdomain=in"><span
class="fa fa-linkedin" target="_blank"></span></a></li>
<li class="ftco-animate"><a href="https://www.youtube.com/channel/UCdqrwqNB9ibYjFpBkMA-4iQ"><span
class="fa fa-youtube" target="_blank"></span></a>
</li>
<li class="ftco-animate"><a href="mailto:acm@ccet.ac.in"><span class="fa fa-envelope"
target="_blank"></span></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md">
<div class="ftco-footer-widget explore mb-4 ml-md-4">
<h2 class="ftco-heading-2 h2_explore">Explore</h2>
<ul class="list-unstyled" style="padding-left: 0px;">
<li class="nav-item h2_explore"><a href="acm-w.html" class="nav-link li_explore">ACM
W</a>
</li>
<li class="nav-item active h2_explore"><a href="index.html" class="nav-link li_explore">Home</a>
</li>
<li class="nav-item h2_explore"><a href="about.html" class="nav-link li_explore">About</a>
</li>
<li class="nav-item h2_explore"><a href="2021-team.html" class="nav-link li_explore">Team</a>
</li>
<li class="nav-item h2_explore"><a href="achievements.html" class="nav-link li_explore">Achievements</a>
</li>
</li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Contact US</h2>
<div class="block-23 mb-3">
<ul>
<li>Chandigarh College of Engineering and Technology Degree Wing Sector - 26, Chandigarh
</li>
<br>
<li><a href="https://www.ccet.ac.in">Website: www.ccet.ac.in</a></li>
</li>
</ul>
<ul style="display: inline-flex;">
<a href="Webmasters.html"><button class="botn">Webmasters</button></a>
<a href="magazine/magazine.html"><button class="botn" style="margin-left:30px;">Magazine</button></a>
</ul>
<ul>
<a href="https://forms.gle/85BA4KQqeKkARQdx5" target="blank"><button class="botn">Get in
Touch</button></a>
</ul>
<!-- <ul style="display: inline;" class="ftco-footer-social list-unstyled mt-2">
<li class="ftco-animate"><a href="#"><span class="fa fa-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-instagram"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-linkedin"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="fa fa-youtube"></span></a></li>
</ul> -->
</div>
</div>
</div>
</div>
<h6 style="text-align:center;">Copyright © 2021 All rights reserved | Designed and
Developed by CCET ACM
<span><a href="Webmasters.html">Website Team</a></span>
</h6>
</div>
</footer>
<!-- <?php include 'footer.php'?> -->
<!-- ******************************************** FOOTER END **************************************************** -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js%2bpopper.min.js%2bbootstrap.min.js.pagespeed.jc.JASJvy2p6F.js"></script>
<script>eval(mod_pagespeed_rofLaRKIL4);</script>
<script>eval(mod_pagespeed_O55HKXLZnL);</script>
<script>eval(mod_pagespeed_mukP_p5mwJ);</script>
<script
src="js/jquery.easing.1.3.js%2bjquery.waypoints.min.js%2bjquery.stellar.min.js%2bowl.carousel.min.js.pagespeed.jc.YVh72QvDrB.js"></script>
<script>eval(mod_pagespeed_5LBDxQvOMp);</script>
<script>eval(mod_pagespeed_men54686W3);</script>
<script>eval(mod_pagespeed_MTpE$V0lEy);</script>
<script>eval(mod_pagespeed_c_aV2CVVmg);</script>
<script
src="js/jquery.magnific-popup.min.js%2bjquery.animateNumber.min.js%2bscrollax.min.js%2bgoogle-map.js%2bmain.js.pagespeed.jc.7Fhazwn6fd.js"></script>
<script>eval(mod_pagespeed_bW87uRdxE$);</script>
<script>eval(mod_pagespeed_KI316L8Msq);</script>
<script>eval(mod_pagespeed_t39KiUcvzC);</script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script>eval(mod_pagespeed_lmdbQdpk6z);</script>
<script>eval(mod_pagespeed_TUbgfw69GQ);</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script>
<script defer src="../../../static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"rayId":"69470d4c9fc41b98","token":"cd0b4b3a733644fc843ef0b185f98241","version":"2021.8.1","si":10}'></script>
</body>
</html>