-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
731 lines (641 loc) · 35.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>QXIP BV</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- Load Require CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Font CSS -->
<link href="assets/css/boxicon.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Load Tempalte CSS -->
<link rel="stylesheet" href="assets/css/qxip.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css">
<link rel="stylesheet" href="assets/css/cookieAlert.css">
<script type="module" src="assets/js/cookiesalert.js"></script>
</head>
<body>
<!-- Header -->
<nav id="main_nav" class="navbar navbar-expand-lg navbar-light bg-white shadow">
<div class="container d-flex justify-content-between align-items-center">
<a class="navbar-brand h1" href="index.html">
<span class="text-dark h4"><img src="assets/img/qxip-logo-new.png" height="40px"></span> <span
class="h5" style="color:#a4a4a4;"></span>
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar-toggler-success" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="align-self-center collapse navbar-collapse flex-fill d-lg-flex justify-content-lg-between"
id="navbar-toggler-success">
<div class="flex-fill mx-xl-5 mb-2">
<ul class="nav navbar-nav d-flex justify-content-between mx-xl-5 text-center text-dark">
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" target="_blank"
href="http://sipcapture.org/#home">Open-Source</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" target="_blank"
href="https://hepic.tel/">Commercial</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="work.html">Use Cases</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="getstarted.html">Get
Started</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="navbar align-self-center d-flex">
</div>
</div>
</div>
</nav>
<!-- Close Header -->
<!-- Start Banner Hero -->
<div class="banner-wrapper bg-light cover-wrapper">
<div id="index_banner" class="banner-vertical-center-index container-fluid pt-5 cover anim-cover">
<video loop muted autoplay poster="assets/img/black-phone.jpg" class="cover">
<source src="assets/video/video-bg.webm" type="video/webm">
<source src="assets/video/video-bg.mp4" type="video/mp4">
</video>
<!-- Start slider -->
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<ol class="carousel-indicators">
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row d-flex align-items-center text-center">
<div class="banner-content col-lg-8 col-8 offset-2 m-lg-auto text-left pb-5">
<h1
class="banner-heading text-white text-center display-3 mb-0 pb-5 mx-0 px-0 typo-space-line-center">
Voice Capture <br />Engineering<br /> & Development
</h1>
<p class="banner-body py-3 text-white fs-5 text-center">
With 15+ years of Telecom / Voice OSS and Design Experience,
<img src="assets/img/qxip-logo-new.png" height="32px" alt=""> is the Customer<br />
choice when it comes
to real-time VoIP
and RTC visibility, open troubleshooting tools,<br /> BI/analytics
and alerting emitters, with a set of proven interoperable,
flexible and<br /> operational cost-killer and time-to-repair
accelerating tools for all engineering tiers.
</p>
<a class="banner-button btn rounded-pill btn-outline-primary btn-lg px-4 text-center"
href="getstarted.html" role="button">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="py-5 row d-flex align-items-center text-center">
<div class="banner-content text-center col-lg-5 col-5 m-lg-auto text-left pb-5">
<h1
class="banner-heading text-white display-4 mb-0 pb-3 mx-0 px-0 typo-space-line-center">
Unique Field Expertise
</h1>
<p class="banner-body py-5 text-white fs-5">
<img src="assets/img/qxip-logo-new.png" height="32px" alt=""> provides its customers with the unique expertise accumulated serving some of the largest and most complex operators and enterprises worldwide.
</p>
<a class="banner-button btn rounded-pill btn-outline-primary btn-lg px-4"
href="getstarted.html" role="button">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="py-5 row d-flex align-items-center text-center">
<div class="banner-content col-lg-8 col-8 offset-2 m-lg-auto text-left py-5 pb-5">
<h1
class="banner-heading text-white display-4 mb-0 pb-3 mx-0 px-0 typo-space-line-center">
Open-Source and Commercial<br /> components adopted worldwide
</h1>
<p class="banner-body py-5 text-white fs-5">
<img src="assets/img/qxip-logo-new.png" height="32px" alt=""> is a go-to vendor for
VoIP/RTC Packet
Capture, Monitoring
and Troubleshooting technologies, leveraging its unique design know-how and
widely adopted framework of
<a class="banner-link" href="http://sipcapture.org" target="_blank">open-source</a>
and <a class="banner-link" href="https://hepic.tel" target="_blank">commercial</a>
components.
</p>
<div class="d-flex justify-content-center">
<a class="banner-button btn rounded-pill btn-outline-primary btn-md px-4 mx-4"
target="_blank" href="http://sipcapture.org" role="button">Check Open-Source
Solution</a>
<a class="banner-button btn rounded-pill btn-outline-primary btn-md px-4 mx-4"
target="_blank" href="https://hepic.tel" role="button">Check Commercial
Solution</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="text-center">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/homer_1.png" width="150px"
alt="">
</figure>
</div>
</div>
<div class="row d-flex align-items-center ">
<div class="banner-content col-lg-8 col-8 offset-2 m-lg-auto py-3 pb-5 text-center">
<p class="display-5 text-white">
100% Open-Source<br/>VoIP and RTC Monitoring Framework
</p>
<p class="banner-body text-white pb-5 fs-5">
you might know us for <strong class="text-danger fs-3 fw-bold">homer</strong>, part of the ever growing
<a class="banner-link text-danger fw-bold" href="http://sipcapture.org"
target="_blank">hep</a> stack, our flagship project with native support in all major voice platforms and a wonderful community of users
</p>
<a class="text-end banner-button btn rounded-pill btn-outline-primary btn-lg px-4"
href="http://sipcapture.org" target="_blank" role="button">More Information</a>
</div>
</div>
</div>
<div class="carousel-item">
<!-- add here images slider in gif-->
<div class="py-5 row d-flex align-items-center">
<div class="banner-content col-lg-8 col-8 offset-2 m-lg-auto text-left py-5 pb-5">
<h1 class="banner-heading text-white display-3 mb-0 pb-3 mx-0 px-0 typo-space-line">
discover <strong class="fw-bold"><span
style="color:#1DC27C">h</span>epic.</strong>
</h1>
<div class="row">
<div class="col-7">
<p class="banner-body py-5 text-white fs-5">
<strong class="fs-3"><span style="color:#1DC27C">h</span>epic</strong>
is our top tier product shipping with features such as Real-Time Protocol & Session Tracking, RTP Analysis, Scriptable Correlation, Custom Tagging, Big-Data and Timeseries emitters, Clustering and so much more.
</p>
</div>
<div class="col-5 text-center">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/hepic-laptop.gif"
alt="">
</figure>
<a class="banner-button btn rounded-pill btn-outline-primary btn-lg px-4"
href="https://hepic.tel" target="_blank" role="button">Book a Demo</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev text-decoration-none" href="#carouselExampleIndicators" role="button"
data-bs-slide="prev">
<i class='bx bx-chevron-left'></i>
<span class="visually-hidden">Previous</span>
</a>
<a class="carousel-control-next text-decoration-none" href="#carouselExampleIndicators" role="button"
data-bs-slide="next">
<i class='bx bx-chevron-right'></i>
<span class="visually-hidden">Next</span>
</a>
</div>
<!-- End slider -->
</div>
</div>
<!-- End Banner Hero -->
<!-- End Recent Work -->
</div>
</section>
<!-- QXIP About section-->
<section class="bg-default py-5">
<div class="container py-5 pb-3">
<div class="row">
<div class="col-6 text-center">
<i class="bx bx-equalizer bx-lg display-1 text-muted rounded"></i>
<h3 class="display-5 text-muted text-center pb-3">
Voice Capture<br /> Engineering<br /> & Development
</h3>
</div>
<div class="col-6">
<img width="150px" src="assets/img/qxip-logo-new.png" alt="">
<p class="fs-4">
Is the Customer choice when it comes to real-time VoIP and RTC
visibility,
open troubleshooting tools, BI/analytics and alerting emitters,
with a set of proven interoperable, flexible and operational cost-killer
and time-to-repair accelerating tools for all engineering tiers.
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid pb-5">
<div class="col-12 py-5">
<!-- Slideshow container -->
<div class="slideshow-cont fs-4">
<div class="key-facts">Key Facts:</div>
<!-- Full-width slides/quotes -->
<div class="mySlides">
<q class="fs-5"><strong class="text-danger">qxip</strong> is an European company founded in 2014
in the Netherlands</q>
</div>
<div class="mySlides">
<q class="fs-5"> 25+ Years of experience in top tier Development and IP Telecom Space</q>
</div>
<div class="mySlides">
<q class="fs-5">Experienced Senior Contributors to OSS Telecom Projects (Freeswitch, Kamailio,
OpenSIPS, Wireshark, etc)</q>
</div>
<div class="mySlides">
<q class="fs-5">Highly Specialized Software and Voice Engineers supporting Operations across EU,
US,
APAC</q>
</div>
<div class="mySlides">
<q class="fs-5">1000s of Mission Critical Deployments and Billions of daily monitored minutes
under
our belt</q>
</div>
<!-- Next/prev buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<!-- Dots/bullets/indicators -->
<div class="dot-container">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
</div>
</div>
</div>
</section>
<!-- End Service -->
<!-- Start View Work -->
<!-- Use Cases Section-->
<section class="bg-light py-5">
<div class="container py-5 pb-5">
<div class="row d-flex justify-content-center text-center pb-5">
<div class="col-lg-2 col-12 text-muted align-items-center rocket-wrapper">
<i class='display-1 bx bxs-rocket bx-lg rocket anim-rocket'></i>
</div>
<div class="col-lg-7 col-12 pt-2 trainings-wrapper">
<h3 class="display-5 training anim-training"><img src="assets/img/qxip-logo-new.png" height="50px" alt=""> use cases</h3>
<p class="fs-4">We work with different use cases, ranging from small companies to some of the
largest enterprises in the world. Below you can see some of our use cases anonymised...</p>
</div>
<div class="col-lg-3 col-12 pt-4">
<a href="work.html"
class="banner-button btn rounded-pill btn-outline-danger btn-lg px-4 text-center">View Use
Cases</a>
</div>
</div>
<div class="row">
<div class="col-4 px-4">
<figure class="figure">
<a href="work.html" target="_blank">
<img src="./assets/img/company-2.jpg" class="figure-img img-fluid rounded" alt="">
</a>
</figure>
<h4 class="d-flex align-items-baseline">
Large Enterprise
</h4>
<p class="py-2"> One of the largest and well-respected multinational technology companies,
headquartered in
California, USA, that designs ...</p>
<a class="banner-button btn rounded-pill btn-outline-danger btn-md" href="/work.html"
target="_blank" role="button">More Information</a>
</div>
<div class="col-4 px-4">
<figure class="figure">
<a href="work.html" target="_blank">
<img src="./assets/img/server.jpg" class="figure-img img-fluid rounded" alt="">
</a>
</figure>
<h4 class="d-flex align-items-baseline">
Integrator
</h4>
<p class="py-2"> A global provider of enterprise cloud communications and collaboration software as
a service
(UCaaS) headquartered in the USA.</p>
<a class="banner-button btn rounded-pill btn-outline-danger btn-md" href="/work.html"
target="_blank" role="button">More Information</a>
</div>
<div class="col-4 px-4">
<figure class="figure">
<a href="work.html" target="_blank">
<img src="./assets/img/carriers-2.jpg" class="figure-img img-fluid rounded" alt="">
</a>
</figure>
<h4 class="d-flex align-items-baseline">
Carrier
</h4>
<p class="py-2">
Global provider of Trunking, Voice and Messaging services from the cloud for worldwide
businesses presence including local, national, mobile ...
</p>
<a class="banner-button btn rounded-pill btn-outline-danger btn-md" href="/work.html"
target="_blank" role="button">More Information</a>
</div>
</div>
</div>
</section>
<!-- Homer Section -->
<section class="bg-default py-5">
<div class="container py-5">
<div class="row text-center trainings-wrapper">
<h4 class="display-6 typo-space-line-center pb-5 training anim-training">
Open-Source and Commercial<br /> components adopted worldwide
</h4>
</div>
<div class="row">
<div class="col-2">
<!-- homer / sipcapture-->
<div class="text-center">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/homer_1.png" width="150px" alt="">
</figure>
</div>
</div>
<div class="col-6 py-3">
<p>
<span class="fs-5">
<strong class="text-danger fs-2">homer</strong> is part of the <strong
class="text-danger">SIPCAPTURE</strong> stack: A robust,
carrier-grade and modular
VoIP and RTC Capture Framework
for Analysis and Monitoring</span> with native
support for all major OSS Voice platforms and vendor-agnostic Capture
agents.
Counts thousands of deployments worldwide
including notorious
industry vendors, voice network operators and fortune 500 enterprises,
providing advanced search, end-to-end analysis and packet drill-down
capabilities for ITSPs, VoIP Providers and Trunk Suppliers using and
relying on VoIP services and RTC technologies - All 100% Open-Source.
</p>
<div class="d-flex align-items-center justify-content-around py-2">
<a class="banner-button btn rounded-pill btn-outline-danger btn-lg px-4 text-center"
href="http://sipcapture.org" target="_blank" role="button">More Information</a>
</div>
</div>
<div class="col-4">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/sipcapture1.gif" alt="">
</figure>
</div>
</div>
</section>
<!-- Hepic section -->
<section class="bg-dark py-5">
<div class="container py-5">
<div class="row">
<div class="col-6 py-3">
<!-- hepic / commertial-->
<p class="text-white">
<span class="fs-5">
<strong class="fs-2"><span style="color:#1DC27C">h</span>epic</strong> was Crafted from the
ground
up to provide all the critical features for the modern Telco and shipping
full of advanced features,
</span><br />
including Real-Time Session Tracking, RTP
Analyzers, Cross-Protocol Correlation, Group Aggregations, Big-Data,
Intelligent Alerting, Partitioning, Clustering and much more. All fully
compatible with our existing Open-Source HEP Stack and Agents, delivering
the best of both worlds.
</p>
<a class="banner-button btn rounded-pill btn-outline-primary btn-lg px-4 text-center"
href="https://hepic.tel" target="_blank" role="button">More Information</a>
</div>
<div class="col-6">
<figure class="figure">
<img class="figure-img img-fluid rounded" src="assets/img/hepic-laptop.gif" alt="">
</figure>
</div>
</div>
</div>
</div>
</section>
<!-- twitter section-->
<section class="py-5">
<div class="container py-4">
<div class="row">
<div class="col-7 text-center">
<figure>
<img src="assets/img/sipcapture_screen.gif" alt="">
</figure>
<p class="fs-3 text-muted py-3">
Find all <strong class="text-danger fw-bold">SIPCAPTURE</strong> projects on GitHub
</p>
<ul class="list-inline footer-icons py-3">
<li class="list-inline-item m-0">
<a class="text-dark" target="_blank" href="https://www.youtube.com/user/qxipvideo">
<i class='bx bxl-youtube bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-dark" target="_blank" href="https://www.twitter.com/sipcapture">
<i class='bx bxl-twitter bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-dark" target="_blank" href="https://www.linkedin.com/company/qxip">
<i class='bx bxl-linkedin bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-dark" target="_blank" href="https://www.github.com/sipcapture">
<i class='bx bxl-github bx-md'></i>
</a>
</li>
</ul>
</div>
<div class="col-5 twitter-cont">
<a class="twitter-timeline" href="https://twitter.com/sipcapture?ref_src=twsrc%5Etfw">Tweets by
@sipcapture</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</section>
<footer class="bg-secondary pt-4">
<div class="container">
<div class="row py-4">
<div class="col-lg-3 col-12 align-left">
<a class="navbar-brand" href="index.html">
<img src="assets/img/qxip-logo-white.png" width="150px" alt="">
</a>
<p class="text-light my-lg-4 mb-2">
Hugo Floris Ruysstraat 1-5 <br />
Amsterdam, 1063, <br />
The Netherlands
</p>
<ul class="list-inline footer-icons py-3">
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.youtube.com/user/qxipvideo">
<i class='bx bxl-youtube bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.twitter.com/sipcapture">
<i class='bx bxl-twitter bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.linkedin.com/company/qxip">
<i class='bx bxl-linkedin bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-white" target="_blank" href="https://www.github.com/sipcapture">
<i class='bx bxl-github bx-md'></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h3 class="h4 pb-lg-3 text-light ">Our Company</h2>
<ul class="list-unstyled text-light ">
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light" href="index.html">Home</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1"
href="http://sipcapture.org/">Open-Source</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1"
href="https://hepic.tel/">Commercial</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i></i><a
class="text-decoration-none text-light py-1" href="work.html">Use Cases</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h2 class="h4 pb-lg-3 text-light ">For Client</h2>
<ul class="list-unstyled text-light ">
<li class="pb-2">
<i class='bx-fw bx bx-phone bx-xs'></i><a class="text-decoration-none text-light py-1">+31
(0)20 8080468 </a>
</li>
<li class="pb-2">
<i class='bx-fw bx bx-mail-send bx-xs'></i><a class="text-decoration-none text-light py-1"
href="mailto:[email protected]">[email protected]</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="getstarted.html">Get Started</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
<div class="w-100 bg-dark py-3">
<div class="container">
<div class="row pt-2">
<div class="col mx-auto">
<p class="text-lg-start text-center text-light ">
© Copyright 2021 QXIP. All Rights Reserved. All trademarks are copyright of their respective
owners.
Amsterdam Chamber of Commerce #61018635
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<div class="alert text-center cookieAlert" role="alert">
<p>
This site might use cookies to personalize content and analyze access.
</p>
<p>
No data will accessed by or shared with any third-party vendor or used for Tracking users.
</p>
<p>
<button type="button" class="btn btn-primary btn-sm acceptCookies">
I agree
</button>
</p>
</div>
<!-- Bootstrap -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Load jQuery require for isotope -->
<script src="assets/js/jquery.min.js"></script>
<!-- Isotope -->
<script src="assets/js/isotope.pkgd.js"></script>
<!-- Page Script -->
<script>
$(window).load(function () {
// init Isotope
var $projects = $('.projects').isotope({
itemSelector: '.project',
layoutMode: 'fitRows'
});
$(".filter-btn").click(function () {
var data_filter = $(this).attr("data-filter");
$projects.isotope({
filter: data_filter
});
$(".filter-btn").removeClass("active");
$(".filter-btn").removeClass("shadow");
$(this).addClass("active");
$(this).addClass("shadow");
return false;
});
});
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {
slideIndex = 1
}
if (n < 1) {
slideIndex = slides.length
}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" act", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " act";
}
</script>
<!-- -->
<script src="assets/js/qxip.js"></script>
<!-- Custom -->
<script src="assets/js/custom.js"></script>
</body>
</html>