From 49744e594a5c96060c1edc26ea9968acca2d73b0 Mon Sep 17 00:00:00 2001 From: givecoffee Date: Wed, 11 Feb 2026 21:19:21 -0800 Subject: [PATCH 1/2] Add Rae Maffei to students.json Added new student entry for Rae Maffei with details. --- src/students.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/students.json b/src/students.json index b14acd0..8632612 100644 --- a/src/students.json +++ b/src/students.json @@ -420,6 +420,15 @@ "email": "zulbadamz@gmail.com", "github": "https://github.com/Zulbadamz", "linkedin": "https://www.linkedin.com/in/zulbadam-batdelger-aa91851b7/" + }, + { + "name": "Rae Maffei", + "photo": "Rae-Maffei.webp", + "role": "Developer", + "about": "Focused on continuous growth in the full development lifecycle: creating immersive, accessible user interfaces while implementing security-first backend architectures.", + "email": "contact@raemaffei.com", + "github": "https://github.com/givecoffee", + "linkedin": "https://www.linkedin.com/in/raemaffei/" } ] } From cc8647b5279db47a84794f39b47902419354d1bb Mon Sep 17 00:00:00 2001 From: Isaac J Date: Wed, 4 Mar 2026 11:18:40 -0800 Subject: [PATCH 2/2] Update student's profile pic with anon profile placeholder --- src/students.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/students.json b/src/students.json index 6a0cc90..bf3cd35 100644 --- a/src/students.json +++ b/src/students.json @@ -423,12 +423,13 @@ }, { "name": "Rae Maffei", - "photo": "Rae-Maffei.webp", + "photo": "anon-profile-image.webp", "role": "Developer", "about": "Focused on continuous growth in the full development lifecycle: creating immersive, accessible user interfaces while implementing security-first backend architectures.", "email": "contact@raemaffei.com", "github": "https://github.com/givecoffee", "linkedin": "https://www.linkedin.com/in/raemaffei/" + }, { "name": "Hyejin Lee", "photo": "anon-profile-image.webp",