forked from LintaPaul/Lintapaul.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
206 lines (196 loc) · 12.7 KB
/
about.html
File metadata and controls
206 lines (196 loc) · 12.7 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
<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-testsite</title>
<link rel="stylesheet" href="style.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.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>
<header>
<div class="row">
<div class="col-md-4">
<img src="image" alt="logo"></div>
<div class="col-md-4">
<p>RING US</p>
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-telephone-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2.267.98a1.636 1.636 0 0 1 2.448.152l1.681 2.162c.309.396.418.913.296 1.4l-.513 2.053a.636.636 0 0 0 .167.604L8.65 9.654a.636.636 0 0 0 .604.167l2.052-.513a1.636 1.636 0 0 1 1.401.296l2.162 1.681c.777.604.849 1.753.153 2.448l-.97.97c-.693.693-1.73.998-2.697.658a17.47 17.47 0 0 1-6.571-4.144A17.47 17.47 0 0 1 .639 4.646c-.34-.967-.035-2.004.658-2.698l.97-.969z"/>
</svg>+91 89675432</div>
<div class="col-md-4">
<p>OFFICE TIMING</p>
<svg width="2em" height="1em" viewBox="0 0 16 16" class="bi bi-alarm-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM11.613 1.86a2.5 2.5 0 1 1 3.527 3.527 8.035 8.035 0 0 0-3.527-3.527zM8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z"/>
</svg>7AM-9PM
</div>
</div>
</header>
<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">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>
<div>
<div class="crtext ">
<h2 style="text-align: center;">About Us</h2>
</div>
<img class="d-block w-100 himg" src="img/locks.jpg" alt="image not loaded">
</div>
<section class="animate__animated animate__slideInLeft">
<h2 style="text-align: center;" >Our Aspiration</h2>
<p style="text-align: justify;padding:12px;">
We drive our initiatives by influencing budding cyber security enthusiasts to enable the implementation of first-class technical training, pioneering cyber security services and solutions that facilitates our partners and patrons to outperform in cyberspace.
<ul>
<li>To become a apparent research center in cyber security addressing the expectations of cyber security head hunters.</li>
<li>To edify and prepare the future leaders of cyber security from academic circles, government and industry.</li>
<li>To become the first choice for the cyber enthusiasts, government agencies, industry stakeholders and cyber societies who are in need of pioneering research, technical insights and carrier guidance with reference to cyber security.</li>
<li>To be a catalyst of the information security industry in India through joint research projects with security companies and like-minded research and development organizations in cyberspace</li>
</ul> </p>
</section>
<section>
<div class="row" style="padding: 12px;">
<div class="col-6 animate__animated animate__slideInUp">
<h3>Vision</h3>
<p>
To inhabit an enduring and established cyber security practice that continually innovates at the speed of inspiration to bridge the gaps in cyber security skills. This determination in turn smoothens the progress of A-B-G services on the way to earn the trust of our patrons by delivering the best of our ability.
</p>
</div>
<div class="col-6 animate__animated animate__slideInUp">
<h3>Mission</h3>
<p>
Delivering concrete cyber security technical edification, pioneering cyber security services and in this manner formulating solutions that endorse employability across cyberspace is our highest precedence.
</p>
</div>
</div>
</section>
<section class="tabbed">
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'Profile')">Company Profile</button>
<button class="tablinks" onclick="openCity(event, 'Culture')">Our Culture</button>
<button class="tablinks" onclick="openCity(event, 'Cares')">ABG Cares</button>
</div>
<div id="Profile" class="tabcontent">
<h3>Our Company Profile</h3>
<p>ALFA BETA GAMMA Cyber Solutions, on the rise startup cyber security training company that concentrate in cyber security training & services. We make every effort to build enduring business associations in the midst of our partner's expectations in securing their IT infrastructure and digital identities. We are persistently on the lookout for improving our acquaintances knowledge in cyberspace. Whichever company that desires to keeps going with a consistent presence in the digital world is in critical need of modern cyber security, and ABG is here to lend a hand. Our cyber security training and testing services offer tailored solutions for patrons on a national scale. We bring a real transformation put into practice cultured in cyberspace, a pragmatic come up to train cyber security enthusiasts and secure patrons digital assets.</p>
</div>
<div id="Culture" class="tabcontent">
<h3>Our Culture</h3>
<p>
At ABG, the security culture is aggressively controlled and held up by the company and its human resources. You can always persuade and have power over it when you become conscious that something is going in a different direction from the one you wished-for. Although cyber security is a multifaceted issue, too often organization trims down the problem with the sole purpose to meet the technical solutions needed to defend the big business. Formulating a culture where all workforce see themselves as having an conscientious cyber security role is key to successfully deal with the cyber security threats that you face.</p>
</div>
<div id="Cares" class="tabcontent">
<h3>ABG Cares</h3>
<p>We care for scrutinizing the following 3 C's precisely to protect children online.
<ul>
<li> Conduct (clean cyber habits)</li>
<li>Contact (only whom we know)</li>
<li>Context (what/how we share online)</li>
</ul>
'ABG Cares' conducts workshops, drills and awareness campaign for unprivileged rural children's to prevent cyber bullying by inculcating the clean cyber habits on not to respond to anonymous requests, not to recycle passwords, and to report to appropriate agencies as and when they feel insecure online. We constantly arrange free cyber awareness training for parents, teachers and social workers to be aware of everything children are doing online to be well organized to spot the risks and consequences of being constantly connected online.</p>
</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;">The Alpha</a></li>
<li><a href="beta.html" style="color:white;text-decoration: none;"> The Beta</a></li>
<li><a href="gamma.html"style="color:white;text-decoration: none;"> The 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>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
</html>