Skip to content

Commit

Permalink
init structure for career pane
Browse files Browse the repository at this point in the history
  • Loading branch information
L23de committed Jan 2, 2022
1 parent 1babad8 commit 86d5da3
Show file tree
Hide file tree
Showing 9 changed files with 283 additions and 18 deletions.
50 changes: 50 additions & 0 deletions src/assets/CareerData.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"company": "Optum",
"logo_url": "@/assets/optum.svg",
"positions": [
{
"title": "Software Engineer Intern",
"time": "June - August 2021",
"summary": "My first professional software engineering related internship! Woohoo!",
"skills": ["Python", "REST APIs", "GraphQL", "Azure"]
}
]
},
{
"company": "Lehigh University",
"logo_url": "@/assets/lehigh.svg",
"positions": [
{
"title": "Junior Systems Administrator",
"time": "January 2022 - Present",
"summary": "Work with the school's system of VMs powered by Sun Microsystems computers and work on a side projects and explore tech interests",
"skills": []
},
{
"title": "Teaching Assistant",
"time": "September 2021 - Present",
"summary": "CSE 109 TA, CSE 340 Upcoming TA (Tentative)",
"skills": ["C"]
},
{
"title": "B.S Computer Science | Data Science Minor",
"time": "September 2019 - Expected Grad. December 2022",
"summary": "Work on a bachelor's degree to pursue software engineering",
"skills": []
}
]
},
{
"company": "JHU Engineering Innovation",
"logo_url": "",
"positions": [
{
"title": "Summer Program Participant",
"time": "September 2021 - Present",
"summary": "Partnership between Milton Hershey School, Harrisburg Area Community College and Johns Hopkins University. Participated in a summer-long engineering exploration that concluded with a spaghetti bridge breaking event",
"skills": []
}
]
}
]
119 changes: 119 additions & 0 deletions src/assets/lehigh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 86d5da3

Please sign in to comment.