Sha256: a30f4d370fb63b1040e5d32adf7b6307d057e3f8e4132331829f0d0bce7b53d0

Contents?: true

Size: 1.88 KB

Versions: 13

Compression:

Stored size: 1.88 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"]
                }
            }],
            "education": [{
                "value": "The Queen's College, Oxford University, BA Hons (I) Physics 1973 - 1976",
                "type": ["h-event", "h-card"],
                "properties": {
                    "name": ["The Queen's College, Oxford University"],
                    "org": ["The Queen's College, Oxford University"],
                    "description": ["BA Hons (I) Physics"],
                    "start": ["1973-09"],
                    "end": ["1976-06"]
                }
            }]
        }
    },{
        "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": ["The Queen's College, Oxford University"],
            "org": ["The Queen's College, Oxford University"],
            "description": ["BA Hons (I) Physics"],
            "start": ["1973-09"],
            "end": ["1976-06"]
        }
    },{
        "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-3.js
microformats2-3.0.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.9.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.1.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.3 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.2 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.1 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.0 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.0.pre5 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.0.pre4 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.0.pre3 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.0.pre2 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js
microformats2-2.0.0.pre1 spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-3.js