Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerosonesfun/resume-text-to-html
Convert resume text to html as long as it is in between <resume></resume> and follows a few rules.
https://github.com/zerosonesfun/resume-text-to-html
Last synced: 5 days ago
JSON representation
Convert resume text to html as long as it is in between <resume></resume> and follows a few rules.
- Host: GitHub
- URL: https://github.com/zerosonesfun/resume-text-to-html
- Owner: zerosonesfun
- License: mit
- Created: 2024-06-14T14:05:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T14:39:54.000Z (7 months ago)
- Last Synced: 2024-06-14T15:33:10.526Z (7 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resume-text-to-html
Convert resume text to html as long as it is in between <resume></resume> and follows a few rules.## Rules
Ensure you follow the below format. **Bold**, *italic*, and [link](https://google.com) markdown is allowed. Any dash with a letter immediately following it will turn into a bulleted line.
```Billy Wilcosky
Operations and Training Specialist
Phone - Email - [Website](https://google.com)Summary
This is a summary of my professional career.Skills
Skill1, Skill2, Skill3, Skill4Experience
Company A - Job Title - Dates
-Description of job at Company A
-More descriptionCompany B - Job Title - Dates
-Description of job at Company BEducation
Degree, School, DatesCertifications
*JavaScript*, [School/Company](https://google.com), 2000
**HTML**, School/Company, 1999```
### Sections/Order
NameTagline
Contact Information
Summary
Skills
Experience
Education
Certifications
### Usage
Paste all of the following into a webpage (the script at the end does all of the magic).
```Billy Wilcosky
Operations and Training Specialist
Phone - Email - [Website](https://google.com)Summary
This is a summary of my professional career.Skills
Skill1, Skill2, Skill3, Skill4Experience
Company A - Job Title - Dates
-Description of job at Company A
-More descriptionCompany B - Job Title - Dates
-Description of job at Company BEducation
Degree, School, DatesCertifications
*JavaScript*, [School/Company](https://google.com), 2000
HTML, School/Company, 1999```
[DEMO](https://codepen.io/zerosonesfun/pen/gOJXyJY)