From f60366ede5e91451f99e2481d8c5b41880efa6b1 Mon Sep 17 00:00:00 2001 From: James Doh <97568255+jamesdoh0109@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:01:02 -0400 Subject: [PATCH 1/6] jamesdoh bio added (#271) * jamesdoh bio added * Update dohj0109.json Removed list from team field --- src/json/members/dohj0109.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/json/members/dohj0109.json diff --git a/src/json/members/dohj0109.json b/src/json/members/dohj0109.json new file mode 100644 index 00000000..bf8b8326 --- /dev/null +++ b/src/json/members/dohj0109.json @@ -0,0 +1,18 @@ +{ + "name": "James Doh", + "pennkey": "dohj0109", + "major": "CIS", + "school": "Engineering", + "bio": "Ex-light machine gunner from the South Korean Army", + "hometown": "Seoul, South Korea", + "team": "Penn Courses", + "roles": ["Frontend Engineer"], + "photo": "https://i.imgur.com/8wKzhX0.jpeg", + "linkedin": "https://www.linkedin.com/in/james-doh", + "website": "https://jamesdoh.dev", + "github": "https://github.com/jamesdoh0109", + "semester_joined": "2024C", + "alumnus": false, + "graduation_year": 2026, + "job": null +} From e82e163e44b062775789aa6bc981a1aa2e4f29b2 Mon Sep 17 00:00:00 2001 From: Evan Ping <90021994+evanping@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:12:34 -0400 Subject: [PATCH 2/6] Update evanping.json photo (#272) Co-authored-by: Charis Gao <85804507+charisgao@users.noreply.github.com> --- src/json/members/evanping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json/members/evanping.json b/src/json/members/evanping.json index 5eacaa01..95dd77cd 100644 --- a/src/json/members/evanping.json +++ b/src/json/members/evanping.json @@ -7,7 +7,7 @@ "hometown": "Bellevue, WA", "team": "Penn Mobile", "roles": ["Business Developer"], - "photo": "https://i.imgur.com/OBLCVD8.jpg", + "photo": "https://i.imgur.com/N129jZr.jpg", "linkedin": "https://www.linkedin.com/in/evanping/", "website": "", "github": "https://github.com/evanping", From 93e048c222a0688ec69431bdf51f7fa0a99e9ddd Mon Sep 17 00:00:00 2001 From: Christopher Liu <44535292+Clue88@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:43:31 -0400 Subject: [PATCH 3/6] More F24 updates and image link stability (#276) --- src/json/members/jonx.json | 4 ++-- src/json/members/willguo6.json | 18 ------------------ 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 src/json/members/willguo6.json diff --git a/src/json/members/jonx.json b/src/json/members/jonx.json index e3575e6b..d94fa78c 100644 --- a/src/json/members/jonx.json +++ b/src/json/members/jonx.json @@ -9,7 +9,7 @@ "roles": [ "Frontend Engineer" ], - "photo": "https://i.ibb.co/3BZKGJg/profile.png", + "photo": "https://i.imgur.com/9akopBR.png", "linkedin": "https://www.linkedin.com/in/jonathanrxu/", "website": "https://jonrxu.site", "github": "https://github.com/jonrxu", @@ -17,4 +17,4 @@ "alumnus": false, "graduation_year": 2026, "job": null -} \ No newline at end of file +} diff --git a/src/json/members/willguo6.json b/src/json/members/willguo6.json deleted file mode 100644 index c9f6aa0b..00000000 --- a/src/json/members/willguo6.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "William Guo", - "pennkey": "willguo6", - "major": "Statistics", - "school": "Wharton", - "bio": "Hi! I'm William, sophomore studying Statistics. Find me in a Huntsman GSR eating Chipotle or playing pickup soccer at Penn Park.", - "hometown": "Portland, OR", - "team": "Office Hours Queue", - "roles": ["Frontend Engineer"], - "photo": "https://i.imgur.com/RvGNbJY.jpg", - "linkedin": "https://www.linkedin.com/in/william-guo-0b458118a/", - "website": "", - "github": "https://github.com/willdguo", - "semester_joined": "2023C", - "alumnus": false, - "graduation_year": 2026, - "job": null -} From b5c671de04c82ba2cf83e675ba79bde993d321c9 Mon Sep 17 00:00:00 2001 From: dkwncho <170909852+dkwncho@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:31:46 -0400 Subject: [PATCH 4/6] Add member page for derekcho (#275) Created derekcho.json file --- src/json/members/derekcho.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/json/members/derekcho.json diff --git a/src/json/members/derekcho.json b/src/json/members/derekcho.json new file mode 100644 index 00000000..e62e7081 --- /dev/null +++ b/src/json/members/derekcho.json @@ -0,0 +1,18 @@ +{ + "name": "Derek Cho", + "pennkey": "derekcho", + "major": "Mathematics and Computer Science", + "school": "CAS", + "bio": "Lives on brown sugar oolong milk tea", + "hometown": "Tenafly, NJ", + "team": "Office Hours Queue", + "roles": ["Backend Engineer"], + "photo": "https://i.imgur.com/uINHySd.jpeg", + "linkedin": "https://www.linkedin.com/in/derek-cho28/", + "website": "", + "github": "https://github.com/dkwncho", + "semester_joined": "2024C", + "alumnus": false, + "graduation_year": 2028, + "job": null +} \ No newline at end of file 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 5/6] 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 6/6] 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",