-
Notifications
You must be signed in to change notification settings - Fork 641
/
privacy_policy.html
116 lines (107 loc) · 5.47 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f9f9f9;
color: #333;
}
header {
text-align: center;
padding: 20px;
background-color: #2c3e50;
color: white;
}
h1, h2, h3 {
color: #2c3e50;
}
p {
margin: 10px 0;
}
ul {
margin: 10px 0 10px 20px;
}
footer {
text-align: center;
margin-top: 20px;
font-size: 0.9em;
color: #777;
}
a {
color: #2c3e50;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<header>
<h1>Wildguard Privacy Policy</h1>
</header>
<main>
<section>
<p>At Wildguard, we are committed to protecting the privacy and security of our users. This privacy policy explains how we collect, use, and protect personal information when you visit our website, <strong>wildguard.org</strong> (the "Website").</p>
</section>
<section>
<h2>What Information Do We Collect?</h2>
<p>We collect the following types of information:</p>
<ul>
<li><strong>Personal Information</strong>: When you create an account, make a donation, or sign up for our newsletter, we collect personal information such as your name, email address, password, and other contact information.</li>
<li><strong>Usage Information</strong>: We collect information about your interactions with our Website, including the pages you visit, the links you click, and the searches you conduct.</li>
<li><strong>Device Information</strong>: We collect information about the device you use to access our Website, including the type of device, operating system, and browser type.</li>
<li><strong>Location Information</strong>: We collect information about your location, including your IP address and geographic location.</li>
</ul>
</section>
<section>
<h2>How Do We Use Your Information?</h2>
<p>We use your information to:</p>
<ul>
<li><strong>Provide Services</strong>: We use your personal information to provide you with services, including creating an account, processing donations, and sending newsletters.</li>
<li><strong>Improve Our Website</strong>: We use usage information to improve our Website, including analyzing user behavior and optimizing our content.</li>
<li><strong>Communicate with You</strong>: We use your personal information to communicate with you, including sending newsletters, updates, and promotional materials.</li>
<li><strong>Protect Our Website</strong>: We use device information and location information to protect our Website from unauthorized access and to detect and prevent fraud.</li>
</ul>
</section>
<section>
<h2>How Do We Share Your Information?</h2>
<p>We share your information with:</p>
<ul>
<li><strong>Service Providers</strong>: We share your information with service providers who help us operate our Website, including payment processors and email marketing platforms.</li>
<li><strong>Partners and Collaborators</strong>: We share your information with partners and collaborators who help us achieve our mission, including conservation organizations and research institutions.</li>
<li><strong>Law Enforcement</strong>: We share your information with law enforcement agencies if we are required to do so by law or if we believe it is necessary to protect our users or the public.</li>
</ul>
</section>
<section>
<h2>How Do We Protect Your Information?</h2>
<p>We take the following measures to protect your information:</p>
<ul>
<li><strong>Encryption</strong>: We use encryption to protect your personal information when it is transmitted over the internet.</li>
<li><strong>Firewalls</ strong>: We use firewalls to protect our Website from unauthorized access.</li>
<li><strong>Access Controls</strong>: We use access controls to limit who can access your personal information.</li>
<li><strong>Data Backup</strong>: We regularly back up our data to prevent loss or corruption.</li>
</ul>
</section>
<section>
<h2>Your Rights</h2>
<p>You have the following rights:</p>
<ul>
<li><strong>Access</strong>: You have the right to access your personal information and to request a copy of it.</li>
<li><strong>Correction</strong>: You have the right to correct your personal information if it is inaccurate or incomplete.</li>
<li><strong>Deletion</strong>: You have the right to request that we delete your personal information.</li>
</ul>
</section>
</main>
<footer>
<p>© 2023 Wildguard. All rights reserved.</p>
</footer>
</body>
</html>