Skip to content
Closed
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.
18 changes: 18 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 @@ -21,6 +21,24 @@
]
},
{
"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"
]
"name": "Finn",
"role": "Web Developer",
"github": "https://github.com/0cr0wbar0",
Expand Down
4 changes: 4 additions & 0 deletions css/alumni/2026-01-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
background-color: #fbc516;
}

.card--ql {
background: linear-gradient(135deg, #3c6d78 0%, #183d5c 100%);
.card--finn {
background: linear-gradient(340deg, #2a7b9b 0%, #00ad48 100%);

Expand All @@ -37,6 +39,8 @@
}
}

.tech--ql {
background-color: #fbc516;
.tech--finn {
color: #ffffff;
border-style: solid;
Expand Down
Loading