-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
185 lines (167 loc) · 9.89 KB
/
terms.html
File metadata and controls
185 lines (167 loc) · 9.89 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
<!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 - AIComputing101</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#165DFF',
secondary: '#7B61FF',
dark: '#1E293B',
light: '#F8FAFC'
},
fontFamily: {
inter: ['Inter', 'sans-serif'],
},
}
}
}
</script>
</head>
<body class="font-inter bg-light text-dark antialiased">
<!-- Navigation -->
<header class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50">
<div class="container mx-auto px-4 py-3">
<a href="index.html" class="flex items-center gap-2">
<div class="w-10 h-10 rounded-lg bg-primary flex items-center justify-center">
<i class="fas fa-bolt text-white text-xl"></i>
</div>
<span class="text-xl font-bold text-primary">AIComputing101</span>
</a>
</div>
</header>
<main class="pt-24 pb-16">
<div class="container mx-auto px-4 max-w-4xl">
<h1 class="text-4xl font-bold mb-4">Terms of Service</h1>
<p class="text-gray-600 mb-8">Last Updated: January 15, 2025</p>
<div class="prose prose-lg max-w-none">
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">1. Acceptance of Terms</h2>
<p class="text-gray-700 leading-relaxed mb-4">
By accessing and using AIComputing101's website, educational resources, and services, you accept and agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use our services.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">2. Description of Services</h2>
<p class="text-gray-700 leading-relaxed mb-4">
AIComputing101 provides:
</p>
<ul class="list-disc pl-6 text-gray-700 space-y-2 mb-4">
<li>Open-source educational resources and learning materials</li>
<li>GitHub repositories containing code examples and implementations</li>
<li>AI solutions and consulting services for businesses</li>
<li>Technical documentation and insights</li>
</ul>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">3. Open Source License</h2>
<p class="text-gray-700 leading-relaxed mb-4">
Our educational projects and code repositories are made available under the MIT License unless otherwise specified. You are free to use, modify, and distribute the code in accordance with the license terms provided in each repository.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">4. Commercial Services</h2>
<p class="text-gray-700 leading-relaxed mb-4">
For commercial AI solutions and consulting services, separate agreements and terms will apply. Please contact us at <a href="mailto:aicomputing101@gmail.com" class="text-primary hover:underline">aicomputing101@gmail.com</a> for commercial inquiries.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">5. User Responsibilities</h2>
<p class="text-gray-700 leading-relaxed mb-4">
When using our resources, you agree to:
</p>
<ul class="list-disc pl-6 text-gray-700 space-y-2 mb-4">
<li>Use the materials for lawful purposes only</li>
<li>Respect intellectual property rights</li>
<li>Not use our resources to create harmful or malicious software</li>
<li>Provide appropriate attribution when using our open-source code</li>
<li>Not misrepresent your affiliation with AIComputing101</li>
</ul>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">6. Disclaimer of Warranties</h2>
<p class="text-gray-700 leading-relaxed mb-4">
Our educational materials and open-source code are provided "as is" without warranty of any kind. We make no guarantees regarding:
</p>
<ul class="list-disc pl-6 text-gray-700 space-y-2 mb-4">
<li>Accuracy or completeness of information</li>
<li>Suitability for any particular purpose</li>
<li>Error-free operation of code examples</li>
<li>Security or performance in production environments</li>
</ul>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">7. Limitation of Liability</h2>
<p class="text-gray-700 leading-relaxed mb-4">
AIComputing101 shall not be liable for any direct, indirect, incidental, consequential, or punitive damages arising from:
</p>
<ul class="list-disc pl-6 text-gray-700 space-y-2 mb-4">
<li>Use or inability to use our services</li>
<li>Errors or inaccuracies in content</li>
<li>Unauthorized access to or alteration of your data</li>
<li>Any other matter relating to our services</li>
</ul>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">8. Indemnification</h2>
<p class="text-gray-700 leading-relaxed mb-4">
You agree to indemnify and hold harmless AIComputing101 from any claims, damages, losses, or expenses (including legal fees) arising from your use of our services or violation of these terms.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">9. Intellectual Property</h2>
<p class="text-gray-700 leading-relaxed mb-4">
While our code is open-source, the AIComputing101 name, logo, and branding materials remain our property. Website content, documentation, and non-code materials are protected by copyright unless explicitly stated otherwise.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">10. Third-Party Links and Services</h2>
<p class="text-gray-700 leading-relaxed mb-4">
Our website may contain links to third-party websites or services. We are not responsible for the content, privacy practices, or terms of service of these external sites.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">11. Modifications to Terms</h2>
<p class="text-gray-700 leading-relaxed mb-4">
We reserve the right to modify these terms at any time. Changes will be effective immediately upon posting. Your continued use of our services constitutes acceptance of the modified terms.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">12. Governing Law</h2>
<p class="text-gray-700 leading-relaxed mb-4">
These terms shall be governed by and construed in accordance with applicable laws, without regard to conflict of law provisions.
</p>
</section>
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-4">13. Contact Information</h2>
<p class="text-gray-700 leading-relaxed mb-4">
For questions about these Terms of Service, please contact us at:
</p>
<p class="text-gray-700">
Email: <a href="mailto:aicomputing101@gmail.com" class="text-primary hover:underline">aicomputing101@gmail.com</a><br>
GitHub: <a href="https://github.com/AIComputing101" target="_blank" class="text-primary hover:underline">github.com/AIComputing101</a>
</p>
</section>
</div>
<div class="mt-12 pt-8 border-t border-gray-200">
<a href="index.html" class="inline-flex items-center text-primary hover:underline">
<i class="fas fa-arrow-left mr-2"></i> Back to Home
</a>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-dark text-white/80 py-8">
<div class="container mx-auto px-4 text-center text-sm">
<p>© 2025 AIComputing101. All projects are open-source under MIT License.</p>
</div>
</footer>
</body>
</html>