-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
817 lines (647 loc) · 31.2 KB
/
index.html
File metadata and controls
817 lines (647 loc) · 31.2 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.19" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="google-site-verification" content="Kw_Hzk9A0TQehx9xinZ9fel00w2qZudaKlB8izb4mxA"/>
<title>Integration Agent - Get the most out of your marketing automation – Integration Agent - Get the most out of your marketing automation</title>
<link href="https://integrationagent.com/index.xml" rel="alternate" type="application/rss+xml" title="Integration Agent - Get the most out of your marketing automation"/>
<link href="https://integrationagent.com/index.xml" rel="feed" type="application/rss+xml" title="Integration Agent - Get the most out of your marketing automation"/>
<link href="https://integrationagent.com/assets/styles/main.css" rel="stylesheet">
<link href="https://integrationagent.com/css/custom.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="https://integrationagent.com/img/logo_loader.png">
</head>
<body>
<div id="main">
<div class="layout">
<div class="layout--header">
<div class="header">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3">
<div class="header--logo logo">
<a href="https://integrationagent.com">
<img src="https://integrationagent.com/img/logo_small.png" alt=""/>
</a>
</div>
</div>
<div class="col-lg-9 col-md-9 visible-md-block visible-lg-block">
<div class="header--left">
<nav class="header_nav">
<ul class="menu">
<li class="menu-item -mega">
<a href="https://integrationagent.com/about">About</a>
</li>
<li class="menu-item -mega">
<a href="https://integrationagent.com/services">Services</a>
</li>
<li class="menu-item -mega">
<a href="https://integrationagent.com/products">Products</a>
</li>
<li class="menu-item -mega">
<a href="https://integrationagent.com/usecases">Use Cases</a>
</li>
<li class="menu-item -mega">
<a href="https://integrationagent.com/blog">Blog</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="header--menu_opener visible-xs-block visible-sm-block">
<span class="c-hamburger c-hamburger--htx">
<span>toggle menu</span>
</span>
</div>
</div>
</div>
</div>
</div>
<div id="main">
<div class="layout">
<div class="layout--container">
<section class="main_slider">
<div class="main_slider--slides js-main_slider_ _owl-carousel">
<div class="slide_promo" style="background:url(https://integrationagent.com/assets/images/design/comp.jpg); background-size: cover;">
<div class="container">
<div class="row">
<div class="col-md-12 col-xs-12">
<h2 class="slide_promo--title">
Custom Software Development for Smart Companies
</h2>
<p class="slide_promo--description">
Is software essential for your business? Your development partner is here.
</p>
<footer class="slide_promo--footer">
<button class="button -orange -large contact-form-trigger" type="button">
LET'S TALK ABOUT YOUR PROJECT
</button>
</footer>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="section--inner container">
<header class="section--header">
<h2 class="section--title">Our Expertise</h2>
</header>
<div class="features_sun">
<div class="row">
<div class="col-md-4 col-md-push-4 col-md-offset-0 col-xs-6 col-xs-offset-3">
<div class="features_sun--picture">
<img src="./assets/images/design/grouped/penta.png" alt="">
</div>
</div>
<div class="col-md-4 col-md-pull-4 col-sm-6 col-xs-12">
<div class="features_sun--content">
<ul class="features_sun--list">
<li class="features_sun--list_item">
<i class="features_sun--list_item_bullet bi_interface-arrow-right"></i>Design and architecture
</li>
<li class="features_sun--list_item">
<i class="features_sun--list_item_bullet bi_interface-arrow-right"></i>Experts in cloud native applications
</li>
<li class="features_sun--list_item">
<i class="features_sun--list_item_bullet bi_interface-arrow-right"></i>Frequent release cycles & scalable architecture
</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="features_sun--content -right">
<ul class="features_sun--list">
<li class="features_sun--list_item">
<i class="features_sun--list_item_bullet bi_interface-arrow-right"></i>Microservices driven architecture
</li>
<li class="features_sun--list_item">
<i class="features_sun--list_item_bullet bi_interface-arrow-right"></i>Analytics solutions
</li>
<li class="features_sun--list_item">
<i class="features_sun--list_item_bullet bi_interface-arrow-right"></i>Payment gateways integrations
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section -odd -dark" style="background: url(https://integrationagent.com/assets/images/design/strong_points-dark_bg.jpg) #1e3753;">
<div class="section--inner container">
<header class="section--header">
<h2 class="section--title">Services</h2>
</header>
<div class="section--container">
<div class="strong_points -dark">
<div class="strong_points--list">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="strong_points--item">
<h3 class="strong_points--item_title">Enterprise Web Applications</h3>
<div class="strong_points--item_content">
<div class="strong_points--item_image -circle">
<i class="bi_building-office-a"></i>
</div>
<p class="strong_points--item_text">
We have solid skills and deep expertise in building enterprise solutions of various complexity levels. Our experience in BPM, ERP, CRM and BiG Data allows us to provide our customers with the best-practice custom solutions.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="strong_points--item">
<h3 class="strong_points--item_title">SAAS</h3>
<div class="strong_points--item_content">
<div class="strong_points--item_image -circle">
<i class=" bi_interface-cloud-upload"></i>
</div>
<p class="strong_points--item_text">
We've created a SaaS platform that allows us to build SaaS very fast. Standard features include user and plan management, payment, analytics and support tools integrations.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="strong_points--item">
<h3 class="strong_points--item_title">System Integrations</h3>
<div class="strong_points--item_content">
<div class="strong_points--item_image -circle">
<i class="bi_setting-gear-a"></i>
</div>
<p class="strong_points--item_text">
Our team can help you connect multiple systems via API, migrate from one service to another or transform your data (deduplication, clean up, enrichment).
</p>
</div>
</div>
</div>
</div>
</div>
<footer class="strong_points--footer">
<button class="button -primary -large contact-form-trigger" type="button">
GET IN TOUCH
</button>
</footer>
</div>
</div>
</div>
</section>
<section class="section -odd">
<div class="section--inner container">
<header class="section--header">
<h2 class="section--title">TESTIMONIALS</h2>
<p class="section--description">
Hear what our clients have to say <br/><br/>
</p>
</header>
<div class="section--container">
<div class="testimonials">
<div class="testimonials--list">
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/karri-scott.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
We contracted Integration Agent to help with a few Selective Sync campaigns between Salesforce and HubSpot.
<br/>
Denis was able to provide quick turn arounds, troubleshooting, and explanations for what was being done and any problems that may arise in advance.
<br/>
He made it easy to avoid major problems and was very professional and easy to work with throughout the implementation.
</p>
<dl class="testimonials--item_author">
<dt>Karri Scott</dt>
<dd><a href="http://www.runneragency.com/">Sr. Digital Strategist, Runner Agency</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/aitac.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
We worked with Denis from Integration Agent in order to improve our customer support portal hosted on Freshdesk.
Denis was quick to understand what we wanted to do and executed it in a timely manner.
<br/><br/>
Denis reacted quickly and efficiently when we requested changes.
The communication with Denis was very easy, no need for pages long specification.
<br/><br/>
Highly recommended!
</p>
<dl class="testimonials--item_author">
<dt>Marc Journeux</dt>
<dd><a href="http://aitac.nl/">President, Aitac</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/michael.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
Denis with Integration Agent developed a Salesforce.com Performance Calculator tool for our microturbine electric generator products.
<br/><br/>
Denis was very professional and communicated clearly with us to finalize requirements and work through complex engineering calculations together.
<br/><br/>
The Performance Calculator tool has made our distributors more independent, and has helped our distributors close more sales over the past year.
<br/><br/>
Thanks Integration Agent for the excellent work!
</p>
<dl class="testimonials--item_author">
<dt>Michael Hamilton</dt>
<dd><a href="http://www.capstoneturbine.com/">Applications Engineer, Capstone Turbine Corporation</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/anne.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
Denis of Integration Agent provided a cost-effective way for us to move data from a difficult-to-export system into HubSpot. We required a number of sample imports and testing of the data migration along the way. Denis was patient and thorough.
</p>
<dl class="testimonials--item_author">
<dt>Anne Lehan</dt>
<dd><a href="http://www.fdaimports.com/">Marketing Director at FDAImports.com, LLC</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/September.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
Working with Denis of Integration Agent was extremely refreshing. Excellent communicator and goes beyond an expectation we had. Extremely happy with our results and the new relationship.
</p>
<dl class="testimonials--item_author">
<dt>September Dohrmann</dt>
<dd><a href="http://ceospaceinternational.com/">Marketing Director at FDAImports.com, LLC</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/CBWhittemore.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
Denis developed an elegant, clean and user-friendly solution in HubSpot for an event registration module that not only integrates with HubSpot forms, but also with PayPal for payment. He was a delight to work with, responding quickly to feedback and ready with clear instructions.
<br/><br/>
I highly recommend Denis with Integration Agent, and look forward to working with him again.
</p>
<dl class="testimonials--item_author">
<dt>Christine B. Whittemore</dt>
<dd><a href="https://www.simplemarketingnow.com/">Chief Simplifier at Simple Marketing Now LLC </a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/trent.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
Denis helped us create a workflow between Salesforce and HubSpot that wasn't present in the standard integration that exists between the two platforms.
Without too much explanation he easily understood what we were trying to accomplish, and was able to execute the project on time.
<br/><br/>
I really liked that he seems to be up to speed on a lot of the newer functionality within Salesforce and was able to utilize some of these new tools (Process Builder) to reduce the number of hours needed. I would definitely recommend Denis with Integration Agent for any integration projects you might need some custom development on.
</p>
<dl class="testimonials--item_author">
<dt>Trent Boorman</dt>
<dd><a href="http://sasb.org/">Systems Analyst at SASB</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/kevin.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
We’ve been fortunate finding Denis with Integration Agent and having us do HubSpot integration for us. His work has been key to getting a range of features and capabilities in place on our website. In addition, his expert counsel and quick work has been a Godsend.
</p>
<dl class="testimonials--item_author">
<dt>Kevin Shayne</dt>
<dd><a href="http://www.caddedge.com/">Director of Marketing at CADD Edge</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/laureen.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
Denis from Integration Agent was a great find! He had the skills to handle our Hubspot to Freshdesk integration out of the box so there was no cost for him to learn about either platform.
We met and discussed deliverables and they were done a week later. When minor changes were requested he handled it quickly.
<br/><br/>
He was available to bounce ideas off of regarding other integrations which we proceeded with and had the same speedy results.
<br/><br/>
My team is very happy with how much more connected our platforms feel and how it allows them to be more productive. I whole heartedly recommend Denis and Integration Agent.
</p>
<dl class="testimonials--item_author">
<dt>Laureen Jandroep</dt>
<dd><a href="http://cco.us/">CEO of Certification Coaching</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/lucy.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
We hired Denis to support us to integrate Xero to our new CRM System. Denis did a fantastic job. We agreed on a time frame for the work to be completed. Denis completed before the deadline. He was very helpful through out the process.
<br/><br/>
I would highly recommend Denis with Integration Agent he is professional and reliable.
</p>
<dl class="testimonials--item_author">
<dt>Lucy Doig</dt>
<dd><a href="http://www.signloop.co.uk/">CEO at Sign Loop Interpreting Services</a></dd>
</dl>
</div>
</div>
<div class="testimonials--item">
<figure class="testimonials--item_image">
<img src="https://integrationagent.com/img/testimonials/CL-headshot.png" alt="" />
</figure>
<div class="testimonials--item_content">
<p class="testimonials--item_text">
The work Integration Agent has done goes beyond what I hoped would be possible to accomplish! I'd recommend the company without hesitation.
</p>
<dl class="testimonials--item_author">
<dt>Chad Lawie</dt>
<dd><a href="http://longerdays.com/">CEO at Longer Days</a></dd>
</dl>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="section--inner container">
<header class="section--header">
<h2 class="section--title">Technologies</h2>
<p class="section--description">
We have experience with Java technology that ranges from rapid MVP development for startups, products for e-commerce to complex big data enterprise solutions.
</p>
</header>
<div class="section--container">
<div class="row">
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/java.png"/>
</figure>
<div class="tech-text">Java</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/spring-boot.png"/>
</figure>
<div class="tech-text">Spring Boot</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/hibernate.svg"/>
</figure>
<div class="tech-text">Hibernate</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/hadoop.png"/>
</figure>
<div class="tech-text">Hadoop</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/postgresql.jpg"/>
</figure>
<div class="tech-text">PostgreSQL</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/mongo.png"/>
</figure>
<div class="tech-text">Mongo DB</div>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/html5.png"/>
</figure>
<div class="tech-text">HTML 5</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/css3.jpg"/>
</figure>
<div class="tech-text">CSS 3</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/bootstrap.png"/>
</figure>
<div class="tech-text">Bootstrap 3</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/angular.png"/>
</figure>
<div class="tech-text">Angular JS</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/knockout.png"/>
</figure>
<div class="tech-text">Knockout</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/jquery.png"/>
</figure>
<div class="tech-text">jQuery</div>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/docker.png"/>
</figure>
<div class="tech-text">Docker</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/jenkins.png"/>
</figure>
<div class="tech-text">Jenkins</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/maven.png"/>
</figure>
<div class="tech-text">Maven</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/aws.png"/>
</figure>
<div class="tech-text">AWS</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/elastic.png"/>
</figure>
<div class="tech-text">ELK</div>
</div>
<div class="col-lg-2 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-md-4 col-sm-4 col col-xs-10 col-xs-offset-2">
<figure class="testimonials--item_image tech">
<img src="https://integrationagent.com/assets/images/design/jfrog.png"/>
</figure>
<div class="tech-text">Artifactory</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="mobile_sidebar" id="mobile_sidebar">
<div class="mobile_sidebar--closer -white">
<button class="c-hamburger c-hamburger--htx is-active">
<span>toggle menu</span>
</button>
</div>
<div class="mobile_menu">
<ul class="menu">
<li class="menu-item ">
<a href="https://integrationagent.com/about">About</a>
</li>
<li class="menu-item ">
<a href="https://integrationagent.com/services">Services</a>
</li>
<li class="menu-item ">
<a href="https://integrationagent.com/products">Products</a>
</li>
<li class="menu-item ">
<a href="https://integrationagent.com/usecases">Use Cases</a>
</li>
<li class="menu-item ">
<a href="https://integrationagent.com/blog">Blog</a>
</li>
</ul>
</div>
</div>
<section class="footer_contacts" style="background: #2a93de;">
<div class="section--inner container">
<div class="row">
<div class="col-md-12 center-block">
<div class="footer_contacts--item">
<div class="footer_contacts--item_wrap -center">
<div class="description">Get Ready for your new software project</div>
<p class="footer_contacts--item_text contact-form-trigger">
<b>
<i class="bi_com-broadcast-a"></i>
<span>Request a quote</span>
</b>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="layout--footer">
<footer class="footer" style="background-image: url('https://integrationagent.com/assets/images/design/footer.jpg')">
<div style="background-color:#0059b1" class="footer--bg"></div>
<div class="footer--inner">
<div class="container">
<div class="footer_main">
<div class="row">
<div class="col-lg-6 col-md-6 col-md-offset-0 col-sm-6 col-sm-offset-0 col-xs-10 col-xs-offset-1">
<div class="footer_main--column">
<strong class="footer_main--column_title">Products</strong>
<ul class="footer_navigation">
<li class="footer_navigation--item">
<a href="http://www.depositfix.com/" class="footer_navigation--link">DepositFix</a>
</li>
<li class="footer_navigation--item">
<a href="http://www.idea2saas.com/" class="footer_navigation--link">Idea2SaaS</a>
</li>
<li class="footer_navigation--item">
<a href="https://integrationagent.com/smartforms/" class="footer_navigation--link">SmartForms</a></li>
<li class="footer_navigation--item">
<a href="https://lp.integrationagent.com/hubspot" class="footer_navigation--link">HubSpot Development</a>
</li>
<li class="footer_navigation--item">
<a href="https://integrationagent.com/emailchecker/" class="footer_navigation--link">Email Checker</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 col-md-offset-0 col-sm-6 col-sm-offset-0 col-xs-10 col-xs-offset-1">
<div class="footer_main--column">
<strong class="footer_main--column_title">Contact US</strong>
<ul class="footer_contact_info">
<li class="footer_contact_info--item"><i class="bi_com-phone"></i><span>Call Us <a href="tel:+18474970307" class="footer_navigation--link">(872) 222-5244</a></span>
</li>
<li class="footer_contact_info--item"><i class="bi_com-email"></i><span><a href="mailto: denis@integrationagent.com" class="footer_navigation--link">denis@integrationagent.co</a></span>
</li>
</ul>
</div>
</div>
</div>
</div>
<section class="footer_copyrights">
<div class="footer_copyrights--container">
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="footer_copyrights--item">
<div class="footer_copyrights--logo"><a href="http://integrationagent.com/"><img
src="https://integrationagent.com/img/logo_white.png" alt=""
style="width: 190px"></a></div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="footer_copyrights--item">
<div class="footer_copyrights--item_copyrights">Integration Agent © 2017. All Rights
Reserved.
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</footer>
</div>
<script src="https://integrationagent.com/assets/libs/jquery/dist/jquery.min.js"></script>
<script src="https://integrationagent.com/assets/libs/slideout.js/dist/slideout.min.js"></script>
<script src="https://integrationagent.com/assets/scripts/main.js"></script>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100937378); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100937378ns.gif" /></p></noscript>
<script src="https://go.optkit.com/widget/load.js" id="OptKit" init="k9JpSu" async="async" onerror="console.log('OptKit Blocked')"></script>
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/2095520.js"></script>
<script async id="_ck_153874" src="https://forms.convertkit.com/153874?v=6"></script>
</body>
</html>