-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
672 lines (577 loc) · 29.1 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Hack-a-Chain</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MFHN294');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MFHN294"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<div class="logo me-auto">
<a href="index.html">
<div class="d-flex">
<img src="assets/img/favicon.png" alt="logo" style="height: 30px; width: 40px;">
<img src="assets/img/logo2.png" style="height: 30px; width: 200px;">
</div>
</a>
</div>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#about">Request a quote</a></li>
<li class="dropdown"><a href="#services"><span>Our services</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a class="nav-link scrollto" href="#services">Smart contract security audit</a></li>
<li><a class="nav-link scrollto" href="#services">KYC verification</a></li>
<li><a class="nav-link scrollto" href="#services">Blockchain development</a></li>
<li><a class="nav-link scrollto" href="#services">Security consulting</a></li>
</ul>
</li>
<li><a class="nav-link scrollto " href="#features">Methodology</a></li>
<li><a class="nav-link scrollto" href="#pricing">Pricing</a></li>
<li><a class="nav-link scrollto" href="https://t.me/hackachain" target="_blank" rel="noopener noreferrer">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="header-social-links d-flex align-items-center">
<a href="https://twitter.com/hackachain" target="_blank" rel="noopener noreferrer" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.instagram.com/hackachain/" target="_blank" rel="noopener noreferrer" class="instagram"><i class="bi bi-instagram"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center" data-aos="fade-up">
<div>
<h1>Smart contract security audits made for early-stage projects</h1>
<h2>
We are a team of talented security engineers on a mission to help
new blockchain projects achieve high security standards
</h2>
<a href="#about" class="btn-get-started scrollto">Get a quote</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left">
<img src="assets/img/hero-img.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col" data-aos="zoom-in">
<form id="quote-form">
<h2 class="mb-3">Request an audit</h2>
<div class="mb-3 row">
<div class="col">
<input type="email" name="email" class="form-control" placeholder="Email address" aria-label="Email address">
</div>
<div class="col">
<input type="text" name="telegram" class="form-control" placeholder="Telegram" aria-label="Telegram">
</div>
</div>
<div class="mb-3 row">
<div class="col">
<input type="text" name="source code" class="form-control" placeholder="Source code/github" aria-label="Source code/github">
</div>
<div class="col">
<input type="text" name="website" class="form-control" placeholder="Website (optional)" aria-label="Website (optional)">
</div>
</div>
<div class="mb-3">
<textarea class="form-control" name="description" placeholder="Project description (optional)" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<div class="mb-3">
<label class="form-check-label">Requested services</label>
</div>
<div class="mb-3 row">
<div class="col-12 col-md-6">
<input type="checkbox" name="SCaudit" class="form-check-input" id="auditCheck">
<label class="form-check-label" for="auditCheck">Smart contract security audit</label>
</div>
<div class="col-12 col-md-6">
<input type="checkbox" name="KYC" class="form-check-input" id="kycCheck">
<label class="form-check-label" for="kycCheck">KYC verification</label>
</div>
<div class="col-12 col-md-6">
<input type="checkbox" name="development" class="form-check-input" id="developmentCheck">
<label class="form-check-label" for="developmentCheck">Blockchain development</label>
</div>
<div class="col-12 col-md-6">
<input type="checkbox" name="consulting" class="form-check-input" id="consultingCheck">
<label class="form-check-label" for="consultingCheck">Security consulting</label>
</div>
</div>
<div class="mt-3 mb-3 row">
<div class="d-flex align-items-center">
<button type="submit" class="btn btn-primary me-3">Submit</button>
In a hurry? <a href="https://t.me/hackachain" target="_blank" rel="noopener noreferrer">Contact us on telegram for a faster reply</a>
</div>
<div class="col">
</div>
</div>
</form>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Services</h2>
<p>
We pride ourselves in offering best-in-class auditing services suited for the needs of new startup
blockchain projects, at accessible prices.
</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0" data-aos="zoom-in">
<div class="icon-box icon-box-pink">
<div class="icon"><i class="bx bx-shield-x"></i></div>
<h4 class="title">Startup security audit</h4>
<p class="description">
Full white-box review of smart contract code to detect any security vulnerabilites, including statical and dynamical analysis
with an extra manual analysis. We use a expedited process that allows us to offer very competitive pricing for new projects.
At the end, you'll receive a certification of security.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box icon-box-cyan">
<div class="icon"><i class="bx bx-id-card"></i></div>
<h4 class="title">KYC verification</h4>
<p class="description">
Proove to investors and the community that your project is not a scam. Our KYC verification digs into the personal data
of all team member and emits a certification, prooving that everyone is real and for real.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box icon-box-green">
<div class="icon"><i class="bx bxl-dev-to"></i></div>
<h4 class="title">Blockchain development</h4>
<p class="description">
Need help developing your blockchain application? Our team can help you build, test and deploy you app.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box icon-box-blue">
<div class="icon"><i class="bx bxs-shield-x"></i></div>
<h4 class="title">Security consulting</h4>
<p class="description">
After the startup phase, constant security audits and verifications are still needed. This is a pricier product
that will verify your code through extensive manual analysis to fins logical exploits and other security vulnerabilities
that can be very critical once the value of your dApp grows.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="pricing section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Pricing</h2>
<p>
We're proud to offer very accessible prices for startup projects. We understand that a security audit is very important
to get your first investors and we're willing to share the enterprise risk with you.
</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="box featured" data-aos="zoom-in">
<h3>Startup security audit</h3>
<h4><sup>$</sup>1000+</h4>
<ul>
<li>Quote based on project complexity</li>
<li>For ultra fast delivery a fee may apply</li>
<li>Best in class security audit for startup projects</li>
</ul>
<div class="btn-wrap">
<a href="#about" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-md-0">
<div class="box" data-aos="zoom-in" data-aos-delay="100">
<h3>KYC verification</h3>
<h4><sup>$</sup>100<span> / team member</span></h4>
<ul>
<li>Full document verification</li>
<li>Video proof of reallity</li>
<li>Social media reality analysis</li>
</ul>
<div class="btn-wrap">
<a href="#about" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-lg-0">
<div class="box" data-aos="zoom-in" data-aos-delay="200">
<h3>Blockchain development</h3>
<h4><sup>$</sup>350<span> / hour</span></h4>
<ul>
<li>Expertise in solidity development</li>
<li>We can build highly complex apps for you</li>
</ul>
<div class="btn-wrap">
<a href="#about" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-lg-0">
<div class="box" data-aos="zoom-in" data-aos-delay="300">
<span class="advanced">Advanced</span>
<h3>Security consulting</h3>
<h4><sup>$</sup>10,000+<span></span></h4>
<ul>
<li>Full team of security engineers allocated to your project</li>
<li>Meant for bigger projects</li>
<li>Capable of finding extremelly specific security vulnerabilites</li>
<li>Study of possible zero-day attacks</li>
</ul>
<div class="btn-wrap">
<a href="#about" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Pricing Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container">
<h2>Our auditing process</h2>
<div class="row">
<div class="col-lg-6 mt-2 mb-tg-0 order-2 order-lg-1">
<ul class="nav nav-tabs flex-column">
<li class="nav-item" data-aos="fade-up">
<a class="nav-link active show" data-bs-toggle="tab" href="#tab-1">
<h4>Code review</h4>
<p>
The first step is a review of the code and documentation, to
understand the business and contract logic.
</p>
</a>
</li>
<li class="nav-item mt-2" data-aos="fade-up" data-aos-delay="100">
<a class="nav-link" data-bs-toggle="tab" href="#tab-2">
<h4>Static and dynamic analysis</h4>
<p>
We run high quality detection software on your code to identify
security issues.
</p>
</a>
</li>
<li class="nav-item mt-2" data-aos="fade-up" data-aos-delay="200">
<a class="nav-link" data-bs-toggle="tab" href="#tab-3">
<h4>Manual analysis</h4>
<p>
After detecting all issues from our automated tools, our
engineers will perform a manual analysis, trying to hack or
exploit logic flaws in the contract
</p>
</a>
</li>
<li class="nav-item mt-2" data-aos="fade-up" data-aos-delay="300">
<a class="nav-link" data-bs-toggle="tab" href="#tab-4">
<h4>Reporting</h4>
<p>
We'll report all issues to you. After you fix them, we'll grant
you a certificate of secure contract.
</p>
</a>
</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2" data-aos="zoom-in">
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<figure>
<img src="assets/img/features-1.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-2">
<figure>
<img src="assets/img/features-2.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-3">
<figure>
<img src="assets/img/features-3.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-4">
<figure>
<img src="assets/img/features-4.png" alt="" class="img-fluid">
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Features Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container">
<div class="row" data-aos="zoom-in">
<div class="col-lg-9 text-center text-lg-start">
<h3>In need of a security audit? Lets talk</h3>
<p>I am sure we can offer your blockchain project the best security services at a very competitive pricing. Let's schedule a meeting!</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#about">Talk to us</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Testimonials Section ======= -->
<!-- <section id="testimonials" class="testimonials">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Testimonials</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section> -->
<!-- End Testimonials Section --> -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Clients</h2>
<p>
Projects of all kinds benefit from Hack-a-Chain services. Our client's list includes DeFi, Play to Earn, NFT and
many other blockchain uses
</p>
</div>
<div class="row no-gutters clients-wrap clearfix wow fadeInUp">
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" data-aos="zoom-in">
<img src="assets/img/clients/client-1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" data-aos="zoom-in" data-aos-delay="100">
<img src="assets/img/clients/client-2.png" class="img-fluid" alt="">
</div>
</div>
<!-- <div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" data-aos="zoom-in" data-aos-delay="150">
<img src="assets/img/clients/client-3.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/clients/client-4.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" data-aos="zoom-in" data-aos-delay="250">
<img src="assets/img/clients/client-5.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" data-aos="zoom-in" data-aos-delay="300">
<img src="assets/img/clients/client-6.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo" data-aos="zoom-in" data-aos-delay="350">
<img src="assets/img/clients/client-7.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6" data-aos="zoom-in" data-aos-delay="400">
<div class="client-logo">
<img src="assets/img/clients/client-8.png" class="img-fluid" alt="">
</div>
</div> -->
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Frequently Asked Questions</h2>
</div>
<ul class="faq-list">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq1">How long does a security audit take? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
Audits are usually concluded within 2 business days per smart contract. If you need a faster audit our team can deliver it, you'll be charged an extra fee.
After the audit is ready, if there are no vulnerabilities, you'll receive a certification. If there are vulnerabilities, you'll have
7 days to fix them, after that, we'll emit a certification.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq2" class="collapsed question">How can I see which projects Hack-a-Chain has audited? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
All previous audits can be found in our github page at <a href="https://github.com/hack-a-chain/security-audits" target="_blank" rel="noopener noreferrer">this link</a>.
</p>
</div>
</li>
</ul>
</div>
</section><!-- End Frequently Asked Questions Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<div class="d-flex mb-3">
<img src="assets/img/favicon.png" alt="logo" style="height: 30px; width: 40px;">
<img src="assets/img/logo2.png" style="height: 30px; width: 200px;">
</div>
<p>
1309 Coffeen Avenue STE 1200 <br>
Sheridan, WY 82801 <br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="https://twitter.com/hackachain" target="_blank" rel="noopener noreferrer" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.instagram.com/hackachain/" target="_blank" rel="noopener noreferrer" class="instagram"><i class="bx bxl-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://github.com/hack-a-chain/security-audits" target="_blank" rel="noopener noreferrer">Audit reports</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="terms_service.html" target="_blank" rel="noopener noreferrer">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="privacy_policy.html" target="_blank" rel="noopener noreferrer">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#services">Smart contract security audit</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">KYC verification</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">Blockchain development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">Security consulting</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/form_submission.js"></script>
</body>
</html>