-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknowledge-2.html
211 lines (205 loc) · 10.6 KB
/
knowledge-2.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
<!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">
<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 active">
<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 class="container pb-5">
<div class="py-5 search-container">
<div class="search" >
<input type="text"placeholder="Search in the documentation">
<button><i class="fas fa-search"></i></button>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-3">
<div class="sidebar">
<div class="sidebar-row">
<div class="header">
<span>View Site</span>
<p>View your front side for affiliate login/register</p>
</div>
<div class="body">
<ul>
<li><a href="" class="active"><i class="far fa-caret-square-right mr-2"></i>View Front site</a></li>
</ul>
</div>
</div>
<div class="sidebar-row">
<div class="header">
<span>Admin Dashboard</span>
<p>Fast view on admin dashboard elements</p>
</div>
<div class="body">
<ul>
<li><a href=""><i class="far fa-caret-square-right mr-2"></i>View Front site</a></li>
<li><a href=""><i class="far fa-caret-square-right mr-2"></i>Reset Admin Password Not Working</a></li>
</ul>
</div>
<div class="sidebar-row">
<div class="header">
<span>First Settings</span>
<p>First steps you have to do after installation</p>
</div>
<div class="body">
<ul>
<li><a href=""><i class="far fa-caret-square-right mr-2"></i>First Setting</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-9 py-5 py-lg-0">
<div class="row">
<div class="col-lg-6">
<a href="" class="back-btn"><i class="fas fa-long-arrow-alt-left mr-1"></i>Back</a>
<div class="py-3">
<h2 class="mb-0 page-title">View Front Site</h2>
<span class="author"><i class="fas fa-user-shield mr-1"></i>by Admin</span>
</div>
</div>
<div class="col-lg-6 d-lg-flex align-items-center justify-content-end">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">View Site</a></li>
<li class="breadcrumb-item active" aria-current="page">View Front Site</li>
</ol>
</nav>
</div>
</div>
<hr/>
<div>
<h5>This front side is what your Affiliates members see.</h5>
<p>It can be fully customized using our script builder on the left menu.</p>
<img src="./assets/img/front-1.png" alt="" class="w-100 my-4">
<h5>To edit the front side you have two options:</h5>
<ul>
<li>Edit our templates, go to <b>Global setting</b> <i class="fas fa-chevron-right text-orange"></i> <b>Front side</b>, and view the front side template (default and landing).</li>
<li>Edit front side using site builder, go to <b>Script builders</b> <i class="fas fa-chevron-right text-orange"></i> <b>Site builder</b> and create your own theme using site builder.</li>
</ul>
<p>After you create your theme or edit your theme in both options, so go to <b>Global setting</b> <i class="fas fa-chevron-right text-orange"></i> <b>Configuration</b> <i class="fas fa-chevron-right text-orange"></i> <b>Site settings </b> and choose your theme for front side and save.</p>
</div>
</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="./internal-page.html">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>