ITSE 1411 Beginning Web
Module 2 Project Assignment

Assignment
- Create a restaurant site
- Open your templateHTML5.htm page in Komodo Edit.
- Add your site name to the Title in the Title Tag
- Save as project2 in your module2 folder.
- Use examples of the assignments in module 2 to help you design your project 2.
- Create a home page for your restaurant. Your home page has these requirements:
- A title across the top with an image as background.
- Navigation links to other pages in the site.
- An image on the home page.
- An explanation of the restaurant and the kind of service to expect.
- Create a menu page using a table.
- Your menu page must also have a title, but it must be smaller than the home page title.
- Your page must have the same navigation bar as the home page and link to all pages in the site.
- The table must be written in JavaScript.
- You must have at least 5 images of items and their prices.
- You must use an array for the prices. This array must be numeric. When displaying the price, the $ will be part of a string (not part of the prices array), and the array element written after the $ and use toFixed(2) to show 2 decimal places.
- Create a restaurant.css page and have each page in your project2 link to this page.
- Update index page with links
- Open your index.htm page in Komodo Edit.
- Update your index.htm page to link to your project2.htm page in your Module2 folder.
- Upload your index.htm page to the public_html folder and your project2.htm, menu.htm, and restaurant.css pages in your Module2 folder. Test for validation.
- Email that your assignment is ready for grading.
- Student examples (You are not to copy the style or layout of student examples. These just show you what other students have done. Try to be original.)
- Bess Newton Example 1
Bess Newton Example 2