diff --git a/assets/2026-01-tfs/profile_photos/ql.jpg b/assets/2026-01-tfs/profile_photos/ql.jpg new file mode 100644 index 0000000..830603f Binary files /dev/null and b/assets/2026-01-tfs/profile_photos/ql.jpg differ diff --git a/bootcamps/software-development-tfs/2026-01/2026-01-tfs.json b/bootcamps/software-development-tfs/2026-01/2026-01-tfs.json index 4c09747..7cd0fa9 100644 --- a/bootcamps/software-development-tfs/2026-01/2026-01-tfs.json +++ b/bootcamps/software-development-tfs/2026-01/2026-01-tfs.json @@ -108,6 +108,26 @@ "description": "Front-end software developer with experience building projects utilising JavaScript and React. I also have recently been learning Python alongside my data annotation work with AI but come from a background working in business analysis and audit. I hold a PGCE in English Language Teaching to Adults as well as a BSc (Hons) in Psychology where my interests lie in information processing and learning in humans and AI.", "portfolio_link": "https://github.com/KristalTips", "technologies": ["React", "JavaScript", "Python"] + }, + { + "name": "Qingling", + "role": "Software Developer", + "github": "https://github.com/qwu-570", + "linkedin": "https://www.linkedin.com/qwu-570/", + "photo": "/assets/2026-01-tfs/profile_photos/ql.jpg", + "description": "Full-stack developer with a background in data analytics, statistical modeling and machine learning. 15 years of building environmental applications and algoritm design.", + "portfolio_link": "https://www.linkedin.com/in/qingling-wu570/", + "technologies": [ + "Python", + "HTML/CSS", + "JavaScript", + "C/C++", + "Remote Sensing", + "GIS", + "Statistical Modelling", + "Data Analytics", + "Machine Learning" + ] } ] } diff --git a/css/alumni/2026-01-tfs.css b/css/alumni/2026-01-tfs.css index 6ae4265..24db854 100644 --- a/css/alumni/2026-01-tfs.css +++ b/css/alumni/2026-01-tfs.css @@ -148,6 +148,22 @@ 0 0; } +.card--ql { + background: linear-gradient(135deg, #3c6d78 0%, #183d5c 100%); + + .card__link-icon, + .card__icon { + fill: var(--color-white); + } + + .card__name, + .card__role, + .card__link, + .card__description { + color: var(--color-white); + } +} + .tech--amro { color: #ffffff; border-style: solid; @@ -289,3 +305,7 @@ .tech--kristy { background-color: #b1ebc0; } + +.tech--ql { + background-color: #fbc516; +}