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
Binary file added assets/2026-01-tfs/profile_photos/ql.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions bootcamps/software-development-tfs/2026-01/2026-01-tfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
20 changes: 20 additions & 0 deletions css/alumni/2026-01-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -289,3 +305,7 @@
.tech--kristy {
background-color: #b1ebc0;
}

.tech--ql {
background-color: #fbc516;
}