-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
816 lines (640 loc) · 31.9 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://use.fontawesome.com/fc25c50a7f.js"></script>
<!-- <link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css" rel="stylesheet" type="text/css"> -->
<link href="css/style.css" rel="stylesheet" type="text/css">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<title>Concordus Applications</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
</head>
<body>
<!-- navbar starts -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark nav-masthead">
<div class="container-fluid" style="padding:10px 100px;">
<a class="navbar-brand" href="#"><img src="images/concor.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse ml-auto" id="navbarCollapse">
<ul class="navbar-nav mr-auto mx-auto order-0">
<li class="nav-item">
<a class="nav-link p-44 text-white" href="#">Platform </a>
</li>
<li class="nav-item">
<a class="nav-link p-44 text-white" href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link p-44 text-white" href="#">Work</a>
</li>
<li class="nav-item">
<a class="nav-link p-44 text-white" href="#">Team</a>
</li>
<!--<li class="nav-item">
<a class="github-button nav-link" href="https://github.com/odipixel/fixr-landing/fork" data-show-count="true" aria-label="Fork odipixel/fixr-landing on GitHub">Fork</a>
Place this tag where you want the button to render.
<a class="github-button" href="https://github.com/odipixel/fixr-landing" data-show-count="true" aria-label="Star odipixel/fixr-landing on GitHub">Star</a>
</li>-->
</ul>
<a class="nav-link text-white p-43 button" href="#">Login</a>
<a class="nav-link text-white p-2 active_button" href="#">Register</a>
</div>
</div>
</nav>
<div class=" bg-dark">
<div class="jumbotron-overlay" style="overflow: hidden;">
<div class="container-fluid " style="padding: 0px;">
<div class="row m-0 p-0">
<div class="col-md-6">
<div style="padding-top: 200px;padding-left: 100px;">
<h1 style="font-size: 48px;" class="pb-5">Building a <span class="tdyellow">connected
<br>world.</span>
</h1>
<p class="pb-5" style="font-size: 18px;width: 89%;overflow: auto;">
Innovative, smart and cost-effective software development and integration provided as a service, for
Telcos and Enterprises.
</p>
<a href="#" class="s_button">Get Started</a>
</div>
</div>
<div class="col-md-6"
style="margin-right: -30%;background-image: url('images/circle1.png');background-size: cover; margin-top: 7%;height: 93vh;margin-left: 30px;">
</div>
</div>
</div>
</div>
</div>
<section id="tabs">
<div class="container mt-5 mb-5" id="about">
<!-- <div class="container"> -->
<!-- <h6 class="section-title h1">Tabs</h6> -->
<h1 class="text-center">Our Suite Of Products</h1>
<!-- <div class="row"> -->
<div class="row mt-5">
<div class="col-md-12 ">
<nav>
<div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
<a class="nav-item nav-link text-uppercase active" id="nav-home-tab" data-toggle="tab" href="#nav-home"
role="tab" aria-controls="nav-home" aria-selected="true">Maxcentive</a>
<a class="nav-item nav-link text-uppercase" id="nav-profile-tab" data-toggle="tab" href="#nav-profile"
role="tab" aria-controls="nav-profile" aria-selected="false">chatmate</a>
<a class="nav-item nav-link text-uppercase" id="nav-contact-tab" data-toggle="tab" href="#nav-contact"
role="tab" aria-controls="nav-contact" aria-selected="false">dboss</a>
<a class="nav-item nav-link text-uppercase" id="nav-about-tab" data-toggle="tab" href="#nav-about"
role="tab" aria-controls="nav-about" aria-selected="false">school bus track</a>
<a class="nav-item nav-link text-uppercase" id="nav-five-tab" data-toggle="tab" href="#nav-five"
role="tab" aria-controls="nav-five" aria-selected="false">DIGITAL SECURITY</a>
</div>
</nav>
<div class="tab-content py-3 px-3 px-sm-0" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<div class="container">
<div class="row">
<div class="col-md-5 pt-5">
<h4 class="pt-5" style="text-align: left">MAXCENTIVE</h4>
<h6 class="pt-2" style="width: 55%;text-align: left;line-height: 1.8rem;color: #2f395bed;">
MaxCentive is a commission, loyalty, & payments platform based on blockchain technology</h6>
<p class="pt-2" style="text-align: left;width: 85%;line-height: 1.6rem;
color: #000000a6;">The platform provides a standardized rules-based processing and settlement engine
that provides a 360-degree real-time view of total compensation and incentives paid to partners
and indirect sales representatives. </p> <br>
<a href="#" class="sp_button pt-2">CHECK MAXCENTIVE</a>
</div>
<div class="col-md-7">
<img src="images/pro1.png" style="" alt="Pro1 image">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<div class="container">
<div class="row">
<div class="col-md-5 pt-5">
<h4 class="pt-5">CHATMATE</h4>
<h6 class="pt-2" style="line-height: 1.8rem;color: #2f395bed;">CHATMATE is a commission, loyalty, &
payments platform based on blockchain technology</h6>
<p class="pt-2" style="line-height: 1.6rem;
color: #000000a6;">The platform provides a standardized rules-based processing and settlement engine
that provides a 360-degree real-time view of total compensation and incentives paid to partners
and indirect sales representatives.</p> <br>
<a href="#" class="sp_button pt-2">CHECK CHATMATE</a>
</div>
<div class="col-md-7">
<img src="images/pro1.png" style="" alt="Pro1 image">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-contact" role="tabpanel" aria-labelledby="nav-contact-tab">
<div class="container">
<div class="row">
<div class="col-md-5 pt-5">
<h4 class="pt-5">DBOSS</h4>
<h6 class="pt-2" style="width: 55%;color: #2f395bed;text-align: left;line-height: 1.8rem;">
Channel-focused Sales enablement and Technology procurement platform.</h6>
<p class="pt-2" style="text-align: left;width: 85%;line-height: 1.6rem;
color: #000000a6;">
dBoss is a unified Portal that offers Channel Partners fully integrated end-to-end functionality
for
carrying out their business. This functionality includes modules like CRM, PRM, Marketing engine,
Trouble Ticketing, Invoicing and Payments. </p> <br>
<a href="#" class="sp_button pt-2">CHECK DBOSS</a>
</div>
<div class="col-md-7">
<img src="images/pro4.png" style="" alt="Pro1 image">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-five" role="tabpanel" aria-labelledby="nav-five-tab">
<div class="container">
<div class="row">
<div class="col-md-5 pt-5">
<h4 class="pt-5">DIGITAL SECURITY</h4>
<h6 class="pt-2" style="line-height: 1.8rem;color: #2f395bed;">DIGITAL SECURITY is a commission,
loyalty, & payments platform based on blockchain technology</h6>
<p class="pt-2" style="line-height: 1.6rem;
color: #000000a6;">The platform provides a standardized rules-based processing and settlement engine
that provides a 360-degree real-time view of total compensation and incentives paid to partners
and indirect sales representatives.</p> <br>
<a href="#" class="sp_button pt-2">CHECK DIGITAL SECURITY</a>
</div>
<div class="col-md-7">
<img src="images/pro5.png" style="" alt="Pro1 image">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-about" role="tabpanel" aria-labelledby="nav-about-tab">
<div class="container">
<div class="row">
<div class="col-md-5 pt-5">
<h4 class="pt-5">TRACK MY BUS</h4>
<h6 class="pt-2" style="width: 55%;text-align: left;color: #2f395bed;line-height: 1.8rem;">
Channel-focused Sales enablement and Technology procurement platform. </h6>
<p class="pt-2" style="text-align: left;width: 85%;line-height: 1.6rem;
color: #000000a6;">
dBoss is a unified Portal that offers Channel Partners fully integrated end-to-end functionality
for
carrying out their business. This functionality includes modules like CRM, PRM, Marketing engine,
Trouble Ticketing, Invoicing and Payments. </p> <br>
<a href="#" class="sp_button pt-2">CHECK TRACK MY BUS</a>
</div>
<div class="col-md-7">
<img src="images/pro3.png" style="" alt="Pro1 image">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
</div>
</section>
<!--
<button onclick="myFunction1()">One</button>
<button onclick="myFunction2()">Two</button>
<button onclick="myFunction3()">Three</button>
<button onclick="myFunction4()">Four</button>
<div id="myDIV1" style="display: block;">
This is the div1 element.
</div>
<div id="myDIV2">
This is the div2 element.
</div>
<div id="myDIV3">
This is the div3 element.
</div>
<div id="myDIV4">
This is the div4 element.
</div> -->
<div class="continer-fluid popop" id="myDIV1" style="display: block;">
<div class="row">
<div class="col-md-7 box1">
<p class="tex1">
<span style="display: block;" id="services_heading">Helpdesk Services</span>
<hr class="hr_1">
</p><br>
<p class="tax2" id="services_text">
Helpdesk support is often one of the most difficult jobs in any organization; having to be the
firefighter when a computer is crashing, or a user has a deadline and their presentation won’t print. By
utilizing 24×7 LIVE helpdesk, you can relieve your team from working nights and weekends and prevent your
high-value employees from working on low-value tasks.
</p>
<br>
<br>
<a href="" class="a_11"><i class="fam fa fa-chevron-right" aria-hidden="true"></i>Read More</a>
<br>
<br><br>
<button id="services_btn" onclick="serviceNextClicked()" class="a_2">Managed IT Services</button><br>
</div>
<div id="services_bg" class="col-md-5" style="background-image: url('images/services_1.png'); margin-bottom: 78px;
">
</div>
</div>
</div>
<!-- <div class="continer-fluid popop" id="myDIV2" style="display: none;">
<div class="row">
<div class="col-md-7 box1">
<p class="tex1">Managed IT Services
<hr class="hr_1">
</p><br>
<p class="tax2">Our senior engineers will help you assess your systems, architect a design, develop a plan and
implement a solution. We take a 360 degree look at your needs, zeroing in on risk areas while keeping the big
picture in mind.</p><br>
<br>
<a href="" class="a_11"><i class="fam fa fa-chevron-right" aria-hidden="true"></i>Read More</a>
<br>
<br><br>
<button onclick="myFunction3()" class="a_2">NOC Services</button><br>
<button onclick="myFunction1()" class="a_2">Helpdesk Services </button>
</div>
<div class="col-md-5" style="background-image: url('images/Ellipse11.png'); margin-bottom: 78px;
">
</div>
</div>
</div> -->
<!-- <div class="continer-fluid popop" id="myDIV3" style="display: none;">
<div class="row">
<div class="col-md-7 box1">
<p class="tex1">NOC Services
<hr class="hr_1">
</p><br>
<p class="tax2">It’s 2 AM, do you know what your servers are up to? Let Concordus answer the call with a proven
global service delivery model that supports your clients’ most critical needs. We offer around the clock
support in managing your infrastructure .</p><br>
<br>
<a href="" class="a_11"><i class="fam fa fa-chevron-right" aria-hidden="true"></i>Read More</a>
<br>
<br><br>
<button onclick="myFunction2()" class="a_2">Managed IT Services</button><br>
<button onclick="myFunction1()" class="a_2">Helpdesk Services </button>
</div>
<div class="col-md-5" style="background-image: url('images/Ellipse11.png'); margin-bottom: 78px;
">
</div>
</div>
</div> -->
<br>
<!-- <div class=" bg-dark">
<div class="jumbotron-overlay" style="overflow: hidden;">
<div class="container ">
<div class="row m-0 p-0">
<div class="col-md-6">
<div style="padding-top: 200px;">
<h1 class="pb-5" style="font-size: 48px;">Building a <span class="tdyellow">connected <br>world.</span></h1>
<p class="pb-5" style="font-size: 18px;width: 89%;overflow: auto;">
Innovative, smart and cost-effective software development and integration provided as a service, for Telcos and Enterprises.
</p>
<a href="#" class="s_button">Get Started</a>
</div>
</div>
<div class="col-md-6">
<img src="images/tt2.png" alt="Ellipse1 image">
</div>
</div>
</div>
</div>
</div> -->
<!-- Accordion -->
<!-- <div class="container-fluid bg-dark" id="accordion-style-1">
<div class="container-fluid pr-0">
<section>
<div class="row">
<div class="col-12 mx-auto" style="padding-right: 0px;">
<div class="" >
<div class="card" style="padding-top: 60px;">
<div class="card-header mb-0" id="headingOne">
<h1 class="mb-0 card_title">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Helpdesk Services
</button>
</h1>
</div>
<div id="collapseOne" class="collapse show fade" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="card-body">
<div class="container-fluid">
<div class="row m-0 p-0">
<div class="col-md-5">
<div>
<p class="text-white">Helpdesk support is often one of the most difficult jobs in any organization; having to be the firefighter when a computer is crashing, or a user has a deadline and their presentation won’t print. By utilizing 24×7 LIVE helpdesk, you can relieve your team from working nights and weekends and prevent your high-value employees from working on low-value tasks.</p>
<a href="#" class="sp1_button"><i class="fam fa fa-chevron-right" aria-hidden="true"></i>Read more</a>
</div>
</div>
<div class="col-md-7">
<img src="images/service11.png" style="margin-top: -130px;padding-left: 200px;" alt="service1 image">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Managed IT Services
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse fade" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body">
<div class="container-fluid">
<div class="row m-0 p-0">
<div class="col-md-5">
<div>
<p class="text-white">Helpdesk support is often one of the most difficult jobs in any organization; having to be the firefighter when a computer is crashing, or a user has a deadline and their presentation won’t print. By utilizing 24×7 LIVE helpdesk, you can relieve your team from working nights and weekends and prevent your high-value employees from working on low-value tasks.</p>
<a href="#" class="sp1_button"><i class="fam fa fa-chevron-right" aria-hidden="true"></i>Read more</a>
</div>
</div>
<div class="col-md-7">
<img src="images/service11.png" style="margin-top: -130px;padding-left: 200px;" alt="service1 image">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed btn-block text-left" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
NOC Services
</button>
</h5>
</div>
<div id="collapseThree" class="collapse fade" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="card-body">
<div class="container-fluid">
<div class="row m-0 p-0">
<div class="col-md-5">
<div>
<p class="text-white">Helpdesk support is often one of the most difficult jobs in any organization; having to be the firefighter when a computer is crashing, or a user has a deadline and their presentation won’t print. By utilizing 24×7 LIVE helpdesk, you can relieve your team from working nights and weekends and prevent your high-value employees from working on low-value tasks.</p>
<a href="#" class="sp1_button"><i class="fam fa fa-chevron-right" aria-hidden="true"></i>Read more</a>
</div>
</div>
<div class="col-md-7">
<img src="images/service11.png" style="margin-top: -130px;padding-left: 200px;" alt="service1 image">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div> -->
<!-- .// Accordion -->
<section class="section-clients">
<div class="container-fluid">
<h3 class="clie" style="text-align:center;">CLIENTS</h3>
<div class="row">
<div class="col-md-12">
<div style="text-align: center;">
<section class="customer-logos slider">
<div class="slide"><img src="images/nav1.JPG"></div>
<div class="slide"><img src="images/nav2.JPG"></div>
<div class="slide"><img src="images/nav3.JPG"></div>
<div class="slide"><img src="images/nav4.JPG"></div>
<div class="slide"><img src="images/nav5.JPG"></div>
<div class="slide"><img src="images/nav7.JPG"></div>
</section>
</div>
</div>
</div>
</div>
</section>
<section class="Work-process">
<div class="container">
<div class="row">
<div class="col span-1-of-2 work">
<img src="images/oo1.jpg" class="oo1">
<img src="images/oo1.jpg" class="oo1">
<h1 class="head1">Our Work<br>
Process</h1>
<br>
<br>
<div class="div02">
<h1 class="heading02 h2" style="padding-top:40px;">02</h1>
<img src="images/o2.JPG" class="img1">
<br>
<h3 class="heading03">Planning</h3>
<p class="p02">
Select the Right techology and the right
solution to deliver these business objectives.
Our selection process is scientific and usually involved
creation of suitable matrix.
<span class="po2"></span>
</p>
</div>
<br>
<br>
<div class="div04">
<h1 class="heading02 h4" style="padding-top:40px;">04</h1>
<img src="images/o4.JPG" class="img1">
<br>
<h3 class="heading03">Result</h3>
<p class="p02">
We provide automated,precise and comprehensive
Production support.we support aggressive SLAs as we
use smart Monitaring and healing software.
</p>
<br>
<a href="#">Learn more</a>
</div>
</div>
<div class="col span-1-of-2 work">
<div class="div01">
<h1 class="heading02" style="padding-top:40px;">01</h1>
<img src="images/o1.JPG" class="img1">
<br>
<h3 class="heading03">Assesment</h3>
<p class="p02">
The very first thing we do is to devlop an
uderstanding of the business objective and
the busines prococess that are used to deliver
those objectives.
</p>
</div>
<br>
<br>
<div class="div03">
<h1 class="heading02" style="padding-top:40px;">03</h1>
<img src="images/o3.JPG" class="img1">
<br>
<h3 class="heading03">Implementation</h3>
<p class="p02">
We all are about successfull delivery.We care about
Customer satisfaction and go out of our way to
ensure our Customer are happy to continue engaging us
for a long time.
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row ppo">
<div class="col-md-6 col-xs-6 bob1">
<img src="images/oo1.jpg" class="oo1">
<img src="images/oo1.jpg" class="oo1">
<h1 class="head1">Let's work<br>
together!</h1>
<br> <br> <br> <br> <br> <br> <br> <br> <br>
<br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br>
</div>
<div class="col-md-6 col-xs-6 bob">
</div>
<div class="col-md-3" style="margin: 0px;">
</div>
<div class="col-md-6 bob2" style="margin-left: 0px;margin-right: 0px;">
<p class="oop1">Get in touch</p>
<form action="/action_page.php">
<div class="container">
<input type="text" placeholder="Your Name" name="email" required>
<input type="password" placeholder="Your Email" name="psw" required>
<textarea type="message" placeholder="Your Message" rows="6"></textarea>
<br> <br>
<div class="row" style="text-align: center; text-align: center !important;
flex-direction: row;
justify-content: center;">
<button type="submit" class="registerbtn">SUBMIT</button>
</div>
</div>
</form>
</div>
<div class="col-md-3" style="margin: 0px;">
</div>
<div class="col-md-12" style="text-align: center;"><br><br><br><br><br><br>
<p class="popo2">Ⓒ 2018 autocryp All Right Reserved
</p>
<br>
<ul class="list1">
<li>Benefit / </li>
<li>Pricing / </li>
<li>Testimonials / </li>
<li>Clients</li>
</ul>
</div>
<br><br>
</div>
<br><br>
</div>
</section>
<script>
function animateCSS(element, animationName, callback) {
const node = document.querySelector(element)
node.classList.add('animated', animationName)
function handleAnimationEnd() {
node.classList.remove('animated', animationName)
node.removeEventListener('animationend', handleAnimationEnd)
if (typeof callback === 'function') callback()
}
node.addEventListener('animationend', handleAnimationEnd)
}
const s_headings = [
'Helpdesk Services',
'Managed IT Services',
'NOC Services'
];
const s_text = [
'Helpdesk support is often one of the most difficult jobs in any organization; having to be the firefighter when a computer is crashing, or a user has a deadline and their presentation won’t print. By utilizing 24×7 LIVE helpdesk, you can relieve your team from working nights and weekends and prevent your high-value employees from working on low-value tasks.',
'Our senior engineers will help you assess your systems, architect a design, develop a plan and implement a solution. We take a 360 degree look at your needs, zeroing in on risk areas while keeping the big picture in mind.',
'It’s 2 AM, do you know what your servers are up to? Let Concordus answer the call with a proven global service delivery model that supports your clients’ most critical needs. We offer around the clock support in managing your infrastructure.',
];
const s_images = [
'images/services_1.png',
'images/services_2.png',
'images/services_3.png',
]
let current = 1;
let next = 2;
function serviceNextClicked() {
next = (current + 1) % 3;
animateCSS('#services_heading', 'slideInLeft')
animateCSS('#services_text', 'slideInLeft')
animateCSS('#services_bg', 'slideInRight')
animateCSS('#services_btn', 'slideInLeft')
$('#services_heading').text(s_headings[current])
$('#services_text').html(s_text[current])
$('#services_bg').css("background-image", `url(${s_images[current]})`)
$('#services_btn').html(s_headings[next])
current = (current + 1) % 3;
}
// function myFunction1() {
// document.getElementById("myDIV1").style.display = "block";
// document.getElementById("myDIV2").style.display = "none";
// document.getElementById("myDIV3").style.display = "none";
// document.getElementById("id1").style.display = "none";
// document.getElementById("id2").style.display = "block";
// document.getElementById("id3").style.display = "none";
// }
// function myFunction2() {
// document.getElementById("myDIV1").style.display = "none";
// document.getElementById("myDIV2").style.display = "block";
// document.getElementById("myDIV3").style.display = "none";
// document.getElementById("id1").style.display = "none";
// document.getElementById("id2").style.display = "none";
// document.getElementById("id3").style.display = "block";
// }
// function myFunction3() {
// document.getElementById("myDIV1").style.display = "none";
// document.getElementById("myDIV2").style.display = "none";
// document.getElementById("myDIV2").style.display = "none";
// document.getElementById("myDIV3").style.display = "block";
// document.getElementById("id1").style.display = "block";
// document.getElementById("id2").style.display = "none";
// document.getElementById("id3").style.display = "none";
// }
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('.customer-logos').slick({
slidesToShow: 5,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1500,
arrows: false,
dots: false,
pauseOnHover: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 4
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 3
}
}]
});
});
</script>
</body>
</html>