It is my simple resume made with HTML, CSS, JS using JSON data.
//Initially, the project was written with NodeJS architecture. View Old Project
HTML is used for making the initial block structure of the page with some simple data, CSS is used for giving some style to the page, and JS is used to create small UI components dynamically and fill the data into the page. All the data about details related to the user is stored as a JSON object in a JS file.
View it in action https://volv3rin.github.io/VivekHNayeeResume/
( Make sure you have a GitHub account )
- Fork this repo by clicking the Fork button on the top-right corner.
- Go to the forked repo on your profile (It opens by default).
- Edit the
data/profile.jsfile using GitHub online editor and fill in your data. - Save above by doing
commit changes. - Open the settings of repo and enable github pages choosing a source to
masterbranch. - Visit
https://<your GitHub username>.github.io/resumein your browser. - Additionally you can print/save the page as a PDF.