Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post f23 updates #232

Merged
merged 12 commits into from
Jan 6, 2024
2 changes: 1 addition & 1 deletion src/components/Apply/ApplicationProcess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ApplicationProcess = () => (
Penn Labs is really like.
</li>
<li>
<b>Technical challenge</b> where you can show off your skills. You'll be
<b>Technical challenge</b> where you can show off your skills. Youll be
given a few days to complete a take-home challenge. We hold an office
hours event and are always available via email for questions.
</li>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Apply/OpenRoles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export const OpenRoles = () => (
to know you by:
</P>
<ul>
<li>Backend web</li>
<li>Frontend web</li>
<li>Backend Web</li>
<li>Frontend Web</li>
<li>DevOps</li>
<li>Android</li>
<li>iOS</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Products/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const ProductsHero = () => {
<Hero
Image={<Img src={productsPath} fullWidth mb0 />}
title="Products"
subtitle="From academics to campus life, to everything in between"
subtitle="From academics to campus life, and everything in between"
body={`
Our products are intended to solve everyday problems for you, so that
you can focus on the more important parts of life at Penn.
Expand Down
6 changes: 3 additions & 3 deletions src/components/Resources/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export const ResourcesHero = () => (
title="Resources"
subtitle="Tutorials and data for building your own products"
body={`
We're dedicated to giving back to the community—here are some guides
and tutorials we've written to help everybody build products like
Were dedicated to giving back to the community—here are some guides
and tutorials weve written to help everybody build products like
ours. We also maintain free APIs and SDKs with support for
Javascript, Python, Ruby and OAuth.
Javascript, Python, Ruby, and OAuth.
`}
Image={<Img src={deskPath} fullWidth mb0 />}
/>
Expand Down
2 changes: 2 additions & 0 deletions src/components/Team/Teams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ interface ITeams {
const TEAM_LEAD = 'Team Lead'

const leadsFirst = (members: IMember[]): IMember[] => {
if (!members) return []

return members.sort((m1, m2): number => {
const isLead1 = m1.roles.indexOf(TEAM_LEAD) !== -1
const isLead2 = m2.roles.indexOf(TEAM_LEAD) !== -1
Expand Down
4 changes: 2 additions & 2 deletions src/json/members/aanten.json → src/json/alumni/aanten.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"website": "",
"github": "",
"semester_joined": "2021C",
"alumnus": false,
"alumnus": true,
"graduation_year": 2024,
"job": null
}
}
19 changes: 19 additions & 0 deletions src/json/alumni/anagwekar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Ansh Nagwekar",
"pennkey": "nagwekar",
"major": "NETS",
"school": "Engineering",
"bio": "Hey! My name is Ansh Nagwekar, and I am a freshman studying NETS at Penn. Outside the lab, you can probably find me hiking up a mountain, playing spikeball, eating Airheads, or overanalyzing song lyrics!",
"hometown": "San Jose, California",
"team": "Penn Courses",
"roles": ["Backend Engineer"],
"photo": "https://i.imgur.com/LITbDoC.jpg?1",
"linkedin": "https://www.linkedin.com/in/ansh-nagwekar/",
"website": "",
"github": "https://github.com/anshnagwekar",
"semester_joined": "2022A",
"alumnus": true,
"graduation_year": 2025,
"job": null
}

19 changes: 19 additions & 0 deletions src/json/alumni/bqle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Benjamin Le",
"pennkey": "bqle",
"major": "Computer Science",
"school": "Engineering",
"bio": "Hi! I'm a freshman from Vietnam and I'm a backend engineer for OHQ. In my freetime, I like to watch movie summaries and take long walks",
"hometown": "Ho Chi Minh City, Vietnam",
"team": "Office Hours Queue",
"roles": ["Backend Engineer"],
"photo": "https://i.imgur.com/RfPYyuL.jpg",
"linkedin": "https://www.linkedin.com/in/bqle/",
"website": "",
"github": "https://github.com/bqle",
"semester_joined": "2021C",
"alumnus": true,
"graduation_year": 2025,
"job": null
}

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": "https://www.brandonwang.com/",
"github": "https://github.com/brandonwang1/",
"semester_joined": "2020C",
"alumnus": false,
"alumnus": true,
"graduation_year": 2024,
"job": null
}
19 changes: 19 additions & 0 deletions src/json/alumni/dfeng678.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "David Feng",
"pennkey": "dfeng678",
"major": "Computer Science",
"school": "Engineering",
"bio": "",
"hometown": "Albuquerque, New Mexico",
"team": "Penn Clubs",
"roles": ["Backend Engineer"],
"photo": "https://i.imgur.com/PHuZxIT.jpg",
"linkedin": "https://www.linkedin.com/in/david-feng-8b601921b/",
"website": "",
"github": "https://github.com/Dfeng6789",
"semester_joined": "2021C",
"alumnus": true,
"graduation_year": 2024,
"job": null
}

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": "",
"github": "https://github.com/lhuang19",
"semester_joined": "2021A",
"alumnus": false,
"alumnus": true,
"graduation_year": 2024,
"job": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"website": "",
"github": "",
"semester_joined": "2023A",
"alumnus": false,
"alumnus": true,
"graduation_year": 2025
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": "",
"github": "https://github.com/JayVish",
"semester_joined": "2020C",
"alumnus": false,
"alumnus": true,
"graduation_year": 2024,
"job": null
}
4 changes: 2 additions & 2 deletions src/json/members/jkao97.json → src/json/alumni/jkao97.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"website": "https://jonathankao97.com/",
"github": "https://github.com/jonathankao97",
"semester_joined": "2021C",
"alumnus": false,
"alumnus": true,
"graduation_year": 2024,
"job": null
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": "http://jeffreyxiao.com/",
"github": "https://github.com/jxiao",
"semester_joined": "2020C",
"alumnus": false,
"alumnus": true,
"graduation_year": 2023,
"job": null
}
4 changes: 2 additions & 2 deletions src/json/members/ksai.json → src/json/alumni/ksai.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": null,
"github": "https://github.com/kspadman",
"semester_joined": "2022A",
"alumnus": false,
"alumnus": true,
"graduation_year": 2025,
"job": null
}
}
18 changes: 18 additions & 0 deletions src/json/alumni/mattrh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Matthew Rosca-Halmagean",
"pennkey": "mattrh",
"major": "Computer Science + Finance",
"school": "Engineering & Wharton",
"bio": "Hey! I'm a team lead and full stack engineer working on Penn Mobile Portal. My passions include understanding obscure blockchain applications and building products that people love. In my free time, you can usually find me listening to music, learning something new, or trying a new restaurant in Philly!",
"hometown": "Houston, TX",
"team": "Penn Mobile",
"roles": ["Team Lead", "Full Stack Engineer"],
"photo": "https://i.imgur.com/JciQvbb.jpg",
"linkedin": "https://www.linkedin.com/in/matthew-rosca-halmagean/",
"website": "",
"github": "https://github.com/matthewrh",
"semester_joined": "2019C",
"alumnus": true,
"graduation_year": 2023,
"job": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": "",
"github": "https://github.com/raunaqsingh2020/",
"semester_joined": "2020C",
"alumnus": false,
"alumnus": true,
"graduation_year": 2024,
"job": null
}
18 changes: 18 additions & 0 deletions src/json/alumni/singhvik.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Vikram Singh",
"pennkey": "singhvik",
"major": "Computer Science",
"school": "Engineering",
"bio": "coffee addict, mediocre tennis player, insecure coder.",
"hometown": "Hong Kong",
"team": "Platform",
"roles": ["Backend Engineer"],
"photo": "https://i.imgur.com/e9i9TRn.jpg",
"linkedin": "https://www.linkedin.com/in/vikram-singh-2002/",
"github": "https://github.com/vsingh18567",
"website": "",
"semester_joined": "2021A",
"alumnus": true,
"graduation_year": 2024,
"job": null
}
19 changes: 19 additions & 0 deletions src/json/alumni/szhang25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Lingzi(Susan) Zhang",
"pennkey": "szhang25",
"major": "Computer Science",
"school": "Engineering",
"bio": "Hi, I'm Susan! I'm studying CS in engineering and outside of coding, I enjoy trying different boba stores, watching animes, and taking walks.",
"hometown": "Dallas, Texas/Shenzhen, China",
"team": "Penn Courses",
"roles": ["Frontend Engineer"],
"photo": "https://i.imgur.com/yARr9Dv.png",
"linkedin": "https://www.linkedin.com/in/lingzi-susan-zhang/",
"website": "https://lingzi-susan-zhang.web.app/",
"github": "https://github.com/susanzzz123",
"semester_joined": "2022C",
"alumnus": true,
"graduation_year": 2025,
"job": null
}

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": null,
"github": "https://github.com/printer83mph",
"semester_joined": "2021A",
"alumnus": false,
"alumnus": true,
"graduation_year": 2025,
"job": null
}
19 changes: 19 additions & 0 deletions src/json/alumni/vincetiu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Vincent Tiu",
"pennkey": "vincetiu",
"major": "Computer Science",
"school": "Engineering",
"bio": "Hey, my name's Vince and I'm a DevOps engineer studying Computer Science! Outside of coding, I love playing basketball, eating ice cream and watching anime. I also love meeting new people and going to hackathons, so feel free to reach out!",
"hometown": "Manila, Philippines",
"team": "Platform",
"roles": [
"DevOps"
],
"photo": "https://i.imgur.com/1Ct4Yu7.jpg",
"linkedin": "https://www.linkedin.com/in/vincetiu8/",
"github": "https://github.com/vincetiu8/",
"semester_joined": "2022C",
"alumnus": true,
"graduation_year": 2026,
"job": null
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"website": "https://www.seas.upenn.edu/~wjhliang/",
"github": "https://github.com/willjhliang/",
"semester_joined": "2022C",
"alumnus": false,
"alumnus": true,
"graduation_year": 2025,
"job": null
}
4 changes: 2 additions & 2 deletions src/json/members/alexb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"hometown": "Melbourne, FL",
"team": "Penn Courses",
"roles": [
"Backend"
"Backend Engineer"
],
"photo": "https://i.imgur.com/j1qoSMK.jpg",
"linkedin": "https://www.linkedin.com/in/alexander-budko-41baa7252/",
Expand All @@ -16,4 +16,4 @@
"alumnus": false,
"graduation_year": 2026,
"job": null
}
}
19 changes: 0 additions & 19 deletions src/json/members/anagwekar.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/json/members/benxu.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bio": "Hi I'm Benjamin, a sophomore studying CIS in SEAS and working on Backend for OHQ.",
"hometown": "Saratoga, California",
"team": "Office Hours Queue",
"roles": ["Backend"],
"roles": ["Backend Engineer"],
"photo": "https://i.imgur.com/ISMe305.jpg",
"linkedin": "www.linkedin.com/in/benjamin-xu-933248185",
"website": "",
Expand All @@ -15,4 +15,4 @@
"alumnus": false,
"graduation_year": 2026,
"job": "Backend"
}
}
19 changes: 0 additions & 19 deletions src/json/members/bqle.json

This file was deleted.

19 changes: 0 additions & 19 deletions src/json/members/dfeng678.json

This file was deleted.

Loading
Loading