A simple and accessible HTML-based CV/Resume template focused on web accessibility best practices.
- Semantic HTML structure
- WCAG 2.1 compliant
- Screen reader friendly
- Keyboard navigation support
- Print-friendly layout
- Node.js version 18 or higher
- Clone the repository:
git clone git@github.com:tommasoltrz/Accesible-CV.git- Install dependencies:
npm install-
Open
accessible-resume.htmlin your browser to view the CV. -
Edit the HTML file to customize with your information.
To convert the HTML CV to PDF, run:
node convert.jsThis will generate a PDF version of your CV in the same directory.
- Proper heading hierarchy
- ARIA labels where necessary
- Semantic HTML5 elements
- High contrast colors
- Alternative text for images