Repositório com certificados de cursos, eventos e capacitações.
Certificates management using JavaScript on Github Pages with PDF download and keyword search on datatables.
URL: https://georgemaia.github.io/certificados
In the settings page of the repository, turn on Github Pages. After, change the SERVER constant in the config.js with your full address of the certificates files.
const SERVER = "http://localhost/certificados-repo/files/";
Change the FILENAME constant in the config.js with your certificates list in CSV format.
const FILENAME = "certificados.csv";
Then upload the PDFs files in the folder of the server. Edit the csv file certificados.csv with yours certificates.