-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
669 lines (644 loc) · 38.6 KB
/
index.html
File metadata and controls
669 lines (644 loc) · 38.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
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
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harsh Raj</title>
<link rel="icon" href="assets\favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Background Effects -->
<div class="pixel-bg"></div>
<div class="snow" id="snow"></div>
<!-- Header -->
<header>
<div class="logo">Harsh Raj</div>
<div class="hamburger" id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
<nav id="nav">
<a href="#hero">Home</a>
<a href="#skills">Skills</a>
<a href="#experience">Experience</a>
<a href="#certifications">Certifications</a>
<a href="#awards">Awards</a>
<!--<a href="#projects">Projects</a>-->
<a href="#contact">Contact</a>
</nav>
</header>
<!-- Hero Section -->
<section id="hero">
<div class="container">
<div class="hero-content">
<img src="assets\profile.webp" alt="Harsh Raj" class="profile-pic">
<h1 class="hero-name">Harsh Raj</h1>
<p class="hero-desc">Exploring AI & LLMs | Building Intelligent Projects | Curious Developer</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/harshraj004/" target="_blank" class="icon" aria-label="LinkedIn">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
<a href="https://github.com/harshgit1406" target="_blank" class="icon" aria-label="GitHub">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
<a href="https://leetcode.com/u/harsh_raj_14/" target="_blank" class="icon" aria-label="LeetCode">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M13.483 0a1.374 1.374 0 0 0-.961.438L7.116 6.226l-3.854 4.126a5.266 5.266 0 0 0-1.209 2.104 5.35 5.35 0 0 0-.125.513 5.527 5.527 0 0 0 .062 2.362 5.83 5.83 0 0 0 .349 1.017 5.938 5.938 0 0 0 1.271 1.818l4.277 4.193.039.038c2.248 2.165 5.852 2.133 8.063-.074l2.396-2.392c.54-.54.54-1.414.003-1.955a1.378 1.378 0 0 0-1.951-.003l-2.396 2.392a3.021 3.021 0 0 1-4.205.038l-.02-.019-4.276-4.193c-.652-.64-.972-1.469-.948-2.263a2.68 2.68 0 0 1 .066-.523 2.545 2.545 0 0 1 .619-1.164L9.13 8.114c1.058-1.134 3.204-1.27 4.43-.278l3.501 2.831c.593.48 1.461.387 1.94-.207a1.384 1.384 0 0 0-.207-1.943l-3.5-2.831c-.8-.647-1.766-1.045-2.774-1.202l2.015-2.158A1.384 1.384 0 0 0 13.483 0zm-2.866 12.815a1.38 1.38 0 0 0-1.38 1.382 1.38 1.38 0 0 0 1.38 1.382H20.79a1.38 1.38 0 0 0 1.38-1.382 1.38 1.38 0 0 0-1.38-1.382z"/>
</svg>
</a>
<a href="mailto:harsh14raj1111@gmail.com" class="icon" aria-label="Email">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/>
</svg>
</a>
</div>
<div class="btn-group">
<button class="btn btn-primary" id="learnMoreBtn">Learn More</button>
<a href="assets/HARSH_RAJ_Resume.pdf"
class="btn btn-primary"
target="_blank"
rel="noopener noreferrer"
download="Harsh_Raj_Resume.pdf">
Download Resume
</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills">
<div class="container">
<h2 class="section-title">Tech Stack & Skills</h2>
<div class="skills-container">
<div class="skill-category">
<h3>Languages</h3>
<div class="skill-item">
<div class="skill-info">
<span>Python</span>
<span>85%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="85"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Java</span>
<span>90%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="90"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>PHP</span>
<span>70%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="70"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>FrontEnd - JavaScript, HTML, CSS</span>
<span>75%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="75"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Move</span>
<span>55%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="55"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Scala</span>
<span>65%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="65"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Dart</span>
<span>60%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="60"></div>
</div>
</div>
</div>
<div class="skill-category">
<h3>Tools & Frameworks</h3>
<div class="skill-item">
<div class="skill-info">
<span>AI/ML</span>
<span>82%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="82"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Data Systems & Analytics</span>
<span>80%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="80"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Flutter</span>
<span>75%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="75"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Git</span>
<span>88%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="88"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Arduino, Raspberry Pi</span>
<span>70%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="70"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Blockchain</span>
<span>50%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="50"></div>
</div>
</div>
</div>
<div class="skill-category">
<h3>Soft Skills</h3>
<div class="skill-item">
<div class="skill-info">
<span>Team Leadership</span>
<span>95%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="95"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Communication</span>
<span>90%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="90"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Problem Solving</span>
<span>90%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="90"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Project Management</span>
<span>88%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="88"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span>Event & Workshop Management</span>
<span>85%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" data-progress="85"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience">
<div class="container">
<h2 class="section-title">Experience</h2>
<div class="card-grid">
<div class="card experience-card">
<div class="company-icon">
<img src="assets\company\avosys.webp" alt="Company Logo">
</div>
<h3>Conversational AI Engineer </h3>
<p class="company-name">Avosys technologies</p>
<p class="time-period">Jun 2025 - july 2025</p>
<p class="description">Developed multilingual conversational AI systems using NLP and LLMs, while leading a five-member team.</p>
</div>
<div class="card experience-card">
<div class="company-icon">
<img src="assets\company\coera.webp" alt="Company Logo">
</div>
<h3>Head Coordinators</h3>
<p class="company-name">COERA</p>
<p class="time-period">Oct 2024 - Mar 2025</p>
<p class="description">Built and guided 20+ robotics and automation projects, and organized technical events with 1,000+ participants.</p>
</div>
<div class="card experience-card">
<div class="company-icon">
<img src="assets\company\mirai.webp" alt="Company Logo">
</div>
<h3>Web Developer</h3>
<p class="company-name">Mirai Info Serve LLP.</p>
<p class="time-period">Aug 2024</p>
<p class="description">Designed and built a modern website UI and frontend.</p>
</div>
<div class="card experience-card">
<div class="company-icon">
<img src="assets\company\Indian-Institute-of-Technology-Mandi.webp" alt="Company Logo">
</div>
<h3>NLP Engineer</h3>
<p class="company-name">Indian Institute of Technology-Mandi</p>
<p class="time-period">Jun 2024 - Jul 2024</p>
<p class="description">Worked on bilingual (Hindi & English) voice cloning and text-to-speech systems, collaborating with professors and PhD scholars.</p>
</div>
<div class="card experience-card">
<div class="company-icon">
<img src="assets\company\mediaverse.webp" alt="Company Logo">
</div>
<h3>Senior Coordinators</h3>
<p class="company-name">Mediaverse</p>
<p class="time-period">Mar 2024 - May 2024</p>
<p class="description">Responsible for hosting multiple workshops and webinars, organizing esports events, and leading teams to ensure smooth planning and execution.</p>
</div>
<div class="card experience-card">
<div class="company-icon">
<img src="assets\company\ewt.webp" alt="Company Logo">
</div>
<h3>Lead Engineer & Product Architect</h3>
<p class="company-name">EWT(DAS Dept.)</p>
<p class="time-period">Dec 2023 - April 2024</p>
<p class="description">Responsible for hosting multiple workshops and webinars, organizing esports events, and leading teams to ensure smooth planning and execution.</p>
</div>
</div>
</div>
</section>
<!-- Certifications Section -->
<section id="certifications">
<div class="container">
<h2 class="section-title">Certifications</h2>
<div class="cert-list">
<div class="cert-item">
<h3>Oracle Cloud Infrastructure 2025 Certified AI Foundations Associate</h3>
<p class="cert-institution">Oracle</p>
<p class="cert-credential">Credential ID:<a href="https://catalog-education.oracle.com/ords/certview/sharebadge?id=D6866E75E0AF0646E2BADBC98E61F9551BC38667B982AC159F4A7C54B0B51098" class="link"target="_blank">D6866E75E0</a></p>
</div>
<div class="cert-item">
<h3>Big Data Engineer</h3>
<p class="cert-institution">IBM Career Education Program</p>
<p class="cert-credential">Credential ID:<a href="https://courses.ibmcep.cognitiveclass.ai/certificates/f41760c52c7c4830b1b138ac82c42a2d" class="link"target="_blank">f41760c52c...</a></p>
</div>
<div class="cert-item">
<h3>Artificial Intelligence with ML(AIML)</h3>
<p class="cert-institution">Pregrad</p>
<p class="cert-credential">Credential ID: PRGLPR33199</p>
</div>
<div class="cert-item">
<h3>FOUNDATION TO AI DATA SCIENCE & ANALYTICS </h3>
<p class="cert-institution">Samatrix Consulting Pvt Ltd</p>
<p class="cert-credential">Credential ID: <a href="https://verify.netcredential.com/roy8sJiuYE" class="link"target="_blank">roy8sJiuYE</a></p>
</div>
<div class="cert-item">
<h3>Data Analysis with Python</h3>
<p class="cert-institution">Cognitive Class(IBM Developer Skills Network)</p>
<p class="cert-credential">Credential ID: <a href="https://courses.cognitiveclass.ai/certificates/7e4bc6767e5c49828fe8e14a1fcf4e75" class="link"target="_blank">7e4bc6767e...</a></p>
</div>
</div>
</div>
</section>
<!-- Awards & Hackathons Section -->
<section id="awards">
<div class="container">
<h2 class="section-title">Awards & Hackathons</h2>
<div class="card-grid">
<div class="card clickable-card" data-modal="award1">
<div class="card-image">
<img src="assets\awards\20251008_153627.webp" alt="Award">
</div>
<div class="card-details">
<h3>DeepData Hack 2.0</h3>
<p class="award-date">1st prize</p>
<p class="award-brief">Built Ml Model(99.76% Acc.) Along with Web-Page on Grid-Deviation-Prediction</p>
</div>
</div>
<div class="card clickable-card" data-modal="award2">
<div class="card-image">
<img src="assets\awards\1712950050279.webp" alt="Award">
</div>
<div class="card-details">
<h3>HackKRMU 3.0 </h3>
<p class="award-date">2nd Prize</p>
<p class="award-brief">Developed an innovative drone automation and safety solution</p>
</div>
</div>
<div class="card clickable-card" data-modal="award3">
<div class="card-image">
<img src="assets\awards\1746360406730.webp" alt="Award">
</div>
<div class="card-details">
<h3>Geekathon </h3>
<p class="award-date">1st Prize</p>
<p class="award-brief">Built an advanced finance management app with AI-powered financial insights.</p>
</div>
</div>
<div class="card clickable-card" data-modal="award4">
<div class="card-image">
<img src="assets\awards\1746774834740.webp" alt="Award">
</div>
<div class="card-details">
<h3>Best Project Award 2025 </h3>
<p class="award-date">2nd Prize</p>
<p class="award-brief">Developed an AI-powered assistant that integrates real time voice talk.</p>
</div>
</div>
<div class="card clickable-card" data-modal="award5">
<div class="card-image">
<img src="assets\awards\ntdiilm.webp" alt="Award">
</div>
<div class="card-details">
<h3>National Technology Day 2025</h3>
<p class="award-date">1st prize</p>
<p class="award-brief">AI-powered solution addressing a key UN Sustainable Development Goal (SDG)</p>
</div>
</div>
<div class="card clickable-card" data-modal="award6">
<div class="card-image">
<img src="assets\awards\1714484549646.webp" alt="Award">
</div>
<div class="card-details">
<h3>Mindbenders 3.0</h3>
<p class="award-date">Consolation Prize</p>
<p class="award-brief">Developed a groundbreaking agriculture rover- with ML and Camera Vision</p>
</div>
</div>
</div>
</div>
</section>
<!--
<section id="projects">
<div class="container">
<h2 class="section-title">Projects</h2>
<div class="card-grid">
<div class="card clickable-card" data-modal="project1">
<div class="card-image">
<img src="https://via.placeholder.com/100" alt="Project">
</div>
<div class="card-details">
<h3>E-Commerce Platform</h3>
<p class="project-tech">React, Node.js, MongoDB</p>
<p class="project-brief">Full-stack online shopping platform</p>
</div>
</div>
<div class="card clickable-card" data-modal="project2">
<div class="card-image">
<img src="https://via.placeholder.com/100" alt="Project">
</div>
<div class="card-details">
<h3>AI Chat Assistant</h3>
<p class="project-tech">Python, TensorFlow, Flask</p>
<p class="project-brief">Intelligent conversational AI bot</p>
</div>
</div>
<div class="card clickable-card" data-modal="project3">
<div class="card-image">
<img src="https://via.placeholder.com/100" alt="Project">
</div>
<div class="card-details">
<h3>Task Management App</h3>
<p class="project-tech">Vue.js, Firebase</p>
<p class="project-brief">Collaborative project tracking tool</p>
</div>
</div>
</div>
</div>
</section>
-->
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<div class="contact-content">
<p class="contact-text">Feel free to reach out for collaborations, opportunities, or just a friendly chat!</p>
<div class="contact-info">
<a href="mailto:harsh14raj1111@gmail.com" class="contact-link">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/>
</svg>
harsh14raj1111@gmail.com
</a>
</div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/harshraj004/" target="_blank" class="icon" aria-label="LinkedIn">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
<a href="https://github.com/harshgit1406" target="_blank" class="icon" aria-label="GitHub">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
<a href="https://leetcode.com/u/harsh_raj_14/" target="_blank" class="icon" aria-label="LeetCode">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M13.483 0a1.374 1.374 0 0 0-.961.438L7.116 6.226l-3.854 4.126a5.266 5.266 0 0 0-1.209 2.104 5.35 5.35 0 0 0-.125.513 5.527 5.527 0 0 0 .062 2.362 5.83 5.83 0 0 0 .349 1.017 5.938 5.938 0 0 0 1.271 1.818l4.277 4.193.039.038c2.248 2.165 5.852 2.133 8.063-.074l2.396-2.392c.54-.54.54-1.414.003-1.955a1.378 1.378 0 0 0-1.951-.003l-2.396 2.392a3.021 3.021 0 0 1-4.205.038l-.02-.019-4.276-4.193c-.652-.64-.972-1.469-.948-2.263a2.68 2.68 0 0 1 .066-.523 2.545 2.545 0 0 1 .619-1.164L9.13 8.114c1.058-1.134 3.204-1.27 4.43-.278l3.501 2.831c.593.48 1.461.387 1.94-.207a1.384 1.384 0 0 0-.207-1.943l-3.5-2.831c-.8-.647-1.766-1.045-2.774-1.202l2.015-2.158A1.384 1.384 0 0 0 13.483 0zm-2.866 12.815a1.38 1.38 0 0 0-1.38 1.382 1.38 1.38 0 0 0 1.38 1.382H20.79a1.38 1.38 0 0 0 1.38-1.382 1.38 1.38 0 0 0-1.38-1.382z"/>
</svg>
</a>
</div>
</div>
</div>
</section>
<!--
<div class="modal" id="award1">
<div class="modal-content">
<span class="modal-close">×</span>
<h2>National Technology Day 2025</h2>
<div class="modal-images">
<div class="image-gallery">
<img src="assets/awards/ntdiilm.webp" alt="photo">
<img src="assets/awards/1746516945815.webp" alt="Award 2">
</div>
</div>
<div class="modal-details">
<p><strong>Date:</strong> May 2025</p>
<p><strong>Description:</strong> An AI- and robotics-driven environmental monitoring system addressing SDG 15: Life on Land, featuring an autonomous land rover and drone system for forest surveillance, ecological data collection, and sustainable conservation efforts.</p>
<p><strong>Achievement:</strong> Won 1st place </p>
<p><strong>Team Size:</strong>Individual</p>
</div>
</div>
</div>
<div class="modal" id="award2">
<div class="modal-content">
<span class="modal-close">×</span>
<h2>HackMIT Finalist</h2>
<div class="modal-images">
<img src="https://via.placeholder.com/600x400" alt="HackMIT">
</div>
<div class="modal-details">
<p><strong>Date:</strong> September 2023</p>
<p><strong>Description:</strong> Built a decentralized voting system using blockchain technology to ensure transparency and prevent fraud in electoral processes. The system leverages smart contracts to create an immutable voting record while maintaining voter anonymity.</p>
<p><strong>Achievement:</strong> Top 10 finalist out of 1000+ participants</p>
<p><strong>Tech Stack:</strong> Ethereum, Solidity, Web3.js, React</p>
<p><strong>Innovation:</strong> Implemented zero-knowledge proofs for voter privacy while ensuring vote authenticity.</p>
</div>
</div>
</div>
<div class="modal" id="award3">
<div class="modal-content">
<span class="modal-close">×</span>
<h2>Best Innovation Award</h2>
<div class="modal-images">
<img src="https://via.placeholder.com/600x400" alt="Innovation Award">
</div>
<div class="modal-details">
<p><strong>Date:</strong> June 2023</p>
<p><strong>Description:</strong> Created an IoT-based smart city solution for traffic management, waste management, and energy optimization. The system uses real-time sensors and AI to optimize city operations and reduce resource consumption.</p>
<p><strong>Achievement:</strong> Recognized as best innovation project at the National Tech Summit</p>
<p><strong>Tech Stack:</strong> IoT, Raspberry Pi, Python, Node.js, MQTT</p>
<p><strong>Results:</strong> Demonstrated potential to reduce traffic congestion by 30% and energy consumption by 25%.</p>
</div>
</div>
</div>
<div class="modal" id="project1">
<div class="modal-content">
<span class="modal-close">×</span>
<h2>E-Commerce Platform</h2>
<div class="modal-images">
<img src="https://via.placeholder.com/600x400" alt="E-Commerce Platform Screenshot 1">
<img src="https://via.placeholder.com/600x400" alt="E-Commerce Platform Screenshot 2">
</div>
<div class="modal-details">
<p><strong>Description:</strong> A full-featured e-commerce platform with user authentication, product catalog, shopping cart, payment integration, and order management. The platform supports multiple payment gateways and provides real-time inventory management.</p>
<p><strong>Mentor:</strong> Dr. Rajesh Kumar, Associate Professor</p>
<p><strong>Tech Stack:</strong> React, Node.js, Express, MongoDB, Stripe API, JWT, Redux</p>
<p><strong>Features:</strong></p>
<ul>
<li>Secure user authentication and authorization</li>
<li>Product search and filtering with advanced algorithms</li>
<li>Shopping cart with session persistence</li>
<li>Multiple payment gateway integration</li>
<li>Admin dashboard for inventory management</li>
<li>Order tracking and email notifications</li>
<li>Responsive design for all devices</li>
</ul>
<p><strong>Performance:</strong> Handles 10,000+ concurrent users with 99.9% uptime</p>
<a href="https://github.com/harshraj/ecommerce-platform" target="_blank" class="github-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
View on GitHub
</a>
</div>
</div>
</div>
<div class="modal" id="project2">
<div class="modal-content">
<span class="modal-close">×</span>
<h2>AI Chat Assistant</h2>
<div class="modal-images">
<img src="https://via.placeholder.com/600x400" alt="AI Chat Assistant Screenshot 1">
<img src="https://via.placeholder.com/600x400" alt="AI Chat Assistant Screenshot 2">
</div>
<div class="modal-details">
<p><strong>Description:</strong> An intelligent conversational AI bot powered by natural language processing and machine learning. The assistant can understand context, provide relevant responses, and learn from interactions to improve over time.</p>
<p><strong>Mentor:</strong> Prof. Anita Sharma, AI Research Lab</p>
<p><strong>Tech Stack:</strong> Python, TensorFlow, NLTK, Flask, Redis, Docker</p>
<p><strong>Features:</strong></p>
<ul>
<li>Natural language understanding with 92% accuracy</li>
<li>Context-aware conversations</li>
<li>Multi-language support (English, Hindi, Spanish)</li>
<li>Sentiment analysis and emotion detection</li>
<li>Integration with external APIs for real-time data</li>
<li>Continuous learning from user feedback</li>
<li>Voice input/output capability</li>
</ul>
<p><strong>Model Performance:</strong> Trained on 1M+ conversations with 90% user satisfaction rate</p>
<a href="https://github.com/harshraj/ai-chat-assistant" target="_blank" class="github-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
View on GitHub
</a>
</div>
</div>
</div>
<div class="modal" id="project3">
<div class="modal-content">
<span class="modal-close">×</span>
<h2>Task Management App</h2>
<div class="modal-images">
<img src="https://via.placeholder.com/600x400" alt="Task Management App Screenshot 1">
<img src="https://via.placeholder.com/600x400" alt="Task Management App Screenshot 2">
</div>
<div class="modal-details">
<p><strong>Description:</strong> A collaborative project tracking tool designed for teams to manage tasks, track progress, and improve productivity. Features real-time collaboration, kanban boards, and advanced analytics.</p>
<p><strong>Mentor:</strong> Mr. Vikram Patel, Senior Software Engineer</p>
<p><strong>Tech Stack:</strong> Vue.js, Firebase, Vuex, Firebase Cloud Functions, Chart.js</p>
<p><strong>Features:</strong></p>
<ul>
<li>Real-time collaboration with multiple users</li>
<li>Kanban boards with drag-and-drop functionality</li>
<li>Task prioritization and deadline management</li>
<li>Team member assignment and notifications</li>
<li>Progress tracking with visual analytics</li>
<li>File attachments and comments</li>
<li>Calendar integration and reminders</li>
<li>Mobile-responsive design</li>
</ul>
<p><strong>Impact:</strong> Currently used by 500+ teams with 95% positive feedback</p>
<a href="https://github.com/harshraj/task-manager" target="_blank" class="github-link">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
View on GitHub
</a>
</div>
</div>
</div>
-->
<!-- Add the script.js file before closing body tag -->
<script src="script.js"></script>
</body>
</html>