Repository: rrdelaney/material-resume Branch: master Commit: d8a5021e3940 Files: 9 Total size: 16.9 KB Directory structure: gitextract_kl3xrs9i/ ├── .gitignore ├── .npmignore ├── .travis.yml ├── LICENSE ├── README.md ├── index.html ├── package.json └── src/ ├── resume.css └── resume.js ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ src/*.min.* *.min.* *.log node_modules/ ================================================ FILE: .npmignore ================================================ src/ index.html ================================================ FILE: .travis.yml ================================================ language: node_js node_js: stable after_success: - npm run build deploy: provider: npm email: "rrdelaney@outlook.com" api_key: $NPM_TOKEN skip_cleanup: true on: branch: master condition: $(npm view material-resume dist-tags.latest) != $(node -p "require('./package.json').version") ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2016 Ryan Delaney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # Material Resume ## [Demo](https://rrdelaney.github.io/material-resume/) ## Latest versions ```html ``` ## Getting Started 1. Download the [`index.html`](https://github.com/rrdelaney/material-resume/blob/gh-pages/index.html) file 2. Open in your favorite editor 3. Open document in chrome 4. Start editing in the `
` 5. To save: - Right click - `Print...` - `Save as PDF` Building the resume is as easy as adding `ng-app="Resume"` to your body and then using the directives listed below. ## Directives ### `` tag.
__Options__:
- `name`: The name of the category. Will appear in bold font above the items
__Example__:
```html
I am awesome I am cool Dankmeme Polytechic Institue Graduating May 2016 Computer Science Computer Systems Engineering GPA - 3.76 Penn App Finalist Spring 2016 Hophacks 2nd Place Spring 2016 Dankmeme Achievement Medal 2016 Dan Abromov's Top Follower 2016 Advanced Regents Diploma Data Structures Algorithms Programmings Langauges Operating Systems Distributed Systems Discrete Math