Skip to content

tommasoltrz/Accesible-CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessible CV

A simple and accessible HTML-based CV/Resume template focused on web accessibility best practices.

Features

  • Semantic HTML structure
  • WCAG 2.1 compliant
  • Screen reader friendly
  • Keyboard navigation support
  • Print-friendly layout

Requirements

  • Node.js version 18 or higher

Getting Started

  1. Clone the repository:
git clone git@github.com:tommasoltrz/Accesible-CV.git
  1. Install dependencies:
npm install
  1. Open accessible-resume.html in your browser to view the CV.

  2. Edit the HTML file to customize with your information.

Converting to PDF

To convert the HTML CV to PDF, run:

node convert.js

This will generate a PDF version of your CV in the same directory.

Accessibility Features

  • Proper heading hierarchy
  • ARIA labels where necessary
  • Semantic HTML5 elements
  • High contrast colors
  • Alternative text for images

About

CV template in HTML

Resources

Stars

Watchers

Forks

Contributors