From d0fce03261bb1e85eb877894c780fcc6fe2d6d1f Mon Sep 17 00:00:00 2001 From: unpregnant Date: Wed, 8 Feb 2017 19:46:35 +0100 Subject: [PATCH] FIX typos in readme --- README.md | 7 ++++--- index.html | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 56b8dbe..b94c978 100755 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ If you adjust your data in `/src/person.js`, please stop application with `CTRL ### Exporting resumes as PDF -When finished, run `npm start` and run `npm run PDF` in a new console window to generate resumes as PDF. You will find the all resumes as PDFs in `/pdf`. +When finished, run `npm start` and run `npm run PDF` in a new console window to generate resumes as PDF. You will find all resumes as PDFs in `/pdf`. ### Adjusting stylings and layout -Feel free to adjust stylings. This project uses LESS. Under `/less` global stylings are defined. Concerning the resumes, you will find here imported fonts and the page layout. To see how to adjust the page layout see 'Page size'. To add fonts see 'Add fonts'. +Feel free to adjust stylings. This project uses LESS. Under `/less` global stylings are defined. You will find here imported fonts and the page layout. -Each resume has its own directory. For example 'resume-1' is under `/resumes/resume-1`. Each resume directory contains a Mustache template and a less-file. Font-sizes and box-shadows are being adjusted automatically. Therefore please read: XX and XX. +Each resume has its own directory. For example 'resume-1' is under `/resumes/resume-1`. Each resume directory contains a Mustache template and a less-file. Font-sizes and box-shadows are being adjusted automatically. #### Font-Sizes @@ -81,6 +81,7 @@ Due to this [Chrome bug](http://stackoverflow.com/questions/13975198/text-shadow ``` Unfortunately, fonts and images get blurred and lose quality. Therefore `fixBoxShadows()` in `/public/javascript.js` fixes this bug, by + 1. searching for all elements with a box-shadow, 2. removing the box-shadow, 3. adding a new and absolute positioned element (with same size, position, border-radius and box-shadow) to the HTMl body, diff --git a/index.html b/index.html index ba037fa..a0ab178 100755 --- a/index.html +++ b/index.html @@ -45,10 +45,10 @@

If you adjust your data in /src/person.js, please stop application with CTRL + C and restart with npm start.

Exporting resumes as PDF

-

When finished, run npm start and run npm run PDF in a new console window to generate resumes as PDF. You will find the all resumes as PDFs in /pdf.

+

When finished, run npm start and run npm run PDF in a new console window to generate resumes as PDF. You will find all resumes as PDFs in /pdf.

Adjusting stylings and layout

-

Feel free to adjust stylings. This project uses LESS. Under /less global stylings are defined. Concerning the resumes, you will find here imported fonts and the page layout. To see how to adjust the page layout see 'Page size'. To add fonts see 'Add fonts'.

-

Each resume has its own directory. For example 'resume-1' is under /resumes/resume-1. Each resume directory contains a Mustache template and a less-file. Font-sizes and box-shadows are being adjusted automatically. Therefore please read: XX and XX.

+

Feel free to adjust stylings. This project uses LESS. Under /less global stylings are defined. You will find here imported fonts and the page layout.

+

Each resume has its own directory. For example 'resume-1' is under /resumes/resume-1. Each resume directory contains a Mustache template and a less-file. Font-sizes and box-shadows are being adjusted automatically.

Font-Sizes

Font-sizes adjust automatically depending on how much content your resume has. The bottom margin of the content is defined in /public/javascript.js:

// minimum margin of content to bottom of page