This repository serves two purposes:
- Personal Resume: It contains the resume of Richard Adleta, showcasing his professional experience, skills, and projects.
- Template: It provides a customizable resume template that dynamically populates content from a JSON file. You can use this template to create and host your own resume.
resume-template
├── assets
│ ├── css
│ │ └── styles.css
│ ├── js
│ │ └── scripts.js
├── data
│ └── resume.json
├── index.html
├── README.md
├── LICENSE
└── .gitignore
To use this repository as your own resume or as a template, follow these steps:
- Click on the "Use this template" button on GitHub to create a new repository based on this template.
- Clone your new repository to your local machine using:
git clone https://github.com/your-username/your-repo-name.git
- Open the
data/resume.jsonfile and update the information with your own resume details. - Optionally, update the
index.htmlfile to adjust the layout or add custom elements.
- Install dependencies using
npm install. - Start a local server to preview your resume:
npm start - Open your browser and navigate to
http://localhost:8080to view your resume.
- Push your changes to GitHub.
- Go to the repository settings on GitHub.
- Under the "Pages" section, select the main branch as the source for GitHub Pages.
- Your resume will be available at
https://your-username.github.io/your-repo-name/.
- Share your resume link with others or use it for job applications.
- To create a new resume, repeat the cloning process with this template.
- Dynamic content loading from
resume.json. - Easy customization through CSS and HTML.
- Simple setup for GitHub Pages hosting.
- Fully responsive design.
This project is open-source and available for anyone to use and modify under the MIT License. Enjoy creating your resume!