-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
448 lines (411 loc) · 41.2 KB
/
index.html
File metadata and controls
448 lines (411 loc) · 41.2 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
<!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%234282B1%22/><text x=%2250%22 y=%2272%22 font-family=%22Georgia, serif%22 font-size=%2255%22 font-weight=%22bold%22 fill=%22%23EAE5D9%22 text-anchor=%22middle%22>JK</text></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<script src="script.js"></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">
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-slate-50 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.J. 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="hidden md:hidden bg-white dark:bg-darkcard border-b border-slate-200 dark:border-slate-800 shadow-lg">
<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">
<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 class="mt-8 text-sm font-medium text-slate-600 dark:text-slate-400 bg-white/50 dark:bg-slate-800/50 inline-block px-4 py-1.5 rounded-full backdrop-blur-sm border border-white/30 dark:border-slate-600/30">
<i class="fa-solid fa-phone mr-1"></i> +91-7981994719
</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-200 dark:border-slate-700 shadow-sm 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-200 dark:border-slate-700 shadow-sm 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-200 dark:border-slate-700 shadow-sm 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-200 dark:border-slate-700 shadow-sm 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-200 dark:border-slate-700 shadow-sm 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-200 dark:border-slate-700 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-12">
<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-3xl text-sm">
This section outlines practical applications of my theoretical knowledge. It highlights my ability to bridge hardware and software, manage low-level memory, and utilize object-oriented programming for complex mathematical and physical simulations.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-slate-50 dark:bg-darkbase rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col h-full">
<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">
<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-200 dark:border-slate-800 flex justify-between items-center">
<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">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-200 dark:border-slate-700">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="bg-slate-50 dark:bg-darkbase rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col h-full">
<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">
<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">
<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="bg-slate-50 dark:bg-darkbase rounded-2xl overflow-hidden border border-slate-200 dark:border-slate-700 shadow-sm hover:shadow-xl hover:-translate-y-2 transition-all duration-300 flex flex-col h-full">
<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">
<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-200 dark:border-slate-800 flex justify-between items-center">
<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_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>
</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-academic-800 transition-colors duration-300">
<div class="mb-10 text-center">
<h2 class="text-3xl font-bold text-academic-900 dark:text-white font-serif mb-2">Sports & Athletics</h2>
<p class="text-slate-600 dark:text-slate-400 max-w-2xl mx-auto text-sm">
Demonstrating discipline, teamwork, and resilience through competitive sports at the SGFI Yoga State Level Competition.
</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">
<div onclick="openLightbox('./images/SGFI_STATE_TEAM.jpg')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group relative overflow-hidden rounded-xl shadow-md border border-slate-200 dark:border-academic-800 h-64">
<img src="./images/SGFI_STATE_TEAM.jpg" alt="SGFI STATE TEAM " class="w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-110">
<div class="absolute inset-0 bg-gradient-to-t from-black/90 via-black/40 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-end p-6">
<h4 class="text-white font-bold text-lg translate-y-4 group-hover:translate-y-0 transition-transform duration-300">SGFI STATE TEAM</h4>
<p class="text-slate-300 text-sm translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">Our SGFI Team for state-level Yoga competition.</p>
</div>
</div>
<div onclick="openLightbox('./images/FINAL_SELECTED.jpg')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group relative overflow-hidden rounded-xl shadow-md border border-slate-200 dark:border-academic-800 h-64">
<img src="./images/FINAL_SELECTED.jpg" alt="NATIONAL SELECTED TEAM TEAM" class="w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-110">
<div class="absolute inset-0 bg-gradient-to-t from-black/90 via-black/40 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-end p-6">
<h4 class="text-white font-bold text-lg translate-y-4 group-hover:translate-y-0 transition-transform duration-300">FINAL SELECTED MEMBERS</h4>
<p class="text-slate-300 text-sm translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">Final selected members for National competition, SGFI Yoga. </p>
</div>
</div>
</div>
<div class="text-center mt-2 md:hidden">
<span class="text-xs text-slate-400 dark:text-slate-500 uppercase tracking-widest"><i class="fa-solid fa-arrows-left-right mr-1"></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-sm border border-slate-200 dark:border-slate-700 hover:shadow-md 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-sm border border-slate-200 dark:border-slate-700 hover:shadow-md 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-sm border border-slate-200 dark:border-slate-700 hover:shadow-md 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-black/95 backdrop-blur-md flex items-center justify-center opacity-0 transition-opacity duration-300">
<button onclick="closeLightbox()" class="absolute top-6 right-6 md:top-8 md:right-8 text-white/70 hover:text-white text-4xl focus:outline-none transition-colors" aria-label="Close Fullscreen">
<i class="fa-solid fa-xmark"></i>
</button>
<img id="lightbox-img" src="" alt="Fullscreen View" class="max-h-[90vh] max-w-[95vw] md:max-w-[90vw] object-contain rounded-lg shadow-2xl scale-95 transition-transform duration-300">
</div>
</body>
</html>