Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions bootcamps/software-development-tfs/2025-09/2025-09-tfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions css/alumni/2025-09-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}