-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaffiliates.html
More file actions
368 lines (354 loc) · 24.6 KB
/
affiliates.html
File metadata and controls
368 lines (354 loc) · 24.6 KB
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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AFFILIATES | NLC2</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/jquery.fancybox.min.css">
<link rel="stylesheet" href="assets/css/jquery.mCustomScrollbar.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/fixes.css">
</head>
<body class="sp">
<div class="nl-wrapper">
<!--include _partials/preloader.jade-->
<header class="nl-header-log">
<div class="nl-header-top">
<div class="container-fluid">
<div class="row">
<div class="col-12 p-0">
<nav class="navbar navbar-toggleable-md navbar-light bg-faded">
<button type="button" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler navbar-toggler-right mob-nav-toggle"><span class="navbar-toggler-icon"></span></button>
<div class="row m-0">
<div class="col-lg-7 nl-header-top--left">
<div class="row nl-h100">
<div class="col-lg-3">
<div class="nl-logotype"><a href="index.html"><img src="assets/img/nl-logo.png" alt="NO Limit"></a></div>
</div>
<div class="col-lg-9 align-self-center hidden-md-down">
<div class="nl-title">The world's first crypto fantasy sports</div>
</div>
</div>
</div>
<div class="col-lg-5 nl-header-top--right">
<div class="nl-profile">
<div class="row">
<div class="col-lg-12">
<div class="nl-profile--data">
<div class="name">Username</div>
</div>
</div>
</div>
</div>
<div class="nl-balance">
<div class="nl-balance--logo"><a href="index.html"><img src="assets/img/nl-logo-header-log.png" alt="NL"></a></div>
<div class="nl-balance--data">
<div class="title">balance</div>
<div class="sub-title">20023 NLC2</div>
</div>
</div>
<div class="nl-btn-control">
<div class="nl-btn-group">
<div class="btn btn-primary btn-big-radius btn-block">Buy NLC2</div>
<div class="btn btn-big-radius btn-block">logout</div>
</div>
</div>
</div>
</div>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav mr-auto">
<!--<li class="nav-item hidden-md-down"><a class="nav-link"></a></li>-->
<li class="nav-item dropdown">
<a href="" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle"><span>Sport</span> <img src="assets/img/americanfootball.png" alt="#"></a>
<div aria-labelledby="dropdownMenuLink" class="sports-selector dropdown-menu">
<a href="homepage.html" data-sports="football" class="sport-link dropdown-item"><span>Football</span> <img src="assets/img/americanfootball.png" alt="#" class="navbar-nav__sports-img"></a>
<a href="homepage_soccer.html" data-sports="soccer" class="sport-link dropdown-item"><span>Soccer</span> <img src="assets/img/soccer.png" alt="#" class="navbar-nav__sports-img"></a>
<a href="#" data-sports="baseball" class="sport-link dropdown-item"><span>Hockey</span> <img src="assets/img/hockey.png" alt="#" class="navbar-nav__sports-img"></a>
<a href="#" data-sports="tennis" class="sport-link dropdown-item"><span>MMA</span> <img src="assets/img/mma.png" alt="#" class="navbar-nav__sports-img"></a>
<a href="#" data-sports="tennis" class="sport-link dropdown-item"><span>Basketball</span> <img src="assets/img/basketball.png" alt="#" class="navbar-nav__sports-img"></a>
<a href="#" data-sports="tennis" class="sport-link dropdown-item"><span>baseball</span> <img src="assets/img/baseball.png" alt="#" class="navbar-nav__sports-img"></a>
<a href="#" data-sports="tennis" class="sport-link dropdown-item"><span>cricket</span> <img src="assets/img/cricket.png" alt="#" class="navbar-nav__sports-img"></a>
</div>
</li>
<li class="nav-item"><a href="homepage.html" class="nav-link">HOME</a></li>
<li class="nav-item"><a href="my_teams.html" class="nav-link">MY TEAMS</a></li>
<li class="nav-item"><a href="contests.html" class="nav-link">CONTESTS</a></li>
<li class="nav-item"><a href="players_football.html" class="nav-link">Affiliates</a></li>
<li class="nav-item"><a href="live_score.html" class="nav-link">LIVE SCORES</a></li>
<li class="nav-item dropdown">
<a href="#" id="dropdownMenuLink2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle">MY ACCOUNT</a>
<div aria-labelledby="dropdownMenuLink2" class="dropdown-menu">
<a href="edit_profile.html" class="dropdown-item">PROFILE</a>
<a href="change_password.html" class="dropdown-item">edit Password</a>
<a href="friends.html" class="dropdown-item">INVITE FRIENDS</a>
<a href="my_balances.html" class="dropdown-item">My Balance</a>
<a href="scoring-rules.html" class="dropdown-item">SCORING RULES</a>
<a href="my_contests.html" class="dropdown-item">MY CONTESTS</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" id="dropdownMenuLink2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link dropdown-toggle"><img alt="" src="assets/img/flag/USA.png"></a>
<div aria-labelledby="dropdownMenuLink2" class="dropdown-menu">
<a class="dropdown-item pointer" onClick="changeLanguageByButtonClick('es')"><img alt="" src="assets/img/flag/Spain.png"></a>
<a class="dropdown-item pointer" onClick="changeLanguageByButtonClick('de')"><img alt="" src="assets/img/flag/Germany.png"></a>
<a class="dropdown-item pointer" onClick="changeLanguageByButtonClick('en')"><img alt="" src="assets/img/flag/USA.png"></a>
</div>
</li>
</ul>
<div class="nl-profile-mobile">
<div class="nl-profile--data">
<p>Name</p>
<p>balance: 1 NLC2=00345 USD</p>
<p>balance: 1 NLC2=00345 btc</p>
<div class="nl-btn-control">
<div class="btn btn-primary btn-big-radius">Buy NLC2</div>
<div class="btn btn-big-radius">logout</div>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<main>
<section class="nl-section crypto nl-invite-bonus">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h1 class="page-title">Affiliates</h1>
</div>
<div class="col-md-6">
<form class="form-bonus-invite">
<div class="input-group">
<p>This is your personal referral URL for people to sign up with:</p>
<input id="inputReferral" type="text" value="https://www.cryptofantasysports.com/User/Register?AflCode=B188BDF1E7322196" readonly="readonly" class="form-control">
<div class="mt-3">
<a class="btn btn-primary" href="/User/InviteFriendSection">INVITE BY EMAIL</a>
</div>
</div>
</form>
</div>
<div class="col-md-6 mb-3">
<p class="m-0"> Limited Offer (Click for details): </p>
<a class="btn btn-primary btn-big" href="#" data-toggle="modal" data-target="#referral-bonus">$10 Bonus for each referral</a>
</div>
<div class="col-md-8">
<div class="nl-contest-info-table">
<table class="table table-info1 text">
<tbody>
<tr>
<td>
<div>
<p class="tit">Info:</p>
<p>Below you can see your total collected fees by your level 1 and 2 affiliates</p>
<p>You can also see your payout totals, which payment is pending and on what date it will get deposited </p>
</div>
</td>
</tr>
<tr>
<td><a class="btn btn-default show-my-affiliates" onClick="ShowMyAffilietsDetails()">SHOW MY AFFILIATES</a></td>
</tr>
</tbody>
</table>
<table class="table table-info2">
<thead>
<tr>
<th>
Summary:
<div class="nl-time-block">
<div><span>3000 NLC2</span>payout Total</div>
<div><span>2400 NLC2</span>PAID</div>
<div><span>600 NLC2</span>PENDING</div>
<div><span>14/02/18</span>Next payout date</div>
</div>
</th>
</tr>
</thead>
</table>
<table class="table table-info3 headers">
<thead>
<tr>
<th></th>
<th>Total fees generated</th>
<th>25% commission</th>
<th>10% commission</th>
</tr>
</thead>
</table>
<!-- <div class="nl-table-scroll2"> -->
<div class="">
<table class="table table-striped table-info4">
<tbody>
<tr>
<td><b>Level 1 users</b></td>
<td>20000 NLC2</td>
<td>2000 NLC2</td>
<td></td>
</tr>
<tr>
<td><b>Level 2 users</b></td>
<td>20000 NLC2</td>
<td></td>
<td>1000 NLC2</td>
</tr>
</tbody>
</table>
</div>
<div class="totals">
<table class="table table-totals">
<tbody>
<tr>
<td>Totals:</td>
<td>40000 NLC2</td>
<td>2000 NLC2</td>
<td>1000 NLC2</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-4">
<p> <b>Level 1:</b> </p>
<p class="rules"> From all the users that you directly invite and sign up, you will receive <b class="underline">25%</b> of the fees they pay</p>
<p> <b>Level 2:</b> </p>
<p class="rules"> If your affiliates invite other people and they sign up too, you will receive <b class="underline">10%</b> of the fees they pay</p>
<div class="levels">
<img src="assets/img/levels.jpg" class="levels-img">
</div>
</div>
<div class="col-12 logs">
<h1>Detailed logs</h1>
<div class="nl-my-contests-table nl-bonus">
<div class="tab-content">
<div id="all" role="tabpanel" class="tab-pane active">
<div class="">
<table class="table table-striped">
<thead>
<tr>
<th>Date</th>
<th>Description</th>
<th>Level</th>
<th>Your commission</th>
</tr>
</thead>
<tbody>
<tr>
<td>10/12 00:00</td>
<td>{$user} played in {$contestName} and {$user} paid {$fees} in fees</td>
<td>25%</td>
<td>1.8 NLC2</td>
</tr>
<tr>
<td>10/12 00:00</td>
<td>{$user} played in {$contestName} and {$user} paid {$fees} in fees</td>
<td>10%</td>
<td>1.8 NLC2</td>
</tr>
<tr>
<td>10/12 00:00</td>
<td>{$user} played in {$contestName} and {$user} paid {$fees} in fees</td>
<td>25%</td>
<td>1.8 NLC2</td>
</tr>
<tr>
<td>10/12 00:00</td>
<td>{$user} played in {$contestName} and {$user} paid {$fees} in fees</td>
<td>25%</td>
<td>1.8 NLC2</td>
<tr>
<td>10/12 00:00</td>
<td>{$user} played in {$contestName} and {$user} paid {$fees} in fees</td>
<td>25%</td>
<td>1.8 NLC2</td>
</tr>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 fee-schedule">
<a href="#" class="btn btn-primary fee-schedule" data-toggle="modal" data-target="#fee-schedule">Our fees explained</a>
</div>
</div>
</div>
</section>
</main>
<!--Footer Block-->
<footer class="nl-footer">
<div class="nl-footer--button">
<div class="row">
<div class="col-lg-8">
<div class="nl-social-icon"><a href="#"><i class="fa fa-facebook-official" aria-hidden="true"></i></a><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a><a href="#"><i class="fa fa-youtube-play" aria-hidden="true"></i></a><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a><a class="btn btn-charity"><span>Charity<br>Projects</span></a></div>
<p><br />Copyright © 2017 No Limit Fantasy Sports, LLC All Rights Reserved Contest Rules, Terms and Conditions and Privacy Policy<br /></p>
</div>
<div class="col-lg-4 nl-tar">
<div class="input-group-btn"><a href="#" class="btn btn-footer">Helpdesk</a><a href="contact.html" class="btn btn-footer">Contact Us</a></div>
<div class="input-group-btn"><a href="faq.html" class="btn btn-footer">Faq</a><a href="terms_conditions.html" class="btn btn-footer">Terms & Conditions</a></div>
</div>
</div>
</div>
</footer>
</div>
<div id="referral-bonus" role="dialog" data-backdrop="static" data-keyboard="false" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="row">
<div class="col-10 offset-1">
<h4 class="modal-title orange"><span>REFERRAL BONUS - REQUIREMENTS</span></h4>
</div>
<div class="exit-button">
<button type="button" data-dismiss="modal" class="close">×</button>
</div>
</div>
<div class="modal-body text-left">
<ul>
<li>Your affiliate needs to deposit NLC2.</li>
<li>Your affiliate needs to have played several paid contests.</li>
<li>Your $3 referral bonus will be paid after 30 days.</li>
<li>To ensure no bots are used, the affiliates will have to submit a photo of his ID. Once received you will receive an extra $1 bonus for each affiliate making it $4 dollars per referral that meets the requirements.</li>
</ul>
<p>Bonus will be paid out in NLC2 at the dollar value at the time of payment.</p>
<p>This bonus is on top of the commission you receive for each affiliate their paid fees.</p>
</div>
</div>
</div>
</div>
<div id="google_translate_element" style="display:none"></div>
<script type="text/javascript" src="assets/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="assets/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.fancybox.min.js"></script>
<script type="text/javascript" src="assets/js/tether.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/common.js"></script>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: "en"}, 'google_translate_element');
}
function changeLanguageByButtonClick(lng) {
var language = lng;
var selectField = document.querySelector("#google_translate_element select");
for(var i=0; i < selectField.children.length; i++){
var option = selectField.children[i];
// find desired langauge and change the former language of the hidden selection-field
if(option.value==language){
selectField.selectedIndex = i;
// trigger change event afterwards to make google-lib translate this side
selectField.dispatchEvent(new Event('change'));
break;
}
}
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</body>
</html>