From a2b70e77f91aa280a386ae693e1a248c98c6446a Mon Sep 17 00:00:00 2001 From: William L Anderson <91501606+sstar691969@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:39:25 -0800 Subject: [PATCH 1/3] Update students.json added new update on profile --- src/students.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/students.json b/src/students.json index 570f519..82ee65b 100644 --- a/src/students.json +++ b/src/students.json @@ -571,6 +571,15 @@ "email": "yemeerma11@gmail.com", "github": "https://github.com/ErmiyasHailemichael", "linkedin": "https://www.linkedin.com/in/ehailemichael/" + }, + { + "name": "William Anderson", + "photo": "anon-profile-image.webp", + "role": "Developer", + "about": "I'm currently pursuing a Bachelor's degree in Application Development at North Seattle College. I enjoy building web applications and am expanding my skills in TypeScript, Node.js, and Express.js.", + "email": "william.l.anderson2@seattlecolleges.edu", + "github": "https://github.com/sstar691969", + "linkedin": "https://www.linkedin.com/" } ] } \ No newline at end of file From aeb22a0c7114a9eff6a82264fee2afcedab1604c Mon Sep 17 00:00:00 2001 From: William L Anderson <91501606+sstar691969@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:13:44 -0800 Subject: [PATCH 2/3] Update students.json Added LinkedIn.com link --- src/students.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/students.json b/src/students.json index 82ee65b..e57083a 100644 --- a/src/students.json +++ b/src/students.json @@ -579,7 +579,7 @@ "about": "I'm currently pursuing a Bachelor's degree in Application Development at North Seattle College. I enjoy building web applications and am expanding my skills in TypeScript, Node.js, and Express.js.", "email": "william.l.anderson2@seattlecolleges.edu", "github": "https://github.com/sstar691969", - "linkedin": "https://www.linkedin.com/" + "linkedin": "https://www.linkedin.com/in/williamanderson2424/" } ] } \ No newline at end of file From 4011964f26bc0bab8339398af9628a8edb6e03b6 Mon Sep 17 00:00:00 2001 From: William L Anderson <91501606+sstar691969@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:53:45 -0700 Subject: [PATCH 3/3] Update students.json I added comma to ( }, ) You may require for me to push to repository instead. --- src/students.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/students.json b/src/students.json index e57083a..ee30d9a 100644 --- a/src/students.json +++ b/src/students.json @@ -580,6 +580,6 @@ "email": "william.l.anderson2@seattlecolleges.edu", "github": "https://github.com/sstar691969", "linkedin": "https://www.linkedin.com/in/williamanderson2424/" - } + }, ] -} \ No newline at end of file +}