-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
133 lines (125 loc) · 6.28 KB
/
privacy-policy.html
File metadata and controls
133 lines (125 loc) · 6.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - PicsPanda</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<meta name="description" content="PicsPanda Privacy Policy - Learn how we protect your privacy and handle your data.">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<a href="index.html">
<img src="images/picspanda-logo.svg" alt="PicsPanda Logo">
<span>PicsPanda</span>
</a>
</div>
<nav>
<ul>
<li><a href="index.html#image-tools">Image Tools</a></li>
<li><a href="index.html#pdf-tools">PDF Tools</a></li>
<li><a href="index.html#about">About</a></li>
</ul>
</nav>
<div class="mobile-menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</header>
<section class="legal-page">
<div class="container">
<div class="legal-header">
<i class="fas fa-shield-alt"></i>
<h1>Privacy Policy</h1>
<p>Learn how we protect your privacy and handle your data</p>
</div>
<div class="legal-content">
<div class="last-updated">
<i class="fas fa-clock"></i>
<span>Last updated: November 2023</span>
</div>
<h2><i class="fas fa-info-circle"></i> 1. Introduction</h2>
<p>PicsPanda is committed to protecting your privacy. This policy explains how we handle your data when you use our services.</p>
<h2><i class="fas fa-shield-alt"></i> 2. Information We Don't Collect</h2>
<p>Our services process all files directly in your browser. We do not:</p>
<ul>
<li><i class="fas fa-check"></i> Upload your files to any server</li>
<li><i class="fas fa-check"></i> Store your files</li>
<li><i class="fas fa-check"></i> Track personal information</li>
<li><i class="fas fa-check"></i> Use cookies for tracking</li>
</ul>
<h2><i class="fas fa-laptop"></i> 3. Browser Processing</h2>
<p>All file processing happens locally in your web browser. Your files never leave your device.</p>
<h2><i class="fas fa-chart-line"></i> 4. Analytics</h2>
<p>We use basic anonymous analytics to understand tool usage patterns and improve our services.</p>
<h2><i class="fas fa-envelope"></i> 5. Contact</h2>
<p>For privacy questions, contact us at: <a href="mailto:privacy@picspanda.com">privacy@picspanda.com</a></p>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="footer-logo">
<img src="images/picspanda-logo.svg" alt="PicsPanda Logo">
<span>PicsPanda</span>
</div>
<p class="footer-description">
Free online tools for image and PDF processing. Our mission is to make professional-grade tools accessible to everyone, with privacy and security at the forefront.
</p>
<div class="social-links">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="footer-links">
<h4>Tools</h4>
<ul>
<li><a href="#image-tools"><i class="fas fa-angle-right"></i>Image Tools</a></li>
<li><a href="#pdf-tools"><i class="fas fa-angle-right"></i>PDF Tools</a></li>
<li><a href="#new-tools"><i class="fas fa-angle-right"></i>New Tools</a></li>
<li><a href="#popular-tools"><i class="fas fa-angle-right"></i>Popular Tools</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="about.html"><i class="fas fa-angle-right"></i>About Us</a></li>
<li><a href="#blog"><i class="fas fa-angle-right"></i>Blog</a></li>
<li><a href="#careers"><i class="fas fa-angle-right"></i>Careers</a></li>
<li><a href="#contact"><i class="fas fa-angle-right"></i>Contact Us</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Contact</h4>
<ul class="footer-contact">
<li>
<i class="fas fa-envelope"></i>
<span>support@picspanda.com</span>
</li>
<li>
<i class="fas fa-map-marker-alt"></i>
<span>01 Mahinam Benipur<br>BIhar, India 847103</span>
</li>
<li>
<i class="fas fa-clock"></i>
<span>Mon - Fri: 9:00 AM - 6:00 PM</span>
</li>
</ul>
</div>
</div>
<div class="copyright">
<p>© 2023 PicsPanda. All rights reserved. | <a href="privacy-policy.html">Privacy Policy</a> | <a href="terms.html">Terms of Service</a></p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>