Skip to content

Releases: bbody/CMD-Resume

3.0.70

14 Jun 15:00
Compare
Choose a tag to compare
Update version

Automated release

09 Jun 17:15
Compare
Choose a tag to compare

First automated release through Travis CI

Version 3

23 Jan 12:49
Compare
Choose a tag to compare

Many changes and maturation of code.

Version 1

16 Jun 04:45
Compare
Choose a tag to compare

Files:

  • resume.js contains the CMD-Resume library
  • details.js contains the details which you can update for CMD-Resume

Instructions:

  1. Download prerequisites (jQuery 2.2.X & jQuery Terminal v0.10.X)
  2. Download files resume.js & details.js
  3. Include them in website
  4. Update details.js
  5. Include the below snippit into your website
    $(document).ready(function() {
        CMDResume.init('body');      
    });

Then Deploy website