jaspinall / FEProject2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description

An online resume created by modifying templates from the Javascript Basics course.

Contents

The repository includes the following files:

  • 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.
  • README.md: The GitHub readme file.
  • and some images in the images directory.

About


Languages

Language:JavaScript 98.3%Language:HTML 1.3%Language:CSS 0.4%