-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
847 lines (749 loc) · 30.8 KB
/
faq.html
File metadata and controls
847 lines (749 loc) · 30.8 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
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Frequently Asked Questions about Fallible's cybersecurity services. Get answers to penetration testing, mobile app security, vulnerability assessment, and pricing questions.">
<meta name="keywords" content="cybersecurity FAQ, penetration testing questions, mobile app security, vulnerability assessment, security consulting FAQ, bangalore cybersecurity">
<meta name="author" content="Checksum Labs, Inc.">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="theme-color" content="#2563eb">
<!-- Canonical URL -->
<link rel="canonical" href="https://fallible.co/faq.html">
<!-- Open Graph Tags -->
<meta property="og:title" content="Frequently Asked Questions - Fallible Cybersecurity">
<meta property="og:description" content="Get answers to common questions about our cybersecurity services, penetration testing, mobile app security, and pricing.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://fallible.co/faq.html">
<meta property="og:site_name" content="Fallible - Checksum Labs">
<meta property="og:image" content="https://fallible.co/apple-touch-icon.png">
<meta property="og:locale" content="en_US">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@fallible_inc">
<meta name="twitter:title" content="Cybersecurity FAQ - Fallible">
<meta name="twitter:description" content="Get answers to common questions about our cybersecurity services and solutions.">
<meta name="twitter:image" content="https://fallible.co/apple-touch-icon.png">
<title>Frequently Asked Questions - Fallible</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Preconnect for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--primary-color: #ffffff;
--secondary-color: #f8fafc;
--tertiary-color: #f1f5f9;
--accent-color: #2563eb;
--accent-secondary: #1e40af;
--accent-muted: #3b82f6;
--text-primary: #0f172a;
--text-secondary: #475569;
--text-muted: #64748b;
--text-light: #94a3b8;
--border-color: #e2e8f0;
--border-light: #f1f5f9;
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background: var(--primary-color);
color: var(--text-primary);
line-height: 1.6;
}
/* Navigation */
.navbar {
position: fixed;
top: 0;
width: 100%;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
z-index: 1000;
padding: 1rem 0;
transition: all 0.3s ease;
border-bottom: 1px solid var(--border-light);
}
.navbar.scrolled {
background: rgba(255, 255, 255, 0.98);
border-bottom: 1px solid var(--border-color);
box-shadow: var(--shadow-md);
}
.nav-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
text-decoration: none;
transition: all 0.3s ease;
}
.logo:hover {
color: var(--accent-color);
}
.nav-menu {
display: flex;
list-style: none;
gap: 2rem;
align-items: center;
}
.nav-item a {
color: var(--text-secondary);
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
padding: 0.5rem 0;
}
.nav-item a:hover {
color: var(--accent-color);
}
.nav-item a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--accent-color);
transition: width 0.3s ease;
}
.nav-item a:hover::after {
width: 100%;
}
.cta-button {
background: var(--accent-color);
color: white;
padding: 0.75rem 1.5rem;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: none;
}
.cta-button:hover {
background: var(--accent-secondary);
box-shadow: var(--shadow-lg);
}
/* Main Content */
.main-content {
padding-top: 6rem;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}
.faq-header {
text-align: center;
padding: 4rem 0;
background: var(--secondary-color);
}
.faq-title {
font-size: 3rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
letter-spacing: -0.025em;
}
.faq-subtitle {
font-size: 1.25rem;
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto;
}
/* FAQ Section */
.faq-section {
padding: 4rem 0;
}
.faq-grid {
display: grid;
gap: 1.5rem;
max-width: 800px;
margin: 0 auto;
}
.faq-item {
background: var(--primary-color);
border: 1px solid var(--border-color);
border-radius: 12px;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item:hover {
box-shadow: var(--shadow-md);
border-color: var(--accent-color);
}
.faq-question {
padding: 1.5rem 2rem;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease;
background: var(--tertiary-color);
}
.faq-question:hover {
background: var(--secondary-color);
}
.faq-question h3 {
font-size: 1.125rem;
font-weight: 600;
color: var(--text-primary);
margin: 0;
}
.faq-toggle {
color: var(--accent-color);
font-size: 1.25rem;
transition: transform 0.3s ease;
}
.faq-item.active .faq-toggle {
transform: rotate(180deg);
}
.faq-answer {
padding: 0 2rem;
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item.active .faq-answer {
padding: 1.5rem 2rem;
max-height: 200px;
}
.faq-answer p {
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
}
.faq-answer a {
color: var(--accent-color);
text-decoration: none;
font-weight: 500;
}
.faq-answer a:hover {
text-decoration: underline;
}
/* Contact CTA */
.contact-cta {
background: var(--secondary-color);
padding: 4rem 0;
text-align: center;
}
.cta-content {
max-width: 600px;
margin: 0 auto;
}
.cta-title {
font-size: 2rem;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 1rem;
}
.cta-text {
color: var(--text-secondary);
margin-bottom: 2rem;
font-size: 1.125rem;
}
.cta-buttons {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
}
.btn-primary {
background: var(--accent-color);
color: white;
padding: 1rem 2rem;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.btn-primary:hover {
background: var(--accent-secondary);
box-shadow: var(--shadow-lg);
}
.btn-secondary {
background: transparent;
color: var(--accent-color);
padding: 1rem 2rem;
border: 1px solid var(--accent-color);
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.btn-secondary:hover {
background: var(--accent-color);
color: white;
}
/* Footer */
.footer {
background: var(--primary-color);
padding: 4rem 0 2rem;
border-top: 1px solid var(--border-color);
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 3rem;
margin-bottom: 3rem;
}
.footer-section h3 {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 1.5rem;
color: var(--text-primary);
}
.footer-section p,
.footer-section a {
color: var(--text-muted);
text-decoration: none;
line-height: 1.8;
transition: color 0.3s ease;
font-size: 0.875rem;
}
.footer-section a:hover {
color: var(--accent-color);
}
.social-links {
display: flex;
gap: 1rem;
margin-top: 1rem;
}
.social-link {
width: 36px;
height: 36px;
background: var(--secondary-color);
border: 1px solid var(--border-color);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-muted);
text-decoration: none;
transition: all 0.3s ease;
}
.social-link:hover {
background: var(--accent-color);
color: white;
border-color: var(--accent-color);
}
.footer-bottom {
text-align: center;
padding-top: 2rem;
border-top: 1px solid var(--border-color);
color: var(--text-muted);
font-size: 0.875rem;
}
/* Mobile Menu */
.mobile-menu-toggle {
display: none;
background: none;
border: none;
color: var(--text-primary);
font-size: 1.5rem;
cursor: pointer;
}
.nav-menu.active {
display: flex !important;
position: fixed;
top: 100%;
left: 0;
width: 100%;
background: var(--primary-color);
flex-direction: column;
padding: 2rem;
box-shadow: var(--shadow-lg);
border-top: 1px solid var(--border-color);
z-index: 999;
}
.nav-menu.active .nav-item {
margin: 0.5rem 0;
}
.nav-menu.active .nav-item a {
padding: 1rem 0;
display: block;
text-align: center;
border-bottom: 1px solid var(--border-light);
}
/* Responsive Design */
@media (max-width: 768px) {
.nav-menu {
display: none;
}
.mobile-menu-toggle {
display: block;
}
.faq-title {
font-size: 2.5rem;
}
.faq-question {
padding: 1rem 1.5rem;
}
.faq-item.active .faq-answer {
padding: 1rem 1.5rem;
}
.cta-buttons {
flex-direction: column;
align-items: center;
}
.btn-primary,
.btn-secondary {
width: 100%;
max-width: 300px;
text-align: center;
}
}
</style>
<!-- JSON-LD Structured Data for FAQ -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need to give access to our code base?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. We do not need access to your code base. We can find vulnerabilities without that access by monitoring the API calls your app makes, which is sufficient for our comprehensive security analysis."
}
},
{
"@type": "Question",
"name": "My code base is in Python, can you work with Python?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, the programming language or your tech stack is immaterial to us. Since we don't need access to your code base, we can work with any technology stack. We monitor API calls and perform security analysis regardless of the underlying technology."
}
},
{
"@type": "Question",
"name": "How long does it take you to verify a fix to your reported bug?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Within minutes. We have dedicated security staff monitoring bug reports, and our experts can verify fixes quickly and inform you immediately if the remediation is successful."
}
},
{
"@type": "Question",
"name": "Can we get a refund if we discontinue with the service?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. We offer refunds for the remaining months of your subscription if you decide to discontinue our service. Please refer to our refund policy for complete details."
}
},
{
"@type": "Question",
"name": "Your plan is too costly for us, can we negotiate?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Our pricing is standardized. However, if you are a bootstrapping startup, please reach out to us at hello@fallible.co and we will work something out to support your growth."
}
},
{
"@type": "Question",
"name": "What types of security vulnerabilities do you detect?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We detect a wide range of vulnerabilities including SQL injection, XSS, authentication bypasses, logic flaws, payment vulnerabilities, data leaks, API security issues, mobile app vulnerabilities, and open-source component vulnerabilities."
}
},
{
"@type": "Question",
"name": "How often do you provide security reports?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For our Standard plan, we provide weekly security reports. Enterprise customers receive on-demand reporting with real-time alerts for critical vulnerabilities. All reports include detailed findings, risk assessments, and remediation guidance."
}
},
{
"@type": "Question",
"name": "Do you provide compliance reporting?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we provide compliance reporting for various standards including PCI DSS, SOC 2, GDPR, and other regulatory requirements. Our reports help you meet audit requirements and maintain compliance standards."
}
}
]
}
</script>
<!-- Breadcrumb Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://fallible.co/"
},
{
"@type": "ListItem",
"position": 2,
"name": "FAQ",
"item": "https://fallible.co/faq.html"
}
]
}
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<a href="index.html" class="logo">Fallible</a>
<ul class="nav-menu">
<li class="nav-item"><a href="index.html#services">Services</a></li>
<li class="nav-item"><a href="fallible-managed-security.html">Managed Security</a></li>
<li class="nav-item"><a href="pricing.html">Pricing</a></li>
<li class="nav-item"><a href="https://medium.com/@fallible">Blog</a></li>
<li class="nav-item"><a href="faq.html">FAQ</a></li>
<li class="nav-item"><a href="contactus.html">Contact</a></li>
</ul>
<a href="https://dashboard.fallible.co/login" class="cta-button">Dashboard</a>
<button class="mobile-menu-toggle">
<i class="fas fa-bars"></i>
</button>
</div>
</nav>
<!-- Main Content -->
<main class="main-content">
<!-- FAQ Header -->
<section class="faq-header">
<div class="container">
<h1 class="faq-title">Frequently Asked Questions</h1>
<p class="faq-subtitle">Find answers to common questions about our cybersecurity services and solutions.</p>
</div>
</section>
<!-- FAQ Section -->
<section class="faq-section">
<div class="container">
<div class="faq-grid">
<!-- FAQ Item 1 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>Do I need to give access to our code base?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>No. We do not need access to your code base. We can find vulnerabilities without that access by monitoring the API calls your app makes, which is sufficient for our comprehensive security analysis.</p>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>My code base is in Python, can you work with Python?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>Yes, the programming language or your tech stack is immaterial to us. Since we don't need access to your code base, we can work with any technology stack. We monitor API calls and perform security analysis regardless of the underlying technology.</p>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>How long does it take you to verify a fix to your reported bug?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>Within minutes. We have dedicated security staff monitoring bug reports, and our experts can verify fixes quickly and inform you immediately if the remediation is successful.</p>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>Can we get a refund if we discontinue with the service?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>Yes. We offer refunds for the remaining months of your subscription if you decide to discontinue our service. Please refer to our <a href="refund.html">refund policy</a> for complete details.</p>
</div>
</div>
<!-- FAQ Item 5 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>Your plan is too costly for us, can we negotiate?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>Our pricing is standardized. However, if you are a bootstrapping startup, please reach out to us at <a href="mailto:hello@fallible.co">hello@fallible.co</a> and we will work something out to support your growth.</p>
</div>
</div>
<!-- FAQ Item 6 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>What types of security vulnerabilities do you detect?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>We detect a wide range of vulnerabilities including SQL injection, XSS, authentication bypasses, logic flaws, payment vulnerabilities, data leaks, API security issues, mobile app vulnerabilities, and open-source component vulnerabilities.</p>
</div>
</div>
<!-- FAQ Item 7 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>How often do you provide security reports?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>For our Standard plan, we provide weekly security reports. Enterprise customers receive on-demand reporting with real-time alerts for critical vulnerabilities. All reports include detailed findings, risk assessments, and remediation guidance.</p>
</div>
</div>
<!-- FAQ Item 8 -->
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
<h3>Do you provide compliance reporting?</h3>
<i class="fas fa-chevron-down faq-toggle"></i>
</div>
<div class="faq-answer">
<p>Yes, we provide compliance reporting for various standards including PCI DSS, SOC 2, GDPR, and other regulatory requirements. Our reports help you meet audit requirements and maintain compliance standards.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact CTA -->
<section class="contact-cta">
<div class="container">
<div class="cta-content">
<h2 class="cta-title">Still have questions?</h2>
<p class="cta-text">Our security experts are here to help. Get in touch with us for personalized assistance with your cybersecurity needs.</p>
<div class="cta-buttons">
<a href="contactus.html" class="btn-primary">Contact Us</a>
<a href="https://dashboard.fallible.co/signup" class="btn-secondary">Sign Up Now</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>Fallible</h3>
<p>Elite cybersecurity solutions for global organizations. Protecting your digital assets with cutting-edge security technologies and expert threat intelligence.</p>
<div class="social-links">
<a href="https://www.linkedin.com/company/fallible" class="social-link">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://twitter.com/fallible_inc" class="social-link">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/FallibleInc" class="social-link">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="footer-section">
<h3>Services</h3>
<p><a href="fallible-managed-security.html">Managed Security</a></p>
<p><a href="https://android.fallible.co">Mobile Security</a></p>
<p><a href="index.html#services">Security Consulting</a></p>
<p><a href="index.html#services">Cloud Security</a></p>
</div>
<div class="footer-section">
<h3>Resources</h3>
<p><a href="https://medium.com/@fallible">Security Blog</a></p>
<p><a href="https://github.com/FallibleInc/security-guide-for-developers">Security Guide for Developers</a></p>
<p><a href="https://github.com/FallibleInc">Open Source Projects</a></p>
<p><a href="faq.html">FAQ</a></p>
<p><a href="pricing.html">Pricing</a></p>
</div>
<div class="footer-section">
<h3>Company</h3>
<p><a href="contactus.html">Contact Us</a></p>
<p><a href="privacy.html">Privacy Policy</a></p>
<p><a href="terms.html">Terms of Service</a></p>
<p><a href="refund.html">Refund Policy</a></p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Checksum Labs, Inc. All rights reserved.</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script>
// Navbar scroll effect
window.addEventListener('scroll', function() {
const navbar = document.getElementById('navbar');
if (window.scrollY > 100) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
// Mobile menu toggle
document.querySelector('.mobile-menu-toggle').addEventListener('click', function() {
const navMenu = document.querySelector('.nav-menu');
const icon = this.querySelector('i');
navMenu.classList.toggle('active');
// Toggle icon between hamburger and X
if (navMenu.classList.contains('active')) {
icon.classList.remove('fa-bars');
icon.classList.add('fa-times');
} else {
icon.classList.remove('fa-times');
icon.classList.add('fa-bars');
}
});
// Close mobile menu when clicking on a link
document.querySelectorAll('.nav-menu .nav-item a').forEach(link => {
link.addEventListener('click', function() {
const navMenu = document.querySelector('.nav-menu');
const icon = document.querySelector('.mobile-menu-toggle i');
navMenu.classList.remove('active');
icon.classList.remove('fa-times');
icon.classList.add('fa-bars');
});
});
// FAQ toggle functionality
function toggleFaq(element) {
const faqItem = element.parentElement;
const isActive = faqItem.classList.contains('active');
// Close all FAQ items
document.querySelectorAll('.faq-item').forEach(item => {
item.classList.remove('active');
});
// Open clicked item if it wasn't already active
if (!isActive) {
faqItem.classList.add('active');
}
}
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68651333-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>