-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
94 lines (82 loc) · 4.63 KB
/
terms.html
File metadata and controls
94 lines (82 loc) · 4.63 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
<!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 | DesignDesk</title>
<meta name="description" content="DesignDesk Terms of Service. The rules for using our interior design project management platform.">
<link rel="canonical" href="https://ms170888.github.io/DesignDesk/terms.html">
<meta name="robots" content="noindex">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, sans-serif; color: #1e293b; background: #fafafa; line-height: 1.6; }
.container { max-width: 700px; margin: 0 auto; padding: 80px 24px; }
h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
.updated { font-size: 13px; color: #64748b; margin-bottom: 40px; display: block; }
h2 { font-size: 20px; margin: 32px 0 12px; }
p, li { font-size: 14px; color: #475569; line-height: 1.8; margin-bottom: 12px; }
ul { margin-left: 20px; margin-bottom: 16px; }
a { color: #6366f1; text-decoration: none; }
a:hover { text-decoration: underline; }
.back { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; margin-bottom: 32px; }
</style>
</head>
<body>
<div class="container">
<a href="/" class="back">← Back to DesignDesk</a>
<h1>Terms of Service</h1>
<span class="updated">Last updated: 7 March 2026</span>
<h2>1. Agreement</h2>
<p>By using DesignDesk ("the Service"), you agree to these terms. If you don't agree, please don't use the Service.</p>
<h2>2. The Service</h2>
<p>DesignDesk is a web-based project management platform for interior designers. We provide tools for procurement tracking, scheduling, invoicing, mood boards, floor plans, and client management.</p>
<h2>3. Accounts</h2>
<ul>
<li>You must provide accurate information when creating an account</li>
<li>You are responsible for maintaining the security of your account</li>
<li>You must be at least 18 years old to use the Service</li>
<li>One person or entity per account (no shared accounts)</li>
</ul>
<h2>4. Subscriptions and Payment</h2>
<ul>
<li>Free trials do not require a credit card</li>
<li>Paid plans are billed monthly or annually via Stripe</li>
<li>Prices are in GBP and exclude VAT where applicable</li>
<li>You can cancel your subscription at any time; access continues until the end of the billing period</li>
<li>Refunds are available within 14 days of initial purchase</li>
<li>We may change pricing with 30 days' notice</li>
</ul>
<h2>5. Your Data</h2>
<ul>
<li>You own all content you create in DesignDesk</li>
<li>We do not claim any intellectual property rights over your data</li>
<li>You can export your data at any time</li>
<li>We back up your data regularly but recommend you maintain your own backups</li>
</ul>
<h2>6. Acceptable Use</h2>
<p>You agree not to:</p>
<ul>
<li>Use the Service for any illegal purpose</li>
<li>Attempt to reverse-engineer or copy the Service</li>
<li>Share your account credentials with others</li>
<li>Upload malicious files or code</li>
<li>Exceed fair usage limits (automated scraping, etc.)</li>
</ul>
<h2>7. Service Availability</h2>
<p>We aim for 99.9% uptime but don't guarantee uninterrupted service. We may perform scheduled maintenance with advance notice. We are not liable for downtime caused by third-party services.</p>
<h2>8. Limitation of Liability</h2>
<p>To the maximum extent permitted by law, DesignDesk's total liability is limited to the amount you paid in the 12 months preceding the claim. We are not liable for indirect, incidental, or consequential damages.</p>
<h2>9. Termination</h2>
<p>You can close your account at any time. We may suspend or terminate accounts that violate these terms. Upon termination, your data will be deleted within 30 days.</p>
<h2>10. Changes</h2>
<p>We may update these terms. Significant changes will be communicated via email. Continued use after changes constitutes acceptance.</p>
<h2>11. Governing Law</h2>
<p>These terms are governed by the laws of England and Wales.</p>
<h2>12. Contact</h2>
<p>Questions? Email us at <a href="mailto:hello@designdesk.app">hello@designdesk.app</a>.</p>
</div>
</body>
</html>