-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
454 lines (426 loc) · 16.6 KB
/
index.html
File metadata and controls
454 lines (426 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AllSafe | Cyber Security</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<!--NAVBAR START-->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a class="navbar-brand me-auto" href="#">AllSafe</a>
<div
class="offcanvas offcanvas-end"
tabindex="-1"
id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel"
>
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">NavMenu</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="offcanvas"
aria-label="Close"
></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-center flex-grow-1 pe-3">
<li class="nav-item">
<a
class="nav-link active"
aria-current="page"
href="#herosection"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link mx-lg-2" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link mx-lg-2" href="#technologies">Services</a>
</li>
<li class="nav-item">
<a class="nav-link mx-lg-2" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link mx-lg-2" href="#pricing">Price</a>
</li>
<li class="nav-item">
<a class="nav-link mx-lg-2" href="#contactus">Contact Us</a>
</li>
</ul>
</div>
</div>
<a href="login.html" class="login-button">Login</a>
<!-- Toggler button added here, positioned to the right -->
<div class="d-flex justify-content-end">
<button
class="navbar-toggler pe-0"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</nav>
<!--NAVBAR END-->
<!-- JavaScript to close the off-canvas menu when an item is clicked -->
<script>
document.addEventListener("DOMContentLoaded", function () {
const navLinks = document.querySelectorAll(".navbar-nav .nav-link");
const offcanvasNavbar = document.getElementById("offcanvasNavbar");
navLinks.forEach((link) => {
link.addEventListener("click", () => {
const offcanvas = bootstrap.Offcanvas.getInstance(offcanvasNavbar);
if (offcanvas) {
offcanvas.hide();
}
});
});
});
</script>
<!-- HERO SECTION START-->
<section class="hero-section" id="herosection">
<div
class="container d-flex align-items-center justify-content-center fs-1 text-white flex-column"
>
<h1>AllSafe: Safeguarding Your Digital World</h1>
<div class="separator"></div>
<p>
Empowering businesses with robust cybersecurity solutions, AllSafe
specializes in threat detection, data protection, and risk management.
Our mission is to protect your digital assets with cutting-edge
technology, ensuring your systems are always secure. With tailored
strategies and 24/7 support, we provide the peace of mind you need to
focus on growth while we handle the ever-evolving cyber threats.
</p>
</div>
</section>
<!-- HERO SECTION END-->
<!--About Us Secion Start-->
<section class="about-us" id="about">
<div class="container">
<h2>About Us <i class="fa fa-shield"></i></h2>
<p>
<strong>AllSafe</strong> is committed to providing top-notch
cybersecurity solutions. With a focus on
<strong>innovation</strong> and a deep understanding of evolving
threats, we have become a trusted partner for businesses looking to
secure their digital footprint. Our team of experts delivers solutions
that address present challenges while anticipating future risks,
ensuring our clients stay <strong>one step ahead</strong> in the
cybersecurity landscape.
</p>
<div class="separator"></div>
<h3><i class="fa fa-bullseye"></i> Our Mission</h3>
<p>
Our mission is to protect your digital assets with
<strong>cutting-edge technology</strong>. We aim to create a
<em>safe digital environment</em> where businesses can operate without
the constant worry of cyber threats. Our approach combines advanced
technology with a customer-centric focus, enabling us to design
solutions that meet the specific needs of each client.
<strong>Your safety is our priority.</strong>
</p>
<div class="separator"></div>
<h3><i class="fa fa-eye"></i> Our Vision</h3>
<p>
We envision a world where businesses can thrive without the fear of
cyber threats. In this world, <em>digital transformation</em> and
innovation are not hindered by security concerns. Instead, we believe
that with the right tools and strategies, organizations can
<strong>leverage the full potential</strong> of digital advancements.
Our vision drives us to continually push the boundaries of what is
possible in cybersecurity, ensuring that our clients remain resilient
and competitive.
</p>
<div class="separator"></div>
<h3><i class="fa fa-heart"></i> Our Values</h3>
<p>
<strong>Integrity</strong>, <strong>Excellence</strong>, and
<strong>Innovation</strong> are at the core of our operations. We
believe in building long-lasting relationships based on trust,
delivering exceptional service, and continuously exploring new ways to
solve complex security challenges. Our commitment to these values
ensures that we remain a <em>reliable partner</em> to our clients,
helping them navigate the complexities of cybersecurity with
confidence.
</p>
<div class="separator"></div>
<h3><i class="fa fa-users"></i> Meet Our Team</h3>
<div class="team-members">
<div class="team-member">
<img src="img/team-1.jpg" alt="Team Member 1" class="fade-in" />
<h4>Giddeon Goddard</h4>
<p>CEO</p>
<p class="team-bio">
Giddeon is a visionary leader with over 15 years in cybersecurity,
committed to building a safer digital world.
</p>
</div>
<div class="team-member">
<img src="img/team-2.jpg" alt="Team Member 2" class="fade-in" />
<h4>Elliot Alderson</h4>
<p>CyberSecurity Engineer</p>
<p class="team-bio">
Elliot is the technical genius behind our innovative solutions,
leading our R&D team to new heights.
</p>
</div>
<div class="team-member">
<img src="img/team-3.jpg" alt="Team Member 2" class="fade-in" />
<h4>Angela Moss</h4>
<p>Account Executive</p>
<p class="team-bio">
Angela Moss, a dedicated Account Executive at AllSafe, excels in
building strong client relationships and delivering tailored
cybersecurity solutions to meet every client's unique needs.
</p>
</div>
</div>
</div>
</section>
<!--About Us Secion End-->
<!--Technologies Section Start-->
<section class="technologies" id="technologies">
<div class="container">
<h2>Technologies We Use</h2>
<p>
At AllSafe, we utilize a range of cutting-edge technologies to ensure
robust cybersecurity solutions. Here are some of the key tools and
technologies we rely on:
</p>
<div class="separator"></div>
<div class="tech-grid">
<div class="tech-item">
<img src="img/antivirus.png" alt="Antivirus Software" />
<h4>Antivirus Software</h4>
<p>Leading antivirus tools for comprehensive protection.</p>
</div>
<div class="tech-item">
<img src="img/server.png" alt="Firewall" />
<h4>Firewall</h4>
<p>Advanced firewalls to safeguard your network.</p>
</div>
<div class="tech-item">
<img src="img/data-encryption.png" alt="Encryption Tools" />
<h4>Encryption Tools</h4>
<p>Top encryption solutions to protect sensitive data.</p>
</div>
<div class="tech-item">
<img src="img/coding.png" alt="Machine Learning" />
<h4>Machine Learning</h4>
<p>Using AI to predict and prevent cyber threats.</p>
</div>
<div class="tech-item">
<img src="img/ssl-certificate.png" alt="SSL Certificates" />
<h4>SSL Certificates</h4>
<p>Ensuring secure communications over the internet.</p>
</div>
<div class="tech-item">
<img src="img/pentesting.png" alt="Penetration Testing" />
<h4>Penetration Testing</h4>
<p>Simulated attacks to identify vulnerabilities.</p>
</div>
</div>
</div>
</section>
<!--Technologies Section End-->
<!--Portfolio Section Start-->
<!-- Portfolio Section Start -->
<section class="portfolio" id="portfolio">
<div class="container">
<h2>Our Portfolio</h2>
<p>
Explore some of the projects we have successfully completed,
delivering robust and reliable cybersecurity solutions to our clients.
</p>
<div class="separator"></div>
<div class="portfolio-grid">
<div class="portfolio-item">
<img src="img/portfolio-1.jpg" alt="Project Guardian" />
<h4>Project Guardian</h4>
<p>
Comprehensive network security assessment and incident response
setup for a major financial institution, ensuring regulatory
compliance and data integrity.
</p>
</div>
<div class="portfolio-item">
<img src="img/portfolio-2.jpg" alt="MedSecure Initiative" />
<h4>MedSecure Initiative</h4>
<p>
Deployment of advanced encryption and data masking solutions for a
leading healthcare provider, safeguarding patient records and
sensitive data.
</p>
</div>
<div class="portfolio-item">
<img src="img/portfolio-3.jpg" alt="SkySafe" />
<h4>SkySafe</h4>
<p>
Comprehensive penetration testing and vulnerability analysis for a
multinational airline, fortifying their digital infrastructure
against cyber threats.
</p>
</div>
<div class="portfolio-item">
<img src="img/portfolio-4.jpg" alt="E-Com Shield" />
<h4>E-Com Shield</h4>
<p>
Enhanced cloud security and multi-factor authentication for a
large e-commerce platform, ensuring secure transactions and data
privacy.
</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!--Price Section Start-->
<!-- Price Section Start -->
<section class="pricing" id="pricing">
<div class="container">
<h2>Our Pricing Plans</h2>
<p>
Choose a plan that fits your needs. We offer flexible pricing options
to suit businesses of all sizes.
</p>
<div class="separator"></div>
<div class="pricing-grid">
<div class="pricing-card">
<h4>Basic Plan</h4>
<p class="price">$99<span>/month</span></p>
<ul>
<li>✔ Basic Network Security</li>
<li>✔ 24/7 Monitoring</li>
<li>✔ 1 Free Security Assessment</li>
<li>✖ No Advanced Threat Detection</li>
</ul>
<button class="btn btn-primary">Get Started</button>
</div>
<div class="pricing-card popular">
<h4>Pro Plan</h4>
<p class="price">$199<span>/month</span></p>
<ul>
<li>✔ Advanced Network Security</li>
<li>✔ 24/7 Monitoring & Support</li>
<li>✔ 3 Free Security Assessments</li>
<li>✔ Advanced Threat Detection</li>
</ul>
<button class="btn btn-primary">Get Started</button>
</div>
<div class="pricing-card">
<h4>Enterprise Plan</h4>
<p class="price">$399<span>/month</span></p>
<ul>
<li>✔ Comprehensive Security Suite</li>
<li>✔ Dedicated Support</li>
<li>✔ Unlimited Security Assessments</li>
<li>✔ Custom Threat Detection Solutions</li>
</ul>
<button class="btn btn-primary">Get Started</button>
</div>
</div>
</div>
</section>
<!-- Price Section End -->
<!--Contact US Start-->
<!-- Contact Us Section Start -->
<section class="contact-us" id="contactus">
<div class="container">
<h2>Contact Us</h2>
<p>
If you have any questions or need assistance, feel free to reach out
to us using the form below.
</p>
<div class="separator"></div>
<div class="contact-form">
<form>
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" placeholder="Your Name" required />
</div>
<div class="form-group">
<label for="email">Email</label>
<input
type="email"
id="email"
placeholder="Your Email"
required
/>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea
id="message"
placeholder="Your Message"
required
></textarea>
</div>
<div class="form-group">
<button type="submit">Send Message</button>
</div>
</form>
</div>
</div>
</section>
<!-- Contact Us Section End -->
<!--Contact Us End-->
<!--Price Section End-->
<!--Footer Section Start-->
<section class="footer-section">
<!-- Footer -->
<footer class="text-center text-white" style="background-color: #0a4275">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: CTA -->
<section class="cta-section">
<p class="d-flex justify-content-center align-items-center">
<span class="me-3">Register for free</span>
<button
data-mdb-ripple-init
type="button"
class="btn btn-outline-light btn-rounded"
>
Sign up!
</button>
</p>
</section>
<!-- Section: CTA -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div
class="text-center p-3"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© 2024 AllSafe. All rights reserved. |
<a class="text-white" href="https://allsafe.com/">AllSafe.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</section>
<!--Footer Section End-->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</body>
</html>