Skip to content

Commit 9b1e4ad

Browse files
committed
updated website
1 parent e9113b3 commit 9b1e4ad

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

β€Žindex.htmlβ€Ž

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h4>Technical Events</h4>
257257
<section id="projects" class="projects">
258258
<div class="container">
259259
<div class="section-header">
260-
<h2>Projects</h2>
260+
<h2>Mini Projects</h2>
261261
<div class="section-line"></div>
262262
</div>
263263
<div class="projects-grid">
@@ -278,6 +278,22 @@ <h3>Password Generator</h3>
278278
<span class="project-tag">Java</span>
279279
</div>
280280
</div>
281+
<div class="project-card">
282+
<div class="project-icon">πŸ”</div>
283+
<h3>To-do List</h3>
284+
<p>A beginner-friendly React.js To-Do List app with add, delete, and mark-complete functionality</p>
285+
<div class="project-tags">
286+
<span class="project-tag">React.js</span>
287+
</div>
288+
</div>
289+
<div class="project-card">
290+
<div class="project-icon">πŸ”</div>
291+
<h3>Hangman-game</h3>
292+
<p>A classic Hangman game built in Python that strengthens core programming skills using strings, loops, conditionals, and lists.</p>
293+
<div class="project-tags">
294+
<span class="project-tag">Python</span>
295+
</div>
296+
</div>
281297
</div>
282298
</div>
283299
</section>
@@ -321,6 +337,48 @@ <h3>Python 3.x Programming Course (Hands-On)</h3>
321337
<p class="cert-provider">SkillRack</p>
322338
<p class="cert-date">βœ“ Completed January 17, 2025</p>
323339
</div>
340+
<div class="cert-card">
341+
<div class="cert-icon">πŸ…</div>
342+
<h3>Full Stack Developer Course</h3>
343+
<p class="cert-provider">Simplilearn</p>
344+
<p class="cert-date">βœ“ Completed October 13, 2025</p>
345+
</div>
346+
<div class="cert-card">
347+
<div class="cert-icon">πŸ…</div>
348+
<h3> ReactJS for Beginners</h3>
349+
<p class="cert-provider">Simplilearn</p>
350+
<p class="cert-date">βœ“ Completed Jan - Feb, 2025</p>
351+
</div>
352+
<div class="cert-card">
353+
<div class="cert-icon">πŸ…</div>
354+
<h3>Python for Data Science</h3>
355+
<p class="cert-provider">NPTEL</p>
356+
<p class="cert-date">βœ“ Completed July - September 2025</p>
357+
</div>
358+
<div class="cert-card">
359+
<div class="cert-icon">πŸ…</div>
360+
<h3>Introduction to Programming in C</h3>
361+
<p class="cert-provider">NPTEL</p>
362+
<p class="cert-date">βœ“ Completed July - September 2025</p>
363+
</div>
364+
<div class="cert-card">
365+
<div class="cert-icon">πŸ…</div>
366+
<h3>MATLAB Onramp</h3>
367+
<p class="cert-provider">MathWorks</p>
368+
<p class="cert-date">βœ“ Completed July 26, 2025</p>
369+
</div>
370+
<div class="cert-card">
371+
<div class="cert-icon">πŸ…</div>
372+
<h3>Quantum Computing (Qohort-2)</h3>
373+
<p class="cert-provider">QuCode</p>
374+
<p class="cert-date">βœ“ Completed June 1 - 21, 2025</p>
375+
</div>
376+
<div class="cert-card">
377+
<div class="cert-icon">πŸ…</div>
378+
<h3>Arduino Complete Tutorials with Paul McWhorter</h3>
379+
<p class="cert-provider">Cursa</p>
380+
<p class="cert-date">βœ“ Completed August 4, 2025</p>
381+
</div>
324382
</div>
325383
</div>
326384
</section>

0 commit comments

Comments
Β (0)