Skip to content

Afaquejaya/resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Résumé

About

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 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 page. All the data about details related to user is stored as a JSON object in a JS file.

View it in action https://imvpn22.github.io/resume/

Getting Started

Using GitHub Pages

( Make sure you have a GitHub account )

  1. Fork this repo by clicking the Fork button on top-right corner.
  2. Go to the forked repo on your profile (It opens by default).
  3. Edit data/profile.js file using GitHub online editor and fill your own data.
  4. Open the settings of repo and enable github pages choosing source to master branch.
  5. Visit https://<your GitHub username>.github.io/resume in your browser.
  6. Additionaly you can print/save the page as PDF.

Using local development

If you are a web-developer like me and want to run this on your local system then follow the instructions mentioned below.
The project need to be hosted using any Web-Server like apache, tomcat, http-server or SimpleHTTPServer etc. I use http-server as it is very simple to use. Install http-server from here (NodeJS and npm need to installed first to run it).

  1. Clone the repo using git or download zip of project on your local system. To clone
$ git clone https://github.com/imvpn22/resume.git
  1. Go into the resume directory and run
$ http-server

which will show something like

Starting up http-server, serving ./
Available on:
  http://127.0.0.1:8080
  http://192.168.1.21:8080
Hit CTRL-C to stop the server
  1. Visit http://localhost:8080 in browser.

  2. Make changes in data/profile.js file, and refresh the page in browser. Additionaly you can also make changes in architecture and design of the page as well.

  3. Save/Print the page in PDF. Your Resume is ready.

Support

If you like the project idea, make sure to give it a star. If you want to contribute, just give me a PR.

About

Web resume template made with HTML5, CSS3 and JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.0%
  • CSS 16.7%
  • HTML 12.3%