-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathabout.html
More file actions
447 lines (430 loc) · 21.4 KB
/
Copy pathabout.html
File metadata and controls
447 lines (430 loc) · 21.4 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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from csvisual.com/demo/octavian/html/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 08 Sep 2021 04:08:04 GMT -->
<head>
<meta charset="UTF-8" />
<title>About - 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>
<div class="page-loading">
<img src="images/loader.gif" alt="" />
</div>
<!--page-loading end-->
<div class="wrapper">
<header>
<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" href="index.html" title="">Home</a>
</li>
<li>
<a class="navigation-bar link-active" 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="">Home</a>
</li>
<li><a href="about.html" style="color:purple" 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="beginner.html" title="">Beginner Session</a></li>
</ul>
</li>
<li><a href="contact.html" title="">Contact</a></li>
</ul>
<div class="clearfix"></div>
<ul class="social_links">
<li style="display: inline-block;">
<a href="https://www.facebook.com/" title=""><i class="fab fa-facebook"></i
></a>
</li>
<li style="display: inline-block;">
<a href="https://join.slack.com/t/devopsmalayalam/" title=""><i class="fab fa-slack"></i
></a>
</li>
<li style="display: inline-block;">
<a href="https://www.instagram.com/" title=""><i class="fab fa-instagram"></i
></a>
</li>
<li style="display: inline-block;">
<a href="https://t.me/joinchat/" title=""><i class="fab fa-telegram"></i
></a>
</li>
<li style="display: inline-block;">
<a href="https://chat.whatsapp.com/" title=""><i class="fab fa-whatsapp"></i
></a>
</li>
<li style="display: inline-block;">
<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="pager-section overlay">
<div class="container">
<div class="pager-info">
<h3>About Us</h3>
<ul class="breacrumb">
<li><a href="index.html" title="">Home </a></li>
<li><span>About Us</span></li>
</ul>
<!--breacrumb end-->
</div>
<!--pager-info end-->
</div>
</section>
<!--pager-section end-->
<section class="sec-block">
<div class="container">
<div class="about-block2">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="about-text style2">
<p style="text-align: justify; margin-bottom: 27px">
In today's world, learning is a never ending process. In the information technology, you will not get a warm welcome once you stop learning. But if you are amidst a group of people who are passionate, always wanting
to learn new tools, update their skillsets and knowledge, you will automatically be pushed to move ahead with them. Here comes the power of group learning and the necessity of a community who can support and nurture
each other. Devops Malayalam is one such place were you will meet people with different level of skillsets and knowledge, who are passionate and always ready to help each other. We, Devops Malayalam are a community,
thriving to create a pool of new age techies in the emerging IT industry.
</p>
<p style="text-align: justify; margin-bottom: 27px">
Our discussion rooms are focused on sharing processes and techniques on practicing DevOps. Community consists of DevOps/SRE/DevSecOps practitioners and aspirants from Kerala, India and our goal is focused on learning, relearning,
upskilling and knowledge sharing on topics related to DevOps/SRE/DevSecOps. Majority of our members are either from Kerala or can understand Malayalam. We also hold discussions in our mother tongue on platforms like
Clubhouse, Telegram, Whatsapp etc. We also share technical articles in English and if any member would like to create and share any docs in Malayalam, they are always welcome. Also, if anyone with English as a language
barrier wants to be part of a learning group, join us.
</p>
</div>
<!--about-text end-->
</div>
<div class="row md-mg-0">
<div class="full-image">
<img src="images/resources/full-image.png" alt="" />
</div>
</div>
<!--about-block2 end-->
</div>
</div>
</div>
</section>
<section class="sec-block">
<div class="fixed-bg bg-light"></div>
<div class="container">
<div class="services_section bg-none">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service_section p-75 bg-white" style="
border: 1px solid #77aaff;
box-shadow: -1px 1px #77aaff, -2px 2px #77aaff,
-3px 3px #77aaff, -4px 4px #77aaff, -5px 5px #77aaff; transform: translateY(8.5px);
transition: all 0.3s ease-in-out;
animation:floaty 1s ease-in-out infinite;
animation-direction:alternate;
">
<div class="oct-svs-icon">
<img src="images/ion8.png" alt="" />
</div>
<h3>Learn</h3>
<p>
Are you a DevOps aspirant? It's an incomparable opportunity for you to learn the ABC's from the best trainers in the industry and build a strong foundation in DevOps.
</p>
</div>
<!--service_section end-->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service_section p-75 bg-white" style="
border: 1px solid #77aaff;
box-shadow: 0px 1px #77aaff, +0px 2px #77aaff,
+0px 3px #77aaff, +0px 4px #77aaff, 0px 5px #77aaff; transform: translateY(8.5px);
transition: all 0.3s ease-in-out;
animation:floaty 1s ease-in-out infinite;
animation-direction:alternate;
">
<div class="oct-svs-icon">
<img src="images/ion7.png" alt="" />
</div>
<h3>Re-Learn</h3>
<p>
No matter wherever you are sitting on the ladder, you have to be thorough with the basics. Keep refreshing your knowledge and aim for continuous improvement.
</p>
</div>
<!--service_section end-->
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="service_section p-75 bg-white" style="
border: 1px solid #77aaff;
box-shadow: +1px 1px #77aaff, +2px 2px #77aaff,
+3px 3px #77aaff, +4px 4px #77aaff, +5px 5px #77aaff; transform: translateY(8.5px);
transition: all 0.3s ease-in-out;
animation:floaty 1s ease-in-out infinite;
animation-direction:alternate;
">
<div class="oct-svs-icon">
<img src="images/ion9.png" alt="" />
</div>
<h3>Upskill</h3>
<p>
The race is highly competitive. Brace up and strengthen your muscles. Be focused and aggressive!
<br />
<br />
<br />
</p>
</div>
<!--service_section end-->
</div>
</div>
</div>
<!--services_section end-->
</div>
</section>
<section class="sec-block">
<div class="fixed-bg light-bg"></div>
<div class="container">
<div class="about-section about-v margin-bottom-100">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6">
<div class="abt-img">
<img src="images/resources/img3.jpg" alt="" />
<div class="abt-2">
<img src="images/resources/img2.jpg" alt="" />
</div>
</div>
<!--abt-img end-->
</div>
<div class="col-lg-6 col-md-6">
<div class="about-text pl-100 pr-0">
<h2>
We are focused on Sharing Processes and Techniques to practice DevOps
</h2>
<p>
Our goal is focused on learning, relearning, upskilling and knowledge sharing on topics related to DevOps/SRE/DevSecOps.
</p>
<a href="contact.html" title="" class="btn-default gradient-bg2 style2">Know More<span></span
></a>
</div>
<!--about-text end-->
</div>
</div>
</div>
<!--about-section end-->
</div>
</section>
<!--about-section end-->
<!-- Footer starts -->
<footer>
<div class="top-footer-2 style2 bg-color5">
<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><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>
</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>
<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/script.js"></script>
</body>
<!-- Mirrored from csvisual.com/demo/octavian/html/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 08 Sep 2021 04:08:06 GMT -->
</html>