-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
200 lines (187 loc) · 9.11 KB
/
Copy pathterms.html
File metadata and controls
200 lines (187 loc) · 9.11 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!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 - Ainbr</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #ffffff;
color: #1a1a1a;
line-height: 1.8;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 60px 20px;
}
h1 {
font-size: 2.5rem;
font-weight: 800;
letter-spacing: -0.02em;
margin: 0 0 10px;
}
.effective-date {
color: #666;
font-size: 0.9rem;
margin-bottom: 40px;
}
h2 {
font-size: 1.3rem;
font-weight: 600;
margin-top: 40px;
margin-bottom: 15px;
}
p, ul {
color: #444;
margin-bottom: 15px;
}
ul {
padding-left: 25px;
}
li {
margin-bottom: 8px;
}
a {
color: #1a1a1a;
text-decoration: none;
border-bottom: 1px solid #ccc;
transition: border-bottom 0.3s ease;
}
a:hover {
border-bottom-color: #1a1a1a;
}
.back-link {
display: inline-block;
margin-bottom: 30px;
font-size: 0.9rem;
color: #666;
border-bottom: none;
}
.back-link:hover {
color: #1a1a1a;
}
footer {
border-top: 1px solid #eee;
padding: 40px 20px;
text-align: center;
color: #666;
font-size: 0.9rem;
}
footer .footer-content {
max-width: 800px;
margin: 0 auto;
}
footer .company-info {
margin-bottom: 15px;
}
footer .company-name {
font-weight: 600;
color: #1a1a1a;
}
footer .footer-links {
margin-bottom: 15px;
}
footer .footer-links a {
color: #666;
text-decoration: none;
margin: 0 10px;
border-bottom: none;
transition: color 0.3s ease;
}
footer .footer-links a:hover {
color: #1a1a1a;
}
footer .copyright {
font-size: 0.85rem;
color: #999;
}
@media (max-width: 768px) {
h1 { font-size: 2rem; }
.container { padding: 40px 15px; }
}
</style>
<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;600;800&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<a href="index.html" class="back-link">← Back to Home</a>
<h1>Terms of Service</h1>
<p class="effective-date">Effective Date: January 1, 2025</p>
<p>Welcome to Ainbr. These Terms of Service ("Terms") govern your use of our applications, websites, and services (collectively, the "Services") provided by Ainbr, Inc. ("we," "our," or "us"). By accessing or using our Services, you agree to be bound by these Terms.</p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing or using our Services, you confirm that you have read, understood, and agree to be bound by these Terms and our Privacy Policy. If you do not agree to these Terms, you may not use our Services.</p>
<h2>2. Description of Services</h2>
<p>Ainbr provides product intelligence services and applications powered by AI technology. Our Services are designed to aggregate, analyze, and present product data to help users make informed decisions. We reserve the right to modify, suspend, or discontinue any aspect of our Services at any time.</p>
<h2>3. User Accounts</h2>
<p>Some features of our Services may require you to create an account. You are responsible for:</p>
<ul>
<li>Maintaining the confidentiality of your account credentials</li>
<li>All activities that occur under your account</li>
<li>Notifying us immediately of any unauthorized use of your account</li>
</ul>
<h2>4. User Responsibilities</h2>
<p>When using our Services, you agree not to:</p>
<ul>
<li>Violate any applicable laws or regulations</li>
<li>Infringe upon the rights of others</li>
<li>Attempt to gain unauthorized access to our systems or networks</li>
<li>Use our Services for any unlawful or fraudulent purpose</li>
<li>Interfere with or disrupt the integrity or performance of our Services</li>
<li>Reverse engineer, decompile, or disassemble any aspect of our Services</li>
<li>Use automated means to access our Services without our express permission</li>
</ul>
<h2>5. Intellectual Property</h2>
<p>All content, features, and functionality of our Services, including but not limited to text, graphics, logos, icons, images, audio clips, software, and the compilation thereof, are the exclusive property of Ainbr, Inc. or our licensors and are protected by copyright, trademark, and other intellectual property laws.</p>
<p>You may not reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of our materials without our prior written consent.</p>
<h2>6. Third-Party Links and Services</h2>
<p>Our Services may contain links to third-party websites or services that are not owned or controlled by Ainbr. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party websites or services.</p>
<h2>7. Disclaimers</h2>
<p>OUR SERVICES ARE PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.</p>
<p>We do not warrant that our Services will be uninterrupted, secure, or error-free, or that defects will be corrected. We make no warranties regarding the accuracy or reliability of any information obtained through our Services.</p>
<h2>8. Limitation of Liability</h2>
<p>TO THE MAXIMUM EXTENT PERMITTED BY LAW, AINBR, INC. SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS, DATA, USE, GOODWILL, OR OTHER INTANGIBLE LOSSES, RESULTING FROM:</p>
<ul>
<li>Your access to or use of (or inability to access or use) our Services</li>
<li>Any conduct or content of any third party on our Services</li>
<li>Any content obtained from our Services</li>
<li>Unauthorized access, use, or alteration of your transmissions or content</li>
</ul>
<h2>9. Indemnification</h2>
<p>You agree to indemnify, defend, and hold harmless Ainbr, Inc. and its officers, directors, employees, agents, and affiliates from and against any claims, liabilities, damages, losses, and expenses arising out of or in any way connected with your access to or use of our Services or your violation of these Terms.</p>
<h2>10. Governing Law</h2>
<p>These Terms shall be governed by and construed in accordance with the laws of the State of New Jersey, without regard to its conflict of law provisions. Any disputes arising under these Terms shall be subject to the exclusive jurisdiction of the courts located in Hudson County, New Jersey.</p>
<h2>11. Changes to Terms</h2>
<p>We reserve the right to modify these Terms at any time. We will notify users of any material changes by posting the new Terms on this page and updating the effective date. Your continued use of our Services after such changes constitutes your acceptance of the new Terms.</p>
<h2>12. Contact Us</h2>
<p>If you have any questions about these Terms, please contact us at:</p>
<p>
Ainbr, Inc.<br>
800 Madison St # 229<br>
Hoboken, NJ 07030<br>
Email: <a href="mailto:support@ainbr.com">support@ainbr.com</a>
</p>
</div>
<footer>
<div class="footer-content">
<div class="company-info">
<span class="company-name">Ainbr, Inc.</span><br>
800 Madison St # 229, Hoboken, NJ, 07030<br>
<a href="mailto:support@ainbr.com" style="color: #666;">support@ainbr.com</a>
</div>
<div class="footer-links">
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
</div>
<div class="copyright">
© 2025 Ainbr, Inc. All rights reserved.
</div>
</div>
</footer>
</body>
</html>