Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 691 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 691 Bytes

Joe Alden's CV

My CV.

Print / Generate PDF

The following instructions will ensure that the pages are printed in the correct proportions:

  • Open site in Chrome
  • Press Ctrl + P (opens print dialog)
  • Under "More Settings":
    • Set the margins to None
    • Set the scaling to 61
    • Allow Background Graphics under options
  • Now print / save as a PDF

The PDF version is also available by visiting https://cv.joealden.com/print.pdf.

Setup

Download dependencies:

yarn

Start development server:

yarn dev

Build production files:

yarn build

Built With

  • React
  • Gatsby
  • styled-components