diff --git a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json index 9da891f..26205b0 100644 --- a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json +++ b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json @@ -135,8 +135,15 @@ "linkedin": "https://www.linkedin.com/in/yashmagane/", "photo": "/assets/2025-09-tfs/profile_photos/yash.jpg", "description": "I'm a software developer with a strong passion for backend engineering. I love building reliable APIs, working with databases, and designing scalable systems, always aiming for clean architecture and efficient solutions", - "portfolio_link": "", - "technologies": [""] + "portfolio_link": "https://yashmagane.github.io/Portfolio_Website/", + "technologies": [ + "Node.js", + "Express", + "MySQL", + "Django", + "Java", + "JavaScript" + ] }, { "name": "Yorick", diff --git a/css/alumni/2025-09-tfs.css b/css/alumni/2025-09-tfs.css index 30630bb..3945daf 100644 --- a/css/alumni/2025-09-tfs.css +++ b/css/alumni/2025-09-tfs.css @@ -133,3 +133,20 @@ For updating colour of tech/skills .tech--jeremy { background-color: #1a1194; } + +/* Yash Card styling */ +.card--yash { + background: linear-gradient(135deg, #9b4ad0b6 0%, #de2828b5 100%); + color: var(--color-white); +} + +.tech--yash { + background-color: #9b4ad0b6; + color: var(--color-black); +} + +.tech--yash:hover { + background-color: #d56161b5; + box-shadow: none; + transform: translateY(-2px); +}