-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfaq.html
More file actions
334 lines (322 loc) · 29.7 KB
/
faq.html
File metadata and controls
334 lines (322 loc) · 29.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FAQ Page | 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>
<div class="nl-wrapper">
<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">PLAYERS</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 href="#" class="dropdown-item"><img alt="" src="assets/img/flag/Spain.png"></a><a href="#" class="dropdown-item"><img alt="" src="assets/img/flag/Germany.png"></a><a href="#" class="dropdown-item"><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 nl-faq">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h1>FAQ</h1>
<div id="accordion" role="tablist" aria-multiselectable="true">
<div class="card">
<div role="tab" id="headingOne" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne" class="">What is No Limit Fantasy Sports?</a></h5>
</div>
<div id="collapseOne" role="tabpanel" aria-labelledby="headingOne" class="collapse show" aria-expanded="true" style="">
<div class="card-block faq">
<p>To start things off it's important to explain what Fantasy Sports is and how it works. Fantasy Sports is a term that refers to a contests of skill in which users compete against each other by creating teams consisting of real players from a professional sport.</p>
<p>You can win these contests by choosing the players that you think will perform well in the real life sport games. These players get rated on their performance in the games that they play for their club. A point system, based on the individual actions of the players, is used to decide the score of the individual player on the No Limit Fantasy Sports platform. These points are called Fantasy Points (FP), you can see them here on the image below for each individual player. The more points your player has the better, because if your team has the most points at the end of the contests you will win.</p>
<img class="" src="assets/img/FAQ/what-is-nlfs-1.jpg">
<p>So you actually choose, real life players from your favorite sports on No Limit Fantasy Sports. You get a fixed budget (called a salary cap) per team which you have to use to buy your players with (see the image below).</p>
<img class="" src="assets/img/FAQ/create-team-4.jpg">
<p>This is where the skill aspect comes into play, trying to find a good mix of "expensive and high scoring players" and to find the "cheapest" players with the highest scoring potential.</p>
<p>But of course it's about the actual live performance of the player in their upcoming game. So you should use the Fantasy Points (FP) as an indication of the performances of your players but this can change in the upcoming game. Once the game starts we track all the live events of the game for your players and assign them a (live) score, you can see that here below in the image. <b>And this (live) score is what it's all about.</b> You can see in the image below we track the individual (live) score but also the total of the whole team which you can see above the field. We show the Fantasy Points (FP) as well so you can see if the player is performing above or below his projection.</p>
<img class="" src="assets/img/FAQ/what-is-nlfs-2.jpg">
<p>On the Live Score page we also track your opponents their performance which you can see below your own team, as you can see in the image below.</p>
<img class="" src="assets/img/FAQ/what-is-nlfs-3.jpg">
<p>To increase your chances, to select the best team, you can do research on the individual players to see their past performances, injuries updates, even check out the players social media through the No Limit Fantasy Sports platform. It's all about getting to know your players and to make sure they are the best fit for your team.</p>
<p> After the team is carefully selected find a contest you want to enter on the Contest page, which can be free entry or a paid buy-in. Once entered, you compete against the other contestants and the teams they made. The end goal is making it to the top of the contests by having the highest total (live) score with you team. If that happens you will win a certain percentage of the prize pool, depending on your final position in the contest.</p>
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingTwo" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo" class="collapsed">How to get started with No Limit Fantasy Sports?</a></h5>
</div>
<div id="collapseTwo" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>There are 4 simple steps to get started.</p>
<p>1 - Login and pick your sport.</p>
<p>2 - Create yourself a team, <a data-toggle="collapse" href="#collapseThree">click this here to see how</a></p>
<p>3 - Enter a contest, <a data-toggle="collapse" href="#collapseFour"> click this here to see how</a></p>
<p>4 - Watch your team's performance on the "Live Score" page, <a data-toggle="collapse" href="#collapseFive"> click this here to see how this page work</a></p>
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingThree" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="true" aria-controls="collapseThree" class="collapsed">How do I create a team?</a></h5>
</div>
<div id="collapseThree" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>To create a team visit the "My Teams" page. Once on the page click the "Create Team" Button, highlighted in the image below.</p>
<img class="" src="assets/img/FAQ/enter-contest-1.jpg">
<p>Make sure you check the required number of players and positions of your team. This is different per sport but you can check where it says "Team Format" on the image below</p>
<img class="" src="assets/img/FAQ/create-team-3.jpg">
<p>Or when you are on "Field View" you can see all the positions on the field itself which are needed to form a team.</p>
<img class="" src="assets/img/FAQ/create-team-2.jpg">
<p>Don't forget you that you have a certain budget for your team which is called "salary cap". In this section it also shows the "available" money you have left to spend on your other players</p>
<img class="" src="assets/img/FAQ/create-team-4.jpg">
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingFour" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="true" aria-controls="collapseFour" class="collapsed">How do I enter a contest?</a></h5>
</div>
<div id="collapseFour" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>Before entering a contest you need to have a minimum of 1 team.</p>
<p>To create a team visit the "My Teams" page. Once on the page click the "Create Team" Button, highlighted in the below screenshot.</p>
<img class="" src="assets/img/FAQ/enter-contest-1.jpg">
<p>Once you have a team, click on the "Contests" menu item. This will bring up the full list of contests for the week, in order to see the contests that are currently open, click the "Hide full contest" box as seen in the below screenshot.</p>
<p>When you find a contest that you are interested in entering, simple click "ENTER". </p>
<img class="" src="assets/img/FAQ/enter-contest-2.jpg">
<p>This will take you to the "Enter Contest" page. In the 2 dropdown menu's you can see the team that you are entering and in which contest you are entering. So once you hit the "Enter Contest" button you can continue to enter any contest you want with all of the teams you have created right from this page using the dropdown menu's. </p>
<img class="" src="assets/img/FAQ/enter-contest-4.jpg">
<p>There are some free contests for you to start off with if you are an inexperienced user and want to get some fun and exciting practice.</p>
<img class="" src="assets/img/FAQ/enter-contest-3.jpg">
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingFive" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="true" aria-controls="collapseFive" class="collapsed">How does the "Live Score" page work?</a></h5>
</div>
<div id="collapseFive" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>The "Live Score" page is the users control panel. From here you are able to track progress in the days events, your contests and even chat to the participants you're competing against!</p>
<img class="" src="assets/img/FAQ/live-score-1.jpg">
<p>The top of the page shows the upcoming events featuring the teams from which players have been selected.</p>
<ul>
<li>When a score is displayed and the description is "Final" it means the event has ended</li>
<li>When the score is displayed and the description is "Live" it means the event is ongoing and not yet ended.</li>
<li>When the score is 0 - 0 and the description has a data and time it means the event has not yet started.</li>
</ul>
<p>The other main features are neatly displayed below the live matches and are shown in the below screenshot, we will go over each one and break it down.</p>
<img class="" src="assets/img/FAQ/live-score-2.jpg">
<p><b>"Contest Info"</b></p>
<ul>
<li>Select a contest from the dropdown menu.</li>
<li>The contest will show all the participants and their live scores.</li>
<li>Clicking "Payout" will show the payout structure of this contest.</li>
</ul>
<p><b>"My Team"</b></p>
<ul>
<li>If you have more than one team entered into this contest you can select between them from the dropdown menu.</li>
<li>Track the progress of your players by either using the "Field view" or "List view". You can change these by clicking the buttons highlighted in the image above.</li>
<li>Your score, progress and rank will be updated in real time and can be followed from this section.</li>
</ul>
<p><b>"Live Chat"</b></p>
<ul>
<li>Live chat allows you to interact with other participants.</li>
<li>Type your comment and select "Post"</li>
</ul>
<!-- <img class="live-score-3" src="assets/img/FAQ/live-score-3.jpg"> -->
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingSix" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="true" aria-controls="collapseSix" class="collapsed">What is NLC2?</a></h5>
</div>
<div id="collapseSix" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>No Limit Coin (NLC2) is the exclusively listed cryptocurrency used to power our No Limit Fantasy Sports platform. If you want to enter any contests that require a buy-in. This buy-in comes in the form of NLC2 and each coin has real value attached to it. You can <a href="/Member/NlcPurchase" target="_blank">buy your coins here</a></p>
<p>For more info look at our dedicaded and newly updated coin site on <a href="www.nolimitcoin.org" target="_blank">www.nolimitcoin.org</a>.</p>
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingSeven" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="true" aria-controls="collapseSeven" class="collapsed">How do I research players for my team?</a></h5>
</div>
<div id="collapseSeven" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>Going over to the "Players" page is the first step, this will allow you to sort through the players you want. </p>
<img class="faq-research-1" src="assets/img/FAQ/research-players-1.jpg">
<p>You can filter the players by clicking on “Salary”, “FP” (Fantasy Points), “Status” and more. </p>
<img class="faq-research-2" src="assets/img/FAQ/research-players-2.jpg">
<p>If you click on the player's name it will show you a pop-up of the most recent stats of the player. If you move your mouse over the different abbreviations an orange pop-up will explain the short code for the specific statistic (see image below).</p>
<img class="faq-research-2" src="assets/img/FAQ/research-players-6.jpg">
<p>By clicking on any of the players names, the image below will pop up which will neatly and clearly show the players performance statistics.</p>
<img class="faq-research-2" src="assets/img/FAQ/research-players-3.jpg">
<p>You can even read the related news items for the player in this popup</p>
<img class="faq-research-2" src="assets/img/FAQ/research-players-4.jpg">
<p>To get the real fine details of your players we even offer the option of look at the players their social media channels. If you want to get a real edge on your competitors all the data available can and will make the difference.</p>
<img class="faq-research-2" src="assets/img/FAQ/research-players-5.jpg">
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingEight" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseEight" aria-expanded="true" aria-controls="collapseEight" class="collapsed">Can I still change my team even when the contest has started?</a></h5>
</div>
<div id="collapseEight" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>You can change all the players in your team <b>that haven't started playing in a match yet.</b></p>
<p>You can do this either right from the homepage if you hit the edit button. </p>
<img class="faq-research-2" src="assets/img/FAQ/change-player-3.jpg">
<p>Or if you go to “My Teams” page you will see the edit buttons on the bottom of your team. </p>
<img class="faq-research-2" src="assets/img/FAQ/change-player-1.jpg">
<p>If you click the edit button it will take you to the “Manage Team” page where you can remove non playing players from your team and replace them when pressing on the red “x” (on Field view) or “cut” button (on List view).</p>
<img class="faq-research-2" src="assets/img/FAQ/change-player-2.jpg">
</div>
</div>
</div>
<div class="card">
<div role="tab" id="headingNine" class="card-header">
<h5 class="mb-0"><a data-toggle="collapse" data-parent="#accordion" href="#collapseNine" aria-expanded="true" aria-controls="collapseNine" class="collapsed">How do I withdraw myself from a contest?</a></h5>
</div>
<div id="collapseNine" role="tabpanel" aria-labelledby="headingOne" class="collapse">
<div class="card-block faq">
<p>To withdraw from a contest that you have entered in simply head over to the "My Contests" tab under the "Contests" menu item and click on the contest you wish to withdraw from. A withdraw button will show up next to your username</p>
<img class="faq-research-2" src="assets/img/FAQ/withdraw-1.jpg">
<p>The contest info on the right of the image will give you an option to withdraw. <b>Please note that you are only able to withdraw from a contests if none of the actual games have started yet for that week or day, even if none of your players are not playing in that first game.</b></p>
<p>It would be an unfair advantage for users to view the first games and see other players performance and based on that withdraw from a contest. You can however still change all the players in your team that haven't started playing. If you go to “My Teams” page you will see the edit buttons on the bottom of your team.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!--include _partials/login-modal.jade-->
<!--include _partials/registration-modal.jade-->
<!--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>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async="" defer=""></script>
<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>
</div>
</body>
</html>