An open and free HTML template to make your own awesome resume! Built with Sass, fully configurable. Wow!
Resume-tpl require Node.js in order to run Grunt tasks and build properly the project (compile, minify, concat etc.).
But if you just want the original sources, you don't need anything in particular.
You have Node.js? Great! Now install the modules by doing this on your console: npm install
Don't forget to install the famous task runner Grunt in global on your machine: npm install grunt-cli -g
The build process works with a simple command: type in your console grunt to launch the default Grunt task!
By doing this, a new folder "build" should be appear. It contain an HTML file index.html and it stylesheets: app.min.css and print.min.css. Just launch index.html in your favorite browser and see the result :)
gruntorgrunt default- the easier way to build the project (check build/ folder for the result!)grunt make-styles- convert SCSS to CSS files, minify them and add the CSS prefixes to build/app.cssgrunt clean- remove all the files contains in the build folder
Don't forget to use the watch task when you are setting up and filling your resume!
grunt watch- wait an update on the SCSS or HTML files
Under GPL 2.0 licence. Read more about this licence here.
- Icon made by Freepik from www.flaticon.com is licensed under CC BY 3.0 (Source)
- Icon made by Freepik from www.flaticon.com is licensed under CC BY 3.0 (Source)
- Icon made by Freepik from www.flaticon.com is licensed under CC BY 3.0 (Source)
- Icon made by Freepik from www.flaticon.com is licensed under CC BY 3.0 (Source)
- Icon made by Daniel Bruce from www.flaticon.com is licensed under CC BY 3.0 (Source)
- Font Awesome by Dave Gandy - (Source)
This sample was made by Julien Bernard (http://jibidev.fr), a young French developer (Grenoble, France).