-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms-of-service.html
More file actions
277 lines (261 loc) · 11.1 KB
/
terms-of-service.html
File metadata and controls
277 lines (261 loc) · 11.1 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!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 • Code Venom</title>
<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=JetBrains+Mono:wght@400;700&family=Space+Grotesk:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<style>
.legal-container {
max-width: 900px;
margin: 0 auto;
padding: 120px 20px 60px;
color: #e0e0e0;
line-height: 1.8;
}
.legal-header {
text-align: center;
margin-bottom: 60px;
}
.legal-title {
font-size: 3rem;
color: #00ff5b;
margin-bottom: 10px;
text-shadow: 0 0 20px rgba(0, 255, 91, 0.5);
}
.legal-subtitle {
color: #888;
font-size: 1.1rem;
}
.section {
margin-bottom: 40px;
}
.section-title {
font-size: 1.5rem;
color: #00ff5b;
margin-bottom: 20px;
border-bottom: 2px solid #00ff5b;
padding-bottom: 10px;
}
.subsection {
margin-bottom: 25px;
}
.subsection-title {
font-size: 1.2rem;
color: #fff;
margin-bottom: 15px;
font-weight: 600;
}
.legal-text {
margin-bottom: 15px;
}
.contact-info {
background: rgba(0, 255, 91, 0.1);
border: 1px solid #00ff5b;
border-radius: 10px;
padding: 20px;
margin: 30px 0;
}
.back-link {
display: inline-block;
margin-bottom: 30px;
color: #00ff5b;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.back-link:hover {
text-shadow: 0 0 10px rgba(0, 255, 91, 0.8);
}
ul, ol {
padding-left: 30px;
}
li {
margin-bottom: 8px;
}
</style>
</head>
<body>
<!-- Matrix Rain -->
<canvas id="matrixRain"></canvas>
<div class="legal-container">
<a href="index.html" class="back-link">← Back to Code Venom</a>
<div class="legal-header">
<h1 class="legal-title">Terms of Service</h1>
<p class="legal-subtitle">Last Updated: October 1, 2025</p>
</div>
<div class="section">
<h2 class="section-title">1. Acceptance of Terms</h2>
<p class="legal-text">
By accessing and using the Code Venom website, participating in our events, or becoming a member of our coding collective, you agree to be bound by these Terms of Service ("Terms"). Code Venom is the official coding club of IET-DSMNRU (Institute of Engineering and Technology, Dr. Sandipan Mohanty NR University), Aurangabad.
</p>
<p class="legal-text">
If you do not agree to these Terms, please do not use our services or participate in our activities.
</p>
</div>
<div class="section">
<h2 class="section-title">2. About Code Venom</h2>
<p class="legal-text">
Code Venom is an elite coding collective and student organization operating under IET-DSMNRU, Aurangabad. We organize coding events, workshops, hackathons, and provide a platform for students to enhance their programming skills and collaborate on technical projects.
</p>
</div>
<div class="section">
<h2 class="section-title">3. Membership and Eligibility</h2>
<div class="subsection">
<h3 class="subsection-title">3.1 Eligibility</h3>
<p class="legal-text">
Membership is primarily open to students of IET-DSMNRU. External participants may join specific events or programs at the discretion of the Code Venom organizing committee.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">3.2 Member Responsibilities</h3>
<p class="legal-text">Members are expected to:</p>
<ul>
<li>Maintain respectful and professional conduct</li>
<li>Follow university policies and guidelines</li>
<li>Respect intellectual property rights</li>
<li>Contribute positively to the coding community</li>
<li>Attend events and activities when registered</li>
</ul>
</div>
</div>
<div class="section">
<h2 class="section-title">4. Website Usage</h2>
<div class="subsection">
<h3 class="subsection-title">4.1 Permitted Use</h3>
<p class="legal-text">
You may use our website for lawful purposes related to learning about Code Venom, registering for events, and accessing educational content.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">4.2 Prohibited Activities</h3>
<p class="legal-text">You may not:</p>
<ul>
<li>Attempt to gain unauthorized access to our systems</li>
<li>Upload malicious code or viruses</li>
<li>Use the website for commercial purposes without permission</li>
<li>Violate any applicable laws or regulations</li>
<li>Interfere with the proper functioning of the website</li>
<li>Impersonate Code Venom or its members</li>
</ul>
</div>
</div>
<div class="section">
<h2 class="section-title">5. Events and Activities</h2>
<div class="subsection">
<h3 class="subsection-title">5.1 Event Registration</h3>
<p class="legal-text">
Registration for Code Venom events may require advance booking and potentially payment of fees. Registration details will be communicated for each specific event.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">5.2 Event Conduct</h3>
<p class="legal-text">
Participants must adhere to our code of conduct during all events. Disruptive behavior may result in removal from the event and future events.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">5.3 Event Modifications</h3>
<p class="legal-text">
Code Venom reserves the right to modify, postpone, or cancel events due to unforeseen circumstances. Participants will be notified of any changes in advance.
</p>
</div>
</div>
<div class="section">
<h2 class="section-title">6. Intellectual Property</h2>
<div class="subsection">
<h3 class="subsection-title">6.1 Code Venom Content</h3>
<p class="legal-text">
All content on the Code Venom website, including but not limited to text, graphics, logos, images, and software, is the property of Code Venom or its licensors and is protected by copyright and other intellectual property laws.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">6.2 User-Generated Content</h3>
<p class="legal-text">
By submitting code, projects, or other content to Code Venom events or platforms, you grant us a non-exclusive license to use, display, and showcase your work for educational and promotional purposes related to Code Venom activities.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">6.3 Open Source Projects</h3>
<p class="legal-text">
Projects developed during Code Venom events may be shared under open source licenses as specified for each event or project.
</p>
</div>
</div>
<div class="section">
<h2 class="section-title">7. Privacy and Data Protection</h2>
<p class="legal-text">
We collect and process personal information in accordance with our Privacy Policy. By using our services, you consent to the collection and use of your information as described in our Privacy Policy.
</p>
<p class="legal-text">
We may collect information such as your name, email address, student ID, and technical skills for the purpose of organizing events and maintaining membership records.
</p>
</div>
<div class="section">
<h2 class="section-title">8. Disclaimers and Limitation of Liability</h2>
<div class="subsection">
<h3 class="subsection-title">8.1 Service Availability</h3>
<p class="legal-text">
Code Venom services are provided "as is" without warranties of any kind. We do not guarantee continuous availability of our website or services.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">8.2 Educational Purpose</h3>
<p class="legal-text">
Code Venom is a student organization focused on education and skill development. We do not provide professional career guarantees or job placement services.
</p>
</div>
<div class="subsection">
<h3 class="subsection-title">8.3 Limitation of Liability</h3>
<p class="legal-text">
Code Venom and IET-DSMNRU shall not be liable for any indirect, incidental, special, or consequential damages arising from your use of our services or participation in our events.
</p>
</div>
</div>
<div class="section">
<h2 class="section-title">9. Termination</h2>
<p class="legal-text">
We reserve the right to terminate or suspend access to our services immediately, without prior notice, for conduct that we believe violates these Terms or is harmful to other users, us, or third parties.
</p>
<p class="legal-text">
Members may terminate their membership at any time by contacting the Code Venom organizing committee.
</p>
</div>
<div class="section">
<h2 class="section-title">10. Changes to Terms</h2>
<p class="legal-text">
We reserve the right to modify these Terms at any time. Changes will be posted on our website with an updated "Last Updated" date. Continued use of our services after changes constitutes acceptance of the modified Terms.
</p>
</div>
<div class="section">
<h2 class="section-title">11. Governing Law</h2>
<p class="legal-text">
These Terms shall be governed by and construed in accordance with the laws of India. Any disputes arising under these Terms shall be subject to the jurisdiction of the courts in Aurangabad, Maharashtra.
</p>
</div>
<div class="section">
<h2 class="section-title">12. Contact Information</h2>
<div class="contact-info">
<p><strong>Code Venom - Elite Coding Collective</strong></p>
<p>Institute of Engineering and Technology</p>
<p>Dr. Sandipan Mohanty NR University (IET-DSMNRU)</p>
<p>Aurangabad, Maharashtra, India</p>
<p><strong>Email:</strong> Contact us through our website contact form</p>
<p><strong>Website:</strong> <a href="index.html" style="color: #00ff5b;">Code Venom Official</a></p>
</div>
<p class="legal-text">
For questions about these Terms of Service, please contact us through our official communication channels.
</p>
</div>
<div class="section">
<p class="legal-text" style="text-align: center; color: #888; margin-top: 60px;">
© 2025 Code Venom • IET-DSMNRU. All rights reserved.
</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>