Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rbbydotdev committed Aug 7, 2024
2 parents b264465 + aa930cb commit bf56bd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# My Resume is also a...
# ✨ Single File Resume Creator ✨
# My Resume is a...
# Resilient Single File Resume Creator ✨

## Demo: [https://r-o-b-b-y.github.io/my-resume/](https://r-o-b-b-y.github.io/my-resume/)
## demo: [https://r-o-b-b-y.github.io/my-resume/](https://r-o-b-b-y.github.io/my-resume/)

## ✍️ ➡️ 📄 👀 👍

Expand All @@ -12,8 +12,8 @@ A build-less, easily shareable resume written in markdown and parsed using the m
**No build commands or servers required. Just open the `index.html` file in a browser and read your resume. Click the "Export to HTML" or "Export to PDF" buttons to save a compact and self-contained copy for uploading or emailing.**

## Features

- **Single File HTML Export**: Exports to a javascript-less single file with zero dependencies, even images are not externally linked but base64 encoded and embedded.
- Mobile Friendly!
- **Single File HTML Export**: Exports to a javascript-less single file with zero dependencies, css is inserted inline, even images are not externally linked but base64 encoded and embedded.
- **Markdown-Based**: Written in markdown for easy readability and editing.
- **JavaScript Parsing**: Uses the marked JavaScript library to parse markdown.
- **Graceful Degradation**: Displays plain text markdown if JavaScript is disabled.
Expand All @@ -32,7 +32,7 @@ A build-less, easily shareable resume written in markdown and parsed using the m

The motivation behind this project is to ensure that the resume content is always accessible and easy to manage:

- **Resilient Design**: designed to be resilient, displaying plain text markdown if JavaScript is disabled, ensuring the content is always readable.
- **Resilient Design**: designed to be resilient, the progenitor version will even display plain text markdown if JavaScript is disabled, ensuring the content is always readable. (but when exporting to HTML this does not happen)
- **Single File Simplicity**: The entire resume is contained within a single HTML file, making it easy to download, edit, and share without any build steps.
- **Flexible Export Options**: Developers can simply download the file, edit it, and then choose to share it as-is, or export it to HTML or PDF for easy uploading or emailing.
- **No Build Steps Required**: The project is build-less, meaning there are no complex build steps or dependencies. Just download, edit, and share.
Expand Down

0 comments on commit bf56bd6

Please sign in to comment.