forked from LintaPaul/Lintapaul.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
317 lines (302 loc) · 18.2 KB
/
courses.html
File metadata and controls
317 lines (302 loc) · 18.2 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ABG-Tutorials</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/eb953c93be.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="home.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Our Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="alpha.html">The Alpha</a>
<a class="dropdown-item" href="beta.html">The Beta</a>
<a class="dropdown-item" href="gamma.html">The Gamma</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="blog.html" tabindex="-1" aria-disabled="true">Blog</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="courses.html" tabindex="-1" aria-disabled="true">Courses</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html" tabindex="-1" aria-disabled="true">Contact Us</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class=" search btn my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<section>
<div class="crimg animate__animated animate__slideInLeft">
<div class="crtext">
<h1 class="animate__animated animate__bounce">ABG Certification Programs</h1>
</div>
<img class="d-block w-100 himg" src="img/bg.jpg" alt="First slide">
</div>
</section>
<section>
<h2 style="text-align: center;">
ABG Cyber Security Certification With - CyberOnion (Mile2-India)
</h2>
<div class="row">
<div class="col-4">
<div class="card course">
<div class="card-img-top">
<img src="img/medal.PNG" class="courseimg">
</div>
<div class="card-title">
<h4><a href="https://www.mile2.com/csa1-outline/" target="blank"> Certified Security Awareness(CSA1)</a></h4>
</div>
<div class="card-subtitle" style="text-align: justify;">
Beginner Level
</div>
<div class="card-body" style="text-align: justify;">
The Mile2 Certified Security Awareness 1, C)SA1, certification course is intended for anyone that uses a computer on the internet. Attendees will learn the security threats inherent to today's workplace as well as the countermeasures associated with these attacks.
</div>
</div>
</div>
<div class="col-4">
<div class="card course">
<div class="card-img-top">
<img src="img/medal2.PNG" class="courseimg">
</div>
<div class="card-title">
<h4><a href="https://www.mile2.com/ccsa-outline/" target="blank"> Certified Cyber Security Analyst(CCSA)</a></h4>
</div>
<div class="card-subtitle" style="text-align: justify;">
Intermediate Level
</div>
<div class="card-body" style="text-align: justify;">
Our Certified Cyber Security Analyst course helps you prepare an organization to create a complete end to end solution for proactively monitoring, preventing, detecting, and mitigating threats as they arise in real time.
</div>
</div>
</div>
<div class="col-4">
<div class="card course">
<div class="card-img-top">
<img src="img/medal3.PNG" class="courseimg">
</div>
<div class="card-title">
<h4><a href="https://www.mile2.com/cdfa-outline/" target="blank"> Certified Digital Forensics Examiner(CDFA)</a></h4>
</div>
<div class="card-subtitle" style="text-align: justify;">
Advanced Level
</div>
<div class="card-body" style="text-align: justify;">
The Certified Digital Forensics Examiner, C)DFE certification is designed to train Cyber Crime and Fraud Investigators. Students are taught electronic discovery and advanced investigation techniques.
</div>
</div>
</div>
</div>
<div class="row "><!--second-->
<div class="col-4">
<div class="card course">
<div class="card-img-top">
<img src="img/medal4.PNG" class="courseimg">
</div>
<div class="card-title">
<h4><a href="https://www.mile2.com/cisso-outline/" target="blank"> Certified Information Systems Security Officer(CISSO)</a></h4>
</div>
<div class="card-subtitle" style="text-align: justify;">
Advanced Level
</div>
<div class="card-body" style="text-align: justify;">
If you are look for the "gotta have it" cybersecurity course,then the Certified Information Systems Security Officer is for you. The C)ISSO will prepare you with a broad range of knowledge and skills required of a security officer.
</div>
</div>
</div>
<div class="col-4">
<div class="card course">
<div class="card-img-top">
<img src="img/medal5.PNG" class="courseimg">
</div>
<div class="card-title">
<h4><a href="https://www.mile2.com/cpeh-outline/" target="blank"> Certified Professional Ethical Hacker(CPEH)</a></h4>
</div>
<div class="card-subtitle" style="text-align: justify;">
Intermediate Level
</div>
<div class="card-body" style="text-align: justify;">
To protect an information system you need to be able to see that system through the eyes of the attacker. The Certified Professional Ethical Hacker certification course is the foundational training to Mile2's line of penetration testing courses beacuse it teaches you to think like a hacker.
</div>
</div>
</div>
<div class="col-4">
<div class="card course">
<div class="card-img-top">
<img src="img/medal6.PNG" class="courseimg">
</div>
<div class="card-title">
<h4><a href="https://www.mile2.com/cpte-outline/" target="blank"> Certified Penetration Testing Engineer(CPTE)</a></h4>
</div>
<div class="card-subtitle" style="text-align: justify;">
Intermediate Level
</div>
<div class="card-body" style="text-align: justify;">
A Certified Penetration Testing Engineer imagines all of the ways that a hacker can penetrate a data system. You have to go beyond what you learned as an Ethical Hacker because pen testing explores technical and non-technical ways of breaching security to gain access to a system.
</div>
</div>
</div>
</div>
</section>
<br>
<section>
<div id="carouselExampleIndicators2" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators2" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators2" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators2" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active crimg animate__animated animate__slideInLeft">
<div class="row" style="margin:1%;">
<div class="col-4" style="border-radius: 50px;">
<div class="card" style="background-image: linear-gradient(blue,violet);color:white;height:400px;">
<div class="card-title">
<h3>Artificial Intelligence and Machine Learning</h3>
</div>
<div class="card-body">
Artificial intelligence (AI), deep learning, and neural networks represent incredibly exciting and powerful machine learning-based techniques used to solve many real-world problems. While human-like deductive reasoning, inference, and decision-making by a computer is still a long time away, there have been remarkable gains in the application of AI techniques and associated algorithms.
</div>
</div>
</div><!--col-->
<div class="col-4" style="border-radius: 50px;">
<div class="card" style="background-image: linear-gradient(blue,violet);color:white;height:400px;">
<div class="card-title">
<h3>Cyber Forensics</h3>
</div>
<div class="card-body">
Computer forensics is the application of investigation and analysis techniques to gather and preserve evidence from a particular computing device in a way that is suitable for presentation in a court of law. The goal of computer forensics is to perform a structured investigation while maintaining a documented chain of evidence to find out exactly what happened on a computing device and who was responsible for it.
</div>
</div>
</div><!--col-->
<div class="col-4" style="border-radius: 50px;">
<div class="card" style="background-image: linear-gradient(blue,violet);color:white;height:400px;">
<div class="card-title">
<h3>Placement Training</h3>
</div>
<div class="card-body">
Placement training plays a major role in shaping up the career goals of students. Keeping this key aspect into consideration, it is realized that training is important for engineering students to enhance their employability skills and achieve good placement in various Industries.
</div>
</div>
</div><!--col-->
</div>
</div> <!--carousel-item-->
<div class="carousel-item crimg animate__animated animate__slideInRight">
<div class="row" style="margin:1%;" >
<div class="col-4" style="border-radius: 50px;">
<div class="card" style="background-image: linear-gradient(blue,violet);color:white;height:400px;">
<div class="card-title">
<h3> Introduction to Cyber security</h3>
</div>
<div class="card-body">
The purpose of the introduction training program is to provide individuals with the necessary knowledge and skills to protect their information assets. This class will immerse students into an interactive environment where they will acquire a fundamental understanding of various computer and network security threats such as identity theft, credit card fraud, online banking phishing scams, virus and backdoors, emails hoaxes, sex offenders lurking online, loss of confidential information, hacking attacks and social engineering. More importantly, the skills learned from the class helps students take the necessary steps to mitigate their security exposure.
</div>
</div>
</div><!--col-->
<div class="col-4" style="border-radius: 50px;">
<div class="card" style="background-image: linear-gradient(blue,violet);color:white;height:400px;">
<div class="card-title">
<h3>Network Security</h3>
</div>
<div class="card-body">
The primary objective for a network penetration test is to identify exploitable vulnerabilities in networks, systems, hosts and network devices (ie: routers, switches) before hackers are able to discover and exploit them. Network penetration testing will reveal real-world opportunities for hackers to be able to compromise systems and networks in such a way that allows for unauthorized access to sensitive data or even take-over systems for malicious/non-business purposes.
</div>
</div>
</div><!--col-->
<div class="col-4" style="border-radius: 50px;">
<div class="card" style="background-image: linear-gradient(blue,violet);color:white;height:400px;">
<div class="card-title">
<h3>Web Application Security</h3>
</div>
<div class="card-body">
Web penetration testing specifically targets applications with browser based clients. This encompasses the vast majority of applications used in today’s businesses. Because of the wide use of web-based applications, web penetration testing occupies a central location in any modern cybersecurity implementation.
</div>
</div>
</div><!--col-->
</div><!--row2-->
</div><!--citem-->
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<footer>
<br><br><br>
<div class="row">
<div class="col-md-3 col-lg-3">
<h5><u>Connect with us</u></h5>
<ul style="list-style-type: none;">
<li>
<span><i class="fa fa-address-book" aria-hidden="true" style="color;"></i> 172A, SIHS Colony,
Civil Aerodrome post, Coimbatore,
Tamil Nadu-641014, India;</span>
</li>
<li>
<i class="fa fa-phone" aria-hidden="true"></i> +91 8875 6078
</li>
<li>
<i class="fa fa-envelope" aria-hidden="true"></i> santhya@alfabetagamma.com
</li>
</ul>
</div>
<div class="col-md-3 col-lg-3">
<h5><u>SERVICES LINK</u></h5>
<ul style="list-style-type: square;">
<li><a href="alpha.html" style="color:white;text-decoration: none;">Alfa</a></li>
<li><a href="beta.html" style="color:white;text-decoration: none;">Beta</a></li>
<li><a href="gamma.html"style="color:white;text-decoration: none;">Gamma</a></li>
</ul>
</div>
<div class="col-md-3 col-lg-3">
<h5><u>QUICK LINKS</u></h5>
<li><a href="about.html" style="color:white;text-decoration: none;">About Us</a></li>
<li><a href="contact.html" style="color:white;text-decoration: none;">Contact Us</a></li>
</div>
<div class="col-md-3 col-lg-3">
<h5><u>OPENING HOURS</u></h5>
Mon-Sat:10AM-7PM
</div>
</div>
<hr>
<br><br>
<div>
<div style="text-align: center;justify-content: space-between;">
<i class="fa fa-facebook" aria-hidden="true"></i> 
<i class="fa fa-twitter" aria-hidden="true"></i> 
<i class="fa fa-linkedin" aria-hidden="true"></i> 
<i class="fa fa-youtube" aria-hidden="true"></i> 
</div>
<p style="text-align: center;">Copyright All rights reserved</p></div>
</footer>
</body>
</html>