All Projects → guilhermeborgesbastos → Live Resume

guilhermeborgesbastos / Live Resume

Licence: mit
Stand out of the crowd by showing a professional website/resume. Building fast and easy the best Personal Web Application resume!

Projects that are alternatives of or similar to Live Resume

myprofile
Generate your resume easily from Github actions ✅ using discussion section 📃 🚀
Stars: ✭ 19 (-87.97%)
Mutual labels:  resume-template, resume, curriculum
Markdown Cv
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
Stars: ✭ 721 (+356.33%)
Mutual labels:  resume, resume-template, curriculum
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+443.67%)
Mutual labels:  resume, resume-template, scss
Jsonresume Theme Stackoverflow
Stack Overflow theme for JSON Resume
Stars: ✭ 85 (-46.2%)
Mutual labels:  resume, resume-template
Resume Template
📄💼🎩 A simple Jekyll + GitHub Pages powered resume template.
Stars: ✭ 1,214 (+668.35%)
Mutual labels:  resume, resume-template
Deerlet
[Deprecated] A markdown online-editable-resume with pdf generator
Stars: ✭ 79 (-50%)
Mutual labels:  resume, resume-template
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-70.89%)
Mutual labels:  resume, resume-template
Hacknical
中文版说明
Stars: ✭ 1,452 (+818.99%)
Mutual labels:  resume, resume-template
Cv
Geoff Boeing's academic CV in LaTeX
Stars: ✭ 101 (-36.08%)
Mutual labels:  resume, resume-template
Cv resume
A latex cv/resume template.
Stars: ✭ 117 (-25.95%)
Mutual labels:  resume, resume-template
Portfolio Generator
JS framework to dynamically generate a portfolio site from a JSON file
Stars: ✭ 135 (-14.56%)
Mutual labels:  resume, resume-template
Resume
A minimal pelican theme to host your resume
Stars: ✭ 74 (-53.16%)
Mutual labels:  resume, resume-template
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-61.39%)
Mutual labels:  resume, resume-template
Resume Nextjs
Next.js 로 누구나 쉽게 만드는 Static HTML 이력서
Stars: ✭ 84 (-46.84%)
Mutual labels:  resume, resume-template
Php Interview
This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.
Stars: ✭ 1,110 (+602.53%)
Mutual labels:  resume, resume-template
Responsive Portfolio
This is a Responsive Portfolio Website made with Love and Javascript; FEEL FREE TO COPY; NO COPYRIGHT ISSUE, in case of error ping me. Do follow me on github and star the repo
Stars: ✭ 104 (-34.18%)
Mutual labels:  resume, resume-template
Resume
1分钟构建个人的在线简历
Stars: ✭ 134 (-15.19%)
Mutual labels:  resume, resume-template
Hire Me
A path to getting an awesome tech gig 💼
Stars: ✭ 138 (-12.66%)
Mutual labels:  resume, resume-template
Resume Builder
Modern real-time design and 100% free resume builder.
Stars: ✭ 153 (-3.16%)
Mutual labels:  resume, resume-template
Cv Template
An easy way to create HTML and PDF versions of your resume, and automatically host them on GitHub Pages.
Stars: ✭ 41 (-74.05%)
Mutual labels:  resume, resume-template


The Ultimate Personal Web Resume📃

Open Source Love svg2 Codacy BadgeFOSSA Status Documentation Status GitHub tag

Gitter PRs Welcome GitHub license GitHub forks GitHub stars

⚓️ Stand out of the crowd by showing a professional website/resume.
👔 💼 Build fast 🚀 and easy the best Personal Web Application resume!


Watch the video

Get rid of your old and deprecated text resume by using the first Open-source Web Application (100% free), which makes a professional personal website and portfolio easy and quick to build.

What's included❓

  • A fully functional Angular 9 application with a customizable template and content;
  • Totally responsive for the mobile and desktop devices;
  • Internationalization for English and Portuguese (easy for adding/removing new languages - in18 lib);
  • Mobile navigation sharing (Share the resume with native apps like Whatsapp, LinkedIn, Facebook, etc...);
  • A complete Wiki that provides support;
  • Integrated with Google Analytics;
  • Optimized for SEO ( Crawler and Bots from Google, Bing, etc... );
  • Using the schemas for structured data (schema.org);
  • Firebase integration in the contact form;
  • Composed of 5 custom sections (Welcome, About Me, Experiences, Posts, and Contact);
  • Router fragment friendly (e.g: https://guilhermeborgesbastos.com/posts );
  • Source code verified by static code analyzers (safe and ready for production);

🗂Wiki Documentation & 💬Community Chat

To get more help on the setup, customization or any other aspect, accessing the following:

  • Wiki on GitHub - A complete documentation, from getting started until deploy.
  • Gitter - A Community Chat for further discussions.

⚓Prerequisite

A video tutorial is also available watch it.

  1. It is required to have Node.js with version 12.18.0 or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
node -v
  1. If you haven't installed Node.js in your machine then go to this link in order to install node.

  2. It is required to have NPM with version 6.14.0 or higher. To see what version of NPM is installed on your machine type the following command in the terminal:

npm -v
  1. If you haven't installed NPM in your machine then go to this link in order to install NPM.

📥Installing and 📁Executing locally

A video tutorial is also available watch it.

  1. Fork this repository, by clicking the Fork button at the top-right on this page. Learn how to fork GitHub projects

  2. Clone the forked repository from your GitHub account.

git clone https://github.com/[replace-with-your-github-username]/live-resume.git
  1. Go to the cloned directory (e.g. cd live-resume).

  2. Run npm install.

  3. Inner the folder of the cloned project, start the application:

ng serve --host 0.0.0.0 --configuration=en

Note: the optional parameters:

  • --host 0.0.0.0 is useful if you want to see how your application runs on a mobile or from some other laptop/computer/network.
  • --configuration=en in this example the application will be displayed in en-US, by replacing the enwith pt => --configuration=pt, the application language would be pt-BR.
  1. After that, the command will start a server instance and listen on port 4200. Open (http://localhost:4200/) in your browser. The Live Resume will be displayed.

Please, feel free to make improvements, or any sort of changes and send it back via pull request. Your contribution is always welcome!

How to 🔨customize?

In the Wiki Doc. there is a specific page supporting you on how to apply customizations to the layout and more... See page

🖋Contribute

Feel free to add new features, language supports, fix bugs, or improve the docs. Any kind of help is appreciated! If you make any kind of improvements, please, send them back as a Pull Request. Let's keep making it better and up-to-date.

Credits©️

This project uses several open source packages:


Site www.guilhermeborgesbastos.com
LinkedIn profile
Facebook profile

📝License

The theme is available as open source under the terms of the MIT License.

Analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].