-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBasics.php
70 lines (58 loc) · 2.49 KB
/
Basics.php
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
<?php include ('include/header.php')?>
<!--<br> </br>-->
<div class = floatContainer>
<div class = container8>
<header8> BASICS
</header8>
</div>
</div>
<div class = image1>
<img src="https://cdn.shortpixel.ai/client/q_glossy,ret_img,w_1920,h_1080/https://loobitx.com/wp-content/uploads/2018/01/3881185-big-data-wallpaper.jpg" width="100%" width="1035" height="450">
</div>
<div class = container1>
<header2> <b> SUPPORT </b> </header2>
<p> We will provide support for as many issues as we can. We usually take 24 hours to respond to your emails if we are busy. We like to deal with emails and provide responses based on importance.
<br> </br>
Keeping in mind, the current situation of Covid-19, we have a shortage of staff therefore, our helplines may be slightly busier than usual so remain patient; consider your purpose of calling.
<br> </br>
In the future, we are launching online chats to ensure more queries and issues can be solved allowing our helplines to be more available for necessary calls.
</p>
</div>
<div class = container1>
<header3> <b> ACCOUNT USAGE </b> </header3>
<p> When making our accounts, the Netflicks services are not intended to be used for children under the age of 13. Any accounts being made for children below the age, should be made by parents or guardians who are able to supervise children correctly.
<br> </br>
We must be provided with correct information to avoid the content that is released on our website from being misused. This can effect the law. policies and privacy of Netflicks.
<br> </br>
<b> We collect certain information from your accounts as listed below: </b>
<br> </br>
- Search for information on Netflicks Services
<br> </br>
- Subscribe to Services
<br> </br>
- Submit content contributions e.g. ratings and movie reviews
<br> </br>
- Compile resume and watchlists for movies
<br> </br>
- Provide payment information
<br> </br>
- Your movie preferences
<br> </br>
- Your IP Address, your name, age and gender
<br> </br>
<b> There are certain types of information which can be accessed by the users: </b>
<br> </br>
Past Payments
<br> </br>
Subscription Status
<br> </br>
Payment Methods
<br> </br>
Your content contributions e.g. ratings and movie reviews
<br> </br>
Personal information that can be updated e.g. username, email and password
</p>
</div>
<?php include ('include/footer.php') ?>
</body>
</html>