https://github.com/mudassir0909/jsonresume-card
Embed your resume summary into your website.
https://github.com/mudassir0909/jsonresume-card
card html javascript jsonresume
Last synced: over 1 year ago
JSON representation
Embed your resume summary into your website.
- Host: GitHub
- URL: https://github.com/mudassir0909/jsonresume-card
- Owner: mudassir0909
- Created: 2015-01-13T16:37:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-18T07:19:41.000Z (over 11 years ago)
- Last Synced: 2025-03-18T15:21:30.551Z (over 1 year ago)
- Topics: card, html, javascript, jsonresume
- Language: JavaScript
- Size: 375 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsonresume-card
Embed your resume summary into your website. You need to have your resume published using [jsonresume](https://jsonresume.org/)

[Example Demo](http://codepen.io/thomasdavis/pen/gbmRXe)
# Usage
Insert the following tag in your document where you wish to include the card.
**_This card occupies available parent container's `width`, so give some meaningful width to the parent element._**
```html
```
* `data-username` must be your jsonresume profile username(For example: my profile url is http://registry.jsonresume.org/mudassirali).
* `data-has-fontawesome` if this option is set to true then fontawesome is not downloaded separately, when you turned this on it is assumed that you are including fontawesome as part of your website.
* `data-theme` specify which theme to choose(not at all related to jsonresume themes). Available options are default & custom. If no theme is specified then `default` theme is used.
In addition to that you need to include the following `script` tag & voila !
```html
```
# Look and feel Customization
The card supports two themes out of the box
### default

### custom
When you specify this as an option. The stylesheets related to this card are not downloaded. You have to specify your own styles based on the class names. You can find the HTML structure [here](https://github.com/mudassir0909/jsonresume-card/blob/master/lib/jr-card-template.dot)
#### Note
These cards are not inserted using `iframe`, so change the look and feel as you like using your website's css. You can find the css [here](https://github.com/mudassir0909/jsonresume-card/blob/master/lib/widget.less). Feel free to override them classes !
### Credits
The UI is some what inspired from this [dribble shot](https://dribbble.com/shots/1048846-Author-Profile)