https://github.com/bcherny/resume
My resume!
https://github.com/bcherny/resume
Last synced: 3 months ago
JSON representation
My resume!
- Host: GitHub
- URL: https://github.com/bcherny/resume
- Owner: bcherny
- License: mit
- Created: 2013-11-03T00:40:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T07:33:40.000Z (almost 12 years ago)
- Last Synced: 2025-01-01T13:09:09.923Z (11 months ago)
- Language: JavaScript
- Homepage: eighttrackmind.github.io/resume
- Size: 12.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```