From 891d8e424b0ee0f38c96b05f662ed741c05ce65b Mon Sep 17 00:00:00 2001 From: Nikhil-Penn Date: Wed, 25 Sep 2024 16:17:43 -0400 Subject: [PATCH 1/4] I added a bio, what is sem joined A,B,C? --- 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..4d03d213 --- /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://imgur.com/a/aMYgh9l", + "linkedin": "", + "website": "https://www.linkedin.com/in/nikhilruia", + "github": "", + "semester_joined": "2024F", + "alumnus": false, + "graduation_year": 2027, + "job": null + } \ No newline at end of file From 1ef1d002f6936bc2f36798291f6db84257e69cd9 Mon Sep 17 00:00:00 2001 From: Nikhil-Penn Date: Wed, 25 Sep 2024 16:24:03 -0400 Subject: [PATCH 2/4] Bio updated (missed linkedin) --- src/json/members/nikhil.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/json/members/nikhil.json b/src/json/members/nikhil.json index 4d03d213..180a9e18 100644 --- a/src/json/members/nikhil.json +++ b/src/json/members/nikhil.json @@ -8,8 +8,8 @@ "team": "Penn Courses", "roles": ["Backend Developer"], "photo": "https://imgur.com/a/aMYgh9l", - "linkedin": "", - "website": "https://www.linkedin.com/in/nikhilruia", + "linkedin": "https://www.linkedin.com/in/nikhilruia", + "website": "https://nking1246.itch.io/", "github": "", "semester_joined": "2024F", "alumnus": false, From 56842c8e7432524b3dd1291462aba33a0f566baf Mon Sep 17 00:00:00 2001 From: Nikhil-Penn Date: Wed, 25 Sep 2024 20:49:58 -0400 Subject: [PATCH 3/4] changed to 2024C --- src/json/members/nikhil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json/members/nikhil.json b/src/json/members/nikhil.json index 180a9e18..428a446b 100644 --- a/src/json/members/nikhil.json +++ b/src/json/members/nikhil.json @@ -11,7 +11,7 @@ "linkedin": "https://www.linkedin.com/in/nikhilruia", "website": "https://nking1246.itch.io/", "github": "", - "semester_joined": "2024F", + "semester_joined": "2024C", "alumnus": false, "graduation_year": 2027, "job": null From 60d7a7ede5135297fbffd5ccedbd5a8fdfc59029 Mon Sep 17 00:00:00 2001 From: Nikhil-Penn Date: Wed, 25 Sep 2024 21:32:28 -0400 Subject: [PATCH 4/4] fixed image link --- src/json/members/nikhil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json/members/nikhil.json b/src/json/members/nikhil.json index 428a446b..aed65c86 100644 --- a/src/json/members/nikhil.json +++ b/src/json/members/nikhil.json @@ -7,7 +7,7 @@ "hometown": "Glenview, IL", "team": "Penn Courses", "roles": ["Backend Developer"], - "photo": "https://imgur.com/a/aMYgh9l", + "photo": "https://i.imgur.com/G7MkfFG.jpeg", "linkedin": "https://www.linkedin.com/in/nikhilruia", "website": "https://nking1246.itch.io/", "github": "",