Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 567 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 567 Bytes
  • index.html: The main HTML document. Contains links to all of the CSS and JS resources needed to render the resume, including resumeBuilder.js.
  • js/helper.js: Contains helper code needed to format the resume and build the map. It also has a few function shells for additional functionality. More on helper.js further down.
  • js/resumeBuilder.js: This file is empty. You should write your code here.
  • js/jQuery.js: The jQuery library.
  • css/style.css: Contains all of the CSS needed to style the page.
  • and some images in the images directory.