-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
152 lines (143 loc) · 7.58 KB
/
about.html
File metadata and controls
152 lines (143 loc) · 7.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - PicsPanda</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/tool-enhancements.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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="Learn more about PicsPanda - Your go-to platform for image and PDF processing tools.">
<meta name="theme-color" content="#4a6cf7">
</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="about.html">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-info-circle"></i>
<h1>About PicsPanda</h1>
<p>Your trusted platform for image and PDF processing tools</p>
</div>
<div class="legal-content">
<h2><i class="fas fa-bullseye"></i> Our Mission</h2>
<p>At PicsPanda, we believe that professional-grade image and PDF tools should be accessible to everyone. Our mission is to provide high-quality, easy-to-use tools that respect your privacy and security.</p>
<h2><i class="fas fa-shield-alt"></i> Privacy First Approach</h2>
<ul>
<li><i class="fas fa-check"></i> All processing happens locally in your browser</li>
<li><i class="fas fa-check"></i> Your files never leave your device</li>
<li><i class="fas fa-check"></i> No data collection or tracking</li>
<li><i class="fas fa-check"></i> Zero server uploads required</li>
</ul>
<h2><i class="fas fa-tools"></i> Our Tools</h2>
<p>We offer a comprehensive suite of tools for all your image and PDF needs:</p>
<ul>
<li><i class="fas fa-check"></i> Image conversion between multiple formats</li>
<li><i class="fas fa-check"></i> PDF creation and manipulation</li>
<li><i class="fas fa-check"></i> Image compression and optimization</li>
<li><i class="fas fa-check"></i> Batch processing capabilities</li>
</ul>
<h2><i class="fas fa-heart"></i> Why Choose PicsPanda</h2>
<ul>
<li><i class="fas fa-check"></i> 100% free with no hidden costs</li>
<li><i class="fas fa-check"></i> No registration required</li>
<li><i class="fas fa-check"></i> Professional-grade results</li>
<li><i class="fas fa-check"></i> Regular updates and improvements</li>
</ul>
<h2><i class="fas fa-users"></i> Our Team</h2>
<p>We are a passionate team of developers and designers committed to creating the best possible tools for our users. Our focus is on combining ease of use with powerful functionality.</p>
<h2><i class="fas fa-handshake"></i> Our Commitment</h2>
<ul>
<li><i class="fas fa-check"></i> Continuous improvement of our tools</li>
<li><i class="fas fa-check"></i> Regular feature updates</li>
<li><i class="fas fa-check"></i> Open communication with users</li>
<li><i class="fas fa-check"></i> Responsive technical support</li>
<li><i class="fas fa-check"></i> Transparent operation</li>
</ul>
</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="index.html#image-tools"><i class="fas fa-angle-right"></i>Image Tools</a></li>
<li><a href="index.html#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>