diff --git a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json index e356f5c..e910a0a 100644 --- a/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json +++ b/bootcamps/software-development-tfs/2025-09/2025-09-tfs.json @@ -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", diff --git a/css/alumni/2025-09-tfs.css b/css/alumni/2025-09-tfs.css index 3d19ce5..30630bb 100644 --- a/css/alumni/2025-09-tfs.css +++ b/css/alumni/2025-09-tfs.css @@ -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; +}