-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatic.json
46 lines (46 loc) · 1.14 KB
/
static.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"_static": {
"generator": "from-static/static-resume"
},
"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]",
"telephone": "(425) 123-4567"
},
"experience": [
{
"title": "Software Engineer",
"company_name": "static",
"location": "Chicago, IL",
"industry": "Research"
},
{
"title": "JOB TITLE 1",
"company_name": "COMPANY NAME 1",
"location": "LOCATION 1",
"industry": "INDUSTRY 1"
},
{
"title": "JOB TITLE 0",
"company_name": "COMPANY NAME 0",
"location": "LOCATION 0",
"industry": "INDUSTRY 0"
}
]
}
}