27 lines
774 B
JavaScript
27 lines
774 B
JavaScript
// http://microformat2-node.jit.su/h-resume.html
|
|
|
|
{
|
|
"items": [{
|
|
"type": ["h-resume"],
|
|
"properties": {
|
|
"name": ["Tim Berners-Lee"],
|
|
"summary": ["invented the World Wide Web"],
|
|
"affiliation": [{
|
|
"value": "",
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["W3C"],
|
|
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
|
|
"url": ["http://www.w3.org/"]
|
|
}
|
|
}]
|
|
}
|
|
},{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"name": ["W3C"],
|
|
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
|
|
"url": ["http://www.w3.org/"]
|
|
}
|
|
}]
|
|
}
|