-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTerms.html
More file actions
84 lines (69 loc) · 7.81 KB
/
Terms.html
File metadata and controls
84 lines (69 loc) · 7.81 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
<html>
<head><title>Terms of Service - b64encode</title><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"></head>
<body style="font-family: 'Open Sans', sans-serif;">
<div class="container mt-5">
<h1 class="text-center">Terms of Service for b64encode</h1>
<p>By using b64encode, you agree to comply with and be bound by these Terms of Service. Please read these terms carefully before using our website. If you do not agree to these terms, please do not use our services.</p>
<h4>Use of Website</h4>
<p>You agree to use the website only for lawful purposes and in accordance with these terms. You must not use the website to:</p>
<ul>
<li>Engage in any unlawful or fraudulent activities.</li>
<li>Harass, abuse, or harm other users or individuals.</li>
<li>Distribute any harmful content, including viruses, malware, or other malicious code.</li>
<li>Attempt to gain unauthorized access to the website, servers, or networks connected to the website.</li>
<li>Violate any applicable laws or regulations while using the website.</li>
</ul>
<p>We reserve the right to investigate any violations of these terms and take appropriate legal or corrective actions as necessary.</p>
<h4>Account Creation</h4>
<p>In order to access certain features or services on b64encode, you may be required to create an account. When you create an account, you agree to provide accurate, complete, and up-to-date information. You are solely responsible for:</p>
<ul>
<li>Maintaining the confidentiality of your account credentials, including your username and password.</li>
<li>Ensuring the security of your account and taking appropriate steps to protect it from unauthorized access.</li>
<li>All activities that occur under your account, whether or not authorized by you.</li>
</ul>
<p>If you suspect any unauthorized use of your account or any security breach, you must notify us immediately. We are not liable for any loss or damage resulting from unauthorized access to your account.</p>
<h4>Termination</h4>
<p>We reserve the right, at our sole discretion, to terminate, suspend, or restrict your access to the website at any time, for any reason, without prior notice. This includes, but is not limited to, cases where:</p>
<ul>
<li>You violate any of the terms outlined in this agreement.</li>
<li>We determine that your use of the website is harmful to our business or the experience of other users.</li>
<li>We decide to discontinue providing the website or certain features to users.</li>
</ul>
<p>Upon termination, you must immediately cease all use of the website, and any rights granted to you under these terms will be revoked. Any provisions that by their nature should survive termination will remain in effect after termination, including, but not limited to, ownership provisions, warranty disclaimers, and limitation of liability.</p>
<h4>Intellectual Property</h4>
<p>All content on b64encode, including text, images, logos, graphics, and trademarks, is the property of b64encode or its licensors and is protected by copyright, trademark, and other intellectual property laws. You may not copy, modify, distribute, or reproduce any content from the website without explicit permission from us.</p>
<h4>Disclaimer of Warranties</h4>
<p>The services provided by b64encode are offered "as is" without any warranties or representations, express or implied. We do not guarantee the accuracy, completeness, or reliability of the content on our website, and we disclaim any liability for errors or omissions. Your use of the website is at your own risk, and we make no guarantees regarding the availability, reliability, or security of the website.</p>
<h4>Limitation of Liability</h4>
<p>To the maximum extent permitted by law, b64encode, its owners, employees, affiliates, and partners shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from or in connection with your use of the website, even if we have been advised of the possibility of such damages. This includes, but is not limited to, damages for loss of data, loss of profits, or business interruption.</p>
<h4>Indemnification</h4>
<p>You agree to indemnify, defend, and hold harmless b64encode, its affiliates, and its partners from any claims, losses, damages, liabilities, and expenses (including legal fees) arising from your use of the website, your violation of these terms, or your infringement of any third-party rights.</p>
<h4>Privacy</h4>
<p>Your use of the website is also governed by our Privacy Policy, which can be found at [Insert Link to Privacy Policy]. Please review it to understand how we collect, use, and protect your information.</p>
<h4>Changes to These Terms</h4>
<p>b64encode reserves the right to update or modify these Terms of Service at any time. We will notify users of any significant changes by posting an updated version on this page and revising the "Effective Date" at the top of the page. It is your responsibility to review these terms periodically for any updates. Your continued use of the website after any changes constitutes your acceptance of the new terms.</p>
<h4>Governing Law</h4>
<p>These Terms of Service shall be governed by and construed in accordance with the laws of [Your Jurisdiction], without regard to its conflict of law principles. Any disputes arising from these terms shall be subject to the exclusive jurisdiction of the courts in [Your Jurisdiction].</p>
<h4>Contact Us</h4>
<p>If you have any questions about these Terms of Service or need further clarification, please contact us at <a href="mailto:support@b64encode.com">support@b64encode.com</a>.</p>
<footer class="mt-5 pt-5 pb-3" style="background-color: #f8f9fa;">
<div class="container">
<div class="d-flex justify-content-center">
<ul class="nav">
<li class="nav-item"><a class="nav-link" href="privacy.html">Privacy</a></li>
<li class="nav-item"><a class="nav-link" href="disclaimer.html">Disclaimer</a></li>
<li class="nav-item"><a class="nav-link" href="terms.html">Terms</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="affiliate-disclaimer.html">Affiliate Disclaimer</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="sitemap.xml">Sitemap</a></li>
</ul>
</div>
<p class="text-center mt-3" style="color: #6c757d;">
© 2025 <a href="index.html" style="color: #007bff;">b64encode</a>. All rights reserved.
</p>
</div>
</footer>
</div>
</body>
</html>