-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacy-policy-en.html
74 lines (59 loc) · 3.17 KB
/
privacy-policy-en.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="privacy-policy.css">
<link rel="stylesheet" href="responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet/less" type="text/css" href="ani.less" />
<link href="https://fonts.googleapis.com/css?family=Tajawal&display=swap" rel="stylesheet">
<link rel='shortcut icon' href="thumb.ico" type='image/icon' />
<script src="https://kit.fontawesome.com/1b86ff57dd.js"></script>
<link rel="stylesheet" href="style.css">
<title>سياسة الخصوصية</title>
</head>
<style>
h4 {
margin: 0;
float: left;
text-align: left
}
p {
text-align: left
}
.br {
float: left
}
</style>
<body>
<div class="navbar" id="nav">
<img src="logo.png" class="logo">
<div class="bars" style="position: absolute;top: 0;right: 0;height: 100%;
width: 60px;text-align: center; line-height: 50px;font-size: 20px;" onclick="openMainMenu();"><i class="fas fa-bars" style=""></i></div>
<ul class="navbar-elements-ul">
<li class="navbar-elements-li">الرئيسية</li>
<li class="navbar-elements-li"><i class="fab fa-youtube"></i> حمل من يوتيوب</li>
<li class="navbar-elements-li"><i class="fab fa-facebook"></i> حمل من فيسبوك</li>
<li class="navbar-elements-li"><i class="fab fa-twitter"></i> حمل من تويتر</li>
<li class="navbar-elements-li"><i class="fab fa-youtube"></i> تحقق من الموقع</li>
<div class="closemenu" style="margin: 10px auto;text-align: center;"><i class="fas fa-arrow-up" style="color: #0062ff; cursor: pointer" onclick="closeMainMenu();"></i></div>
</ul>
</div>
<div class="cover">
<div class="title">Privacy policy - سياسة الخصوصية</div>
</div>
<div class="content-div">
<a href="privacy-policy-ar.html"><button class="switch-lang">العربية</button></a>
<img src="privacy-policyimg.jpg" class="terms-img" style="width: 400px; display: block;margin: 0 auto; padding: 20px 0;">
<div class="p-p" style="padding: 30px;min-height: 200px;">
<p style="margin: 0">By using this site you agree to the Privacy Policy wich include :</p><br><br>
<div class="br"></div> <h4>IP adresses :</h4><br><br>
<p style="margin: 0">The use of our diffrent services does not require the IP address. </p><br><br>
<div class="br"></div> <h4>Advertising :</h4><br><br>
<p style="margin: 0;text-align: left">We use third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, e-mail address or telephone number) about your visits to this and other websites in order to provide advertisements on this site and other sites about goods and services that may be of interest to you. </p><br><br>
<div class="br"></div> <h4>colleting info :</h4><br><br>
<p style="margin: 0;text-align: left">WSCN respects the privacy of its users and does not collect any personal information about them. </p><br><br>
</div>
</div>
<script src="app.js"></script>
</body>
</html>