From 7291b6bd884f434a78dc66b65366d4b8d04dc5e2 Mon Sep 17 00:00:00 2001 From: Wahaj Arsal Date: Fri, 9 Jan 2026 12:25:42 +0000 Subject: [PATCH] wahaj - updated card --- .../2025-09/2025-09-tfs.json | 17 ++++++++++++----- css/alumni/2025-09-tfs.css | 9 +++++++++ 2 files changed, 21 insertions(+), 5 deletions(-) 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 26205b0..e6c668f 100644 --- a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json +++ b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json @@ -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", diff --git a/css/alumni/2025-09-tfs.css b/css/alumni/2025-09-tfs.css index 3945daf..78f0d4e 100644 --- a/css/alumni/2025-09-tfs.css +++ b/css/alumni/2025-09-tfs.css @@ -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; +}