From e9238f9e72f2cb2531154b50678fc84185c33fa4 Mon Sep 17 00:00:00 2001 From: Christopher Liu <44535292+Clue88@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:02:04 -0400 Subject: [PATCH 1/3] Add profile picture for eecho (#279) --- src/json/members/eecho.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json/members/eecho.json b/src/json/members/eecho.json index 67152ceb..33b05f63 100644 --- a/src/json/members/eecho.json +++ b/src/json/members/eecho.json @@ -7,7 +7,7 @@ "hometown": "San Diego, CA", "team": "Penn Courses", "roles": ["Designer"], - "photo": "https://i.imgur.com/QLVYZ5H.png", + "photo": "https://i.imgur.com/pQWCKGD.jpeg", "linkedin": "https://linkedin.com/in/eecho-yuan-01a23a28b", "website": "", "github": "", From bf7ef1094bfa21ef2226fee1608122d2e9c33afe Mon Sep 17 00:00:00 2001 From: Anthony Li Date: Tue, 24 Sep 2024 09:49:41 -0400 Subject: [PATCH 2/3] Update Anthony's profile pic (#281) * Update Anthony's profile pic * Fix Anthony pfp URL --- src/json/members/antli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json/members/antli.json b/src/json/members/antli.json index f156114f..b0570cbe 100644 --- a/src/json/members/antli.json +++ b/src/json/members/antli.json @@ -7,7 +7,7 @@ "hometown": "Ridgewood, NJ", "team": ["Directors", "Penn Mobile"], "roles": ["Co-Director", "iOS Mobile Engineer"], - "photo": "https://avatars.githubusercontent.com/u/7005789?v=4", + "photo": "https://code.anli.dev/assets/labsheadshot.jpeg", "linkedin": "https://www.linkedin.com/in/anlidev", "github": "https://github.com/anli5005", "website": "https://anli.dev", From 481496599edefdb5accbeb733d523ccc5dc8d5bf Mon Sep 17 00:00:00 2001 From: nruia-penn Date: Wed, 25 Sep 2024 21:37:47 -0400 Subject: [PATCH 3/3] Nikhilbio (#282) --- src/json/members/nikhil.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/json/members/nikhil.json diff --git a/src/json/members/nikhil.json b/src/json/members/nikhil.json new file mode 100644 index 00000000..aed65c86 --- /dev/null +++ b/src/json/members/nikhil.json @@ -0,0 +1,18 @@ +{ + "name": "Nikhil Ruia", + "pennkey": "nruia", + "major": "Computer Science", + "school": "SEAS", + "bio": "Hi! My hobbies include cars, movies, and karaoke with friends. I recently started cooking too, but that's not going as well. I am also involved in UPMUNC.", + "hometown": "Glenview, IL", + "team": "Penn Courses", + "roles": ["Backend Developer"], + "photo": "https://i.imgur.com/G7MkfFG.jpeg", + "linkedin": "https://www.linkedin.com/in/nikhilruia", + "website": "https://nking1246.itch.io/", + "github": "", + "semester_joined": "2024C", + "alumnus": false, + "graduation_year": 2027, + "job": null + } \ No newline at end of file