-
Notifications
You must be signed in to change notification settings - Fork 0
/
software.html
133 lines (121 loc) · 4.77 KB
/
software.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
<!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" />
<link rel="shortcut icon" type="image/png" href="images/fav.png"/>
<link rel="canonical" href="www.aquaapi.io/software.html"/>
<title>AquaAPI :: Services</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">Products</span>
</div>
</header>
<div class="software">
<div class="first-impression text-center">
<div class="row column">
<div class="full-screen">
<h1>Instantly connect BigCommerce with your CRM instance</h1>
<p class="special-p">Free Trial.<b>Subscription Service</b>Upgrade, Downgrade or Cancel Anytime</p>
<a href="#">Get Started</a>
<div class="graphics">
<img src="images/software/macbookpro.png" alt="screen">
</div>
</div>
</div>
</div>
<div class="overview text-center">
<div class="row column">
<div class="">
<h3 class="productHeader">Sync Your BigCommerce Products, Orders And Invoices</h3>
<p>With Salesforce or Zoho CRM Accounts, Contacts, Invoices and Associated Products</p>
</div>
</div>
<div class="row descriptions">
<div class="large-4 columns no-one">
<img src="images/software/desktop.png">
<h4>Sync Daily</h4>
<p>All new Orders are automaticlly synced daily</p>
</div>
<div class="large-4 columns no-two">
<img src="images/software/cloud.png">
<h4>Cloud Subscription Service</h4>
<p>No software installation involved. Use as long as you need.</p>
</div>
<div class="large-4 columns no-three">
<img src="images/software/chat.png">
<h4>Support Included</h4>
<p>No extra charge for set-up and support</p>
</div>
</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='service.html'><img src="images/gear.png"> Our Services</a></li>
<li class='active'><a href='products.html'><img src="images/product.png"> Our Products</a></li>
<li><a href='works.html'><img src="images/work.png"> Our Works</a></li>
<li><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>