Sha256: 51670df8901362e56388cdcb50eff026485d708ca43b6e235404a7065ff8ea97

Contents?: true

Size: 1.85 KB

Versions: 13

Compression:

Stored size: 1.85 KB

Contents

// http://microformat2-node.jit.su/h-resume.html

{
    "items": [{
        "type": ["h-resume"],
        "properties": {
            "name": ["Tim Berners-Lee"],
            "summary": ["Invented the World Wide Web."],
            "contact": [{
                "value": "Director of the World Wide Web Foundation",
                "type": ["h-card"],
                "properties": {
                    "name": ["Director of the World Wide Web Foundation"],
                    "title": ["Director of the World Wide Web Foundation"]
                }
            }],
            "experience": [{
                "value": "Director World Wide Web Foundation Jan 2009 - Present (2 years 11 month)",
                "type": ["h-event", "h-card"],
                "properties": {
                    "name": ["World Wide Web Foundation"],
                    "org": ["World Wide Web Foundation"],
                    "url": ["http://www.webfoundation.org/"],
                    "start": ["2009-01-18"],
                    "duration": ["P2Y11M"]
                }
            }]
        }
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["Director of the World Wide Web Foundation"],
            "title": ["Director of the World Wide Web Foundation"]
        }
    },{
        "type": ["h-event"],
        "properties": {
            "name": ["World Wide Web Foundation"],
            "org": ["World Wide Web Foundation"],
            "url": ["http://www.webfoundation.org/"],
            "start": ["2009-01-18"],
            "duration": ["P2Y11M"]
        }
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["World Wide Web Foundation"],
            "org": ["World Wide Web Foundation"],
            "url": ["http://www.webfoundation.org/"],
            "start": ["2009-01-18"],
            "duration": ["P2Y11M"]
        }
    }]
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
microformats2-3.0.1 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-3.0.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.9.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.1.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.3 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.2 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.1 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.0.pre5 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.0.pre4 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.0.pre3 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.0.pre2 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js
microformats2-2.0.0.pre1 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-2.js