-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathindex.html
More file actions
766 lines (720 loc) · 38.6 KB
/
Copy pathindex.html
File metadata and controls
766 lines (720 loc) · 38.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
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
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>DevOps Malayalam</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="DevOps Malayalam - We are a community, thriving to create a pool of new age techies in the emerging IT industry." />
<meta name="author" content="TexTheme" />
<meta name="keywords" content="" />
<link rel="icon" href="images/favicon.png" />
<link rel="stylesheet" type="text/css" href="css/animate.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/all.min.css" />
<link rel="stylesheet" type="text/css" href="css/flaticon2.css" />
<link rel="stylesheet" type="text/css" href="css/flaticon4.css" />
<link rel="stylesheet" type="text/css" href="css/slick.css" />
<link rel="stylesheet" type="text/css" href="css/slick-theme.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154444946-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-154444946-5");
</script>
</head>
<body class="bg-color4">
<div class="page-loading">
<img src="images/loader.gif" alt="" />
</div>
<!--page-loading end-->
<div class="wrapper">
<header class="br-tp hp7">
<div class="container">
<div class="header-content">
<div class="logo">
<a href="index.html" title="">
<img src="images/logo.png" alt="logo" class="hide-on-sticky" />
<img src="images/logo5.png" alt="logo" class="visible-on-sticky" />
</a>
</div>
<!--logo end-->
<nav>
<ul>
<li>
<a class="navigation-bar link-active" href="index.html" title="">Home</a
>
</li>
<li>
<a class="navigation-bar" href="about.html" title=""
>About Us</a
>
</li>
<li>
<a class="navigation-bar" href="events.html" title=""
>Events</a
>
<ul>
<li><a href="expert.html" title="">Expert Session</a></li>
<li>
<a href="beginner.html" title="">Beginner Session</a>
</li>
</ul>
</li>
<li>
<a class="navigation-bar" href="contact.html" title="">Contact</a
>
</li>
</ul>
</nav>
<!--navigation end-->
<ul class="icons-list ml-auto">
<li>
<a href="#" title="" class="menu-btn">
<i class="flaticon-044-menu"></i>
</a>
</li>
</ul>
<!--icons-list end-->
</div>
<!--header-content end-->
</div>
</header>
<!--header end-->
<!--scroll top-->
<div class="arrow-btn" id="myDIV">
<a href="#"><span class="fas fa-angle-up"></span></a>
</div>
<div class="
header-search
d-flex
flex-wrap
justify-content-center
align-items-center
w-100
">
<span class="search-close-btn"><i class="fas fa-times"></i></span>
<form>
<input type="text" placeholder="Search" />
</form>
</div>
<!--header-search end-->
<div class="responsive-mobile-menu d-flex flex-wrap align-items-end">
<a href="#" title="" class="close-menu">
<img src="images/close.png" alt="" />
</a>
<ul class="mb-menu">
<li><a href="index.html" title="" style="color: purple">Home</a></li>
<li><a href="about.html" title="">About</a></li>
<li>
<a href="events.html" title="">Events</a>
<ul>
<li><a href="expert.html" title="">Expert Session</a></li>
<li><a href="begineer.html" title="">Begineer Session</a></li>
</ul>
</li>
<li><a href="contact.html" title="">Contact</a></li>
</ul>
<div class="clearfix"></div>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/" title=""><i class="fab fa-facebook"></i
></a>
</li>
<li>
<a href="https://join.slack.com/" title=""><i class="fab fa-slack"></i
></a>
</li>
<li>
<a href="https://www.instagram.com" title=""><i class="fab fa-instagram"></i
></a>
</li>
<li>
<a href="https://t.me/joinchat/" title=""><i class="fab fa-telegram"></i
></a>
</li>
<li>
<a href="https://chat.whatsapp.com" title=""><i class="fab fa-whatsapp"></i
></a>
</li>
<li>
<a href="https://youtube.com/channel/" title=""><i class="fab fa-youtube"></i
></a>
</li>
</ul>
<div class="rep-copyright">
<p>
Copyright © 2021
<a href="index.html" title="">DevOps Malayalam</a> All Rights Reserved.
</p>
</div>
<!--rep-copyright end-->
</div>
<!--responsive-mobile-menu end-->
<section class="main-banner style7">
<div class="fixed-bg banner-bg7"></div>
<div class="container">
<div class="banner-content">
<div class="row">
<div class="col-xl-6 col-lg-8">
<div class="banner-text2" style="padding-left: 22px">
<h3 class="wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="0ms" style="
font-size: 57px;
text-transform: uppercase;
margin-bottom: 20px;
">
Driving DevOps
</h3>
<p class="wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms" style="
font-size: 27px;
color: white;
text-transform: uppercase;
">
Building an Open Community
</p>
<br />
<p class="wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms" style="color: white; line-height: 25px">
<strong>@DevOps { <br />
"Join",
<br />
"Learn",<br />
"Enlighten",<br />
"Grow"... Together <br />
}<br />
</strong>
</p>
<!--<a href="#fd-div" title="" class="scroll-down"><i class="fa fa-angle-left"></i>scroll down</a>-->
</div>
<!--banner-text end-->
</div>
</div>
</div>
<!--banner-content end-->
</div>
</section>
<!--main-banner end-->
<section class="sec-block-200 pt-0" id="fd-div">
<div class="container">
<div class="about-block4">
<div class="row align-items-center">
<div class="col-lg-7">
<div class="abt-block4-img style2 pl-0 wow fadeIn" data-wow-duration="700ms" data-wow-delay="370ms">
<img src="images/resources/abt9.png" alt="" />
</div>
<!--abt-block4-img end-->
</div>
<div class="col-lg-5">
<div class="abt-block4-text style2">
<span>About DevOps Malayalam</span>
<h2>
Community Of DevOps/SRE/DevSecOps Practitioners and Aspirants
</h2>
<p>
We are a community, thriving to create a pool of new age techies in the emerging IT industry.
</p>
<a href="about.html" title="" class="btn-default gradient-bg2 style2">Know us More<span></span
></a>
</div>
<!--abt-block4-text end-->
</div>
</div>
</div>
<!--about-bloc4 end-->
</div>
</section>
<section class="sec-block pt-0 pb-0">
<div class="container">
<div class="services_section style2">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service_section wow fadeInRight" data-wow-duration="1000ms">
<img src="images/ion4.png" alt="" />
<h3>Industry Experts & Mentors</h3>
<p>
Listen to the amazing talks of DevOps maestros and aim for a leap in the clouds.
</p>
</div>
<!--service_section end-->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service_section wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="300ms">
<img src="images/ion5.png" alt="" />
<h3>Hands-on Workshops</h3>
<br />
<p>
Free workshops conducted by corporate trainers in video conferencing platforms.
</p>
</div>
<!--service_section end-->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service_section wow fadeInLeft" data-wow-duration="1000ms" data-wow-delay="600ms">
<img src="images/ion6.png" alt="" />
<h3>Novices to Evangelists</h3>
<br />
<p>
We touch both extremes. Absolute beginners and DevOps champions team up here to share knowledge.
</p>
</div>
<!--service_section end-->
</div>
</div>
</div>
<!--services_section end-->
</div>
</section>
<section class="sec-block-200 pb-0">
<div class="container">
<div class="oct-pro-slider" data-ride="carousel" data-interval="2000">
<!--oct-pro-slide end-->
<div class="oct-pro-slide" data-ride="carousel" data-interval="2000">
<div class="row align-items-center">
<div class="col-lg-6">
<section class="abt-block4-text vido-section">
<span> UPCOMING EVENTS </span>
<div class="container">
<br />
<div class="">
<img src="images/resources/sl-img8.jpg" alt="" />
<!--<div class="vide-cap">
<a href="https://www.youtube.com/watch?v=CCioQGbGqYw" title="Introduction to Chaos Engineering with Litmus Chaos" class="html5lightbox"><img src="images/play-icon.png" alt=""></a>
</div>-->
</div>
<!--videeo-sec end-->
</div>
</section>
<!--sl-img end-->
</div>
<div class="col-lg-6">
<div class="abt-block4-text vido-section">
<br />
<br />
<h2>DevOps Training Series</h2>
<br />
<p style="color: white; font-size: 25px">
October - December 2021
</p>
<a href="#" title="" class="btn-default gradient-bg2 style2">Coming Soon..<span></span
></a>
</div>
</div>
</div>
</div>
</div>
<!--oct-pro-slider end-->
</div>
</section>
<section class="sec-block-200">
<div class="container">
<div class="more-sectat2">
<div class="row align-items-center">
<div class="col-lg-4">
<div class="about-text pl-0 pr-90 pt-0">
<h2 style="color: white">We are Active</h2>
<p style="color: white">
Join our social media groups to get the latest updates in DevOps, training & certification guidance, job opportunities, study materials, new tools and much more!
</p>
<!--<a href="social.html" title="" class="btn-default bg-blue">Get Started<span></span></a>-->
</div>
<!--about-text end-->
</div>
<div class="col-lg-8">
<div class="abt-proptz2">
<ul>
<li class="wow fadeInUp" data-wow-duration="600ms" data-wow-delay="370ms">
<a href="https://www.clubhouse.com/club/devops-malayalam-IYGx0c9f" target="_blank">
<img src="images/icon8.png" alt="" />
<br />
<br />
<br />
<br />
<h2 style="font-size: larger; font-weight: 600">
Club House
</h2>
</a>
</li>
<li class="stayle2 wow fadeInUp" data-wow-duration="600ms" data-wow-delay="370ms">
<a href="https://youtube.com/channel/UC2Ed4a2EWJJGsRctTUCO6oA" target="_blank">
<img src="images/icon6.png" alt="" />
<br />
<br />
<br />
<br />
<h2 style="font-size: larger; font-weight: 600">
Youtube
</h2>
</a>
</li>
<li class="wow fadeInUp" data-wow-duration="600ms" data-wow-delay="370ms">
<a href="https://www.linkedin.com/company/devopsmalayalam" target="_blank">
<img src="images/icon7.png" alt="" />
<br />
<br />
<br />
<br />
<h2 style="font-size: larger; font-weight: 600">
Linkedin
</h2>
</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<!--abt-proptz end-->
</div>
</div>
</div>
<!--more-sectat end-->
</div>
</section>
<section class="sec-block-200 pb-0" style="padding: 15px">
<div class="container">
<div class="oct-pro-slider" data-ride="carousel" data-interval="2000">
<div class="oct-pro-slide" data-ride="carousel" data-interval="2000">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="abt-block4-text vido-section">
<span> LATEST EVENTS </span>
<h2>Database Concepts</h2>
<p>
Main Topics : What is Database, Evolution of data in software industry, Types of Database - RDBMS vs NoSQL, Choosing the right type of database - ACID Compliance vs Eventuak consistency, Data partitioning : Vertical partitioning vs Horizontal, SQL : What
is it? , Select/Update/Delete, Joins, Advanced concepts : Procedure or function, Indexing the data, Designing an efficient and normalized scheme, ORM or native libraries
</p>
<p style="color: white; font-size: 25px"></p>
<a href="https://www.clubhouse.com/event/PDjo3gVa" title="Database Concept" class="btn-default gradient-bg2 style2">Explore More<span></span
></a>
</div>
</div>
<div class="col-lg-6">
<section class="abt-block4-text">
<div class="container">
<div class="">
<img src="images/resources/sl-img14.png" alt="" />
<div class="vide-cap">
<a href="https://www.clubhouse.com/event/PDjo3gVa" title="Database Concept" class="html5lightbox"><img src="images/play-icon.png" alt="" /></a>
</div>
</div>
<!--videeo-sec end-->
</div>
</section>
<!--sl-img end-->
</div>
</div>
</div>
<div class="oct-pro-slide" data-ride="carousel" data-interval="2000">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="abt-block4-text vido-section">
<span> LATEST EVENTS </span>
<h2>GitOps and Practices</h2>
<p>
Main Topics : Introduction : What is GitOps, GitOps evolution, Gitops Use Case : Infrastucture deployment, Tools : Git / Git ops / Terraform.
</p>
<p style="color: white; font-size: 25px"></p>
<a href="https://www.youtube.com/watch?v=40y5W26W_w4" title="GitOps and Practices" class="btn-default gradient-bg2 style2">Explore More<span></span
></a>
</div>
</div>
<div class="col-lg-6">
<section class="abt-block4-text">
<div class="container">
<div class="">
<img src="images/resources/sl-img13.png" alt="" />
<div class="vide-cap">
<a href="https://www.youtube.com/watch?v=40y5W26W_w4" title="GitOps and Practices" class="html5lightbox"><img src="images/play-icon.png" alt="" /></a>
</div>
</div>
<!--videeo-sec end-->
</div>
</section>
<!--sl-img end-->
</div>
</div>
</div>
<div class="oct-pro-slide" data-ride="carousel" data-interval="2000">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="abt-block4-text vido-section">
<span> LATEST EVENTS </span>
<h2>Version Control</h2>
<p>
Main Topics : What is and Why Version Control?,Types of Version Control,Version Control in GitHub
</p>
<p style="color: white; font-size: 25px"></p>
<a href="https://www.clubhouse.com/room/xn7DE6r4" title="Version Control for Begineers" class="btn-default gradient-bg2 style2">Explore More<span></span
></a>
</div>
<!--sl-img end-->
</div>
<div class="col-lg-6">
<section class="abt-block4-text">
<div class="container">
<div class="">
<img src="images/resources/sl-img12.jpg" alt="" />
<div class="vide-cap">
<a href="https://www.clubhouse.com/room/xn7DE6r4" title="Version Control for Begineers" class="html5lightbox"><img src="images/play-icon.png" alt="" /></a>
</div>
</div>
<!--videeo-sec end-->
</div>
</section>
</div>
</div>
</div>
<div class="oct-pro-slide" data-ride="carousel" data-interval="2000">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="abt-block4-text vido-section">
<span> LATEST EVENTS </span>
<h2>Microservices architecture in Kubernetes</h2>
<p>
Main Topics : What is and Why microservices?,Advantages of Microservices,How does the inter connection works ?,How can we Secure the inter connections?,Best practices in Microservices,Example Architecture
</p>
<p style="color: white; font-size: 25px"></p>
<a href="microservices.html" title="Microservices architecture in Kubernetes" class="btn-default gradient-bg2 style2">Explore More<span></span
></a>
</div>
<!--sl-img end-->
</div>
<div class="col-lg-6">
<section class="abt-block4-text">
<div class="container">
<div class="">
<img src="images/resources/sl-img11.png" alt="" />
<div class="vide-cap">
<a href="https://www.youtube.com/watch?v=FBcz09NiadA" title="Microservices architecture in Kubernetes" class="html5lightbox"><img src="images/play-icon.png" alt="" /></a>
</div>
</div>
<!--videeo-sec end-->
</div>
</section>
</div>
</div>
</div>
<div class="oct-pro-slide" data-ride="carousel" data-interval="2000">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="abt-block4-text vido-section">
<span> LATEST EVENTS </span>
<h2>Server Virtulization</h2>
<p>
Main Topics : Emulation vs Simulation vs Virtualization, What is Virtualization? And why Virtualization, Type of Virtualization, Full Virtualization, Software Assisted – Full Virtualization, Hardware-Assisted – Full Virtualization, Paravirtualization,
Virtualization and Cloud, Networking modes
</p>
<p style="color: white; font-size: 25px"></p>
<a href="server.html" title="Server Virtulization" class="btn-default gradient-bg2 style2">Explore More<span></span
></a>
</div>
<!--sl-img end-->
</div>
<div class="col-lg-6">
<section class="abt-block4-text">
<div class="container">
<div class="">
<img src="images/resources/sl-img10.jpg" alt="" />
<div class="vide-cap">
<a href="https://www.youtube.com/watch?v=TRmj2KdSLk4" title="Server Virtulization" class="html5lightbox"><img src="images/play-icon.png" alt="" /></a>
</div>
</div>
<!--videeo-sec end-->
</div>
</section>
</div>
</div>
</div>
<div class="oct-pro-slide" data-ride="carousel" data-interval="2000">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="abt-block4-text">
<span> LATEST EVENTS</span>
<h2>Website Launch & Chaos Engineering - Demo</h2>
<p>
Main Topics : How to start a career in DevOps?, How to migrate your company to DevOps?, What is the future of DevOps?
</p>
<a href="chaosdemo.html" title="Introduction to Chaos Engineering with Litmus Chaos - Demo" class="btn-default gradient-bg2 style2">Explore More<span></span
></a>
</div>
</div>
<div class="col-lg-6">
<section class="abt-block4-text vido-section">
<div class="container">
<br />
<div class="videeo-sec">
<img src="images/resources/sl-img5.png" alt="" />
<div class="vide-cap">
<a href="https://www.youtube.com/watch?v=zyN0jCU7EDs" title="Website Launch & Chaos Engineering - Demo" class="html5lightbox"><img src="images/play-icon.png" alt="" /></a>
</div>
</div>
<!--videeo-sec end-->
</div>
</section>
<!--sl-img end-->
</div>
</div>
</div>
</div>
<!--oct-pro-slider end-->
</div>
</section>
<section class="sec-block p-0">
<div class="container">
<div class="newsletter-section bg3">
<div class="newz-content text-center">
<h2>Join Hands</h2>
<p>Want to contribute as a Speaker or Organizer?</p>
<a href="contact.html" title="" class="btn-default gradient-bg2 wow fadeInUp" data-wow-duration="700ms" data-wow-delay="370ms">Contact Now<span></span
></a>
</div>
<!--newz-content end-->
</div>
<!--newsletter-section end-->
</div>
</section>
<!-- Footer starts -->
<footer>
<div class="top-footer style2 bg-color5" style="font-family: 'Montserrat', sans-serif;">
<div class="container">
<div class="tp-content">
<div class="row">
<div class="col-lg-3 col-md-9 mr-auto">
<div class="widget widget-about">
<img src="images/logo.png" alt="logo" />
<p>
<strong>DevOps Malayalam </strong> is such kind of a place where you will meet people with different levels of skill sets and knowledge, who are always ready to help each other.
</p>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="widget widget-links">
<h3 class="widget-title">Useful Links</h3>
<ul>
<li><a href="index.html" title="">Home</a></li>
<li><a href="about.html" title="">About Us</a></li>
<li><a href="events.html" title="">Events</a></li>
<li><a href="contact.html" title="">Contact Us</a></li>
<li>
<a href="privacy.html" title="">Privacy Policy</a>
</li>
</ul>
</div>
<!--widget-links end-->
</div>
<div class="col-lg-4 col-md-5 col-sm-12">
<div class="widget widget-contact">
<h3 class="widget-title">Contact Us</h3>
<ul>
<li class="f-email"><a href="mailto:mod@devopsmalayalam.io">Email: abcd@gmail.com</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-5 col-sm-12" style="margin-left: -13px">
<div class="widget widget-contact">
<div class="footer-social-icons">
<h4 class="widget-title">Follow us on</h4>
<ul class="social-icons">
<li>
<a href="https://www.facebook.com/" class="social-icon">
<i class="fa fa-facebook"></i
></a>
</li>
<li>
<a
href="https://join.slack.com/"
class="social-icon"
>
<i class="fa fa-slack"></i
></a>
</li>
<li>
<a
href="https://www.instagram.com"
class="social-icon"
>
<i class="fa fa-instagram"></i
></a>
</li>
<li>
<a
href="https://t.me/joinchat/"
class="social-icon"
>
<i class="fa fa-telegram"></i
></a>
</li>
<li>
<a
href="https://chat.whatsapp.com"
class="social-icon"
>
<i class="fa fa-whatsapp"></i
></a>
</li>
<li>
<a
href="https://youtube.com/channel/"
class="social-icon"
>
<i class="fa fa-youtube"></i
></a>
</li>
</ul>
<!-- widget-contact end -->
</div>
</div>
</div>
<!--Visitor counter-->
<div
class="col-lg-4 col-md-5 col-sm-12"
style="margin-left: -13px"
>
<script
type="text/javascript"
src="https://www.freevisitorcounters.com/auth.php?id=a4e1aff2c6fc5d4c9fc9d9b144ca204d7876b06e"
></script>
<script
type="text/javascript"
src="https://www.freevisitorcounters.com/en/home/counter/865450/t/2"
></script>
</div>
</div>
</div>
</div>
<!--tp-content end-->
</div>
</div>
<!--top-footer end-->
<div class="bottom-footer bg-color6">
<div class="row">
<div class="col-md-12 text-center">
<p style="color: white">
Copyright © <span id="year"></span> Designed by DevOps Malayalam
All Rights Reserved.
</p>
<!-- <p style="color: white; align-items: center; padding-left: 20%;">Copyright © 2021 , Designed by <a href="index.html" style="color:rgb(50, 10, 228);" title=""> <strong> DevOps Malayalam</strong></a> All Rights Reserved.</p>
<a href="#" title="" class="scrollTop"><i class="fa fa-rocket fa-lg" aria-hidden="true" style="border-radius:50% ;color: aliceblue;"></i></a> -->
</div>
<!--bt-footer end-->
</div>
</div>
<!--bottom-footer end-->
</footer>
<!--footer end-->
</div>
<!--wrapper end-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugin/slick.min.js"></script>
<script src="js/plugin/html5lightbox.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/script.js"></script>
</body>
<!-- Mirrored from csvisual.com/demo/octavian/html/index7.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 08 Sep 2021 04:06:35 GMT -->
</html>