Files
md-cv-maker/examples/example-locals-2.json
2017-04-24 20:37:03 +01:00

92 lines
3.2 KiB
JSON

{
"title":"John Smith CV",
"heading1":"John Smith",
"contact":{
"address":"Mountain View, SA",
"phone": "07772955104",
"email":"john-smith@google.com",
"website":"example.com"
},
"design": {
"color":"brown"
},
"headshot":{
"url": "http://static2.hypable.com/wp-content/uploads/2012/11/david-tennant-doctor-who-50th-anniversary.jpg",
"alt": "Picture of me visiting Earth in 2007"
},
"social":{
"github": "https://github.com/guryanovev/JohnSmith",
"linkedin":"linkedin.com/in/johnsmith"
},
"bio": [
"John Smith is a profesional time Lord, specialising in something..",
"lorem ipsum dolor sit amet consectetur adipiscing elit sed diam nonummy nibh"
],
"employment":[
{
"role":"Doctor",
"place":"University of Oxford",
"placeurl":"http://www.bbc.co.uk/programmes/b006q2x0",
"dates":"June - September 1913 (3 months)",
"description":[
"lorem ipsum dolor sit amet consectetur adipiscing elit sed diam nonummy nibh",
"lorem ipsum dolor sit amet consectetur adipiscing elit sed diam nonummy nibh",
"lorem ipsum dolor sit amet consectetur adipiscing elit sed diam nonummy nibh"
]
},
{
"role":"Software Engineer",
"place":"Google, UK",
"placeurl":"http://www.google.com",
"dates":"July 1998 - July 2001 (36 months)",
"description":[
"Google's software engineers develop the next-generation technologies ",
"that change how millions of users connect, explore, and interact with ",
"information and one another. Our ambitions reach far beyond just Search. ",
"Our products need to handle information at the the scale of the web. We're ",
"looking for ideas from every area of computer science, including information ",
"retrieval, artificial intelligence, natural language processing, distributed ",
"computing, large-scale system design, networking, security, data compression, ",
"and user interface design; the list goes on and is growing every day. "
]
}
],
"experience":[
{
"title":"Doctor Who",
"subtitle":"Made an appearance on the BBC sereis, Doctor Who",
"description":[
""
]
}
],
"education":[
{
"course":"Computer Science BSc",
"establishment":"Cambridge University",
"placeurl":"https://www.cambridge.ac.uk/",
"dates":"September 2012 - May 2016",
"description":[
"Gained a first-class honours in computer science, and won the",
"British Computer Society (BCS) award for best computing project.\n",
"Course representative and student ambassador, was fully involved",
"in all aspects of my course.\n",
"Founded and initially ran the computing society, which holds regular",
"computer-science related, and social events."
]
}
],
"skills":[
{"name":"Time Travel", "type":"web", "level":"5"},
{"name":"Tardis Repair", "type":"web", "level":"3"},
{"name":"Saving-the-world", "type":"web", "level":"1"}
],
"hobies":[
"Lorem Ipsum Dolor Siet Ammet"
]
}