Last active
January 19, 2020 17:18
-
-
Save pschfr/952ced9050c220c4fad8989176a60d09 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Paul Schaefer", | |
"label": "Programmer", | |
"picture": "https://www.gravatar.com/avatar/434e1c10883e5ea54c5bfa918a1fa630", | |
"email": "[email protected]", | |
"phone": "(412) 414-9939", | |
"website": "https://paulmakesthe.net/", | |
"summary": "", | |
"location": { | |
"address": "", | |
"postalCode": "PA 15224", | |
"city": "Pittsburgh", | |
"countryCode": "US", | |
"region": "Pennsylvania" | |
}, | |
"profiles": [ | |
{ | |
"network": "Twitter", | |
"username": "pschfr", | |
"url": "https://twitter.com/pschfr" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Target Corporation", | |
"position": "General Merchandise / Backroom", | |
"website": "https://target.com", | |
"startDate": "2017-11-27", | |
"endDate": "present", | |
"summary": "As a backroom employee, I backstocked items in and pulled items out from the backroom accurately while preventing product damage to control expenses. I used powered equipment such as Crown® WAV and forklifts. I will add more info about general merch later.", | |
"highlights": [ | |
"" | |
] | |
}, | |
{ | |
"company": "O2 Digital Creative Agency", | |
"position": "Front and Back end Web Developer", | |
"website": "https://o2dca.com", | |
"startDate": "2014-03-27", | |
"endDate": "2017-07-27", | |
"summary": "I created and maintained dozens of websites and apps for clients small and large. This ranged anywhere from a typical WordPress or Joomla installation, to our own custom PHP-based framework powered by Twig and AWS. Our phone apps were created with Backbone and Apache Cordova.", | |
"highlights": [ | |
"" | |
] | |
}, | |
{ | |
"company": "Freeze Frame, LLC", | |
"position": "Photographer", | |
"website": "", | |
"startDate": "2014-11-01", | |
"endDate": "2015-12-24", | |
"summary": "I photographed the children that came into see Santa Claus in the Macy's in downtown Pittsburgh, as well as sold photo packages to their parents.", | |
"highlights": [ | |
"" | |
] | |
}, | |
{ | |
"company": "Custaloga Town Scout Reservation", | |
"position": "Counselor", | |
"website": "", | |
"startDate": "2013-05-27", | |
"endDate": "2013-08-28", | |
"summary": "I taught the Computers, Energy, and Chess merit badges to Boy Scouts, as well as Photography to Cub Scouts.", | |
"highlights": [ | |
"" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "The Art Institute of Pittsburgh", | |
"area": "", | |
"studyType": "", | |
"startDate": "2013-10-01", | |
"endDate": "2015-10-01", | |
"gpa": "", | |
"courses": [ | |
"Web Design and Interactive Media" | |
] | |
}, | |
{ | |
"institution": "Erie County Technical School", | |
"area": "", | |
"studyType": "", | |
"startDate": "2010-08-01", | |
"endDate": "2013-05-31", | |
"gpa": "", | |
"courses": [ | |
"Computer Programming" | |
] | |
} | |
], | |
"awards": [ | |
{ | |
"title": "", | |
"date": "2000-01-01", | |
"awarder": "", | |
"summary": "" | |
} | |
], | |
"publications": [ | |
{ | |
"name": "", | |
"publisher": "", | |
"releaseDate": "", | |
"website": "", | |
"summary": "" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "", | |
"level": "", | |
"keywords": [ | |
"" | |
] | |
}, | |
{ | |
"name": "", | |
"level": "", | |
"keywords": [ | |
"" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "", | |
"fluency": "" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "", | |
"keywords": [ | |
"" | |
] | |
} | |
], | |
"references": [ | |
{ | |
"name": "", | |
"reference": "" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment