-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
132 lines (124 loc) · 6.21 KB
/
terms.html
File metadata and controls
132 lines (124 loc) · 6.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - 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 Terms of Service - Guidelines for using our tools and services.">
</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-gavel"></i>
<h1>Terms of Service</h1>
<p>Guidelines for using our tools and services</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-file-contract"></i> 1. Terms</h2>
<p>By accessing PicsPanda, you agree to these terms of service and use our tools in compliance with applicable laws.</p>
<h2><i class="fas fa-key"></i> 2. Use License</h2>
<p>Our tools are free for personal and commercial use, subject to these conditions:</p>
<ul>
<li><i class="fas fa-check"></i> Don't modify or copy our software</li>
<li><i class="fas fa-check"></i> Don't use the tools for illegal purposes</li>
<li><i class="fas fa-check"></i> Don't overload or damage our services</li>
</ul>
<h2><i class="fas fa-exclamation-circle"></i> 3. Disclaimer</h2>
<p>Our tools are provided "as is" without warranties. We're not liable for any damages from tool usage.</p>
<h2><i class="fas fa-sync-alt"></i> 4. Service Modifications</h2>
<p>We may modify or discontinue services without notice. We're not liable to users for any changes.</p>
<h2><i class="fas fa-envelope"></i> 5. Contact</h2>
<p>For terms questions, contact us at: <a href="mailto:legal@picspanda.com">legal@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>