-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTermsOfUse.html
More file actions
126 lines (110 loc) · 6.31 KB
/
TermsOfUse.html
File metadata and controls
126 lines (110 loc) · 6.31 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!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>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
color: #333;
}
h1, h2, h3 {
color: #2c3e50;
}
p {
margin: 10px 0;
}
ul {
margin: 10px 0;
padding-left: 20px;
}
li {
margin-bottom: 5px;
}
.section {
margin-bottom: 20px;
}
</style>
</head>
<body>
<h1>Terms of Use for Exchange Diet</h1>
<p><strong>Effective Date:</strong> 01/01/2025</p>
<p>Welcome to Exchange Diet, a mobile application designed to help individuals manage their nutrition and health. By using Exchange Diet, you agree to the following terms and conditions. Please read them carefully before accessing or using the app.</p>
<p>Thank you for choosing Exchange Diet to support your journey toward better health!</p>
<div class="section">
<h2>1. Acceptance of Terms</h2>
<p>By downloading, accessing, or using Exchange Diet, you confirm that you have read, understood, and agreed to these Terms of Use. If you do not agree to these terms, please do not use the app.</p>
</div>
<div class="section">
<h2>2. Medical Disclaimer</h2>
<ul>
<li><strong>Not a Substitute for Medical Advice:</strong> Exchange Diet is intended for informational and educational purposes only. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult your healthcare provider before making any changes to your diet, medication, or diabetes management plan.</li>
<li><strong>Accuracy of Information:</strong> While we strive to provide accurate and up-to-date information, Exchange Diet does not guarantee the accuracy, completeness, or applicability of the content provided.</li>
</ul>
</div>
<div class="section">
<h2>3. User Responsibilities</h2>
<ul>
<li><strong>Personal Use Only:</strong> The app is for personal and non-commercial use. You agree not to use the app for any unauthorized or illegal purposes.</li>
<!-- <li><strong>Account Security:</strong> If you create an account, you are responsible for maintaining the confidentiality of your login information and for all activities that occur under your account.</li>-->
<li><strong>Accuracy of Data:</strong> You agree to provide accurate and complete information when using the app to ensure the best possible recommendations and functionality.</li>
</ul>
</div>
<!-- <div class="section">-->
<!-- <h2>4. Privacy and Data Usage</h2>-->
<!-- <ul>-->
<!-- <li><strong>Data Collection:</strong> By using Exchange Diet, you agree to the collection, storage, and use of your personal data as outlined in our Privacy Policy.</li>-->
<!-- <li><strong>Health Data:</strong> Any health-related information you provide will be treated with the utmost care and confidentiality, in compliance with applicable data protection laws.</li>-->
<!-- <li><strong>Third-Party Services:</strong> The app may integrate with third-party services. Exchange Diet is not responsible for the privacy practices or content of these services.</li>-->
<!-- </ul>-->
<!-- </div>-->
<div class="section">
<h2>4. Subscription and Payments</h2>
<ul>
<li><strong>Free and Paid Features:</strong> Exchange Diet may offer both free and premium features. Access to premium features require a subscription.</li>
<li><strong>Payment Terms:</strong> By subscribing to premium features, you agree to the pricing, payment, and billing policies outlined within the app.</li>
<li><strong>Cancellation:</strong> You can manage or cancel subscriptions through your app store account settings.</li>
</ul>
</div>
<div class="section">
<h2>5. Prohibited Conduct</h2>
<ul>
<li>Use the app for any unlawful, harmful, or fraudulent purposes.</li>
<li>Interfere with the operation of the app or attempt to access its backend systems.</li>
<li>Reverse-engineer, decompile, or otherwise tamper with the app’s code or infrastructure.</li>
</ul>
</div>
<div class="section">
<h2>6. Limitation of Liability</h2>
<ul>
<li><strong>No Warranties:</strong> Exchange Diet is provided “AS IS” without warranties of any kind. We do not guarantee uninterrupted or error-free service.</li>
<li><strong>Limitation of Damages:</strong> To the maximum extent permitted by law, Exchange Diet shall not be liable for any direct, indirect, incidental, or consequential damages resulting from the use or inability to use the app.</li>
</ul>
</div>
<div class="section">
<h2>7. Modifications to Terms</h2>
<p>Exchange Diet reserves the right to modify these Terms of Use at any time. Changes will be communicated through the app or via email. Continued use of the app constitutes acceptance of the updated terms.</p>
</div>
<div class="section">
<h2>8. Termination</h2>
<p>We reserve the right to suspend or terminate your access to the app at our sole discretion, without prior notice, for any violation of these terms.</p>
</div>
<div class="fatsecretsection">
<h2>9. Fatsecret terms of use</h2>
<p>By using this app, you are agreeing to be bound by the <a href="https://platform.fatsecret.com/terms">Terms of Use from Fatsecret</a></p>
</div>
<!-- <div class="section">-->
<!-- <h2>10. Governing Law</h2>-->
<!-- <p>These terms are governed by and construed in accordance with the laws of [Your Jurisdiction], without regard to its conflict of law principles.</p>-->
<!-- </div>-->
<!-- <div class="section">-->
<!-- <h2>11. Contact Us</h2>-->
<!-- <p>For questions or concerns regarding these Terms of Use, please contact us at:</p>-->
<!-- <p>Email: <a href="mailto:support@appname.com">support@appname.com</a><br>-->
<!-- Address: [Your Company Address]</p>-->
<!-- </div>-->
</body>
</html>