-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
184 lines (160 loc) · 6.36 KB
/
privacy-policy.html
File metadata and controls
184 lines (160 loc) · 6.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GuineaPal Privacy Policy</title>
<style>
:root {
--primary-color: #5D4037;
--secondary-color: #8D6E63;
--background-color: #FFF8E1;
--text-color: #333;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: var(--text-color);
background-color: var(--background-color);
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
header {
text-align: center;
padding: 40px 0;
background-color: var(--primary-color);
color: white;
margin-bottom: 40px;
}
h1 {
font-size: 2.5em;
margin-bottom: 10px;
}
h2 {
color: var(--primary-color);
margin: 30px 0 15px;
}
.section {
background: white;
padding: 30px;
border-radius: 10px;
margin-bottom: 30px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
p {
margin-bottom: 15px;
}
ul {
margin-left: 20px;
margin-bottom: 15px;
}
li {
margin-bottom: 10px;
}
.last-updated {
font-style: italic;
color: var(--secondary-color);
text-align: center;
margin-top: 20px;
}
footer {
text-align: center;
padding: 20px;
color: var(--secondary-color);
margin-top: 40px;
}
@media (max-width: 600px) {
.container {
padding: 10px;
}
.section {
padding: 20px;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>GuineaPal Privacy Policy</h1>
<p>Your privacy is important to us</p>
</div>
</header>
<div class="container">
<section class="section">
<h2>Introduction</h2>
<p>This Privacy Policy explains how GuineaPal ("we", "us", or "our") collects, uses, and protects your information when you use our mobile application ("the App"). We are committed to ensuring that your privacy is protected and we take this responsibility seriously.</p>
</section>
<section class="section">
<h2>Information We Collect</h2>
<p>We collect the following types of information:</p>
<ul>
<li><strong>Pet Information:</strong> Details about your guinea pigs including names, photos, health records, weight data, and care schedules.</li>
<li><strong>Media:</strong> Photos and images you choose to upload to the app.</li>
<li><strong>Usage Data:</strong> Information about how you use the app, including care schedules and tracking data.</li>
<li><strong>Device Information:</strong> Basic information about your device for app functionality and troubleshooting.</li>
</ul>
</section>
<section class="section">
<h2>How We Use Your Information</h2>
<p>We use the collected information for the following purposes:</p>
<ul>
<li>To provide and maintain the App's functionality</li>
<li>To store your pet's health and care records</li>
<li>To send notifications and reminders you've requested</li>
<li>To improve and optimize the App's performance</li>
<li>To provide customer support</li>
</ul>
</section>
<section class="section">
<h2>Data Storage and Security</h2>
<p>Your data is primarily stored locally on your device. We implement appropriate security measures to protect your information:</p>
<ul>
<li>All data is stored securely on your device using industry-standard encryption</li>
<li>Photos and media are stored securely in your device's storage</li>
<li>We do not share your personal information with third parties</li>
<li>You can delete your data at any time through the app settings</li>
</ul>
</section>
<section class="section">
<h2>App Permissions</h2>
<p>GuineaPal requires the following permissions to function:</p>
<ul>
<li><strong>Camera & Photo Library:</strong> To take and store photos of your pets</li>
<li><strong>Notifications:</strong> To send care reminders and alerts</li>
<li><strong>Storage:</strong> To save pet profiles and health records locally</li>
</ul>
</section>
<section class="section">
<h2>Children's Privacy</h2>
<p>Our App is not intended for children under 13. We do not knowingly collect personal information from children under 13. If you are a parent or guardian and believe your child has provided us with personal information, please contact us.</p>
</section>
<section class="section">
<h2>Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date below.</p>
</section>
<section class="section">
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us:</p>
<ul>
<li>Email: natasha.card@outlook.com</li>
<li>Website: <a href="https://tashaingle.github.io/GuineaPal-Support/">https://tashaingle.github.io/GuineaPal-Support/</a></li>
</ul>
</section>
<p class="last-updated">Last Updated: May 26, 2024</p>
</div>
<footer>
<div class="container">
<p>© 2024 GuineaPal. All rights reserved.</p>
</div>
</footer>
</body>
</html>