Git Product home page Git Product logo

about.me's Introduction

JSON Resume Template

JSON Resume is an open source initiative to create a JSON-based standard for resume. This repository aims to provide you a sample file containing a valid definition based on v1.0 schema that can be used on multiple projects and services

JSON Resume Definition

Please see index.json for comple example

  {
    "basics": {},
    "profiles": [],
    "work": [],
    "volunteer": [],
    "education": [],
    "awards": [],
    "publications": [],
    "skills": [],
    "languages": [],
    "interests": [],
    "references": [],
    "projects": []
  }

Basic Information

  {
    "basics": {
      "name": "John Doe",
      "label": "developer",
      "image": "https://user-images.githubusercontent.com/...",
      "email": "[email protected]",
      "phone": "(111) 333-4567",
      "url": "http://johndoe.com",
      "summary": "Lorem ipsum dolor sit amet, consecte...",
      "location": {
        "address": "22111 Makiling",
        "postalCode": "4027",
        "city": "Calamba",
        "countryCode": "PH",
        "region": "Philippines"
      }
    }
  }

Profiles

  {
    "profiles": [
      {
        "network": "Twitter",
        "username": "johndoe",
        "url": "http://twitter.com/johndoe"
      }
    ]
  }

Work Experience

  {
    "work": [
      {
        "name": "Company",
        "position": "Developer",
        "url": "http://somecompany.com",
        "startDate": "2020-01-01",
        "endDate": "2020-01-01",
        "summary": "Lorem ipsum dolor sit amet, consectet...",
        "highlights": [
          "Lead Developer of Innovation hub"
        ]
      }
    ]
  }

Volunteer Experience

  {
    "volunteer": [
       {
        "organization": "Organization",
        "position": "Volunteer",
        "url": "http://organization.com/",
        "startDate": "2020-01-01",
        "endDate": "2020-01-01",
        "summary": "Lorem ipsum dolor sit amet, consectetu...",
        "highlights": [
          "Awarded 'Volunteer of the Month'"
        ]
      }
    ]
  }

Education

  {
    "education": [
      {
        "institution": "University",
        "url": "https://institution.ph",
        "area": "Software Development",
        "studyType": "Bachelor",
        "startDate": "2020-01-01",
        "endDate": "2020-01-01",
        "score": "4.0",
        "courses": [
          "WEB101 - Web Development",
          "SYS123 - Object Oriented Programming"
        ]
      }
    ]
  }

Awards

  {
    "awards": [
      {
        "title": "Award",
        "date": "2020-11-01",
        "awarder": "Company",
        "summary": "Programmer of the Year 2020"
      }
    ]
  }

Publications

  {
    "publications": [
      {
        "name": "Publication",
        "publisher": "Company",
        "releaseDate": "2020-10-01",
        "url": "http://publication.com",
        "summary": "Lorem ipsum dolor sit amet, consectetur..."
      }
    ]
  }

Skills

  {
    "skills": [
      {
        "name": "Web Development",
        "level": "Master",
        "keywords": [
          "HTML",
          "CSS",
          "Javascript"
        ]
      }
    ]
  }

Languages

  {
    "languages": [
      {
        "language": "English",
        "fluency": "Native speaker"
      }
    ],
  }

Interests

  {
    "interests": [
      {
        "name": "Electronics",
        "keywords": [
          "PCB",
          "IOT"
        ],
        "description": "Lorem ipsum dolor sit amet, consectetur..."
      }
    ]
  }

References

  {
    "references": [
      {
        "name": "Jane Doe",
        "reference": "Lorem ipsum dolor sit amet, consectetur..."
      }
    ]
  }

Projects

  {
    "projects": [
      {
        "name": "Project Name",
        "description": "Lorem ipsum dolor sit amet",
        "highlights": ["COVID19 Patient Tracker"],
        "keywords": ["PHP", "NodeJS", "Javascript"],
        "startDate": "2020-01-01",
        "endDate": "2020-01-01",
        "url": "https://project.example.com",
        "roles": ["Lead Developer", "Designer"],
        "image": "https://user-images.githubusercontent.com...",
        "entity": "Facebook, Google, Microsoft, Amazon",
        "type": "web application"
      }
    ]
  }

Related Projects

Name Description
me ๐Ÿš€ A next-gen JAMSTACK template for developers that leverage the use of JSON Resume Schema in creating a web based vitae and portfolio. Stop worying with a complex setup and deployment process.

about.me's People

Contributors

jkga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.