Git Product home page Git Product logo

universal-resume's Introduction

Universal Résumé Template

Minimal and formal résumé (CV) website template for print, mobile, and desktop. The proportions are the same on the screen and paper. Built with amazing Tailwind CSS.

Letter Size Demo | A4 Size Demo | Multiple Pages Demo | Mobile Demo

How to print or save as PDF?
In Chrome, Right-click → Print. In Firefox, File → Print. More info here.

Does it support A4 and Letter paper sizes?
Yes. Replace every -letter with -a4, and uncomment specified code blocks. More info here.

Why it’s made?
I couldn’t find any formal or professional résumé (CV) website with good typography that is optimized for the Web, print, PDF, and mobile. Also, researching what recruiters want, my priorities were fast scanning time and all content to fit on one page.

How to run it

Navigate to the base directory:

cd universal-resume

Install the dependencies:

npm install

Start the development server:

npm run serve

Only generate CSS that is used on the page which results in much smaller file size:

npm run build

Starting Point

docs/index.html is the main content file. By copy-pasting HTML — add pages, sections, subsection, etc.

npm run build will make docs directory ready for drag-n-drop to, for example, https://app.netlify.com/drop (free registration required beforehand). Also, with additionally running git add docs/styles.css -f and committing changes, it’s ready for push to GitHub and integration with GitHub Pages. It may take some time for changes to occur. GitHub Pages are set by configuring Settings → Options → GitHub Pages → Source → /docs (free for public repos).

Tailwind CSS

Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override. It has great documentation.

Compose together a bunch of pre-made utility classes that reflect a certain design system. There’s minimal cascade and selector specificity. This results in faster and much more pleasurable workflow, especially in the long term.

Custom CSS

Code from tailwind.config.js and tailwind.css transpiles to docs/style.css. Default Tailwind CSS is overwritten or extended with tailwind.config.js.

Here is the default tailwind config: defaultConfig.stub.js, and here’s the additional information about it from the Tailwind documentation: theme.

If you want to change CSS in the classical way, add a class to the HTML element and write CSS inside tailwind.css.

Balanced Columns

Removing col-fill class will make both columns equally tall. Moreover, removing md:h-letter and md:h-letter-col classes will eliminate fixed proportions of the letter or A4 page — thereby removing unnecessary vertical space when displaying short columns.

A4 Size Variant

Change the default (letter) size to A4:

1. Inside docs/index.html, replace every -letter with -a4.

2. Inside tailwind.config.js, uncomment code block below /* For A4 size */ and then comment code block below /* For Letter size */

3. Inside tailwind.css, comment code below /* For Letter size */ and uncomment code below /* For A4 size */

Important: Too much content for one page will break it in form of additional columns.

Printing

Chrome

Right-click → Print.
Also, choose the Save as PDF option if needed.

By expanding More Settings, change Page Size to A4 or Letter.

Firefox

File → Print.

Choose A4 or Letter size by navigating to Properties → Advanced → Paper Size.

Adobe Acrobat Reader

File → Print.

By clicking on the Page Setup button, you are taken to the window to choose A4 or Letter size.

Blocking Search Engines

Disable search engine indexing by adding the following code to the document <head>:

<meta name="robots" content="noindex">

Icons

Thanks Steve Schoger for Heroicons UI (https://github.com/sschoger/heroicons-ui).

Contact Me / Hire Me

If you have any question, comment, or issue, please let me know via:

License

NonCommercial-ShareAlike 1.0 Generic (CC NC-SA 1.0)
https://creativecommons.org/licenses/nc-sa/1.0/

You are free to:

Share — copy and redistribute the material in any medium or format

Adapt — remix, transform, and build upon the material

Under the following terms:

NonCommercial — You may not use the material for commercial purposes.

ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

universal-resume's People

Contributors

cal-hagner avatar chocolateboy avatar vkaelin avatar webpraktikos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.