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
17 changes: 12 additions & 5 deletions bootcamps/software-development-tfs/2025-09/2025-09-tfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,21 @@
]
},
{
"name": "Wahaj",
"role": "",
"name": "Wahaj Arsal",
"role": "Full Stack Web Developer",
"github": "https://github.com/Wahaj-Arsal",
"linkedin": "https://linkedin.com/in/wahaj-arsal",
"photo": "/assets/2025-09-tfs/profile_photos/wahaj.jpg",
"description": "",
"portfolio_link": "",
"technologies": [""]
"description": "Full Stack Developer with 2 Years experience working in a startup environment, building and maintaining a live streaming platform. Proficient in React, JavaScript, Redux, Node.js, Express, and MySQL. Passionate about creating efficient and scalable web applications.",
"portfolio_link": "https://portfolio-wahaj-arsal.onrender.com/",
"technologies": [
"React",
"JavaScript",
"Redux",
"Node.js",
"Express",
"MySQL"
]
},
{
"name": "Yash",
Expand Down
9 changes: 9 additions & 0 deletions css/alumni/2025-09-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,12 @@ For updating colour of tech/skills
box-shadow: none;
transform: translateY(-2px);
}

.card--wahaj-arsal {
background-color: #fdf0e9;
}

.tech--wahaj-arsal {
background-color: #ef6d58;
color: #ffffff;
}