Skip to content

mirdaki/resume

Repository files navigation

Resume

This is a repo for my resume. Built with a Swiss design theme, heavily inspired by Damian Watracz's design.

Development

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

Updating PDF

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

My resume site, inspired by Swiss style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published