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
13 changes: 10 additions & 3 deletions bootcamps/software-development-tfs/2025-09/2025-09-tfs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
},
{
"name": "Jeremy",
"role": "Back-end/ Data Engineer",
"role": "Software & Data Engineer",
"github": "https://github.com/Fiarzen",
"linkedin": "https://linkedin.com/in/jeremy-lam-b82b9b104/",
"photo": "/assets/2025-09-tfs/profile_photos/jeremy.jpg",
"description": "Data and software engineer. Experienced with Python, Javascript, SQL, React, Node and building cloud infrastructure with terraform (AWS/Google Cloud). I enjoy problem solving and building efficient, scalable systems.",
"description": "Software and data engineer. Experienced with Python, Java, Javascript, SQL, React, Node and building cloud infrastructure with terraform (AWS/Google Cloud). I enjoy problem solving and building efficient, scalable systems.",
"portfolio_link": "https://jeremylam.netlify.app",
"technologies": ["Python", "JavaScript", "React", "SQL", "Node"]
"technologies": [
"Python",
"Java",
"JavaScript",
"React",
"SQL",
"Node"
]
},
{
"name": "Louise",
Expand Down
21 changes: 21 additions & 0 deletions css/alumni/2025-09-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,24 @@ For updating colour of tech/skills
box-shadow: none;
transform: translateY(-2px);
}

/* Jeremy card styling */
.card--jeremy {
background: linear-gradient(135deg, #08ef1b, #303733);
color: rgb(255, 255, 255);
.card__link-icon,
.card__icon {
fill: var(--color-white);
}

.card__name,
.card__role,
.card__link,
.card__description {
color: var(--color-white);
}
}

.tech--jeremy {
background-color: #1a1194;
}