prat0318 / json_resume

Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
http://prat0318.github.io/json_resume
MIT License
1.36k stars 116 forks source link

Responsive HTML update #13

Closed NoahHines closed 10 years ago

NoahHines commented 10 years ago

These changes improve the resume_html mobile experience.

Adding grunticons to json_resume

  1. Download the svg(s) you would like to use from a site like https://icomoon.io/app/
  2. Download the official json_resume svgs from the json_resume_icon repo
  3. Drag all svgs onto the grumpicon and then "downlode it"
  4. Drag the files inside the grunticon folder into the json_resume's css folder, replacing existing files
  5. Modify the default_html mustache script to include your icons. Edit the div class to include your new grunticon. <div class="icon-user icon-square">, where "user" is the SVG name. Check grunticon's generated preview.html file to verify the icon class name.
  6. run json_resume convert prateek.json and the updated icons should successfully be implemented.
prat0318 commented 10 years ago

Looks good (some minor suggestions), Can you also add in the description the steps to generate png if a new icon has to be added.

NoahHines commented 10 years ago

Okay, I added the steps to add more icons.