-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
622 lines (568 loc) · 56.8 KB
/
index.html
File metadata and controls
622 lines (568 loc) · 56.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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
<!DOCTYPE html>
<html lang="en" class="scroll-smooth scroll-pt-16 md:scroll-pt-20">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abdul Jabbar Khan | Academic Portfolio</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2222%22 fill=%22%23E8EBF7%22 stroke=%22%23A89BF2%22 stroke-width=%228%22/><text x=%2250%22 y=%2272%22 font-family=%22system-ui, sans-serif%22 font-size=%2255%22 font-weight=%22900%22 fill=%22%23050505%22 text-anchor=%22middle%22>JK</text></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: {
50: '#eff6ff',
100: '#dbeafe',
400: '#60a5fa',
500: '#3b82f6',
600: '#2563eb',
700: '#1d4ed8',
900: '#1e3a8a',
},
darkbase: '#0f172a',
darkcard: '#1e293b',
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
serif: ['Merriweather', 'Georgia', 'serif'],
}
}
}
}
</script>
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-slate-100 dark:bg-darkbase text-slate-800 dark:text-slate-200 font-sans antialiased overflow-x-hidden selection:bg-primary-500 selection:text-white transition-colors duration-300">
<nav class="fixed w-full bg-white/80 dark:bg-darkbase/80 backdrop-blur-md border-b border-slate-200 dark:border-slate-800 z-50 shadow-sm transition-colors duration-300">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<span class="font-bold text-xl tracking-tight text-slate-900 dark:text-white">A.Jabbar Khan</span>
</div>
<div class="hidden md:flex items-center space-x-6 text-sm font-medium text-slate-600 dark:text-slate-300">
<a href="#education" class="hover:text-primary-600 dark:hover:text-primary-400 transition-colors">Education</a>
<a href="#projects" class="hover:text-primary-600 dark:hover:text-primary-400 transition-colors">Projects</a>
<a href="#achievements" class="hover:text-primary-600 dark:hover:text-primary-400 transition-colors">Achievements</a>
<a href="#sports" class="hover:text-primary-600 dark:hover:text-primary-400 transition-colors">Sports</a>
<a href="#leadership" class="hover:text-primary-600 dark:hover:text-primary-400 transition-colors">Leadership</a>
<button onclick="toggleDarkMode(event)" class="ml-4 p-2 text-slate-600 dark:text-slate-300 hover:text-primary-600 dark:hover:text-primary-400 focus:outline-none transition-colors" title="Toggle Dark Mode">
<i id="theme-icon" class="fa-solid fa-moon text-lg"></i>
</button>
</div>
<div class="flex items-center md:hidden">
<button onclick="toggleDarkMode(event)" aria-label="Toggle Dark Mode" title="Toggle Dark Mode" class="mr-4 p-2 text-slate-600 dark:text-slate-300 focus:outline-none text-xl">
<i id="mobile-theme-icon" class="fa-solid fa-moon"></i>
</button>
<button id="mobile-menu-btn" aria-label="Open Mobile Menu" aria-expanded="false" class="text-slate-600 dark:text-slate-300 hover:text-slate-900 dark:hover:text-white focus:outline-none text-2xl">
<i class="fa-solid fa-bars"></i>
</button>
</div>
</div>
</div>
<div id="mobile-menu" class="md:hidden bg-white dark:bg-darkcard shadow-lg overflow-hidden transition-all duration-300 ease-in-out max-h-0 opacity-0">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 text-sm font-medium text-slate-600 dark:text-slate-300 border-b border-slate-200 dark:border-slate-800">
<a href="#education" class="block px-3 py-3 rounded-md hover:bg-slate-50 dark:hover:bg-slate-800 hover:text-primary-600 dark:hover:text-primary-400">Education</a>
<a href="#projects" class="block px-3 py-2 rounded-md hover:bg-slate-50 dark:hover:bg-slate-800 hover:text-primary-600 dark:hover:text-primary-400">Projects</a>
<a href="#achievements" class="block px-3 py-2 rounded-md hover:bg-slate-50 dark:hover:bg-slate-800 hover:text-primary-600 dark:hover:text-primary-400">Achievements</a>
<a href="#sports" class="block px-3 py-2 rounded-md hover:bg-slate-50 dark:hover:bg-slate-800 hover:text-primary-600 dark:hover:text-primary-400">Sports</a>
<a href="#leadership" class="block px-3 py-2 rounded-md hover:bg-slate-50 dark:hover:bg-slate-800 hover:text-primary-600 dark:hover:text-primary-400">Leadership</a>
</div>
</div>
</nav>
<section class="hero-bg relative pt-32 pb-20 px-4 sm:px-6 lg:px-8 w-full mx-auto overflow-hidden min-h-[85vh] flex flex-col justify-center transition-colors duration-500">
<canvas id="eceCanvas" class="absolute inset-0 w-full h-full z-0 pointer-events-none"></canvas>
<div class="text-center max-w-3xl mx-auto relative z-10 bg-white/20 dark:bg-darkcard/50 backdrop-blur-xl p-8 md:p-12 rounded-3xl shadow-2xl border border-white/60 dark:border-slate-600/50">
<h1 class="text-4xl md:text-5xl font-extrabold text-slate-900 dark:text-white tracking-tight mb-4 font-serif">
Abdul Jabbar Khan
</h1>
<p class="text-xl md:text-2xl text-slate-700 dark:text-slate-300 mb-6 font-light">
Undergraduate Researcher & Engineer<br>
<span class="text-lg font-medium text-primary-600 dark:text-primary-400">B.Tech Electronics & Communication Engineering</span>
</p>
<p class="text-base text-slate-700 dark:text-slate-300 mb-8 max-w-2xl mx-auto leading-relaxed">
RGUKT Nuzvid (Expected 2028). Passionate about hardware-software interfacing, mathematical modelling, and low-level system design. Looking for opportunities to contribute to rigorous academic research and advanced engineering projects.
</p>
<div class="flex flex-wrap justify-center gap-4 text-sm font-medium">
<a href="./jabbarKhan_cv.pdf" target="_blank" rel="noopener noreferrer" class="inline-flex items-center px-6 py-2.5 border border-transparent rounded-lg shadow-md bg-primary-600 text-white hover:bg-primary-700 hover:-translate-y-1 transition-all duration-300">
<i class="fa-solid fa-file-pdf mr-2 text-lg"></i> Download CV
</a>
<a href="mailto:jabbarkhan562005@gmail.com" class="inline-flex items-center px-5 py-2.5 border border-slate-300 dark:border-slate-600 rounded-lg shadow-sm bg-white/80 dark:bg-darkcard/80 text-slate-700 dark:text-slate-200 hover:bg-slate-50 dark:hover:bg-slate-700 hover:-translate-y-1 transition-all duration-300">
<i class="fa-solid fa-envelope mr-2 text-lg"></i> Email Me
</a>
<a href="https://linkedin.com/in/jabbar-khan-abdul" target="_blank" rel="noopener noreferrer" class="inline-flex items-center px-5 py-2.5 border border-slate-300 dark:border-slate-600 rounded-lg shadow-sm bg-white/80 dark:bg-darkcard/80 text-slate-700 dark:text-slate-200 hover:bg-slate-50 dark:hover:bg-slate-700 hover:-translate-y-1 transition-all duration-300">
<i class="fa-brands fa-linkedin mr-2 text-lg text-[#0A66C2] dark:text-[#3b82f6]"></i> LinkedIn
</a>
<a href="https://github.com/CodingMango" target="_blank" rel="noopener noreferrer" class="inline-flex items-center px-5 py-2.5 border border-slate-300 dark:border-slate-600 rounded-lg shadow-sm bg-white/80 dark:bg-darkcard/80 text-slate-700 dark:text-slate-200 hover:bg-slate-50 dark:hover:bg-slate-700 hover:-translate-y-1 transition-all duration-300">
<i class="fa-brands fa-github mr-2 text-lg"></i> GitHub
</a>
</div>
</div>
</section>
<section class="py-16 bg-white dark:bg-darkcard border-y border-slate-200 dark:border-slate-800 transition-colors duration-300">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif">Core Competencies & Coursework</h2>
<div class="h-1 w-20 bg-primary-500 mx-auto mt-4 rounded-full"></div>
<p class="mt-4 text-slate-600 dark:text-slate-400 max-w-2xl mx-auto text-sm">A foundational overview of my academic subjects and technical proficiencies, establishing the baseline of my engineering toolkit.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-slate-50 dark:bg-darkbase rounded-xl p-8 border border-slate-300 dark:border-slate-600 shadow-md transition-transform duration-300 hover:-translate-y-1 hover:shadow-md">
<h3 class="text-xl font-semibold text-slate-900 dark:text-white mb-6 flex items-center">
<i class="fa-solid fa-book-open mr-3 text-primary-500"></i> Key Academic Subjects
</h3>
<div class="flex flex-wrap gap-2.5">
<span class="px-3 py-1.5 bg-white dark:bg-darkcard border border-slate-200 dark:border-slate-700 rounded-lg text-xs font-medium text-slate-700 dark:text-slate-300 shadow-sm">Engineering Mathematics</span>
<span class="px-3 py-1.5 bg-white dark:bg-darkcard border border-slate-200 dark:border-slate-700 rounded-lg text-xs font-medium text-slate-700 dark:text-slate-300 shadow-sm">Engineering Physics</span>
<span class="px-3 py-1.5 bg-white dark:bg-darkcard border border-slate-200 dark:border-slate-700 rounded-lg text-xs font-medium text-slate-700 dark:text-slate-300 shadow-sm">Data Structures (C)</span>
<span class="px-3 py-1.5 bg-white dark:bg-darkcard border border-slate-200 dark:border-slate-700 rounded-lg text-xs font-medium text-slate-700 dark:text-slate-300 shadow-sm">OOP (C++)</span>
<span class="px-3 py-1.5 bg-white dark:bg-darkcard border border-slate-200 dark:border-slate-700 rounded-lg text-xs font-medium text-slate-700 dark:text-slate-300 shadow-sm">Electronic Devices & Circuits</span>
<span class="px-3 py-1.5 bg-white dark:bg-darkcard border border-slate-200 dark:border-slate-700 rounded-lg text-xs font-medium text-slate-700 dark:text-slate-300 shadow-sm">Signals and Systems</span>
</div>
</div>
<div class="bg-slate-50 dark:bg-darkbase rounded-xl p-8 border border-slate-300 dark:border-slate-600 shadow-md transition-transform duration-300 hover:-translate-y-1 hover:shadow-md">
<h3 class="text-xl font-semibold text-slate-900 dark:text-white mb-6 flex items-center">
<i class="fa-solid fa-microchip mr-3 text-primary-500"></i> Technical Arsenal
</h3>
<div class="flex flex-wrap gap-2.5">
<span class="px-3 py-1.5 bg-primary-50 dark:bg-primary-900/20 border border-primary-200 dark:border-primary-800 rounded-lg text-xs font-medium text-primary-700 dark:text-primary-400 shadow-sm">C</span>
<span class="px-3 py-1.5 bg-primary-50 dark:bg-primary-900/20 border border-primary-200 dark:border-primary-800 rounded-lg text-xs font-medium text-primary-700 dark:text-primary-400 shadow-sm">C++</span>
<span class="px-3 py-1.5 bg-primary-50 dark:bg-primary-900/20 border border-primary-200 dark:border-primary-800 rounded-lg text-xs font-medium text-primary-700 dark:text-primary-400 shadow-sm">Python</span>
<span class="px-3 py-1.5 bg-primary-50 dark:bg-primary-900/20 border border-primary-200 dark:border-primary-800 rounded-lg text-xs font-medium text-primary-700 dark:text-primary-400 shadow-sm">VPython</span>
<span class="px-3 py-1.5 bg-primary-50 dark:bg-primary-900/20 border border-primary-200 dark:border-primary-800 rounded-lg text-xs font-medium text-primary-700 dark:text-primary-400 shadow-sm">Vivado</span>
<span class="px-3 py-1.5 bg-primary-50 dark:bg-primary-900/20 border border-primary-200 dark:border-primary-800 rounded-lg text-xs font-medium text-primary-700 dark:text-primary-400 shadow-sm">Git/GitHub</span>
<span class="px-3 py-1.5 bg-primary-50 dark:bg-primary-900/20 border border-primary-200 dark:border-primary-800 rounded-lg text-xs font-medium text-primary-700 dark:text-primary-400 shadow-sm">Hardware Interfacing</span>
</div>
</div>
</div>
</div>
</section>
<section id="education" class="py-20 px-4 sm:px-6 lg:px-8 max-w-6xl mx-auto">
<div class="mb-12">
<h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif mb-2">Academic Trajectory</h2>
<div class="h-1 w-20 bg-primary-500 mt-4 mb-4 rounded-full"></div>
<p class="text-slate-600 dark:text-slate-400 max-w-3xl text-sm">
This section details my formal educational background. The accompanying visualization demonstrates a consistent record of high academic achievement from secondary education through my current undergraduate studies.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="space-y-8 relative before:absolute before:inset-0 before:ml-5 before:-translate-x-px md:before:mx-auto md:before:translate-x-0 before:h-full before:w-0.5 before:bg-gradient-to-b before:from-transparent before:via-slate-300 dark:before:via-slate-700 before:to-transparent">
<div class="relative flex items-center justify-between md:justify-normal md:odd:flex-row-reverse group">
<div class="flex items-center justify-center w-10 h-10 rounded-full border-4 border-white dark:border-darkbase bg-primary-500 text-white shadow-md shrink-0 md:order-1 md:group-odd:-translate-x-1/2 md:group-even:translate-x-1/2 z-10 transition-transform group-hover:scale-110">
<i class="fa-solid fa-graduation-cap"></i>
</div>
<div class="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] bg-white dark:bg-darkcard p-6 rounded-xl border border-slate-300 dark:border-slate-600 shadow-md transition hover:shadow-lg">
<div class="flex items-center justify-between mb-2">
<h3 class="font-bold text-lg text-slate-900 dark:text-white">B.Tech ECE</h3>
<span class="text-xs font-bold text-primary-600 dark:text-primary-400 bg-primary-50 dark:bg-primary-900/30 px-2 py-1 rounded">Exp. 2028</span>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 mb-3">RGUKT - Nuzvid</p>
<div class="inline-block px-3 py-1 bg-slate-50 dark:bg-slate-800 rounded border border-slate-100 dark:border-slate-700">
<p class="text-sm font-semibold text-slate-800 dark:text-slate-200">CGPA: 8.71 / 10.0 <span class="text-xs font-normal text-slate-500 dark:text-slate-400">(3 semesters)</span></p>
</div>
</div>
</div>
<div class="relative flex items-center justify-between md:justify-normal md:odd:flex-row-reverse group">
<div class="flex items-center justify-center w-10 h-10 rounded-full border-4 border-white dark:border-darkbase bg-slate-400 dark:bg-slate-600 text-white shadow-md shrink-0 md:order-1 md:group-odd:-translate-x-1/2 md:group-even:translate-x-1/2 z-10 transition-transform group-hover:scale-110">
<i class="fa-solid fa-school"></i>
</div>
<div class="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] bg-white dark:bg-darkcard p-6 rounded-xl border border-slate-300 dark:border-slate-600 shadow-md transition hover:shadow-lg">
<div class="flex items-center justify-between mb-2">
<h3 class="font-bold text-lg text-slate-900 dark:text-white">Pre-University (MPC)</h3>
<span class="text-xs font-bold text-slate-600 dark:text-slate-300 bg-slate-100 dark:bg-slate-700 px-2 py-1 rounded">2022 - 2024</span>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 mb-3">RGUKT - Nuzvid</p>
<div class="inline-block px-3 py-1 bg-slate-50 dark:bg-slate-800 rounded border border-slate-100 dark:border-slate-700">
<p class="text-sm font-semibold text-slate-800 dark:text-slate-200">CGPA: 9.79 / 10.0</p>
</div>
</div>
</div>
<div class="relative flex items-center justify-between md:justify-normal md:odd:flex-row-reverse group">
<div class="flex items-center justify-center w-10 h-10 rounded-full border-4 border-white dark:border-darkbase bg-slate-400 dark:bg-slate-600 text-white shadow-md shrink-0 md:order-1 md:group-odd:-translate-x-1/2 md:group-even:translate-x-1/2 z-10 transition-transform group-hover:scale-110">
<i class="fa-solid fa-building"></i>
</div>
<div class="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] bg-white dark:bg-darkcard p-6 rounded-xl border border-slate-300 dark:border-slate-600 shadow-md transition hover:shadow-lg">
<div class="flex items-center justify-between mb-2">
<h3 class="font-bold text-lg text-slate-900 dark:text-white">SSC</h3>
<span class="text-xs font-bold text-slate-600 dark:text-slate-300 bg-slate-100 dark:bg-slate-700 px-2 py-1 rounded">2021 - 2022</span>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 mb-3">MPL HS BOYS - Paradesampeta</p>
<div class="inline-block px-3 py-1 bg-slate-50 dark:bg-slate-800 rounded border border-slate-100 dark:border-slate-700">
<p class="text-sm font-semibold text-slate-800 dark:text-slate-200">Percentage: 96.5%</p>
</div>
</div>
</div>
</div>
<div class="bg-white dark:bg-darkcard p-6 md:p-8 rounded-2xl shadow-md border border-slate-300 dark:border-slate-600 transition">
<h3 class="text-center text-sm font-bold uppercase tracking-wider text-slate-500 dark:text-slate-400 mb-6">Performance Consistency</h3>
<div class="chart-container">
<canvas id="academicChart"></canvas>
</div>
</div>
</div>
</section>
<section id="projects" class="py-20 bg-white dark:bg-darkcard border-y border-slate-200 dark:border-slate-800 transition-colors duration-300">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="mb-10 flex flex-col md:flex-row md:items-end justify-between gap-4">
<div>
<h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif mb-2">Independent Projects & Research</h2>
<div class="h-1 w-20 bg-primary-500 mt-4 mb-4 rounded-full"></div>
<p class="text-slate-600 dark:text-slate-400 max-w-2xl text-sm">
This section outlines practical applications of my theoretical knowledge, from hardware interfacing to complex mathematical simulations.
</p>
</div>
<div class="hidden md:flex items-center text-sm font-bold text-primary-600 dark:text-primary-400 bg-primary-50 dark:bg-primary-900/30 px-4 py-2 rounded-full border border-primary-200 dark:border-primary-800 animate-pulse shadow-sm">
<span class="mr-2">Scroll to explore</span>
<i class="fa-solid fa-arrow-right-long"></i>
</div>
</div>
<div class="flex overflow-x-auto snap-x snap-mandatory gap-6 pb-8 pt-4 px-4 -mx-4 sm:mx-0 sm:px-0 hide-scrollbar cursor-grab active:cursor-grabbing items-stretch">
<div class="flex-none w-[85vw] sm:w-[45vw] md:w-96 snap-center bg-slate-50 dark:bg-darkbase rounded-2xl overflow-hidden border border-slate-300 dark:border-slate-600 shadow-md hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col h-auto">
<div class="p-8 flex-grow">
<div class="w-12 h-12 bg-primary-100 dark:bg-primary-900/30 rounded-lg flex items-center justify-center mb-6 shrink-0">
<i class="fa-solid fa-laptop-code text-2xl text-primary-600 dark:text-primary-400"></i>
</div>
<h3 class="text-xl font-bold text-slate-900 dark:text-white mb-2">3D Animation for Physics</h3>
<p class="text-xs font-bold text-slate-500 dark:text-slate-400 mb-6 uppercase tracking-wider">Learn-VPython</p>
<ul class="text-sm text-slate-600 dark:text-slate-300 space-y-3 mb-6 list-none">
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Engineered interactive Jupyter Notebooks using VPython to mathematically model and visualize 3D physical simulations.</li>
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Demonstrated deep proficiency in vector calculus, classical kinematics modelling, and OOP for scientific visualization.</li>
</ul>
</div>
<div class="px-8 py-5 bg-white dark:bg-darkcard border-t border-slate-300 dark:border-slate-600 flex justify-between items-center shrink-0">
<div class="flex gap-2">
<span class="text-xs font-medium bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-300 px-2.5 py-1 rounded border border-slate-300 dark:border-slate-600">Python</span>
<span class="text-xs font-medium bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-300 px-2.5 py-1 rounded border border-slate-300 dark:border-slate-600">VPython</span>
</div>
<a href="https://github.com/CodingMango/Learn-VPython" target="_blank" rel="noopener noreferrer" class="text-primary-600 dark:text-primary-400 hover:text-primary-800 dark:hover:text-primary-300 text-sm font-bold flex items-center transition-colors">
Repo <i class="fa-solid fa-arrow-right ml-2 text-xs transition-transform group-hover:translate-x-1"></i>
</a>
</div>
</div>
<div class="flex-none w-[85vw] sm:w-[45vw] md:w-96 snap-center bg-slate-50 dark:bg-darkbase rounded-2xl overflow-hidden border border-slate-300 dark:border-slate-600 shadow-md hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col h-auto">
<div class="p-8 flex-grow">
<div class="w-12 h-12 bg-primary-100 dark:bg-primary-900/30 rounded-lg flex items-center justify-center mb-6 shrink-0">
<i class="fa-solid fa-microchip text-2xl text-primary-600 dark:text-primary-400"></i>
</div>
<h3 class="text-xl font-bold text-slate-900 dark:text-white mb-2">Cryptographic Morse Decoder</h3>
<p class="text-xs font-bold text-slate-500 dark:text-slate-400 mb-6 uppercase tracking-wider">Hardware-Interfaced</p>
<ul class="text-sm text-slate-600 dark:text-slate-300 space-y-3 mb-6 list-none">
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Designed hardware to intercept, decode, and translate hardware-generated (pushbutton) Morse code signals in real-time.</li>
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Demonstrated advanced capabilities in low-level memory management via C++.</li>
</ul>
</div>
<div class="px-8 py-5 bg-white dark:bg-darkcard border-t border-slate-200 dark:border-slate-800 flex justify-between items-center shrink-0">
<div class="flex gap-2">
<span class="text-xs font-medium bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-300 px-2.5 py-1 rounded border border-slate-200 dark:border-slate-700">C++</span>
<span class="text-xs font-medium bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-300 px-2.5 py-1 rounded border border-slate-200 dark:border-slate-700">Hardware</span>
</div>
<a href="https://github.com/CodingMango/Morse_Decoder" target="_blank" rel="noopener noreferrer" class="text-primary-600 dark:text-primary-400 hover:text-primary-800 dark:hover:text-primary-300 text-sm font-bold flex items-center transition-colors">
Repo <i class="fa-solid fa-arrow-right ml-2 text-xs transition-transform group-hover:translate-x-1"></i>
</a>
</div>
</div>
<div class="flex-none w-[85vw] sm:w-[45vw] md:w-96 snap-center bg-slate-50 dark:bg-darkbase rounded-2xl overflow-hidden border border-slate-300 dark:border-slate-600 shadow-md hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col h-auto">
<div class="p-8 flex-grow">
<div class="w-12 h-12 bg-primary-100 dark:bg-primary-900/30 rounded-lg flex items-center justify-center mb-6 shrink-0">
<i class="fa-solid fa-satellite-dish text-2xl text-primary-600 dark:text-primary-400"></i>
</div>
<h3 class="text-xl font-bold text-slate-900 dark:text-white mb-2">Morse Encoder</h3>
<p class="text-xs font-bold text-slate-500 dark:text-slate-400 mb-6 uppercase tracking-wider">Hardware-Interfaced</p>
<ul class="text-sm text-slate-600 dark:text-slate-300 space-y-3 mb-6 list-none">
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Complementary system to the decoder, designed to encode textual input into physical, hardware-transmitted Morse signals.</li>
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Further solidified understanding of C++ interfacing with physical electronic components.</li>
</ul>
</div>
<div class="px-8 py-5 bg-white dark:bg-darkcard border-t border-slate-300 dark:border-slate-600 flex justify-between items-center shrink-0">
<div class="flex gap-2">
<span class="text-xs font-medium bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-300 px-2.5 py-1 rounded border border-slate-300 dark:border-slate-600">C++</span>
<span class="text-xs font-medium bg-slate-100 dark:bg-slate-800 text-slate-600 dark:text-slate-300 px-2.5 py-1 rounded border border-slate-300 dark:border-slate-600">Hardware</span>
</div>
<a href="https://github.com/CodingMango/Morse_Encoder" target="_blank" rel="noopener noreferrer" class="text-primary-600 dark:text-primary-400 hover:text-primary-800 dark:hover:text-primary-300 text-sm font-bold flex items-center transition-colors">
Repo <i class="fa-solid fa-arrow-right ml-2 text-xs transition-transform group-hover:translate-x-1"></i>
</a>
</div>
</div>
</div>
<div class="text-center mt-6 md:hidden">
<span class="inline-flex items-center text-xs font-bold text-primary-600 dark:text-primary-400 bg-primary-50 dark:bg-primary-900/30 px-4 py-2 rounded-full border border-primary-200 dark:border-primary-800 uppercase tracking-widest animate-pulse shadow-sm">
<i class="fa-solid fa-arrows-left-right mr-2 text-lg"></i> Swipe to explore
</span>
</div>
</div>
</section>
<section id="achievements" class="py-20 px-4 sm:px-6 lg:px-8 max-w-6xl mx-auto">
<div class="mb-12">
<h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif mb-2">Scholastic Achievements</h2>
<div class="h-1 w-20 bg-primary-500 mt-4 mb-4 rounded-full"></div>
<p class="text-slate-600 dark:text-slate-400 max-w-3xl text-sm">
Recognition of academic excellence through national-level scholarships and rigorous certification programs from premier institutions.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-white dark:bg-darkcard p-8 rounded-2xl border-l-4 border-primary-500 shadow-md hover:shadow-xl transition-shadow">
<div class="flex items-start">
<div class="bg-primary-50 dark:bg-primary-900/30 p-3 rounded-full mr-5">
<i class="fa-solid fa-medal text-2xl text-primary-600 dark:text-primary-400"></i>
</div>
<div>
<h3 class="text-lg font-bold text-slate-900 dark:text-white">NPTEL Silver Medalist (2025)</h3>
<p class="text-sm font-bold text-slate-500 dark:text-slate-400 mb-3">IISc Bangalore</p>
<p class="text-sm text-slate-600 dark:text-slate-300 leading-relaxed">Achieved a 79% in the <em>"Mathematical Foundations for Machine Learning"</em> certification. Demonstrated strong foundational knowledge in Linear Algebra, Probability, and Multivariable Calculus.</p>
</div>
</div>
</div>
<div class="bg-white dark:bg-darkcard p-8 rounded-2xl border-l-4 border-primary-500 shadow-md hover:shadow-xl transition-shadow">
<div class="flex items-start">
<div class="bg-primary-50 dark:bg-primary-900/30 p-3 rounded-full mr-5">
<i class="fa-solid fa-trophy text-2xl text-primary-600 dark:text-primary-400"></i>
</div>
<div>
<h3 class="text-lg font-bold text-slate-900 dark:text-white">Reliance Foundation Undergraduate Scholar</h3>
<p class="text-sm font-bold text-slate-500 dark:text-slate-400 mb-3">2024</p>
<p class="text-sm text-slate-600 dark:text-slate-300 leading-relaxed">Awarded this highly competitive national merit-cum-means scholarship for exceptional academic performance and aptitude.</p>
</div>
</div>
</div>
</div>
</section>
<section id="sports" class="py-16 px-4 sm:px-6 lg:px-8 max-w-6xl mx-auto border-t border-slate-200 dark:border-slate-800 transition-colors duration-300">
<div class="mb-10 text-center">
<h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif mb-2">Sports & Wellness</h2>
<div class="h-1 w-20 bg-primary-500 mx-auto mt-4 mb-4 rounded-full"></div>
<p class="text-slate-600 dark:text-slate-400 max-w-2xl mx-auto text-sm leading-relaxed">
Demonstrating discipline, focus, and resilience through competitive athletics, highlighted by representing Krishna district at the <strong>2023 Under-19 SGFI Yoga State Level Competition</strong> held in Veeravasaram, West Godavari.
</p>
</div>
<div class="flex overflow-x-auto snap-x snap-mandatory gap-6 pb-8 pt-4 px-4 -mx-4 sm:mx-0 sm:px-0 hide-scrollbar cursor-grab active:cursor-grabbing items-stretch">
<div onclick="openLightbox('./images/SGFI_DISTRICT_TEAM.jpg', 'Under-19 SGFI District Team', 'Our team preparing for the rigorous state-level Yoga competition in Veeravasaram.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/SGFI_DISTRICT_TEAM.jpg" alt="SGFI DISTRICT TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">U-19 District Team (2023)</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Our team preparing for the rigorous state-level Yoga competition in Veeravasaram, West Godavari.</p>
</div>
</div>
<div onclick="openLightbox('./images/FINAL_SELECTED.jpg', 'National Qualifiers', 'Final selected members advancing to the National SGFI Yoga Championship.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/FINAL_SELECTED.jpg" alt="NATIONAL SELECTED TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">National Qualifiers</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Final selected members advancing to the National SGFI Yoga Championship.</p>
</div>
</div>
<div onclick="openLightbox('./images/POORNA_MATSYENDRASANA.png', 'POORNA MATSYENDRASANA', 'Performing one of the Group-A Asanas. We have to hold this position for 2 minutes 30 seconds.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/POORNA_MATSYENDRASANA.png" alt="NATIONAL SELECTED TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">POORNA MATSYENDRASANA</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Performing one of the Group-A Asanas. We have to hold this position for 2 minutes 30 seconds.</p>
</div>
</div>
<div onclick="openLightbox('./images/UTTANA_PADASANA.png', 'UTTANA PADASANA', 'Performing one of the Group-A Asanas. We have to hold this position for 2 minutes 30 seconds.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/UTTANA_PADASANA.png" alt="NATIONAL SELECTED TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">UTTANA PADASANA</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Performing one of the Group-A Asanas. We have to hold this position for 2 minutes 30 seconds.</p>
</div>
</div>
<div onclick="openLightbox('./images/KUKKUTASANA.png', 'KUKKUTASANA', 'Performing one of the Group-B Asanas. We have to hold this position for 30 seconds.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/KUKKUTASANA.png" alt="NATIONAL SELECTED TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">KUKKUTASANA</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Performing one of the Group-B Asanas. We have to hold this position for 30 seconds.</p>
</div>
</div>
<div onclick="openLightbox('./images/Asana_1.png', 'Group-C Asana', 'Performing one of the Group-C Asanas. We have to hold this position for 20 seconds. These Asanas are the difficult ones.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/Asana_1.png" alt="NATIONAL SELECTED TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">Group-C Asana</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Performing one of the Group-C Asanas. We have to hold this position for 20 seconds. These Asanas are the difficult ones.</p>
</div>
</div>
<div onclick="openLightbox('./images/Asana_2.png', 'Group-C Asana', 'Performing one of the Group-C Asanas. We have to hold this position for 20 seconds. These Asanas are the difficult ones.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/Asana_2.png" alt="NATIONAL SELECTED TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">Group-C Asana</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Performing one of the Group-C Asanas. We have to hold this position for 20 seconds. These Asanas are the difficult ones.</p>
</div>
</div>
<div onclick="openLightbox('./images/PADAHASTANA.png', 'PADAHASTASANA', 'Concluding with forward and backward bendings.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
<img src="./images/PADAHASTANA.png" alt="NATIONAL SELECTED TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
</div>
<div class="p-6 flex-grow flex flex-col justify-start">
<div class="flex items-center justify-between mb-2">
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">PADAHASTASANA</h4>
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
</div>
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Concluding with forward and backward bendings.</p>
</div>
</div>
</div>
<div class="text-center mt-6 md:hidden">
<span class="inline-flex items-center text-xs font-bold text-primary-600 dark:text-primary-400 bg-primary-50 dark:bg-primary-900/30 px-4 py-2 rounded-full border border-primary-200 dark:border-primary-800 uppercase tracking-widest animate-pulse shadow-sm">
<i class="fa-solid fa-arrows-left-right mr-2 text-lg"></i> Swipe to explore
</span>
</div>
</section>
<section id="leadership" class="py-20 bg-slate-100 dark:bg-slate-900 border-t border-slate-200 dark:border-slate-800 transition-colors duration-300">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="mb-12">
<h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif mb-2">Positions of Responsibility</h2>
<div class="h-1 w-20 bg-primary-500 mt-4 mb-4 rounded-full"></div>
<p class="text-slate-600 dark:text-slate-400 max-w-3xl text-sm">
Showcasing leadership and a commitment to community welfare.
</p>
</div>
<div class="space-y-6">
<div class="bg-white dark:bg-darkcard p-8 rounded-2xl shadow-md border border-slate-300 dark:border-slate-600 hover:shadow-xl transition">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-6">
<h3 class="text-xl font-bold text-slate-900 dark:text-white">State-Level Team Manager <span class="text-primary-500 font-normal px-2">|</span> SGFI Yoga</h3>
<span class="text-sm font-bold text-slate-500 dark:text-slate-300 bg-slate-50 dark:bg-slate-800 px-3 py-1.5 rounded-lg border border-slate-100 dark:border-slate-700 mt-2 md:mt-0 inline-block w-max">2024</span>
</div>
<ul class="text-sm text-slate-600 dark:text-slate-300 space-y-3 list-none">
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Managed state-level logistical operations, travel coordination, and tournament compliance for junior athletes.</li>
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Mentored team members on performance execution and resilience, coordinating directly with coaching staff to maintain a disciplined, supportive environment.</li>
</ul>
</div>
<div class="bg-white dark:bg-darkcard p-8 rounded-2xl shadow-md border border-slate-300 dark:border-slate-600 hover:shadow-xl transition">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-6">
<h3 class="text-xl font-bold text-slate-900 dark:text-white">Student Representative <span class="text-primary-500 font-normal px-2">|</span> Helping Hands NGO</h3>
<span class="text-sm font-bold text-slate-500 dark:text-slate-300 bg-slate-50 dark:bg-slate-800 px-3 py-1.5 rounded-lg border border-slate-100 dark:border-slate-700 mt-2 md:mt-0 inline-block w-max">2024 - Present</span>
</div>
<ul class="text-sm text-slate-600 dark:text-slate-300 space-y-3 list-none">
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Spearheaded a campus-wide micro-donation initiative, delivering weekly motivational addresses to student cohorts to secure funding for economically disadvantaged peers.</li>
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Co-organised comprehensive health and welfare initiatives, successfully executing campus blood donation and specialised eye-care camps.</li>
</ul>
</div>
<div class="bg-white dark:bg-darkcard p-8 rounded-2xl shadow-md border border-slate-300 dark:border-slate-600 hover:shadow-xl transition">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-6">
<h3 class="text-xl font-bold text-slate-900 dark:text-white">Volunteer <span class="text-primary-500 font-normal px-2">|</span> National Service Scheme (NSS)</h3>
<span class="text-sm font-bold text-slate-500 dark:text-slate-300 bg-slate-50 dark:bg-slate-800 px-3 py-1.5 rounded-lg border border-slate-100 dark:border-slate-700 mt-2 md:mt-0 inline-block w-max">2023 - 2025</span>
</div>
<ul class="text-sm text-slate-600 dark:text-slate-300 space-y-3 list-none">
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Completed a rigorous two-year Government of India community service mandate.</li>
<li class="relative pl-5 before:absolute before:left-0 before:top-1.5 before:w-1.5 before:h-1.5 before:bg-primary-500 before:rounded-full">Spearheaded large-scale environmental campus cleaning drives and executed the equitable distribution of essential educational supplies to student cohorts.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="py-12 bg-academic-100 dark:bg-academic-900 mt-8 border-t border-slate-300 dark:border-academic-800 transition-colors duration-300">
<div class="max-w-4xl mx-auto px-4 text-center">
<i class="fa-solid fa-atom text-3xl text-academic-teal dark:text-academic-purple mb-4"></i>
<p class="text-xl md:text-2xl text-academic-800 dark:text-slate-300 font-serif italic mb-4">
"What I cannot create, I do not understand."
</p>
<p class="text-academic-accent dark:text-academic-gold font-bold tracking-wide uppercase text-sm">
— Richard Feynman
</p>
<p class="text-xs text-slate-500 dark:text-slate-400 mt-1 font-medium">
Theoretical Physicist
</p>
</div>
</section>
<footer class="bg-slate-900 dark:bg-black text-slate-300 py-12 border-t border-slate-800">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0 text-center md:text-left">
<h2 class="text-2xl font-bold text-white font-serif mb-2">Abdul Jabbar Khan</h2>
<p class="text-sm text-slate-400">B.Tech ECE, RGUKT Nuzvid</p>
</div>
<div class="flex flex-col sm:flex-row gap-6 text-sm">
<a href="mailto:jabbarkhan562005@gmail.com" class="hover:text-primary-400 transition-colors flex items-center">
<i class="fa-solid fa-envelope mr-2"></i> jabbarkhan562005@gmail.com
</a>
<span class="hidden sm:inline text-slate-600">|</span>
<span class="flex items-center">
<i class="fa-solid fa-phone mr-2"></i> +91-7981994719
</span>
<span class="hidden sm:inline text-slate-600">|</span>
<a href="https://linkedin.com/in/jabbar-khan-abdul" class="hover:text-primary-400 transition-colors flex items-center">
<i class="fa-brands fa-linkedin mr-2"></i> LinkedIn
</a>
</div>
</div>
</footer>
<div id="lightbox" class="fixed inset-0 z-[100] hidden bg-slate-900/95 dark:bg-black/95 backdrop-blur-md flex flex-col items-center justify-center opacity-0 transition-opacity duration-300 p-4 sm:p-8">
<button onclick="closeLightbox()" class="absolute top-6 right-6 md:top-8 md:right-8 text-white/70 hover:text-white text-3xl md:text-4xl focus:outline-none transition-colors z-10" aria-label="Close Fullscreen">
<i class="fa-solid fa-xmark"></i>
</button>
<div class="w-full max-w-5xl flex flex-col items-center">
<img id="lightbox-img" src="" alt="Fullscreen View" class="max-h-[75vh] w-auto object-contain rounded-lg shadow-2xl scale-95 transition-transform duration-300">
<div id="lightbox-text-container" class="mt-6 text-center opacity-0 transition-opacity duration-500 translate-y-4 max-w-2xl">
<h3 id="lightbox-title" class="text-white font-bold text-xl md:text-2xl mb-2 font-serif tracking-wide"></h3>
<p id="lightbox-desc" class="text-slate-300 text-sm md:text-base leading-relaxed"></p>
</div>
</div>
</div>
<div id="desktop-toast" class="md:hidden fixed bottom-6 left-4 right-4 z-[100] translate-y-[150%] opacity-0 transition-all duration-700 ease-out">
<div class="relative bg-[#E8EBF7] backdrop-blur-xl border border-[#A89BF2]/40 shadow-[0_10px_30px_-10px_rgba(146,172,255,0.4)] rounded-2xl overflow-hidden flex flex-col">
<div class="p-4 flex items-center gap-4">
<div class="relative w-12 h-12 flex items-center justify-center shrink-0">
<div class="absolute inset-0 bg-[#92ACFF]/20 rounded-full animate-ping" style="animation-duration: 3s;"></div>
<div class="absolute inset-0 border-2 border-[#A89BF2]/60 rounded-full animate-[spin_3s_linear_infinite] border-t-transparent border-b-transparent"></div>
<div class="absolute inset-1 border-2 border-[#92ACFF]/40 rounded-full animate-[spin_2s_linear_infinite_reverse] border-l-transparent border-r-transparent"></div>
<i class="fa-solid fa-atom text-[#050505] text-xl"></i>
</div>
<div class="flex-grow">
<h4 class="text-[#050505] text-sm font-bold tracking-wide mb-1">
Black holes detected!
</h4>
<p class="text-[#050505]/80 text-xs leading-relaxed font-medium">
Enable <strong class="text-[#92ACFF] font-extrabold tracking-wide">"Desktop Site"</strong> in your browser menu to unlock the live 3D physics engine!
</p>
</div>
<button onclick="document.getElementById('desktop-toast').classList.add('translate-y-[150%]', 'opacity-0')" class="text-[#050505]/50 hover:text-[#050505] shrink-0 p-2 bg-[#A89BF2]/20 rounded-full backdrop-blur-sm transition-colors" aria-label="Dismiss">
<i class="fa-solid fa-xmark"></i>
</button>
</div>
<div id="toast-progress" class="h-1 bg-gradient-to-r from-[#A89BF2] to-[#92ACFF] shadow-[0_0_8px_#92ACFF] w-full transform origin-left transition-transform ease-linear duration-[20000ms]"></div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>