Alyssa Woodruff and Gloria Sanchez
April 21, 2016

Design Changes:
Academic Decathlon Website

Link to Our Website

Homepage

Changes We've Made

Changes to general layout:

Changes to styling.css:

Changes to navigation bar:

Changes to image carousel:

Changes to image gallery:

Changes to specific pages:

Minimum Requirements

Gloria Sanchez was in charge of:

  1. Creating a JavaScript function for a roll over menu as part of the navigation bar
  2. Creating a JavaScript function for an image gallery

Alyssa Woodruff was in charge of:

  1. Creating a JavaScript function that allows the viewer to fill out a form to donate to the Academic Decathlon team. The form sends the information filled out by the viewer in an e-mail to one of the Academic Decathlon staff members.
  2. Creating a JavaScript function that creates an image carousel

Modularity: The header image, footer and navigation bar are all repeated elements in the website. The code is found in homepage.html and we used JavaScript to load the elements on other pages without retyping the entire code.

Updated Organizational Scheme

We stored all of the following files within a folder called beta which we created in the coding phase of the project.
List of Files and Folders

Final Work Division

Gloria Alyssa Both
homepage.html about.html styling.css
current_year.html past_members.html error checking
support_us.html sample_quizzes.html
rollovermenu.js donationform.js
about_staff.html contact_us.html
imagegallery.js imagecarousel.js