-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
60 lines (49 loc) · 4.33 KB
/
terms.html
File metadata and controls
60 lines (49 loc) · 4.33 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
<!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 - TruckCraft Studio</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/footer.css">
</head>
<body>
<!-- Minimal Back Button -->
<div style="padding: 1rem 1.25rem 0;">
<a href="index.html" aria-label="Back to Home" class="back-link" role="button">← Back</a>
</div>
<!-- Terms Content -->
<section class="section" style="padding-top: 1rem; min-height: 100vh;">
<div class="container">
<h1 style="font-size: 2.5rem; margin-bottom: 1rem; color: var(--text-primary);">Terms of Service</h1>
<p style="color: var(--text-muted); margin-bottom: 3rem;">Last updated: November 15, 2025</p>
<div style="max-width: 800px; margin: 0 auto; color: var(--text-secondary); line-height: 1.8;">
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">1. Acceptance of Terms</h2>
<p style="margin-bottom: 1.5rem;">By accessing and using TruckCraft Studio's services, you accept and agree to be bound by the terms and provision of this agreement.</p>
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">2. Use License</h2>
<p style="margin-bottom: 1rem;">Permission is granted to temporarily download one copy of the materials on TruckCraft Studio's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
<ul style="margin-left: 2rem; margin-bottom: 1.5rem;">
<li>Modify or copy the materials</li>
<li>Use the materials for any commercial purpose or for any public display</li>
<li>Attempt to reverse engineer any software contained on TruckCraft Studio's website</li>
<li>Remove any copyright or other proprietary notations from the materials</li>
</ul>
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">3. Service Description</h2>
<p style="margin-bottom: 1.5rem;">TruckCraft Studio provides website building tools and templates specifically designed for virtual trucking companies. We reserve the right to modify or discontinue any service without prior notice.</p>
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">4. User Accounts</h2>
<p style="margin-bottom: 1.5rem;">You are responsible for maintaining the confidentiality of your account and password. You agree to accept responsibility for all activities that occur under your account.</p>
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">5. Payment Terms</h2>
<p style="margin-bottom: 1.5rem;">Subscription fees are billed in advance on a monthly or annual basis. All fees are non-refundable except as required by law. We reserve the right to change our pricing with 30 days notice.</p>
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">6. Limitations</h2>
<p style="margin-bottom: 1.5rem;">In no event shall TruckCraft Studio or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on TruckCraft Studio's website.</p>
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">7. Revisions</h2>
<p style="margin-bottom: 1.5rem;">We may revise these terms of service at any time without notice. By using this website you are agreeing to be bound by the then current version of these terms of service.</p>
<h2 style="font-size: 1.75rem; margin-top: 2rem; margin-bottom: 1rem; color: var(--text-primary);">8. Contact Information</h2>
<p style="margin-bottom: 1.5rem;">If you have any questions about these Terms of Service, please contact us at <a href="contact.html" style="color: var(--primary);">our contact page</a>.</p>
</div>
</div>
</section>
<!-- Footer removed for minimal layout -->
<!-- Scripts not required for minimal legal page -->
</body>
</html>