-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·58 lines (57 loc) · 2.2 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
---
layout: cnp
---
<section id="headline" class="white text-center pad50 padTop">
<div class="container">
<div class="row">
<h1><span class="thin">Integration is easy with our</span><br/> SDKs and Third-Party Extensions</h1>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<p class="lead">
Integrating with a new payment processor doesn’t have to require heavy lifting. Less time spent on
integration means more time focused on your business. That’s why we offer an implementation process
designed to help you ensure efficient onboarding and the timely realization of our processing power.
</p>
</div>
</div>
</div>
</section>
<section id="dev-main" class="text-center pad70 padBottom">
<div class="container">
<div class="row">
<div class="col-sm-6 col-lg-3">
<div class="bigbox pad70">
<a href="/processing-overview">
<img src="/images/ico-processing.svg" alt=""/>
<h3>Processing Overview</h3>
</a>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="bigbox pad70">
<a href="/certification-process">
<img src="/images/ico-certification.svg" alt=""/>
<h3>Certification Process</h3>
</a>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="bigbox pad70">
<a href="/sandbox">
<img src="/images/ico-sandbox.svg" alt=""/>
<h3>Vantiv Sandbox</h3>
</a>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="bigbox pad70">
<a href="/security">
<img src="/images/ico-security.svg" alt=""/>
<h3>Security</h3>
</a>
</div>
</div>
</div>
</div>
</section>