219 lines
7.2 KiB
HTML
219 lines
7.2 KiB
HTML
|
|
{% extends "base.html" %}
|
||
|
|
|
||
|
|
{% block title %}Terms of Service - MyWebdav{% endblock %}
|
||
|
|
|
||
|
|
{% block description %}Terms of Service for MyWebdav cloud storage service.{% endblock %}
|
||
|
|
|
||
|
|
{% block extra_css %}
|
||
|
|
<style>
|
||
|
|
.legal-content {
|
||
|
|
max-width: 900px;
|
||
|
|
margin: 0 auto;
|
||
|
|
padding: 3rem 2rem;
|
||
|
|
background: white;
|
||
|
|
border-radius: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-title {
|
||
|
|
font-size: 2.5rem;
|
||
|
|
font-weight: 700;
|
||
|
|
color: #1565c0;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
padding-bottom: 1rem;
|
||
|
|
border-bottom: 3px solid #1976d2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-updated {
|
||
|
|
color: #666;
|
||
|
|
font-style: italic;
|
||
|
|
margin-bottom: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-content h2 {
|
||
|
|
font-size: 1.75rem;
|
||
|
|
color: #333;
|
||
|
|
margin-top: 2rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
padding-bottom: 0.5rem;
|
||
|
|
border-bottom: 2px solid #e0e0e0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-content h3 {
|
||
|
|
font-size: 1.25rem;
|
||
|
|
color: #555;
|
||
|
|
margin-top: 1.5rem;
|
||
|
|
margin-bottom: 0.75rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-content p {
|
||
|
|
line-height: 1.8;
|
||
|
|
color: #555;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-content ul {
|
||
|
|
margin-left: 2rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-content li {
|
||
|
|
margin-bottom: 0.5rem;
|
||
|
|
line-height: 1.6;
|
||
|
|
color: #555;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-content strong {
|
||
|
|
color: #333;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-contact {
|
||
|
|
margin-top: 3rem;
|
||
|
|
padding: 2rem;
|
||
|
|
background: #f5f5f5;
|
||
|
|
border-radius: 8px;
|
||
|
|
border-left: 4px solid #1976d2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-contact h3 {
|
||
|
|
color: #1565c0;
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.legal-title {
|
||
|
|
font-size: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.legal-content {
|
||
|
|
padding: 2rem 1rem;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% block content %}
|
||
|
|
<div class="legal-content">
|
||
|
|
<h1 class="legal-title">Terms of Service</h1>
|
||
|
|
<p class="legal-updated">Last Updated: November 16, 2025</p>
|
||
|
|
|
||
|
|
|
||
|
|
<h2>1. Introduction</h2>
|
||
|
|
<p>These Terms of Service ("Terms") constitute a legally binding agreement between you ("User," "you," or "your") and MyWebdav Technologies ("Company," "we," "us," or "our") governing your use of the MyWebdav cloud storage service (the "Service").</p>
|
||
|
|
<p>By accessing or using the Service, you acknowledge that you have read, understood, and agree to be bound by these Terms. If you do not agree, you must not use the Service.</p>
|
||
|
|
|
||
|
|
<h2>2. Service Description</h2>
|
||
|
|
<p>MyWebdav provides cloud-based file storage, sharing, and collaboration tools. The Service includes:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Secure file storage and backup</li>
|
||
|
|
<li>File sharing and collaboration features</li>
|
||
|
|
<li>WebDAV protocol support</li>
|
||
|
|
<li>API access for integrations</li>
|
||
|
|
<li>Administrative and management tools</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<h2>3. User Eligibility and Account Registration</h2>
|
||
|
|
|
||
|
|
<h3>3.1 Eligibility</h3>
|
||
|
|
<p>You must be at least 16 years old and have the legal capacity to enter into these Terms.</p>
|
||
|
|
|
||
|
|
<h3>3.2 Account Registration</h3>
|
||
|
|
<p>To use the Service, you must create an account with accurate information. You are responsible for maintaining the confidentiality of your account credentials and all activities under your account.</p>
|
||
|
|
|
||
|
|
<h3>3.3 Account Suspension/Termination</h3>
|
||
|
|
<p>We may suspend or terminate your account for violations of these Terms, illegal activity, or at our discretion with reasonable notice.</p>
|
||
|
|
|
||
|
|
<h2>4. Acceptable Use Policy</h2>
|
||
|
|
<p>You agree not to:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Violate applicable laws or regulations</li>
|
||
|
|
<li>Infringe intellectual property rights</li>
|
||
|
|
<li>Upload malicious, illegal, or harmful content</li>
|
||
|
|
<li>Attempt unauthorized access to systems</li>
|
||
|
|
<li>Use the Service for spam or harassment</li>
|
||
|
|
<li>Circumvent security measures</li>
|
||
|
|
<li>Exceed fair usage limits</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<h2>5. Content Ownership and Rights</h2>
|
||
|
|
|
||
|
|
<h3>5.1 Your Content</h3>
|
||
|
|
<p>You retain ownership of content you upload ("Your Content"). You grant us a limited license to store, process, and transmit Your Content solely to provide the Service.</p>
|
||
|
|
|
||
|
|
<h3>5.2 Prohibited Content</h3>
|
||
|
|
<p>You may not upload content that is:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Illegal, defamatory, or obscene</li>
|
||
|
|
<li>Infringing on third-party rights</li>
|
||
|
|
<li>Containing malware or viruses</li>
|
||
|
|
<li>Excessive in volume without prior agreement</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<h3>5.3 Content Removal</h3>
|
||
|
|
<p>We may remove content that violates these Terms, with or without notice.</p>
|
||
|
|
|
||
|
|
<h2>6. Service Availability and Limitations</h2>
|
||
|
|
|
||
|
|
<h3>6.1 Availability</h3>
|
||
|
|
<p>We strive for high availability but do not guarantee uninterrupted service. Scheduled maintenance may cause temporary outages.</p>
|
||
|
|
|
||
|
|
<h3>6.2 Storage Limits</h3>
|
||
|
|
<p>Storage limits vary by plan. Exceeding limits may result in additional charges or service restrictions.</p>
|
||
|
|
|
||
|
|
<h3>6.3 Fair Usage</h3>
|
||
|
|
<p>Excessive usage that impacts other users may result in throttling or additional charges.</p>
|
||
|
|
|
||
|
|
<h2>7. Billing and Payment</h2>
|
||
|
|
|
||
|
|
<h3>7.1 Fees</h3>
|
||
|
|
<p>Service fees are as published on our website. Prices may change with 30 days' notice.</p>
|
||
|
|
|
||
|
|
<h3>7.2 Payment</h3>
|
||
|
|
<p>You agree to pay all charges associated with your account. Failed payments may result in service suspension.</p>
|
||
|
|
|
||
|
|
<h3>7.3 Refunds</h3>
|
||
|
|
<p>Fees are generally non-refundable except as required by law or at our discretion.</p>
|
||
|
|
|
||
|
|
<h2>8. Data Protection and Privacy</h2>
|
||
|
|
<p>Your use of the Service is subject to our Privacy Policy, which is incorporated by reference. We comply with GDPR and other data protection regulations.</p>
|
||
|
|
|
||
|
|
<h2>9. Security and Data Protection</h2>
|
||
|
|
<p>We implement industry-standard security measures, but you acknowledge that no system is completely secure. You are responsible for your data security.</p>
|
||
|
|
|
||
|
|
<h2>10. Intellectual Property</h2>
|
||
|
|
<p>The Service and its original content are protected by intellectual property laws. You may not copy, modify, or distribute our proprietary materials.</p>
|
||
|
|
|
||
|
|
<h2>11. Disclaimers</h2>
|
||
|
|
<p><strong>THE SERVICE IS PROVIDED "AS IS" WITHOUT WARRANTIES OF ANY KIND. WE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</strong></p>
|
||
|
|
|
||
|
|
<h2>12. Limitation of Liability</h2>
|
||
|
|
<p><strong>TO THE MAXIMUM EXTENT PERMITTED BY LAW, OUR TOTAL LIABILITY SHALL NOT EXCEED THE AMOUNT PAID BY YOU IN THE 12 MONTHS PRECEDING THE CLAIM.</strong></p>
|
||
|
|
|
||
|
|
<h2>13. Indemnification</h2>
|
||
|
|
<p>You agree to indemnify and hold us harmless from claims arising from your use of the Service or violation of these Terms.</p>
|
||
|
|
|
||
|
|
<h2>14. Governing Law and Dispute Resolution</h2>
|
||
|
|
<p>These Terms are governed by the laws of the Netherlands. Disputes shall be resolved through binding arbitration in Amsterdam, Netherlands.</p>
|
||
|
|
|
||
|
|
<h2>15. Modifications to Terms</h2>
|
||
|
|
<p>We may modify these Terms with reasonable notice. Continued use after changes constitutes acceptance.</p>
|
||
|
|
|
||
|
|
<h2>16. Severability</h2>
|
||
|
|
<p>If any provision is found invalid, the remaining provisions remain in effect.</p>
|
||
|
|
|
||
|
|
<h2>17. Entire Agreement</h2>
|
||
|
|
<p>These Terms constitute the entire agreement between you and us regarding the Service.</p>
|
||
|
|
|
||
|
|
|
||
|
|
<div class="legal-contact">
|
||
|
|
<h3>Contact Information</h3>
|
||
|
|
<p>If you have any questions about this terms of service, please contact us:</p>
|
||
|
|
<ul>
|
||
|
|
<li><strong>Email:</strong> <a href="mailto:legal@mywebdav.eu">legal@mywebdav.eu</a></li>
|
||
|
|
<li><strong>Website:</strong> <a href="https://mywebdav.eu">https://mywebdav.eu</a></li>
|
||
|
|
<li><strong>Address:</strong> MyWebdav Technologies, European Union</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
{% endblock %}
|