├── test ├── fixtures │ ├── empty.md │ ├── other.html │ ├── standard.md │ ├── with_image.md │ └── resume.md ├── mocha.opts └── md2resume.spec.js ├── templates ├── standard │ ├── pdf.json │ ├── assets │ │ └── less │ │ │ ├── new.less │ │ │ └── resume.less │ └── index.html ├── common.css ├── swissen │ ├── index.html │ └── assets │ │ └── less │ │ ├── pdf.less │ │ ├── screen.less │ │ ├── resume.less │ │ ├── elements.less │ │ └── normalize.css ├── default │ ├── index.html │ └── assets │ │ └── less │ │ ├── _partials │ │ ├── _variables.less │ │ ├── _pdf.less │ │ ├── _mixins.less │ │ └── _normalize.less │ │ └── resume.less └── roboto │ ├── index.html │ └── assets │ └── less │ ├── pdf.less │ ├── screen.less │ ├── resume.less │ ├── elements.less │ └── normalize.css ├── resume.pdf ├── standard.pdf ├── .travis.yml ├── .eslintrc.js ├── mocha.conf.js ├── src ├── pdf.js ├── cli.js └── markdown-resume.js ├── .editorconfig ├── Dockerfile ├── LICENSE ├── .gitignore ├── README.md ├── package.json ├── standard.html └── resume.html /test/fixtures/empty.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/mocha.opts: -------------------------------------------------------------------------------- 1 | --require mocha.conf.js 2 | -------------------------------------------------------------------------------- /templates/standard/pdf.json: -------------------------------------------------------------------------------- 1 | { 2 | "border": "0.5in" 3 | } 4 | -------------------------------------------------------------------------------- /resume.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c0bra/markdown-resume-js/HEAD/resume.pdf -------------------------------------------------------------------------------- /templates/common.css: -------------------------------------------------------------------------------- 1 | @media print { 2 | .no-print { display: none; } 3 | } 4 | -------------------------------------------------------------------------------- /standard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/c0bra/markdown-resume-js/HEAD/standard.pdf -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 9 4 | - 8 5 | - 6 6 | after_success: npm run coverage 7 | -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | extends: 'airbnb-base', 3 | env: { 4 | node: true, 5 | mocha: true 6 | }, 7 | globals: { 8 | expect: false 9 | } 10 | }; 11 | -------------------------------------------------------------------------------- /test/fixtures/other.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |me@mysite.com
(888) 555-7777
Kansas City, MO
Progressively evolve cross-platform ideas before impactful infomediaries. Energistically visualize tactical initiatives before cross-media catalysts for change.
Corp, Inc
Principal and Creative Lead | 2004 - Current
Intrinsicly transform flexible manufactured products without excellent intellectual capital. Energistically evisculate orthogonal architectures through covalent action items.
Assertively incentivize sticky platforms without synergistic materials.
Globocom LLC
Lead Web Designer | 2001 - 2004
Globally re-engineer cross-media schemas through viral methods of empowerment. Proactively grow long-term high-impact human capital and highly efficient innovation. Intrinsicly iterate excellent e-tailers with timely e-markets.
UNIVERSITY OF SOMEWHERE
MBA - Global Domination | 1999 – 2001
UNIVERSITY OF SOMEWHERE
Bachelor of Science - Future Tech | 1995 – 1998
Download PDF
me@mysite.com
(999) 888-7777
Progressively evolve cross-platform ideas before impactful infomediaries. Energistically visualize tactical initiatives before cross-media catalysts for change.
Web Design
Assertively exploit wireless initiatives rather than synergistic core competencies.
Interface Design
Credibly streamline mission-critical value with multifunctional functionalities.
Project Direction
Proven ability to lead and manage a wide variety of design and development projects in team and independent situations.
Microsoft : Principal and Creative Lead 2004-2005
Intrinsicly transform flexible manufactured products without excellent intellectual capital. Energistically evisculate orthogonal architectures through covalent action items. Assertively incentivize sticky platforms without synergistic materials.
International Business Machines (IBM) : Lead Web Designer 2001-2004
Globally re-engineer cross-media schemas through viral methods of empowerment. Proactively grow long-term high-impact human capital and highly efficient innovation. Intrinsicly iterate excellent e-tailers with timely e-markets.