-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterms.html
More file actions
196 lines (167 loc) · 8.23 KB
/
terms.html
File metadata and controls
196 lines (167 loc) · 8.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Terms of Use | Generative Education Platform</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
min-height: 100vh;
color: #fff;
line-height: 1.7;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
}
.back-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #4ecca3;
text-decoration: none;
margin-bottom: 30px;
font-size: 0.95em;
transition: color 0.3s;
}
.back-link:hover {
color: #6fe4bb;
}
h1 {
font-size: 2.5em;
margin-bottom: 10px;
background: linear-gradient(90deg, #e94560, #4ecca3);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.last-updated {
color: #888;
font-size: 0.9em;
margin-bottom: 40px;
}
.content {
background: rgba(255, 255, 255, 0.05);
border-radius: 15px;
padding: 35px;
backdrop-filter: blur(10px);
}
h2 {
color: #4ecca3;
font-size: 1.4em;
margin-top: 30px;
margin-bottom: 15px;
padding-bottom: 8px;
border-bottom: 1px solid rgba(78, 204, 163, 0.3);
}
h2:first-child {
margin-top: 0;
}
p {
margin-bottom: 15px;
color: #ccc;
}
ul, ol {
margin: 15px 0 15px 25px;
color: #ccc;
}
li {
margin-bottom: 10px;
}
strong {
color: #fff;
}
a {
color: #4ecca3;
}
.highlight {
color: #e94560;
}
</style>
</head>
<body>
<div class="container">
<a href="index.html" class="back-link">← Back to Game Hub</a>
<h1>Terms of Use</h1>
<p class="last-updated">Last updated: February 14, 2026</p>
<div class="content">
<h2>Agreement to Terms</h2>
<p>By accessing or using Generative Education Platform ("the Platform"), you agree to be bound by these Terms of Use. If you do not agree to these terms, please do not use the Platform.</p>
<h2>Description of Service</h2>
<p>Generative Education Platform is a free educational platform that provides interactive games designed to teach data analysis and statistics concepts. The Platform includes:</p>
<ul>
<li>Interactive learning modules (volumes) covering various analytics topics</li>
<li>Progress tracking and scoring systems</li>
<li>Leaderboards to compare performance with other learners</li>
<li>Achievement badges and feedback systems</li>
</ul>
<h2>User Accounts</h2>
<p>To access certain features of the Platform, you must create an account. You agree to:</p>
<ul>
<li>Provide accurate and complete registration information</li>
<li>Maintain the security of your password</li>
<li>Accept responsibility for all activities that occur under your account</li>
<li>Notify us immediately of any unauthorized use of your account</li>
</ul>
<p>You must be at least 13 years old to create an account. Users under 18 should have parental consent.</p>
<h2>Acceptable Use</h2>
<p>You agree to use the Platform only for lawful purposes and in accordance with these Terms. You agree <strong>not</strong> to:</p>
<ul>
<li>Use the Platform in any way that violates applicable laws or regulations</li>
<li>Attempt to gain unauthorized access to any part of the Platform</li>
<li>Interfere with or disrupt the Platform or servers</li>
<li>Use automated scripts or bots to interact with the Platform</li>
<li>Impersonate another person or misrepresent your identity</li>
<li>Submit false or misleading information</li>
<li>Manipulate scores or leaderboard rankings through cheating</li>
<li>Use offensive, inappropriate, or misleading usernames</li>
</ul>
<h2>Intellectual Property</h2>
<p>The Platform and its original content, features, and functionality are owned by Generative Education Platform and are protected by intellectual property laws. This includes:</p>
<ul>
<li>Game content and educational materials</li>
<li>Visual design and user interface</li>
<li>Logos, graphics, and branding elements</li>
</ul>
<p>You may not copy, modify, distribute, or create derivative works without our express written permission.</p>
<h2>User-Generated Content</h2>
<p>When you submit feedback or other content to the Platform, you grant us a non-exclusive, royalty-free license to use, modify, and display that content for the purpose of improving the Platform.</p>
<p>By using the Platform, you also consent to the use of your anonymized gameplay data for educational research purposes, as described in our <a href="privacy.html">Privacy Policy</a>. This data is stripped of all personally identifiable information before use.</p>
<h2>Leaderboards and Public Display</h2>
<p>By using the Platform, you understand and agree that:</p>
<ul>
<li>Your chosen display name and game scores will be visible on public leaderboards</li>
<li>Your performance data may be displayed alongside other users</li>
<li>Anonymized performance data may be used for educational research and learning analytics</li>
<li>We may remove or modify leaderboard entries that violate these Terms</li>
</ul>
<h2>Disclaimer of Warranties</h2>
<p>The Platform is provided "as is" and "as available" without warranties of any kind, either express or implied. We do not guarantee that:</p>
<ul>
<li>The Platform will be uninterrupted or error-free</li>
<li>Defects will be corrected</li>
<li>The Platform is free of viruses or harmful components</li>
</ul>
<h2>Limitation of Liability</h2>
<p>To the fullest extent permitted by law, Generative Education Platform shall not be liable for any indirect, incidental, special, consequential, or punitive damages resulting from your use of or inability to use the Platform.</p>
<h2>Account Termination</h2>
<p>We reserve the right to suspend or terminate your account at any time for violations of these Terms or for any other reason at our discretion. You may also delete your account at any time through the Settings page available in each game, or by contacting us.</p>
<h2>Changes to Terms</h2>
<p>We may modify these Terms at any time. We will notify users of material changes by updating the "Last updated" date. Your continued use of the Platform after changes constitutes acceptance of the new Terms.</p>
<h2>Governing Law</h2>
<p>These Terms shall be governed by and construed in accordance with applicable laws, without regard to conflict of law principles.</p>
<h2>Contact</h2>
<p>If you have questions about these Terms of Use, please contact us through our <a href="https://github.com/YOUR-USERNAME/YOUR-REPO" target="_blank">GitHub repository</a>.</p>
</div>
</div>
</body>
</html>