-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
344 lines (332 loc) · 18.5 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
<!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">
<link rel="icon" href="./assets/img/favicon.png" type="image/gif">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
<link rel="stylesheet" href="./assets/css/fontawesome.css">
<link rel="stylesheet" href="./assets/css/style.css">
<title>Affiliate SAAS</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-light">
<div class="container">
<a class="navbar-brand logo" href="#"><img src="./assets/img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto main-menu">
<li class="nav-item active">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./features.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./integrations.html">Integrations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./demo.html">Demo</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./reviews.html">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./fair-price.html">Fair Price</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./knowledge.html">Knowledge</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://codecanyon.net/item/affiliate-management-system/25393355/support" target="_blank">Support</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="nav-space"></div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="./assets/img/banner.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./assets/img/banner_1.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="container py-lg-5 py-4">
<div class="row row-cards">
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/code.png" alt="">
</div>
<div class="card-body">
<h4>Full Source</h4>
<p>You will get a full source and you will be able to edit the script for your own needs. There is no any API in the script and you are running the full affiliate pro script on your server. You will always can get our support for free 24/7.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/file.png" alt="">
</div>
<div class="card-body">
<h4>Multiple Installations</h4>
<p>You will be able to install multiple times in your business domain. You can install it also on sub_domains as well. We are not limit you on the numbers of installation, and we can give you one installation for free.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/server.png" alt="">
</div>
<div class="card-body">
<h4>Shared Hosting</h4>
<p>You will be able to install the script and run it on the very basic shared hosting from every hosting company that you like. Our affiliate pro script not need any vps or dedicated server to run. Its run in every basic linux shared hosting as well.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/bar.png" alt="">
</div>
<div class="card-body">
<h4>Track Sales & Clicks</h4>
<p>Affiliate Pro gives you the ability to track sales, actions, clicks and more for all the external website you have. Our main goal with this affiliate management system is that you to give you one system to control all your site’s activity with your affiliates.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/rocket_2.png" alt="">
</div>
<div class="card-body">
<h4>Boosts your Sales</h4>
<p>Using Affiliate Pro you can boost your monthly sales to the sky! you can invite so many users to be your affiliates, share commission for every sale, and boost your business sales as you ever dream on!</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/price.png" alt="">
</div>
<div class="card-body">
<h4>Almost Free!</h4>
<p>Our main goal is to give you the best tool to your business and to charge from you a minimum cost of our lifetime license, so you pay one time and the script include all updates is for you for a lifetime. Go to the price page and see our best offer on the market.</p>
</div>
</div>
</div>
</div>
</div>
<div class="rocket-section">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-4">
<img src="./assets/img/rocket_2.png" alt="" class="w-50 d-block m-auto py-3">
</div>
<div class="col-lg-5 d-flex align-items-center">
<div>
<h1 class="font-weight-bold section-title pb-2">THE BEST HOSTING FOR AFFILIATE PRO SCRIPT</h1>
<h5>All you need is basic shared hosting to run our script...</h5>
</div>
</div>
</div>
</div>
</div>
<div class="about-section">
<div class="container py-5">
<div class="row">
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/questions.png" alt="">
</div>
<div class="card-body">
<h4>What is Affiliate Pro</h4>
<p>Affiliate Pro is an affiliate management system that lets you track clicks, signups, sales, and every Action your business needs and then assign them to the right affiliates with the option of reports and payouts. Affiliate Pro is used to run on your hosting and it can be also your main site as well. An affiliate program with the advantage of complete customization and ability to control and manage your affiliates, commissions, and setups. Starting an affiliate program with Affiliate Pro is the best way to boost the sales of your business. Affiliate Pro is fairly easy even non-tech professionals. Full documentation is online and updated daily. Join Affiliate Pro today and boost your sales.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/start.png" alt="">
</div>
<div class="card-body">
<h4>Why Start with Affiliate Pro</h4>
<p>Affiliate Pro is one of the most cost-effective online marketing channels. It’s especially popular with Any site you have, any store cms you have like Woocommerce, Magento and more. Unlike PPC, with THIS Affiliate Management system, you only pay for real sales and real clicks and real CPA[cost per pay]. That way, you don’t have to pay for advertisement which doesn’t work. Affiliate Pro improves your Page Rank and SEO by having affiliates link back to your website. Our script will give you all ability you need to prevent full power to your business. An amazing tool that was created only for your needs.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<img src="./assets/img/click.png" alt="">
</div>
<div class="card-body">
<h4>Why Choose Affiliate Pro Script</h4>
<p>Affiliate Pro Script is #1 ranked and most reviewed affiliate management system on the market. It is easy to set up an operation and connects with virtually any website or payment gateway. Currently, more than 250,000 businesses from all over the world trust Affiliate Pro as their choice for affiliate software. Affiliate Pro features rock-solid tracking, scalability and endless customization and grows with your needs. All at a one time paid for a lifetime. we are always trying to be different and to give our best tool & support to our clients and to ensure that our goal will be done on the best high level of your business.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="dashboard-section">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-5">
<img src="./assets/img/dashboard.png" alt="" class="py-3 w-100">
</div>
<div class="col-lg-5 d-flex align-items-center">
<div>
<h1 class="font-weight-bold section-title pb-2">Amazing Dashboard</h1>
<p>Starting an affiliate program with Affiliate Pro is the best way to boost the sales of your business.
Affiliate Pro is a fairly easy affiliate management system that even non-tech professionals.</p>
<p>Using our amazing admin dashboard will give you the ability for fully control your data.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-5 d-flex align-items-center">
<div>
<h1 class="font-weight-bold section-title pb-2">Amazing Front Theme</h1>
<p>Let your affiliates register and login from an amazing top design front themes.</p>
<p>Affiliate pro script give you the most power full ability to manage your front side with the most amazing front side bootstrap themes design.</p>
</div>
</div>
<div class="col-lg-5">
<img src="./assets/img/pages.png" alt="" class="w-100 py-3">
</div>
</div>
</div>
<div class="product-section">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-5 d-flex align-items-center justify-content-center">
<img src="./assets/img/box.png" alt="" class="py-3">
</div>
<div class="col-lg-5 d-flex align-items-center">
<div>
<h1 class="font-weight-bold section-title pb-2">Boost Your Business Sells Using Affiliate Managment System</h1>
<p class="mb-4">Manage Better With A Simple Affiliate Management System</p>
<a href="https://demo.affiliatepro.org/admin" target="_blank">Try Demo for Free</a>
</div>
</div>
</div>
</div>
</div>
<div class="container py-5 queries">
<div class="row justify-content-center">
<div class="col-lg-5 d-flex align-items-center">
<div>
<h1 class="font-weight-bold section-title pb-2">Have any Queries? We give you a <span class="text-orange"> 24×7 support</span> for all your issues</h1>
<h5>You can leave us your message <a href="https://codecanyon.net/item/affiliate-management-system/25393355/support">here</a> and we will get back to you.</h5>
</div>
</div>
<div class="col-lg-5 d-flex justify-content-center align-items-center">
<img src="./assets/img/questions.png" alt="" class="w-50 py-3">
</div>
</div>
</div>
<footer>
<div class="container py-5 info">
<div class="row">
<div class="col-lg-6">
<h5 class="text-orange">Affiliate Pro Script</h5>
<p class="text-justify">Affiliate Pro is software that lets you track clicks, signups, sales, and every Action your business needs and then assign them to the right affiliates with the option of reports and payouts. Affiliate Pro is used to run on your hosting and it can be also your main site as well. Affiliate program with the advantage of complete customization and ability to control and manage your affiliates, commissions, and setups. Starting an affiliate program with affiliate software is the best way to boost the sales of your business. Affiliate Pro is fairly easy even non-tech professionals.</p>
<div class="contact mb-4">
<h5 class="text-orange">CONTACT US</h5>
<a href=""><i class="fab fa-skype"></i></a>
<a href=""><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="col-lg-3">
<h5 class="text-orange">Why Affiliate Pro</h5>
<ul>
<li><a href="./internal-page.html">Affiliate clone script</a></li>
<li><a href="./internal-page.html">Affiliate clone</a></li>
<li><a href="./internal-page.html">Affiliate script</a></li>
<li><a href="./internal-page.html">Best affiliate clone</a></li>
<li><a href="./internal-page.html">Best affiliate script</a></li>
<li><a href="./internal-page.html">Free Affiliate Software</a></li>
<li><a href="./internal-page.html">Hosted affiliate program software</a></li>
<li><a href="./internal-page.html">Hosted affiliate software</a></li>
<li><a href="./internal-page.html">PHP affiliate Software</a></li>
<li><a href="./internal-page.html">Affiliate Software</a></li>
</ul>
</div>
<div class="col-lg-3">
<h5 class="text-orange">Sitemap</h5>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./features.html">Features</a></li>
<li><a href="./integrations.html">Integrations</a></li>
<li><a href="./demo.html">Demo</a></li>
<li><a href="./fair-price.html">Pricing</a></li>
<li><a href="./reviews.html">Clients Review</a></li>
<li><a href="">Recommended Hosting</a></li>
<li><a href="./knowledge.html">Knowledge Base</a></li>
<li><a href="https://codecanyon.net/item/affiliate-management-system/25393355/support">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="support">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex align-items-center py-4">
<i class="far fa-clock fa-2x mr-3 text-orange"></i>
<div>
<h5 class="mb-0">Life Time Suppot&Free Updates</h5>
<p class="mb-0">24x7 Online Support</p>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center py-4">
<i class="fas fa-desktop fa-2x mr-3 text-orange"></i>
<div>
<h5 class="mb-0">Full Demo Site</h5>
<p class="mb-0">https://demo.affiliatepro.org/admin</p>
</div>
</div>
</div>
</div>
</div>
<div class="rights text-center p-2">
<p class="mb-0">Copyright © 2017 - 2019 Affiliate Pro @ <a href="">Affiliate Management System</a> </p>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./assets/js/jquery-3.4.1.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
</body>
</html>