fresh-test-resumes
==================
Test résumés and CVs in [FRESH][f] and [JSON Resume][jrs] formats.

## FRESH resumes

- [**empty.json**][e]: An empty FRESH résumé.
- [**short.json**][sh]: The shortest legal FRESH résumé.
- [**jane-fullstacker.json**][jq]: Jane Q. Fullstacker's valid FRESH
résumé (a normal resume).
- [**johnny-trouble.json**][jt]: Johnny Trouble's valid FRESH résumé (a
resume with garbage characters).
- [**johnny-trouble.broken.json**][jtb]: Broken version of Johnny Trouble's
résumé (a resume with JSON syntax errors.)
- [**starter-resume.json**][s]: A starter résumé with sample data.

## JRS resumes

- [**empty.json**][e2]: An empty JRS résumé.
- [**jane-fullstacker.json**][jq2]: JRS version of Jane Q. Fullstacker's résumé.
- [**jane-incomplete.json**][jq3]: An incomplete (but legal) JRS version of Jane
Q. Fullstacker's résumé.
- [**john-doe.json**][jdoe]: John Doe's JRS résumé.
- [**richard-hendriks.json**][rh]: Richard Hendrik's sample résumé.

## License

MIT. See [LICENSE.md][lic] for details.

[f]: https://github.com/fresh-standard/fresh-resume-schema
[jrs]: http://jsonresume.org
[e]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/fresh/empty.json
[e2]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/jrs/empty.json
[jq]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/fresh/jane-fullstacker.json
[jq2]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/jrs/jane-fullstacker.json
[jq3]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/jrs/jane-incomplete.json
[jt]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/fresh/johnny-trouble.json
[jtb]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/fresh/johnny-trouble.broken.json
[sh]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/fresh/short.json
[jdoe]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/jrs/john-doe.json
[rh]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/jrs/richard-hendriks.json
[s]: https://github.com/fresh-standard/fresh-test-resumes/blob/master/src/fresh/starter-resume.json
[lic]: https://github.com/fluentdesk/fresh-test-resumes/blob/master/LICENSE.md
