An open API service indexing awesome lists of open source software.

https://github.com/bcherny/resume

My resume!
https://github.com/bcherny/resume

Last synced: 3 months ago
JSON representation

My resume!

Awesome Lists containing this project

README

          

Resume
======

Best viewed in a maximized browser window. Tested on **Chrome, Firefox, Safari, and IE10+**. Not compatible with tablets or anything with a small screen, as the UI is optimized for large screens and this particular design cannot be both visually appealing and usable on a screen smaller than a desktop. I can add small screen compatibility, just drop an [issue](https://github.com/eighttrackmind/resume/issues).

**[See it here](http://eighttrackmind.github.io/resume/)**

[Documentation](https://github.com/eighttrackmind/resume/blob/master/coffee/resume.coffee.md)

## todo

- [x] refactor!!!
- [x] add image/screenshot support
- [ ] unit tests
- [ ] migrate off of Raphael toward something slimmer
- [ ] mobile version
- [ ] legacy browser support?
- [ ] blog about it

## browser support

- [x] chrome
- [x] safari
- [x] firefox
- [ ] iOS (tablet)
- [ ] iOS (handheld)
- [x] IE 11
- [x] IE 10
- [ ] IE 9 (CSS animations are buggy)
- [ ] IE 8

## building it yourself

```bash
npm install
grunt
```