Skip to content

mudassir0909/jsonresume-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonresume-card

Embed your resume summary into your website. You need to have your resume published using jsonresume

screenshot

Example Demo

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.

<div id="jr-card-widget" data-username="mudassirali"></div>
  • 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 !

<script type="text/javascript" src="//mudassir0909.github.io/jsonresume-card/dist/1.0.0/jr-card-widget.min.js"></script>

Look and feel Customization

The card supports two themes out of the box

default

Default Theme

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

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. Feel free to override them classes !

Credits

The UI is some what inspired from this dribble shot

About

Embed your resume summary into your website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published