forked from anuragverma108/WildGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
98 lines (85 loc) · 4.29 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WildGuard - Privacy Policy</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<style>
/* Modify Bootstrap components with the base color and its shades */
body {
background-color: #f5f5f5; /* Light background */
}
.h2, h3, p {
color: #333; /* Darker text for better readability */
}
.h2 {
border-bottom: 1px solid #2ecc71;
padding-bottom: 10px;
margin-bottom: 20px;
}
.h3 {
margin-bottom: 10px;
}
.text-justify {
text-align: justify;
line-height: 1.5; /* Adjust line height for better readability */
}
/* Optional: Style other Bootstrap components as needed */
.container {
border: 1px solid #ddd; /* Subtle border */
padding: 20px;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="container mt-5">
<div class="row">
<div class="col-md-12">
<!-- Back Button -->
<a href="javascript:history.back()" class="btn btn-outline-success mb-4">← Back</a>
<h2 class="h2 text-center mb-4">Privacy Policy</h2>
<h3 class="h3">Introduction</h3>
<p class="text-justify">
At WildGuard, your privacy is important to us. This Privacy Policy outlines how we collect, use, disclose, and safeguard your information when you visit our website and use our services. Please read this policy carefully to understand our practices regarding your personal information.
</p>
<h3 class="h3">Information We Collect</h3>
<p class="text-justify">
We may collect information about you in a variety of ways, including:
</p>
<ul class="text-justify">
<li>Personal Data: While using our site, you may be asked to provide certain personally identifiable information, such as your name, email address, and contact details.</li>
<li>Usage Data: We may also collect information on how the site is accessed and used. This usage data may include your device's Internet Protocol address (e.g., IP address), browser type, browser version, the pages of our site that you visit, the time and date of your visit, the time spent on those pages, and other diagnostic data.</li>
</ul>
<h3 class="h3">How We Use Your Information</h3>
<p class="text-justify">
WildGuard uses the collected data for various purposes, including:
</p>
<ul class="text-justify">
<li>To provide and maintain our website and services.</li>
<li>To notify you about changes to our website.</li>
<li>To allow you to participate in interactive features of our website when you choose to do so.</li>
<li>To provide customer support.</li>
<li>To gather analysis or valuable information so that we can improve our website.</li>
<li>To monitor the usage of our website.</li>
<li>To detect, prevent, and address technical issues.</li>
</ul>
<h3 class="h3">Data Security</h3>
<p class="text-justify">
The security of your data is important to us but remember that no method of transmission over the Internet, or method of electronic storage, is 100% secure. While we strive to use commercially acceptable means to protect your personal information, we cannot guarantee its absolute security.
</p>
<h3 class="h3">Changes to This Privacy Policy</h3>
<p class="text-justify">
We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.
</p>
<h3 class="h3">Contact Us</h3>
<p class="text-justify">
If you have any questions about this Privacy Policy, please contact us from home page.
</p>
</div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</body>
</html>