3
头图

Preface

Generally speaking, we want our resume to show our own personality, in addition to using document editing,
There are many ready-made templates on the Internet, and also provide a relatively free editing environment, but often when it comes to the last step of exporting,
You will be prompted to scan code, membership, payment and other binding operations. Seeing that your work is far from the last step, you can only bear the tedious steps.

I made a pure front-end online resumes (no registration and no login, completely free). The reason for doing this project is to avoid cumbersome processes.
Editing is editing, exporting is exporting, and the entire process is purely front-end, you can clone to the local and slowly ponder.
The most important thing is that you can have your own independent style, color, font, spacing, and position.

Build a resume

The reason why it is said to be building,
Resume components are all modularized, and the structure is configured through drag and drop, and then fine-tuned through attributes;
You can build from scratch, or you can choose to use existing templates to modify

Tip: Open on the desktop to display the step-by-step tutorial (including the role of each area)

Component rules

There are currently 7 components available for use, namely, Page sheet, Paragraph, List,
Anchor Link, Progress Bar (Progress), Tag (Tag), Image (Image)

The role of paper is a wrapping layer, which can wrap components to become a module, and paper and paper can also be nested.
Using this, we can easily configure a global setting (background color, font color, font size) for the outermost paper,
The internal components only need to inherit these properties.

In addition to paper, various combinations of the other 6 basic components can form a clear and clear resume.

Example 1:

Example 2:

Example 3:

In addition, due to the modularization of the components, it can be easily modified and drag-and-drop sorted

In example 1, the following resume modules are divided into introduction, work, project, education, information, awards, skills, you can drag and drop to sort, nested

Build suggestion

  1. Configure a uniform font and format, such as two dates, one with a larger font and one with a small font, which is very unsightly
  2. Modularity makes the overall board clear. The most basic way of modularization is to wrap the outside with paper so that you can treat it as a whole when dragging.
  3. There are primary and secondary points. The main information can be bold + large font, and the secondary information can be light color + small font. The text will look hierarchical

  4. After you're done, you can export to images, PDF, JSON format, template JSON mode (very convenient for friends who are willing to share templates, just import JSON with one click)

    The JSON format refers to the overall export of the current resume, including layout, attributes, content, etc.

    template JSON refers to the attempt to convert the current resume into a template. For details, please refer to https://github.com/stonehank/diy-resume#Template Making

online experience

try

The project is completely open source, fork and clone are welcome

stonehank
596 声望87 粉丝