-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
514 lines (499 loc) · 18.8 KB
/
index.html
File metadata and controls
514 lines (499 loc) · 18.8 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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Venom • Elite Coding Collective</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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="styles.css">
</head>
<body class="loading">
<!-- Loading Screen -->
<div class="loader">
<div class="loader-text">
<span>C</span><span>O</span><span>D</span><span>E</span>
<span class="space"></span>
<span>V</span><span>E</span><span>N</span><span>O</span><span>M</span>
</div>
<div class="loader-progress"></div>
</div>
<!-- Cursor Effect -->
<div class="cursor"></div>
<div class="cursor-follower"></div>
<!-- Matrix Rain -->
<canvas id="matrixRain"></canvas>
<!-- Scroll to Top Button -->
<button id="scrollToTop" class="scroll-to-top" aria-label="Scroll to top">
<i class="fas fa-chevron-up"></i>
</button>
<!-- Navigation - Fixed duplication issue -->
<nav class="navbar" id="mainNavbar">
<div class="nav-container">
<div class="nav-brand">
<img src="Code venom logo.png" alt="Code Venom" class="logo">
<span class="brand-text">Code Venom</span>
</div>
<div class="nav-menu" id="navMenu">
<a href="#home" class="nav-link">Home</a>
<a href="#about" class="nav-link">About</a>
<a href="#skills" class="nav-link">Skills</a>
<a href="#projects" class="nav-link">Projects</a>
<a href="#team" class="nav-link">Team</a>
<a href="#events" class="nav-link">Events</a>
<a href="#contact" class="nav-link cta-btn">Join Us</a>
</div>
<div class="nav-controls">
<button id="themeToggle" class="theme-toggle" aria-label="Toggle theme">
<i class="fas fa-adjust"></i>
</button>
<div class="hamburger" id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-content">
<div class="hero-badge">
<span>🔥 Elite Coding Collective</span>
</div>
<h1 class="hero-title">
<span class="line">
<span class="word glitch" data-text="CODE">CODE</span>
<span class="word neon" data-text="VENOM">VENOM</span>
</span>
<span class="line">
<span class="word typing">Strike the Code</span>
</span>
</h1>
<p class="hero-subtitle fade-in">
Where algorithms meet artistry. Join IET-DSMNRU's most exclusive coding collective.
</p>
<div class="hero-stats">
<div class="stat-item">
<span class="stat-number" data-target="15">0</span>
<span class="stat-label">Active Members</span>
</div>
<div class="stat-item">
<span class="stat-number" data-target="1">0</span>
<span class="stat-label">Projects Built</span>
</div>
<div class="stat-item">
<span class="stat-number" data-target="5">0</span>
<span class="stat-label">Hackathons Won</span>
</div>
</div>
<div class="hero-cta">
<button class="cta-primary" onclick="scrollToSection('contact')">
<span>Join the Elite</span>
<div class="button-bg"></div>
</button>
<button class="cta-secondary" onclick="scrollToSection('projects')">
<span>Explore Portfolio</span>
</button>
</div>
</div>
<div class="hero-visual">
<div class="floating-elements">
<div class="code-block" data-lang="js">console.log('Hello, Venom!');</div>
<div class="code-block" data-lang="py">print("Strike the code")</div>
<div class="code-block" data-lang="cpp">#include <venom.h></div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="section">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="title-bg">About</span>
The Venom Legacy
</h2>
<p class="section-subtitle">Where passion meets precision in the art of code</p>
</div>
<div class="about-grid">
<div class="about-card mission">
<div class="card-icon">🎯</div>
<h3>Our Mission</h3>
<p>To cultivate the next generation of coding masters through collaborative innovation and relentless pursuit of excellence.</p>
</div>
<div class="about-card vision">
<div class="card-icon">🚀</div>
<h3>Our Vision</h3>
<p>Building a community where code becomes art, problems become opportunities, and developers become legends.</p>
</div>
<div class="about-card values">
<div class="card-icon">⚡</div>
<h3>Our Values</h3>
<ul>
<li>Innovation through collaboration</li>
<li>Excellence in execution</li>
<li>Continuous learning mindset</li>
<li>Ethical technology practices</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="section dark">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="title-bg">Skills</span>
Our Arsenal
</h2>
</div>
<div class="skills-grid">
<div class="skill-category">
<div class="category-header">
<h3>Frontend Mastery</h3>
<div class="skill-progress" data-progress="95"></div>
</div>
<div class="skill-list">
<span class="skill-tag">React</span>
<span class="skill-tag">Vue.js</span>
<span class="skill-tag">TypeScript</span>
<span class="skill-tag">Next.js</span>
</div>
</div>
<div class="skill-category">
<div class="category-header">
<h3>Backend Power</h3>
<div class="skill-progress" data-progress="90"></div>
</div>
<div class="skill-list">
<span class="skill-tag">Node.js</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">Java</span>
<span class="skill-tag">Go</span>
</div>
</div>
<div class="skill-category">
<div class="category-header">
<h3>AI & ML</h3>
<div class="skill-progress" data-progress="85"></div>
</div>
<div class="skill-list">
<span class="skill-tag">TensorFlow</span>
<span class="skill-tag">PyTorch</span>
<span class="skill-tag">OpenAI API</span>
<span class="skill-tag">Computer Vision</span>
</div>
</div>
<div class="skill-category">
<div class="category-header">
<h3>DevOps & Cloud</h3>
<div class="skill-progress" data-progress="88"></div>
</div>
<div class="skill-list">
<span class="skill-tag">Docker</span>
<span class="skill-tag">AWS</span>
<span class="skill-tag">Kubernetes</span>
<span class="skill-tag">CI/CD</span>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Showcase -->
<section id="projects" class="section">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="title-bg">Projects</span>
Digital Masterpieces
</h2>
</div>
<div class="projects-filter">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="web">Web Apps</button>
<button class="filter-btn" data-filter="ai">AI/ML</button>
<button class="filter-btn" data-filter="mobile">Mobile</button>
<button class="filter-btn" data-filter="game">Games</button>
</div>
<div class="projects-grid">
<div class="project-card" data-category="ai">
<div class="project-image">
<img src="code.jpg" alt="AI Snake">
<div class="project-overlay">
<div class="project-links">
<a href="#game" class="project-link">Live Demo</a>
<a href="#" class="project-link">GitHub</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Neural Snake AI</h3>
<p>Deep reinforcement learning meets classic gameplay. Watch AI master the art of snake navigation.</p>
<div class="project-tech">
<span>Python</span>
<span>TensorFlow</span>
<span>Pygame</span>
</div>
</div>
</div>
<div class="project-card" data-category="web">
<div class="project-image">
<img src="code.jpg" alt="Portfolio Generator">
<div class="project-overlay">
<div class="project-links">
<a href="#" class="project-link">Live Demo</a>
<a href="#" class="project-link">GitHub</a>
</div>
</div>
</div>
<div class="project-info">
<h3>Portfolio Generator</h3>
<p>Automated portfolio creation tool with modern design templates and responsive layouts.</p>
<div class="project-tech">
<span>React</span>
<span>Node.js</span>
<span>MongoDB</span>
</div>
</div>
</div>
<div class="project-card" data-category="web">
<div class="project-image">
<img src="code.jpg" alt="Question Vault">
<div class="project-overlay">
<div class="project-links">
<a href="#" class="project-link">Live Demo</a>
<a href="#" class="project-link">GitHub</a>
</div>
</div>
</div>
<div class="project-info">
<h3>DS Question Vault</h3>
<p>Comprehensive database of previous year question papers with advanced search functionality.</p>
<div class="project-tech">
<span>Vue.js</span>
<span>Express.js</span>
<span>PostgreSQL</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="section dark">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="title-bg">Team</span>
The Venomous Core
</h2>
</div>
<div class="team-grid">
<div class="team-card">
<div class="member-avatar">
<div class="avatar-placeholder">
<i class="fas fa-user-circle"></i>
</div>
<div class="member-socials">
<a href="#" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="#" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="member-info">
<h3>Kushagra Sharma</h3>
<p class="member-role">Founder & Lead Architect</p>
<p class="member-bio">Visionary coder who transforms ideas into digital reality. Specialized in full-stack development and AI integration.</p>
</div>
</div>
<div class="team-card">
<div class="member-avatar">
<div class="avatar-placeholder">
<i class="fas fa-user-circle"></i>
</div>
<div class="member-socials">
<a href="#" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h3>Vice President</h3>
<p class="member-role">Technical Lead</p>
<p class="member-bio">Expert in backend systems and database architecture with passion for scalable solutions.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Interactive Game Section -->
<section id="game" class="section">
<div class="container">
<div class="game-container">
<h2>🎮 Venom Snake Challenge</h2>
<div class="game-ui">
<div class="game-stats">
<span>Score: <span id="score">0</span></span>
<span>High Score: <span id="highScore">0</span></span>
</div>
<canvas id="snakeGame" width="400" height="400"></canvas>
<div class="game-controls">
<button id="startGame" class="game-btn">Start Game</button>
<button id="pauseGame" class="game-btn">Pause</button>
<button id="resetGame" class="game-btn">Reset</button>
</div>
<div class="game-instructions">
<p>Use arrow keys or WASD to move. Eat the food to grow!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Events & Timeline -->
<section id="events" class="section dark">
<div class="container">
<div class="section-header">
<h2 class="section-title">
<span class="title-bg">Events</span>
Our Journey
</h2>
</div>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">Dec 2024</div>
<div class="timeline-content">
<h3>Hackathon Champions</h3>
<p>Team Venom dominates the National Coding Championship with our AI-powered healthcare solution.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Nov 2024</div>
<div class="timeline-content">
<h3>100+ Members Milestone</h3>
<p>Crossed the century mark in membership, establishing ourselves as the largest coding club in DSMNRU.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">Oct 2024</div>
<div class="timeline-content">
<h3>Tech Symposium 2024</h3>
<p>Successfully organized the largest tech event in university history with 500+ participants.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact & Join -->
<section id="contact" class="section">
<div class="container">
<div class="contact-grid">
<div class="contact-info">
<h2>Ready to Strike?</h2>
<p>Join the most elite coding collective at IET-DSMNRU. Transform your passion into mastery.</p>
<div class="contact-details">
<div class="contact-item">
<i class="fas fa-envelope"></i>
<span>kush210431+codevenom@gmail.com</span>
</div>
<div class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<span>IET-DSMNRU, Aurangabad</span>
</div>
<div class="contact-item">
<i class="fas fa-phone"></i>
<span>+91 XXX XXX XXXX</span>
</div>
</div>
<div class="social-links">
<a href="#" aria-label="Discord"><i class="fab fa-discord"></i></a>
<a href="#" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<form class="contact-form" id="contactForm">
<h3>Join the Elite</h3>
<div class="form-group">
<input type="text" id="name" name="name" required>
<label for="name">Full Name</label>
</div>
<div class="form-group">
<input type="email" id="email" name="email" required>
<label for="email">Email Address</label>
</div>
<div class="form-group">
<input type="text" id="skills" name="skills" required>
<label for="skills">Primary Skills</label>
</div>
<div class="form-group">
<textarea id="message" name="message" rows="4" required></textarea>
<label for="message">Why do you want to join Code Venom?</label>
</div>
<button type="submit" class="submit-btn">
<span>Submit Application</span>
<div class="button-bg"></div>
</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<img src="images/logo.png" alt="Code Venom" class="footer-logo">
<p>Strike the code, bit by bit.</p>
</div>
<div class="footer-links">
<div class="link-group">
<h4>Quick Links</h4>
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#team">Team</a>
<a href="#events">Events</a>
</div>
<div class="link-group">
<h4>Resources</h4>
<a href="#">Documentation</a>
<a href="#">Tutorials</a>
<a href="#">Blog</a>
<a href="#">FAQ</a>
</div>
<div class="link-group">
<h4>Contact</h4>
<a href="mailto:kush210431+codevenom@gmail.com">Email</a>
<a href="#">Discord</a>
<a href="#">GitHub</a>
<a href="#">Instagram</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Code Venom • IET-DSMNRU. All rights reserved.</p>
<p>Crafted with 💚 by the Venom Team</p>
</div>
</div>
</footer>
<!-- Emergency Loader Fallback -->
<script>
// Ensure loading screen disappears even if main script fails
setTimeout(() => {
const loader = document.querySelector('.loader');
const body = document.body;
if (loader && body) {
loader.style.opacity = '0';
body.classList.remove('loading');
setTimeout(() => {
loader.style.display = 'none';
}, 500);
}
}, 3000); // 3 seconds fallback
</script>
<!-- Font Awesome (replace with your kit ID) -->
<script src="https://kit.fontawesome.com/your-kit-id.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>