-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
470 lines (432 loc) · 16.6 KB
/
index.html
File metadata and controls
470 lines (432 loc) · 16.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>Sudhir Kumar | Full Stack Developer Portfolio | BCA Student</title>
<meta
name="description"
content="Sudhir Kumar is a BCA student and Full Stack Developer specializing in modern web development, responsive websites, and full stack projects. Explore portfolio, skills, and projects."
/>
<meta
name="keywords"
content="Sudhir Kumar, Full Stack Developer, BCA Student, Web Developer Portfolio, React Developer, Node.js Developer"
/>
<meta name="author" content="Sudhir Kumar" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<!-- Canonical -->
<link rel="canonical" href="https://SudhirDevOps1.github.io/" />
<!-- Open Graph -->
<meta property="og:title" content="Sudhir Kumar | Full Stack Developer Portfolio" />
<meta
property="og:description"
content="Official portfolio of Sudhir Kumar - BCA Student & Full Stack Developer showcasing projects and skills."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://SudhirDevOps1.github.io/" />
<meta property="og:image" content="https://SudhirDevOps1.github.io/preview.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sudhir Kumar | Full Stack Developer" />
<meta
name="twitter:description"
content="Explore Sudhir Kumar's portfolio, development projects, and technical skills."
/>
<meta name="twitter:image" content="https://SudhirDevOps1.github.io/preview.png" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Sudhir Kumar",
"url": "https://SudhirDevOps1.github.io/",
"jobTitle": "Full Stack Developer",
"sameAs": [
"https://github.com/yourusername",
"https://linkedin.com/in/yourprofile"
]
}
</script>
<!-- Favicon -->
<link
rel="icon"
type="image/png"
href="https://cdn-icons-png.flaticon.com/512/3135/3135715.png"
/>
<!-- Fonts -->
<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=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<!-- External Libraries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<!-- Custom Styles -->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Loading Screen -->
<div class="loader">
<div class="loader-content">
<div class="loader-logo">SK</div>
<div class="loader-spinner"></div>
<div class="loader-text">Loading Experience...</div>
<div class="loader-progress">
<div class="loader-progress-bar"></div>
</div>
</div>
</div>
<!-- Custom Cursor -->
<div class="cursor"></div>
<div class="cursor-dot"></div>
<!-- 3D Canvas Background -->
<canvas id="hero-canvas"></canvas>
<!-- SVG Gradient Definitions -->
<svg style="width: 0; height: 0; position: absolute">
<defs>
<linearGradient id="skillGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="var(--primary)" />
<stop offset="100%" stop-color="var(--secondary)" />
</linearGradient>
</defs>
</svg>
<!-- Video Modal -->
<div class="video-modal" id="video-modal">
<div class="video-modal-content"></div>
</div>
<!-- Navigation -->
<nav class="nav" id="navbar">
<a href="#home" class="nav-logo" id="nav-logo">SK</a>
<ul class="nav-links" id="nav-links"></ul>
<div class="nav-actions">
<button
class="theme-toggle"
id="theme-toggle"
aria-label="Toggle theme"
></button>
<button
class="mobile-menu-btn"
id="mobile-menu-btn"
aria-label="Toggle menu"
>
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- ==================== HERO SECTION ==================== -->
<section class="hero" id="home">
<div class="hero-content">
<p class="hero-greeting" id="hero-greeting">👋 Hello World, I'm</p>
<h1 class="hero-name" id="hero-name" data-text="Sudhir Kumar">
Sudhir Kumar
</h1>
<h2 class="hero-title">
<span class="typing-text" id="typing-text"></span>
<span class="typing-cursor"></span>
</h2>
<p class="hero-tagline" id="hero-tagline">
Passionate about building innovative digital experiences with modern
technologies. Transforming ideas into reality through code and
creativity.
</p>
<div class="hero-buttons" id="hero-buttons">
<a href="#" class="btn btn-primary" id="resume-btn">
<i class="fas fa-download"></i> Download Resume
</a>
<a href="#contact" class="btn btn-secondary">
<i class="fas fa-paper-plane"></i> Hire Me
</a>
<a href="#projects" class="btn btn-tertiary">
<i class="fas fa-eye"></i> View Work
</a>
</div>
<div class="social-links" id="social-links"></div>
</div>
<div class="scroll-indicator">
<span>Scroll Down</span>
<div class="scroll-mouse"></div>
</div>
</section>
<!-- ==================== ABOUT SECTION ==================== -->
<section id="about">
<div class="section-header">
<h2 class="section-title">About Me</h2>
<p class="section-subtitle">Get to know me better</p>
</div>
<div class="about-container">
<div class="about-image">
<div class="avatar-container">
<div class="avatar-glow"></div>
<div class="avatar-ring avatar-ring-1"></div>
<div class="avatar-ring avatar-ring-2"></div>
<div class="avatar-ring avatar-ring-3"></div>
<img src="https://sudhirdevops1.github.io/image.png" alt="Sudhir Kumar" id="about-avatar" loading="lazy">
</div>
</div>
<div class="about-content">
<h3 id="about-subtitle">Who Am I?</h3>
<p id="about-bio"></p>
<p id="about-bio-extended"></p>
<div class="fun-facts" id="fun-facts"></div>
<div class="highlights" id="about-highlights"></div>
</div>
</div>
</section>
<!-- ==================== SKILLS SECTION ==================== -->
<section id="skills">
<div class="section-header">
<h2 class="section-title">My Skills</h2>
<p class="section-subtitle">Technologies and tools I work with</p>
</div>
<div class="skills-categories" id="skills-categories"></div>
</section>
<!-- ==================== SERVICES SECTION ==================== -->
<section id="services">
<div class="section-header">
<h2 class="section-title">Services</h2>
<p class="section-subtitle">What I can do for you</p>
</div>
<div class="services-grid" id="services-grid"></div>
</section>
<!-- ==================== PROJECTS SECTION ==================== -->
<section id="projects">
<div class="section-header">
<h2 class="section-title">Featured Projects</h2>
<p class="section-subtitle">Some of my recent work</p>
</div>
<div class="projects-filter">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="fullstack">Full Stack</button>
<button class="filter-btn" data-filter="frontend">Frontend</button>
<button class="filter-btn" data-filter="mobile">Mobile</button>
<button class="filter-btn" data-filter="ai">AI/ML</button>
</div>
<div class="projects-container" id="projects-container"></div>
</section>
<!-- ==================== VLOGS & BLOG SECTION ==================== -->
<section id="vlogs">
<div class="section-header">
<h2 class="section-title">Vlogs & Content</h2>
<p class="section-subtitle">
Watch my latest videos and read my blog posts
</p>
</div>
<div class="vlogs-header">
<div class="vlogs-filter">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="vlog">Vlogs</button>
<button class="filter-btn" data-filter="tutorial">Tutorials</button>
</div>
<a
href="https://youtube.com/@sudhirkumar"
target="_blank"
class="btn btn-primary youtube-btn"
>
<i class="fab fa-youtube"></i> Subscribe
</a>
</div>
<div class="vlogs-grid" id="vlogs-grid"></div>
<div class="section-header" style="margin-top: 4rem">
<h3 class="section-title" style="font-size: 1.8rem">
Latest Blog Posts
</h3>
</div>
<div class="blog-grid" id="blog-grid"></div>
</section>
<!-- ==================== EXPERIENCE SECTION ==================== -->
<section id="experience">
<div class="section-header">
<h2 class="section-title">Experience & Education</h2>
<p class="section-subtitle">My professional journey</p>
</div>
<div class="timeline-container" id="timeline-container"></div>
<div class="section-header" style="margin-top: 4rem">
<h3 class="section-title" style="font-size: 1.8rem">Achievements</h3>
</div>
<div class="achievements-grid" id="achievements-grid"></div>
</section>
<!-- ==================== TESTIMONIALS SECTION ==================== -->
<section id="testimonials">
<div class="section-header">
<h2 class="section-title">Testimonials</h2>
<p class="section-subtitle">What clients say about me</p>
</div>
<div class="testimonials-container">
<div class="testimonial-slider" id="testimonial-slider"></div>
<div class="testimonial-nav" id="testimonial-nav"></div>
</div>
</section>
<!-- ==================== CONTACT SECTION ==================== -->
<section id="contact">
<div class="section-header">
<h2 class="section-title">Get In Touch</h2>
<p class="section-subtitle">Let's work together</p>
</div>
<div class="contact-container">
<div class="contact-info" id="contact-info"></div>
<form class="contact-form" id="contact-form">
<div class="form-row">
<div class="form-group">
<label for="name"><i class="fas fa-user"></i> Your Name</label>
<input
type="text"
id="name"
name="name"
placeholder="John Doe"
required
/>
</div>
<div class="form-group">
<label for="email"
><i class="fas fa-envelope"></i> Your Email</label
>
<input
type="email"
id="email"
name="email"
placeholder="john@example.com"
required
/>
</div>
</div>
<div class="form-group">
<label for="subject"><i class="fas fa-tag"></i> Subject</label>
<input
type="text"
id="subject"
name="subject"
placeholder="Project Inquiry"
required
/>
</div>
<div class="form-group">
<label for="budget"
><i class="fas fa-wallet"></i> Budget Range</label
>
<select id="budget" name="budget">
<option value="">Select Budget</option>
<option value="< $500">Less than $500</option>
<option value="$500 - $1000">$500 - $1,000</option>
<option value="$1000 - $5000">$1,000 - $5,000</option>
<option value="> $5000">More than $5,000</option>
</select>
</div>
<div class="form-group">
<label for="message"><i class="fas fa-comment"></i> Message</label>
<textarea
id="message"
name="message"
placeholder="Tell me about your project..."
required
></textarea>
</div>
<button type="submit" class="submit-btn">
<i class="fas fa-paper-plane"></i> Send Message
</button>
</form>
</div>
</section>
<!-- ==================== FOOTER ==================== -->
<footer>
<div class="footer-content">
<div class="footer-brand">
<a href="#home" class="nav-logo">SK</a>
<p>
BCA Student & Full Stack Developer passionate about creating amazing
digital experiences.
</p>
<div class="footer-socials" id="footer-socials"></div>
</div>
<div class="footer-section">
<h4 class="footer-title">Quick Links</h4>
<ul class="footer-links">
<li>
<a href="#home"><i class="fas fa-chevron-right"></i> Home</a>
</li>
<li>
<a href="#about"><i class="fas fa-chevron-right"></i> About</a>
</li>
<li>
<a href="#projects"
><i class="fas fa-chevron-right"></i> Projects</a
>
</li>
<li>
<a href="#contact"
><i class="fas fa-chevron-right"></i> Contact</a
>
</li>
</ul>
</div>
<div class="footer-section">
<h4 class="footer-title">Services</h4>
<ul class="footer-links">
<li>
<a href="#services"
><i class="fas fa-chevron-right"></i> Web Development</a
>
</li>
<li>
<a href="#services"
><i class="fas fa-chevron-right"></i> UI/UX Design</a
>
</li>
<li>
<a href="#services"
><i class="fas fa-chevron-right"></i> Mobile Apps</a
>
</li>
<li>
<a href="#services"
><i class="fas fa-chevron-right"></i> Consulting</a
>
</li>
</ul>
</div>
<div class="footer-section">
<h4 class="footer-title">Legal</h4>
<ul class="footer-links" id="footer-quick-links">
<li>
<a href="#"
><i class="fas fa-chevron-right"></i> Privacy Policy</a
>
</li>
<li>
<a href="#"
><i class="fas fa-chevron-right"></i> Terms of Service</a
>
</li>
<li>
<a href="#"><i class="fas fa-chevron-right"></i> Sitemap</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="footer-text">
© 2026 <span id="footer-name">Sudhir Kumar</span>. All rights
reserved. Built with <span>❤️</span> and lots of <span>☕</span>
</p>
</div>
</footer>
<!-- Back to Top Button -->
<button class="back-to-top" id="back-to-top" aria-label="Back to top">
<i class="fas fa-arrow-up"></i>
</button>
<!-- Configuration & App Scripts -->
<script src="config.js"></script>
<script src="app.js"></script>
</body>
</html>