@@ -331,100 +331,99 @@ <h4>GOVT. HR SEC SCHOOL</h4>
331331 < h3 class ="subsection-title animate-on-scroll "> Profiles & Certificates</ h3 >
332332 < div class ="achievements-subsection achievements-slider animate-on-scroll ">
333333
334- <!-- LeetCode Card -->
335- < div class ="achievement-card ">
336- < div class ="achievement-image ">
337- < iframe class ="leetcode-frame "
338- src ="https://leetcard.jacoblin.cool/Sakthivel_D47?theme=unicorn&extension=activity "
339- title ="LeetCode Profile Card ">
340- </ iframe >
341- </ div >
342- < div class ="achievement-info ">
343- < h4 > LeetCode</ h4 >
344- </ div >
334+ <!-- LeetCode Card -->
335+ < div class ="achievement-card ">
336+ < div class ="achievement-image ">
337+ < iframe class ="leetcode-frame iframe-wrapper "
338+ src ="https://leetcard.jacoblin.cool/Sakthivel_D47?theme=unicorn&extension=activity "
339+ title ="LeetCode Profile Card ">
340+ </ iframe >
341+ </ div >
342+ < div class ="achievement-info ">
343+ < h4 > LeetCode</ h4 >
345344 </ div >
345+ </ div >
346346
347- <!-- Code Ninja Card -->
348- < div class ="achievement-card ">
349- < a href ="https://www.naukri.com/code360/profile/SakthivelD " target ="_blank ">
347+ <!-- Code Ninja Card -->
348+ < div class ="achievement-card ">
349+ < a href ="https://www.naukri.com/code360/profile/SakthivelD " target ="_blank ">
350350 < div class ="achievement-image ">
351351 < img src ="docs/code-ninja.png " alt ="Code Ninja Logo ">
352352 </ div >
353- </ a >
354- < div class ="achievement-info ">
355- < h4 > Code Ninja</ h4 >
356- </ div >
353+ </ a >
354+ < div class ="achievement-info ">
355+ < h4 > Code Ninja</ h4 >
357356 </ div >
357+ </ div >
358358
359- <!-- hacker rant certificate -->
360- < div class ="achievement-card ">
361- < a href ="https://www.hackerrank.com/certificates/80f8f666bd94 " target ="_blank ">
359+ <!-- hacker rant certificate -->
360+ < div class ="achievement-card ">
361+ < a href ="https://www.hackerrank.com/certificates/80f8f666bd94 " target ="_blank ">
362362 < div class ="achievement-image ">
363363 < img src ="docs/java-hr.png " alt ="Java Certificate ">
364364 </ div >
365- </ a >
366- < div class ="achievement-info ">
367- < h4 > Java Certificate</ h4 >
368- </ div >
365+ </ a >
366+ < div class ="achievement-info ">
367+ < h4 > Java Certificate</ h4 >
369368 </ div >
369+ </ div >
370370
371- < div class ="achievement-card ">
372- < a href ="https://courses.etrain.skillsnetwork.site/certificates/f42439078b194f929e8c61f540adb0b0 " target ="_blank ">
371+ < div class ="achievement-card ">
372+ < a href ="https://courses.etrain.skillsnetwork.site/certificates/f42439078b194f929e8c61f540adb0b0 "
373+ target ="_blank ">
373374 < div class ="achievement-image ">
374375 < img src ="docs/java-ibm-1.png " alt ="Java Certificate ">
375376 </ div >
376- </ a >
377+ </ a >
377378
378- < div class ="achievement-info ">
379- < h4 > Java IBM Certificate</ h4 >
380- </ div >
379+ < div class ="achievement-info ">
380+ < h4 > Java IBM Certificate</ h4 >
381381 </ div >
382+ </ div >
382383
383384 </ div >
384385 </ div >
385386 </ section >
386387
387388 <!-- Projects Section -->
389+
388390 < section id ="projects " class ="section ">
389391 < div class ="container ">
390392 < h2 class ="section-title animate-on-scroll "> Projects</ h2 >
391- < div class ="projects-grid ">
392- < div class ="project-card animate-on-scroll ">
393- < h3 > Online Food Delivery and Restaurant Management System</ h3 >
394- < div class ="project-tech ">
395- < span class ="tech-tag "> HTML</ span >
396- < span class ="tech-tag "> CSS</ span >
397- < span class ="tech-tag "> Java</ span >
398- < span class ="tech-tag "> Spring Boot</ span >
399- < span class ="tech-tag "> MySQL</ span >
400- < span class ="tech-tag "> Thymeleaf</ span >
393+ < div class ="projects-slider ">
394+ <!-- Project 1 -->
395+ < div class ="project-card ">
396+ < div class ="card-inner ">
397+ < div class ="card-front ">
398+ < img src ="docs/food-delivery.png " alt ="Food Delivery Project ">
399+ < h3 > Food Delivery System</ h3 >
400+ </ div >
401+ < div class ="card-back ">
402+ < p > Full-stack web app for restaurants & food ordering with role-based login.</ p >
403+ < a href ="https://github.com/yourusername/food-delivery " target ="_blank " class ="github-link ">
404+ View on GitHub
405+ </ a >
406+ </ div >
401407 </ div >
402- < ul class ="project-features ">
403- < li > Designed a full-stack web application enabling restaurant owners to register and manage
404- menus with a one-to-many relationship between restaurants and food items.</ li >
405- < li > Developed secure role-based authentication for Admins, Restaurant Owners, and Users using
406- Spring Security and JPA for entity management.</ li >
407- < li > Implemented dynamic and responsive user interfaces using Thymeleaf templates for restaurant
408- listing, cart functionality, and admin dashboard.</ li >
409- </ ul >
410408 </ div >
411- < div class ="project-card animate-on-scroll ">
412- < h3 > Car Rental System (Console-Based Application)</ h3 >
413- < div class ="project-tech ">
414- < span class ="tech-tag "> Java (OOPs)</ span >
415- < span class ="tech-tag "> JDBC API</ span >
416- < span class ="tech-tag "> MySQL</ span >
409+
410+ <!-- Project 2 -->
411+ < div class ="project-card ">
412+ < div class ="card-inner ">
413+ < div class ="card-front ">
414+ < img src ="docs/car-rental.png " alt ="Car Rental Project ">
415+ < h3 > Car Rental System</ h3 >
416+ </ div >
417+ < div class ="card-back ">
418+ < p > Console-based Java app with JDBC and MySQL for renting cars.</ p >
419+ < a href ="https://github.com/yourusername/car-rental " target ="_blank " class ="github-link ">
420+ View on GitHub
421+ </ a >
422+ </ div >
417423 </ div >
418- < ul class ="project-features ">
419- < li > Built a console-based car rental system in Java using JDBC, applying key Object-Oriented
420- Programming principles such as inheritance, encapsulation, and abstraction.</ li >
421- < li > Implemented functionality for users to rent, return, and manage cars, while admins can
422- perform CRUD operations on the car inventory and manage admin accounts.</ li >
423- < li > Integrated a booking history tracker that logs rentals with timestamps and user details,
424- enhancing transparency and traceability.</ li >
425- </ ul >
426424 </ div >
427425 </ div >
426+
428427 </ div >
429428 </ section >
430429
0 commit comments