Skip to content

Commit

Permalink
chore: static.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero committed Nov 21, 2023
1 parent cb243e3 commit 653cb58
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions static.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
{
"type": "RESUME",
"version": "1.0.0",
"metadata": {
"title": "Resume | Jane Doe",
"description": "This is an example resume generated from a static.json file."
},
"contents": {
"person": {
"@context": "https://schema.org",
"@type": "Person",
"givenName": "Jane",
"familyName": "Doe",
"address": {
"@type": "PostalAddress",
"addressLocality": "Seattle",
"addressRegion": "WA",
"postalCode": "98052",
"streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
},
"email": "[email protected]",
"name": "Jane Doe",
"telephone": "(425) 123-4567"
},
"experience": [
{
"title": "Software Engineer",
"company_name": "static",
"location": "Chicago, IL",
"industry": "Research"
},
{
"title": "JOB TITLE",
"company_name": "COMPANY NAME",
"location": "LOCATION",
"industry": "INDUSTRY"
}
]
}
Expand Down

0 comments on commit 653cb58

Please sign in to comment.