Skip to content
22 changes: 15 additions & 7 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, Javascript, Java, 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 Expand Up @@ -100,14 +107,15 @@
"github": "https://github.com/timtim40a",
"linkedin": "https://linkedin.com/in/tymur-soroka/",
"photo": "/assets/2025-09-tfs/profile_photos/tymur.jpg",
"description": "Hi! I am a Software Developer using React/Typescript, Redux, Node.js, Express, with additional experience in Python, it's data science and machine learning libraries. If you don't work with the tech I mentioned, I am always wanting to learn more, adapt and be Agile!",
"description": "Hi! I am a Software Developer using React/Typescript, Redux, Node.js, Express, with additional experience in Python, its data science and machine learning libraries. If you don't work with the tech I mentioned, I am always wanting to learn more, adapt and be Agile!",
"portfolio_link": "",
"technologies": [
"React",
"Python",
"Node.js",
"TypeScript",
"Express"
"Node.js",
"Express",
"Python",
"PyTorch"
]
},
{
Expand Down
67 changes: 67 additions & 0 deletions css/alumni/2025-09-tfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@ For updating colour of tech/skills
}
}

/* Tymur Card styling */
.card--tymur {
background: #ef7829;
/*background: var(--color-yellow);*/
/*background: linear-gradient(135deg, #f9d423 0%, #ff4e50 100%);*/
border-style: dashed;
border-width: 8px;
border-color: #222034;
color: #222034;
}

.tech--tymur {
background-color: #222034;
color: var(--color-white);
}

/* Yorick Card styling */
.card--yorick {
background: linear-gradient(
Expand All @@ -67,3 +83,54 @@ For updating colour of tech/skills
.card--yorick .card__description {
font-style: italic;
}

/* 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;
}

/* Matt Card styling */
.card--matt-n {
background: linear-gradient(205deg, #4998e2 0%, #9cb9ce 100%);
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.tech--matt-n {
background-color: #efc845;
box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.tech--matt-n:hover {
background-color: #efc845;
box-shadow: none;
transform: translateY(-2px);
}

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

.card__link-icon,
.card__icon {
fill: var(--color-white);
}