In this Lab, we will look at how to code a sample website. This should give you some insight into how to efficiently start developing a medium-size team project.
The website that we will create in this lab, will have the following navigational structure (red denotes partner responsibility, and blue denotes a JavaScript application):

The files will be organized in the following way (all images files will reside in the Images
directory):
Sample.Documents, Events, People,
and Images to reflect the given file structure.
sample_style.css file in the Sample folder.
home.html. This file will serve as the template for the other main pages
(intro, events, people, and contacts).
Sample/Images folder, you can use any of these
images:
Here is how your home.html looks at this
stage.