Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.14 KB

Certificados

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

GitHub followers

USAGE

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.