This is a repo for my resume. Built with a Swiss design theme, heavily inspired by Damian Watracz's design.
Pull in dependencies:
npm install
Download fonts (not included in source) and unzip in assets:
Start tailwind CLI to generate CSS and web server to see updates:
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
npx serve
The CSS print options does not enforce consistent printing in browsers. Instead, we'll provide a nicely formatted PDF for easy download. These settings may change, but what I've found useful (using the Firefox print options):
- Paper size: A4
- Scale: 90
- Margin: 0 .13 0 .13
- Print backgrounds: True
This project is licensed under the MIT License - see the LICENSE file for details.