-
Notifications
You must be signed in to change notification settings - Fork 0
/
expertise.html
146 lines (134 loc) · 6.63 KB
/
expertise.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="eCommerce and Subscription Billing Platforms: Integrations and Extensions"/>
<link rel="shortcut icon" type="image/png" href="images/fav.png"/>
<link rel="canonical" href="www.aquaapi.io/expertise.html"/>
<title>AquaAPI :: Expertise</title>
<link rel="stylesheet" type="text/css" href="css/foundation.min.css">
<link rel="stylesheet" href="css/app.css" />
<link rel="stylesheet" type="text/css" href="css/menu.css">
<style>
.button1 {
background-color: transparent;
color: white;
border-radius: 30px;
border: 1px solid;
padding: 9px 17px 9px 18px;
margin: 8px;
margin-right: 68px;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
@media only screen and (max-device-width: 480px) {
.button1 {
margin: auto;
margin-right: 40px;
}
}
</style>
</head>
<body>
<section class="cd-content">
<div class="service-page subpage">
<header class="sub_header row">
<div class="small-6 columns">
<a class="logo" href="index.html"><img src="images/logo-sml.png"/></a>
<a class="button button1" href="app/install/login.php">Login</a>
</div>
<div class="small-6 columns text-right">
<span class="title">Expertise</span>
</div>
</header>
<div class="list-view pad">
<div class="row wrapper" id="e-commerce">
<div class="small-12 large-push-7 large-5 columns">
<img class="ecommerce-img" src="images/service/ecommerce.jpg">
</div>
<div class="small-12 large-pull-5 large-7 columns">
<h3>e-Commerce & Subscription Billing <br><span>Domain & Platform expertise</span></h3>
<p>Our team works with multiple eCommerce and Subscription billing platforms to help our customers reduce time-to-market, increase sales effeciency and improve business processes.</p>
<p>We have specific development experience with following platforms:</p>
<ul class="list-ul" style="margin-top: 30px;">
<li>BigCommerce (We are their <u><a href="https://apps.bigcommerce.com/details/7327">Tech Partners</a></u>)</li>
<li>Magento and Prestashop</li>
<li>Zuora Subscription Billing Engine</li>
</ul>
</div>
</div>
<div class="row wrapper" id="ApisAndIntegrations">
<div class="small-12 large-5 columns">
<img class="api-img" src="images/service/api.jpg"/>
</div>
<div class="small-12 large-7 columns">
<h3>APIs & Integrations</h3>
<p>Our developers have deep experience in integrating in-house and cloud applications on a wide range of products and platforms. We have dealt with both SOAP and REST web-services from creation and consumption perspective.</p>
<h4>Our past integration projects include:</h4>
<ul class="list-ul">
<li>Integration of Salesforce, ZOHO CRM, vTiger CRM, ZOHO Inventory platform with eCommerce portals</li>
<li>Integration of Web portal with cloud based billing and tax applications</li>
<li>Custom Social Media API Integration</li>
<li>Single Sign-On implementation using SAML and OpenID</li>
</ul>
</div>
</div>
<div class="row wrapper" id="UserExperienceDesign">
<div class="small-12 large-push-7 large-5 columns">
<img class="ux-img" src="images/service/User_Experience_Design.jpg"/>
</div>
<div class="small-12 large-pull-5 large-7 columns">
<h3>Solutions and Support </h3>
<p>Our experienced system designers can make your business processes more effecient. We bring specific expertise in:</p>
<ul class="list-ul" style="margin-top:25px;">
<li>Business process mapping between transaction portals, CRM, Billing & Accounting applications</li>
<li>Build marketing process automation and integration with current eco-system</li>
<li>Build low cost highly scalable solutions on AWS (Amazon Web Services) infrastructure for your Cloud Connectors and Web apps</li>
<li>Integration of new payment processing engines with your systems </li>
<li>Hybrid and Native Mobile apps for eCommerce applications</li>
<li></li>
</ul>
</div>
</div>
</div>
</div>
<footer data-include="footer"></footer>
</section>
<div class="cd-overlay-nav">
<span></span>
</div> <!-- cd-overlay-nav -->
<div class="cd-overlay-content">
<span></span>
</div> <!-- cd-overlay-content -->
<a href="#0" class="cd-nav-trigger">Menu<span class="cd-icon"></span></a>
<nav>
<ul class="cd-primary-nav">
<li class="logoli"><img src="images/logo.png"></li>
<li><a href='index.html'><img src="images/home.png"> Home</a></li>
<li class='active'><a href='expertise.html'><img src="images/work.png">Expertise</a></li>
<li class='active'><a href='connectors.html'><img src="images/gear.png">Connectors</a></li>
<li class='active'><a href='mobileApps.html'><img src="images/product.png">Mobile Apps</a></li>
<li class='active'><a href='customWork.html'><img src="images/case-study.png">Custom Work</a></li>
<li class='active'><a href='contact.html'><img src="images/contact.png"> Contact</a></li>
</ul>
</nav>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/velocity.min.js"></script>
<script src="js/app.js"></script>
<script>
$(document).ready(function (){
var includes = $('[data-include]');
jQuery.each(includes, function () {
var file = $(this).data('include') + '.html';
$(this).load(file);
});
});
</script>
<script src="js/page_analytics.js"></script>
</body>
</html>