15 lines
584 B
JavaScript
15 lines
584 B
JavaScript
// http://microformat2-node.jit.su/h-card.html
|
|
|
|
{
|
|
"items": [{
|
|
"type": ["h-card"],
|
|
"properties": {
|
|
"photo": ["http://blog.mozilla.org/press/files/2012/04/mitchell-baker.jpg"],
|
|
"url": ["http://blog.lizardwrangler.com/", "https://twitter.com/MitchellBaker"],
|
|
"name": ["Mitchell Baker"],
|
|
"org": ["Mozilla Foundation"],
|
|
"note": ["Mitchell is responsible for setting the direction and scope of the Mozilla Foundation and its activities."],
|
|
"category": ["Strategy", "Leadership"]
|
|
}
|
|
}]
|
|
}
|