-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
108 lines (92 loc) · 5.2 KB
/
terms.html
File metadata and controls
108 lines (92 loc) · 5.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" type="image/png" href="assets/img/logo.png">
<meta name="description" content="LiftIt is a lightweight web application designed to help you quickly build and estimate the cost of your perfect simracing setup (bundles, cockpits, seats, and accessories).">
<meta name="keywords" content="simracing, simulator, racing simulator, cockpit, seat, accessories, bundle, configuration, estimate, cost">
<meta name="author" content="Cyrex">
<meta property="og:title" content="LiftIt - Simracing Setup Configurator">
<meta property="og:description" content="LiftIt is a lightweight web application designed to help you quickly build and estimate the cost of your perfect simracing setup (bundles, cockpits, seats, and accessories).">
<meta property="og:image" content="assets/img/logo.png">
<meta property="og:type" content="website">
</head>
<body>
<header class="header">
<h1>Terms of Use</h1>
</header>
<main class="main-content" style="max-width:1000px; margin:28px auto; gap:0;">
<article style="background:transparent; padding:18px;">
<section>
<h2>1. Introduction</h2>
<p>Welcome to LiftIt. These Terms of Use govern access to and use of this website and associated
services. By using our services you accept these terms.</p>
</section>
<section>
<h2>2. Access to the service</h2>
<p>Access to the site is free. We reserve the right to modify, suspend or discontinue all or part
of the service at any time, with or without notice.</p>
</section>
<section>
<h2>3. Acceptable use</h2>
<p>You agree not to use the service for illegal, fraudulent or harmful purposes. It is prohibited
to upload malicious content, attempt to access third-party systems, or disrupt the service.</p>
</section>
<section>
<h2>4. Content and intellectual property</h2>
<p>The site mainly displays elements (names, logos, images) that belong to third parties. We do
not claim ownership of those marks or content and show them only for information or reference
purposes. If a rights holder believes that content on the site infringes their rights, they
may contact us at <a href="mailto:contact@cyrex.fr">contact@cyrex.fr</a> specifying the
element concerned and the reason for the request; we will handle the request promptly and take
appropriate action (modify or remove the content) when necessary.</p>
</section>
<section>
<h2>5. Liability</h2>
<p>We use reasonable efforts to ensure the availability and security of the service, but we cannot
guarantee it will be error-free. Our liability is limited, to the extent permitted by law, to
proven direct damages resulting from gross negligence on our part.</p>
</section>
<section>
<h2>6. Personal data</h2>
<p>We do not collect any personal data through this site. There are no registration forms or
mechanisms to collect personal information. If we add features that require personal data in the
future, clear information and a dedicated privacy policy will be provided.</p>
</section>
<section>
<h2>7. Changes to these Terms</h2>
<p>We may update these Terms. Changes will be posted on this page and take effect when published.
Please check this page regularly.</p>
</section>
<section>
<h2>8. Contact</h2>
<p>For any questions regarding these Terms, write to us at
<a href="mailto:contact@cyrex.fr">contact@cyrex.fr</a> or use the contact page.
</p>
</section>
</article>
</main>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-brand">
<h3>LiftIt</h3>
<p class="footer-tagline">Configurez votre cabine rapidement et simplement.</p>
</div>
<nav class="footer-nav" aria-label="Pied de page">
<a href="index.html" class="footer-link">Home</a>
<a href="2dplanner.html" class="footer-link">2D Planner</a>
<a href="mailto:contact@cyrex.fr" class="footer-link">Contact</a>
<a href="terms.html" class="footer-link">Terms</a>
</nav>
<div class="footer-legal">
<p class="copyright">© 2025 Cyrex — Tous droits réservés</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>